Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Einsteigerfragen
    4. [Gelöst] Plötzliche Probleme mit Backup auf NAS

    NEWS

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker goes Matter ... Matter Adapter in Stable

    [Gelöst] Plötzliche Probleme mit Backup auf NAS

    This topic has been deleted. Only users with topic management privileges can see it.
    • G
      Gezi70 last edited by Gezi70

      Hallo zusammen,

      wie ich heute durch Zufall gemerkt habe, schlagen die Backups seit ca. einem Monat plötzlich fehl.
      Mein ioBroker läuft auf einem Raspberry Pi 4. Ich hatte bereits vor einiger Zeit diverse Schwierigkeiten mit meinen Backups, [siehe hier], (https://forum.iobroker.net/topic/62236/backup-adapter-hängt-system-auf) hatte die jedoch wieder auf die Reihe bekommen.
      Am 5. April wurde die letzte Sicherung auf dem NAS gespeichert. Das komische ist: wir waren bis einschließlich 10. April im Urlaub, am System ist nichts verändert worden!
      Wenn ich jetzt ein Backup erstellen möchte erscheint folgendes im Debug:

      Started iobroker ...
      [DEBUG] [mount] - Wake on LAN wait 25 Seconds for NAS!
      [DEBUG] [mount] - Wake on LAN MAC-Address: 20:DE:20:DE:20:DE
      [DEBUG] [mount] - noserverino option: true
      [DEBUG] [mount] - cifs-mount command: "sudo mount -t cifs -o username=xxxxxxx ,password=****,noserverino,rw,uid=iobroker,gid=iobroker,file_mode=0777,dir_mode=0777,vers=3.1.1 //192.168.178.1/FRITZ.NAS/Seagate_Backup_Plus_Drive/iobroker_backup /opt/iobroker/backups"
      [DEBUG] [mount] - first mount attempt with smb option failed. try next mount attempt without smb option ...
      [DEBUG] [mount] - cifs-mount command: "sudo mount -t cifs -o username=xxxxxxxxx ,password=****,noserverino,rw,uid=iobroker,gid=iobroker,file_mode=0777,dir_mode=0777 //192.168.178.1/FRITZ.NAS/Seagate_Backup_Plus_Drive/iobroker_backup /opt/iobroker/backups"
      [ERROR] [mount] - [undefined Error: Command failed: sudo mount -t cifs -o username=xxxxxxxxxx ,password=****,noserverino,rw,uid=iobroker,gid=iobroker,file_mode=0777,dir_mode=0777 //192.168.178.1/FRITZ.NAS/Seagate_Backup_Plus_Drive/iobroker_backup /opt/iobroker/backups
      mount: bad usage
      Try 'mount --help' for more information.
      
      [ERROR] [mount] - Error: Command failed: sudo mount -t cifs -o username=xxxxxxxxxxxx ,password=****,noserverino,rw,uid=iobroker,gid=iobroker,file_mode=0777,dir_mode=0777 //192.168.178.1/FRITZ.NAS/Seagate_Backup_Plus_Drive/iobroker_backup /opt/iobroker/backups
      mount: bad usage
      Try 'mount --help' for more information.
      

      Wo könnte denn der Knoten sein?Fettschrift

      Homoran Glasfaser 4 Replies Last reply Reply Quote 0
      • Homoran
        Homoran Global Moderator Administrators @Gezi70 last edited by

        @gezi70 sagte in Plötzliche Probleme mit Backup auf NAS:

        noserverino option: true

        FRITZ NAS?

        G 1 Reply Last reply Reply Quote 0
        • G
          Gezi70 @Homoran last edited by

          @homoran ja, Fritz NAS

          1 Reply Last reply Reply Quote 0
          • Homoran
            Homoran Global Moderator Administrators @Gezi70 last edited by

            @gezi70 sagte in Plötzliche Probleme mit Backup auf NAS:

            am System ist nichts verändert worden!

            automatisches Update der Fritte?

            G 1 Reply Last reply Reply Quote 0
            • G
              Gezi70 @Homoran last edited by

              @homoran ja, aber es kam kein Update in der Zeit

              1 Reply Last reply Reply Quote 0
              • Glasfaser
                Glasfaser @Gezi70 last edited by Glasfaser

                @gezi70 sagte in Plötzliche Probleme mit Backup auf NAS:

                [DEBUG] [mount] - Wake on LAN wait 25 Seconds for NAS!
                [DEBUG] [mount] - Wake on LAN MAC-Address: 20:DE:20:DE:20:DE

                Das sind die Standart - Einstellungen , die Mac-Adresse ist nur ein Muster !

                Beispiel :

                f23e6c05-2fd0-4d67-82ce-af276206b316-grafik.png

                Da wird nichts aufgeweckt !

                EDIT :

                Wenn alles stimmen würde ... dann würde so etwas kommen :

                start with
                

                Beispiel aus dem Forum

                [DEBUG] [mount] - Wake on LAN wait 25 Seconds for NAS!
                [DEBUG] [mount] - Wake on LAN MAC-Address: 00-11-32-44-25-C9
                [DEBUG] [mount] start with {"mountType":"CIFS","type":"storage","source":"local","mount":"//10.10.10.8","debugging":true,"fileDir":"/opt/iobroker/iobroker-data/backitup","wakeOnLAN":true,"macAd":"00-11-32-44-25-C9","wolTime":"25","smb":"vers=2.0","sudo":true,"cifsDomain":"DISKSTATION","clientInodes":false,"deleteOldBackup":true,"ownDir":true,"dir":"/66er Haus/Diverse/Smart Home/iobroker/Backup","dirMinimal":"/66er Haus/Diverse/Smart Home/iobroker/Backup","user":"Backup","pass":"****","ignoreErrors":false}
                
                [DEBUG] [mount] - noserverino option: false
                
                G 1 Reply Last reply Reply Quote 0
                • G
                  Gezi70 @Glasfaser last edited by Gezi70

                  @glasfaser Ich habe das mal rausgenommen, trotzdem schlägt bereits das Mounten fehl.
                  Das Komische ist ja, dass das bis zum Zeitpunkt des Abbruchs in dieser Konfiguration funktionierte.

                  Glasfaser 1 Reply Last reply Reply Quote 0
                  • Glasfaser
                    Glasfaser @Gezi70 last edited by

                    @gezi70 sagte in Plötzliche Probleme mit Backup auf NAS:

                    @glasfaser Ich habe das mal rausgenommen, trotzdem schlägt bereits das Mounten fehl.

                    Log dazu zeigen !

                    G 1 Reply Last reply Reply Quote 0
                    • G
                      Gezi70 @Glasfaser last edited by

                      @glasfaser

                      Started iobroker ...
                      [DEBUG] [mount] - noserverino option: true
                      [DEBUG] [mount] - cifs-mount command: "sudo mount -t cifs -o username=iobroker_backup ,password=****,noserverino,rw,uid=iobroker,gid=iobroker,file_mode=0777,dir_mode=0777,vers=3.1.1 //192.168.178.1/FRITZ.NAS/Seagate_Backup_Plus_Drive/iobroker_backup /opt/iobroker/backups"
                      [DEBUG] [mount] - first mount attempt with smb option failed. try next mount attempt without smb option ...
                      [DEBUG] [mount] - cifs-mount command: "sudo mount -t cifs -o username=iobroker_backup ,password=****,noserverino,rw,uid=iobroker,gid=iobroker,file_mode=0777,dir_mode=0777 //192.168.178.1/FRITZ.NAS/Seagate_Backup_Plus_Drive/iobroker_backup /opt/iobroker/backups"
                      [ERROR] [mount] - [undefined Error: Command failed: sudo mount -t cifs -o username=iobroker_backup ,password=****,noserverino,rw,uid=iobroker,gid=iobroker,file_mode=0777,dir_mode=0777 //192.168.178.1/FRITZ.NAS/Seagate_Backup_Plus_Drive/iobroker_backup /opt/iobroker/backups
                      mount: bad usage
                      Try 'mount --help' for more information.
                      
                      [ERROR] [mount] - Error: Command failed: sudo mount -t cifs -o username=iobroker_backup ,password=****,noserverino,rw,uid=iobroker,gid=iobroker,file_mode=0777,dir_mode=0777 //192.168.178.1/FRITZ.NAS/Seagate_Backup_Plus_Drive/iobroker_backup /opt/iobroker/backups
                      mount: bad usage
                      Try 'mount --help' for more information.
                      
                      
                      Glasfaser 1 Reply Last reply Reply Quote 0
                      • Glasfaser
                        Glasfaser @Gezi70 last edited by

                        @gezi70

                        Habe gerade in deinem anderen Thread mal quer gelesen ..

                        Hast du dein System inkl. ioBroker und die Fritzbox mal neu gestartet und dann mal versucht ?

                        G 1 Reply Last reply Reply Quote 0
                        • G
                          Gezi70 @Glasfaser last edited by

                          @glasfaser
                          ja, alles bereits versucht...

                          1 Reply Last reply Reply Quote 0
                          • Glasfaser
                            Glasfaser last edited by

                            @gezi70

                            Hast du auch alle einstellungen auf der Fritzbox nochmal überprüft :
                            "Dateifreigabe auf der Fritz aktiviert (CIFS Protokoll), und SMB aktiv ?

                            G 1 Reply Last reply Reply Quote 0
                            • G
                              Gezi70 @Glasfaser last edited by

                              @glasfaser Zu CIFS Protokoll finde ich nichts, aber ansonsen...

                              Screenshot 2023-05-02 201807.jpg

                              Homoran 1 Reply Last reply Reply Quote 0
                              • Homoran
                                Homoran Global Moderator Administrators @Gezi70 last edited by Homoran

                                @gezi70 sagte in Plötzliche Probleme mit Backup auf NAS:

                                Zu CIFS Protokoll finde ich nichts,

                                CIFS = smb
                                aber smbv1 würde ich deaktivieren.

                                und der unten erwähnte Nutzer existiert noch?

                                G 1 Reply Last reply Reply Quote 0
                                • G
                                  Gezi70 @Homoran last edited by

                                  @homoran
                                  smbv1 hab ich raus, der Benutzer ist noch aktuell...

                                  Screenshot 2023-05-02 201807.jpg

                                  1 Reply Last reply Reply Quote 0
                                  • Glasfaser
                                    Glasfaser last edited by Glasfaser

                                    @Gezi70

                                    @homoran sagte in Plötzliche Probleme mit Backup auf NAS:
                                    und der unten erwähnte Nutzer existiert noch?

                                    Schau mal in der Instanz Konfig von Backitup .

                                    in deinem Log ist ein Leerzeichen nach iobroker_backup

                                    username=iobroker_backup ,password=****,noserverino,rw
                                    
                                    G 1 Reply Last reply Reply Quote 0
                                    • G
                                      Gezi70 @Glasfaser last edited by Gezi70

                                      @glasfaser
                                      Danke, das hatte ich übersehen (Copy & Paste). Allerdings ergibt das Mounten immernoch das gleiche:

                                      Started iobroker ...
                                      [DEBUG] [mount] - Wake on LAN wait 25 Seconds for NAS!
                                      [DEBUG] [mount] - Wake on LAN MAC-Address: 20:DE:20:DE:20:DE
                                      [DEBUG] [mount] - noserverino option: true
                                      [DEBUG] [mount] - cifs-mount command: "sudo mount -t cifs -o username=iobroker_backup,password=****,noserverino,rw,uid=iobroker,gid=iobroker,file_mode=0777,dir_mode=0777,vers=3.1.1 //192.168.178.1/FRITZ.NAS/Seagate_Backup_Plus_Drive/iobroker_backup /opt/iobroker/backups"
                                      [DEBUG] [mount] - first mount attempt with smb option failed. try next mount attempt without smb option ...
                                      [DEBUG] [mount] - cifs-mount command: "sudo mount -t cifs -o username=iobroker_backup,password=****,noserverino,rw,uid=iobroker,gid=iobroker,file_mode=0777,dir_mode=0777 //192.168.178.1/FRITZ.NAS/Seagate_Backup_Plus_Drive/iobroker_backup /opt/iobroker/backups"
                                      [ERROR] [mount] - [undefined Error: Command failed: sudo mount -t cifs -o username=iobroker_backup,password=****,noserverino,rw,uid=iobroker,gid=iobroker,file_mode=0777,dir_mode=0777 //192.168.178.1/FRITZ.NAS/Seagate_Backup_Plus_Drive/iobroker_backup /opt/iobroker/backups
                                      mount error(13): Permission denied
                                      Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
                                      
                                      [ERROR] [mount] - Error: Command failed: sudo mount -t cifs -o username=iobroker_backup,password=****,noserverino,rw,uid=iobroker,gid=iobroker,file_mode=0777,dir_mode=0777 //192.168.178.1/FRITZ.NAS/Seagate_Backup_Plus_Drive/iobroker_backup /opt/iobroker/backups
                                      mount error(13): Permission denied
                                      Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
                                      
                                      

                                      Die MAC - Adresse hab ich wieder rein...

                                      Glasfaser 1 Reply Last reply Reply Quote 0
                                      • Glasfaser
                                        Glasfaser last edited by

                                        @gezi70 sagte in Plötzliche Probleme mit Backup auf NAS:

                                        immernoch das gleiche:

                                        nö ... jetzt :

                                        mount error(13): Permission denied

                                        G 1 Reply Last reply Reply Quote 0
                                        • Glasfaser
                                          Glasfaser @Gezi70 last edited by

                                          @gezi70 sagte in Plötzliche Probleme mit Backup auf NAS:

                                          das hatte ich übersehen (Copy & Paste).

                                          Das Passwort auch so !?

                                          G 1 Reply Last reply Reply Quote 0
                                          • G
                                            Gezi70 @Glasfaser last edited by

                                            @glasfaser
                                            Das Log spuckt aus:

                                            Screenshot 2023-05-02 201807.jpg

                                            Glasfaser 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            677
                                            Online

                                            32.0k
                                            Users

                                            80.3k
                                            Topics

                                            1.3m
                                            Posts

                                            3
                                            27
                                            809
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo