Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Adapter: iobroker.backitup (stable Release)

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    Adapter: iobroker.backitup (stable Release)

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

      @simatec:

      Die Version 0.4.2 ist ab sofort im Github und ab heute Nacht im latest.

      0.4.2 (10.12.2018)

      __(simatec) Fix mount / umount

      (simatec) Fix Readme__ `

      Läuft. Danke.

      1 Reply Last reply Reply Quote 0
      • L
        ltsalvatore last edited by

        ich habe auch die neuste version inst.

        testweise habe ich ein fullbackup erstellt.

        gibt es einen unterschied zwischen scheduled und manuell angestoßenen fullbackups?

        mir ist nämlich aufgefallen, dass das von mir heute manuell angestoßene backup ca. 20MB größer ist, als die beiden automatisch erstellten von vor ein paar tagen.

        und gravierende änderungen habe ich in den letzten tagen nicht wirklich vorgenommen.

        vor allem nicht in der größenordnung

        6497_screenshot_2018.12.11_12_30_54_001.jpg

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

          Hallo

          ich habe heute den aktuellen Adapter installiert und auch manuell ein komplett Backup gestartet. Meines ist nur von 192 auf 195MB hoch. Im Verlauf der Wochen wurden es immer mal einige MB mehr, aber es werden ja auch regelmäßig Adapter aktualisiert, die einen größeren Funktionsumfang haben.

          Also bei meiner Installation würde ich das für normal halten.

          1 Reply Last reply Reply Quote 0
          • simatec
            simatec Developer Most Active last edited by

            Bei einem Total Backup wird immer der komplette iob Ordner in ein Archiv gepackt.

            Gesendet von iPhone mit Tapatalk

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

              @simatec:

              Wieviele Backups liegen aktuell Lokal bei dir ab und was hast du in der Config eingestellt, wieviele erhalten bleiben sollen?

              Gesendet von iPhone mit Tapatalk `

              So, der Vollständigkeit halber: Backitup läuft (jetzt) so wie erwartet! Vielen Dank für den Adapter und die Unterstützung!

              1 Reply Last reply Reply Quote 0
              • haselchen
                haselchen Most Active last edited by

                Wie verhält sich das Backup , wenn nun das IOBroker System sich ändert?

                IOT, Pro, Free Cloud….kann man in 6 Monaten noch ein altes Backup einspielen , das dann noch funktioniert?

                1 Reply Last reply Reply Quote 0
                • simatec
                  simatec Developer Most Active last edited by

                  Klar geht das.

                  Die Frage ist, ob das Sinn macht.

                  Ich selber ändere Woche für Woche neue Dinge und ein halbes Jahr altes backup wäre für mich der horror [emoji51]

                  Gesendet von iPhone mit Tapatalk

                  1 Reply Last reply Reply Quote 0
                  • haselchen
                    haselchen Most Active last edited by

                    Die Frage zielte vornehmlich auf die neuen Änderungen, die gerade eingeführt werden.

                    Hat das Auswirkungen auf den Adapter?

                    Auf die Backups, die ich z.B. Heute mache ohne die neuen Skills IOT, Pro etc. und dann zurückspielen möchte, es dann aber die Freecloud und andere Einstellungen nicht mehr gibt.

                    1 Reply Last reply Reply Quote 0
                    • H
                      Hightower1976 last edited by

                      Hallo Zusammen,

                      habe den Adapter mal installiert aber leider funktioniert er nicht und finde keine Lösung. Es wird zwar auf dem PRI ein Backup erzeugt, aber dies wird nicht auf die NAS per CIFS oder FTP oder sonst wie kopiert.

                      Gestartet...
                      [DEBUG] [mount] start with {"mountType":"CIFS","type":"storage","source":"Local","mount":"192.168.7.200","fileDir":"/opt/iobroker/node_modules/iobroker.backitup","smb":"vers=2.0","sudo":false,"deleteOldBackup":true,"ownDir":false,"bkpType":"Minimal","dir":"TMBackup/IOB","dirMinimal":"sharename/backupDir","dirTotal":"sharename/backupDir","user":"hm-iob","pass":"****"}
                      [ERROR] [mount] - [undefined /bin/sh: 1: ***Password***,rw,file_mode=0777,dir_mode=0777: not found
                      
                      Usage:
                       mount [-lhV]
                       mount -a [options]
                       mount [options] [--source] <source> | [--target] <directory>
                       mount [options] <source> <directory>
                       mount <operation> <mountpoint> [<target>]
                      
                      Mount a filesystem.
                      
                      Options:
                       -a, --all               mount all filesystems mentioned in fstab
                       -c, --no-canonicalize   don't canonicalize paths
                       -f, --fake              dry run; skip the mount(2) syscall
                       -F, --fork              fork off for each device (use with -a)
                       -T, --fstab <path>      alternative file to /etc/fstab
                       -i, --internal-only     don't call the mount. <type>helpers
                       -l, --show-labels       show also filesystem labels
                       -n, --no-mtab           don't write to /etc/mtab
                       -o, --options     comma-separated list of mount options
                       -O, --test-opts   limit the set of filesystems (use with -a)
                       -r, --read-only         mount the filesystem read-only (same as -o ro)
                       -t, --types       limit the set of filesystem types
                           --source <src>      explicitly specifies source (path, label, uuid)
                           --target <target>   explicitly specifies mountpoint
                       -v, --verbose           say what is being done
                       -w, --rw, --read-write  mount the filesystem read-write (default)
                      
                       -h, --help     display this help and exit
                       -V, --version  output version information and exit
                      
                      Source:
                       -L, --label <label>     synonym for LABEL= <label>-U, --uuid <uuid>       synonym for UUID= <uuid>LABEL= <label>specifies device by filesystem label
                       UUID= <uuid>specifies device by filesystem UUID
                       PARTLABEL= <label>specifies device by partition label
                       PARTUUID= <uuid>specifies device by partition UUID
                       <device>                specifies device by path
                       <directory>             mountpoint for bind mounts (see --bind/rbind)
                       <file>                  regular file for loopdev setup
                      
                      Operations:
                       -B, --bind              mount a subtree somewhere else (same as -o bind)
                       -M, --move              move a subtree to some other place
                       -R, --rbind             mount a subtree and all submounts somewhere else
                       --make-shared           mark a subtree as shared
                       --make-slave            mark a subtree as slave
                       --make-private          mark a subtree as private
                       --make-unbindable       mark a subtree as unbindable
                       --make-rshared          recursively mark a whole subtree as shared
                       --make-rslave           recursively mark a whole subtree as slave
                       --make-rprivate         recursively mark a whole subtree as private
                       --make-runbindable      recursively mark a whole subtree as unbindable
                      
                      For more details see mount(8).
                      
                      [ERROR] [mount] - [IGNORED] Error: Command failed: mount -t cifs -o user=hm-iob,password=****password****,rw,file_mode=0777,dir_mode=0777 //192.168.7.200/TMBackup/IOB /opt/iobroker/backups
                      /bin/sh: 1: ****password***,rw,file_mode=0777,dir_mode=0777: not found
                      
                      Usage:
                       mount [-lhV]
                       mount -a [options]
                       mount [options] [--source] <source> | [--target] <directory>
                       mount [options] <source> <directory>
                       mount <operation> <mountpoint> [<target>]
                      
                      Mount a filesystem.
                      
                      Options:
                       -a, --all               mount all filesystems mentioned in fstab
                       -c, --no-canonicalize   don't canonicalize paths
                       -f, --fake              dry run; skip the mount(2) syscall
                       -F, --fork              fork off for each device (use with -a)
                       -T, --fstab <path>      alternative file to /etc/fstab
                       -i, --internal-only     don't call the mount. <type>helpers
                       -l, --show-labels       show also filesystem labels
                       -n, --no-mtab           don't write to /etc/mtab
                       -o, --options     comma-separated list of mount options
                       -O, --test-opts   limit the set of filesystems (use with -a)
                       -r, --read-only         mount the filesystem read-only (same as -o ro)
                       -t, --types       limit the set of filesystem types
                           --source <src>      explicitly specifies source (path, label, uuid)
                           --target <target>   explicitly specifies mountpoint
                       -v, --verbose           say what is being done
                       -w, --rw, --read-write  mount the filesystem read-write (default)
                      
                       -h, --help     display this help and exit
                       -V, --version  output version information and exit
                      
                      Source:
                       -L, --label <label>     synonym for LABEL= <label>-U, --uuid <uuid>       synonym for UUID= <uuid>LABEL= <label>specifies device by filesystem label
                       UUID= <uuid>specifies device by filesystem UUID
                       PARTLABEL= <label>specifies device by partition label
                       PARTUUID= <uuid>specifies device by partition UUID
                       <device>                specifies device by path
                       <directory>             mountpoint for bind mounts (see --bind/rbind)
                       <file>                  regular file for loopdev setup
                      
                      Operations:
                       -B, --bind              mount a subtree somewhere else (same as -o bind)
                       -M, --move              move a subtree to some other place
                       -R, --rbind             mount a subtree and all submounts somewhere else
                       --make-shared           mark a subtree as shared
                       --make-slave            mark a subtree as slave
                       --make-private          mark a subtree as private
                       --make-unbindable       mark a subtree as unbindable
                       --make-rshared          recursively mark a whole subtree as shared
                       --make-rslave           recursively mark a whole subtree as slave
                       --make-rprivate         recursively mark a whole subtree as private
                       --make-runbindable      recursively mark a whole subtree as unbindable
                      
                      For more details see mount(8).
                      
                      [DEBUG] [minimal] start with {"type":"creator","time":"02:00","debugging":false,"everyXDays":"1","deleteBackupAfter":0,"mysqlEnabled":false,"redisEnabled":false,"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"Local","mount":"//192.168.7.200","fileDir":"/opt/iobroker/node_modules/iobroker.backitup","smb":"vers=2.0","sudo":false,"deleteOldBackup":true,"ownDir":false,"bkpType":"Minimal","dir":"/TMBackup/IOB","dirMinimal":"sharename/backupDir","dirTotal":"sharename/backupDir","user":"hm-iob","pass":"****","context":{"fileNames":[],"errors":{},"done":[],"types":[]},"adapter":null},"dir":"/opt/iobroker","redis":{"enabled":false,"type":"creator","ftp":{"enabled":false,"type":"storage","source":"Local","host":"","deleteOldBackup":false,"ownDir":false,"bkpType":"Minimal","dir":"/backupDir","dirMinimal":"/backupDir/minimal","dirTotal":"/backupDir/total","user":"","pass":"","port":"21"},"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"Local","mount":"192.168.7.200","fileDir":"/opt/iobroker/node_modules/iobroker.backitup","smb":"vers=2.0","sudo":false,"deleteOldBackup":true,"ownDir":false,"bkpType":"Minimal","dir":"TMBackup/IOB","dirMinimal":"sharename/backupDir","dirTotal":"sharename/backupDir","user":"hm-iob","pass":"***Passwort***"},"dropbox":{"enabled":false,"type":"storage","source":"Local","deleteOldBackup":false,"accessToken":"","ownDir":false,"bkpType":"Minimal","dir":"/backupDir","dirMinimal":"/backupDir/minimal","dirTotal":"/backupDir/total"},"path":"/var/lib/redis"},"history":{"enabled":true,"type":"message","entriesNumber":"25","systemLang":"de"},"email":{"enabled":false,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longEmailNotice","emailReceiver":"xxx@xxx.com","emailSender":"xxx@xxx.com","systemLang":"de"},"pushover":{"enabled":false,"notificationsType":"Telegram","type":"message","instance":"","SilentNotice":false,"NoticeType":"longPushoverNotice","systemLang":"de"},"backupDir":"/opt/iobroker/backups"}
                      [DEBUG] [minimal] - Backup created: /opt/iobroker/backups/minimal_2018_12_11-21_28_51_backupiobroker.tar.gz
                      
                      [DEBUG] [minimal] - done
                      [DEBUG] [cifs] start with {"mountType":"CIFS","type":"storage","source":"Local","mount":"//192.168.7.200","fileDir":"/opt/iobroker/node_modules/iobroker.backitup","smb":"vers=2.0","sudo":false,"deleteOldBackup":true,"ownDir":false,"bkpType":"Minimal","dir":"/TMBackup/IOB","dirMinimal":"sharename/backupDir","dirTotal":"sharename/backupDir","user":"hm-iob","pass":"****","backupDir":"/opt/iobroker/backups","deleteBackupAfter":0}
                      [DEBUG] [cifs] - done
                      [DEBUG] [clean] start with {"deleteBackupAfter":0}
                      [DEBUG] [clean] - done
                      [DEBUG] [history] start with {"type":"creator","time":"02:00","debugging":false,"everyXDays":"1","deleteBackupAfter":0,"mysqlEnabled":false,"redisEnabled":false,"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"Local","mount":"//192.168.7.200","fileDir":"/opt/iobroker/node_modules/iobroker.backitup","smb":"vers=2.0","sudo":false,"deleteOldBackup":true,"ownDir":false,"bkpType":"Minimal","dir":"/TMBackup/IOB","dirMinimal":"sharename/backupDir","dirTotal":"sharename/backupDir","user":"hm-iob","pass":"****","context":{"fileNames":["/opt/iobroker/backups/minimal_2018_12_11-21_28_51_backupiobroker.tar.gz"],"errors":{},"done":["minimal"],"types":["minimal"]},"adapter":null},"dir":"/opt/iobroker","redis":{"enabled":false,"type":"creator","ftp":{"enabled":false,"type":"storage","source":"Local","host":"","deleteOldBackup":false,"ownDir":false,"bkpType":"Minimal","dir":"/backupDir","dirMinimal":"/backupDir/minimal","dirTotal":"/backupDir/total","user":"","pass":"","port":"21"},"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"Local","mount":"192.168.7.200","fileDir":"/opt/iobroker/node_modules/iobroker.backitup","smb":"vers=2.0","sudo":false,"deleteOldBackup":true,"ownDir":false,"bkpType":"Minimal","dir":"TMBackup/IOB","dirMinimal":"sharename/backupDir","dirTotal":"sharename/backupDir","user":"hm-iob","pass":"***Passwort***"},"dropbox":{"enabled":false,"type":"storage","source":"Local","deleteOldBackup":false,"accessToken":"","ownDir":false,"bkpType":"Minimal","dir":"/backupDir","dirMinimal":"/backupDir/minimal","dirTotal":"/backupDir/total"},"path":"/var/lib/redis"},"history":{"enabled":true,"type":"message","entriesNumber":"25","systemLang":"de","time":"11\. Dezember 2018 um 21:28 Uhr"},"email":{"enabled":false,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longEmailNotice","emailReceiver":"xxx@xxx.com","emailSender":"xxx@xxx.com","systemLang":"de"},"pushover":{"enabled":false,"notificationsType":"Telegram","type":"message","instance":"","SilentNotice":false,"NoticeType":"longPushoverNotice","systemLang":"de"},"backupDir":"/opt/iobroker/backups"}
                      [DEBUG] [history] - done
                      [DEBUG] [umount] start with {"mountType":"CIFS","type":"storage","source":"Local","mount":"//192.168.7.200","fileDir":"/opt/iobroker/node_modules/iobroker.backitup","smb":"vers=2.0","sudo":false,"deleteOldBackup":true,"ownDir":false,"bkpType":"Minimal","dir":"/TMBackup/IOB","dirMinimal":"sharename/backupDir","dirTotal":"sharename/backupDir","user":"hm-iob","pass":"****","backupDir":"/opt/iobroker/backups"}</file></directory></device></uuid></label></uuid></label></uuid></uuid></label></label></target></src></type></path></target></mountpoint></operation></directory></directory></file></directory></device></uuid></label></uuid></label></uuid></uuid></label></label></target></src></type></path></target></mountpoint></operation></directory></directory>
                      

                      Ich habe den Hostnamen versucht. Die IP und auch beim Pfad habe ich alles Groß, alles klein und so wie es ist versucht. Ich habe vom Mac aus mit Forklifter und dem Finder den Pfad per smb überprüft. auf dem Mac geht der Pfad. Nur halt vom RPI aus nicht.

                      Wer hat eine Idee was ich noch machen kann?

                      nebenbei….. angeboten wird Version 0.3.8 und installiert wird 0.4.2 😉

                      Danke

                      Gruß

                      Rainer
                      13307_version.png

                      1 Reply Last reply Reply Quote 0
                      • simatec
                        simatec Developer Most Active last edited by

                        @Hightower1976:

                        Hallo Zusammen,

                        habe den Adapter mal installiert aber leider funktioniert er nicht und finde keine Lösung. Es wird zwar auf dem PRI ein Backup erzeugt, aber dies wird nicht auf die NAS per CIFS oder FTP oder sonst wie kopiert.

                        Gestartet...
                        [DEBUG] [mount] start with {"mountType":"CIFS","type":"storage","source":"Local","mount":"192.168.7.200","fileDir":"/opt/iobroker/node_modules/iobroker.backitup","smb":"vers=2.0","sudo":false,"deleteOldBackup":true,"ownDir":false,"bkpType":"Minimal","dir":"TMBackup/IOB","dirMinimal":"sharename/backupDir","dirTotal":"sharename/backupDir","user":"hm-iob","pass":"****"}
                        [ERROR] [mount] - [undefined /bin/sh: 1: ***Password***,rw,file_mode=0777,dir_mode=0777: not found
                        
                        Usage:
                         mount [-lhV]
                         mount -a [options]
                         mount [options] [--source] <source> | [--target] <directory>
                         mount [options] <source> <directory>
                         mount <operation> <mountpoint> [<target>]
                        
                        Mount a filesystem.
                        
                        Options:
                         -a, --all               mount all filesystems mentioned in fstab
                         -c, --no-canonicalize   don't canonicalize paths
                         -f, --fake              dry run; skip the mount(2) syscall
                         -F, --fork              fork off for each device (use with -a)
                         -T, --fstab <path>      alternative file to /etc/fstab
                         -i, --internal-only     don't call the mount. <type>helpers
                         -l, --show-labels       show also filesystem labels
                         -n, --no-mtab           don't write to /etc/mtab
                         -o, --options     comma-separated list of mount options
                         -O, --test-opts   limit the set of filesystems (use with -a)
                         -r, --read-only         mount the filesystem read-only (same as -o ro)
                         -t, --types       limit the set of filesystem types
                             --source <src>      explicitly specifies source (path, label, uuid)
                             --target <target>   explicitly specifies mountpoint
                         -v, --verbose           say what is being done
                         -w, --rw, --read-write  mount the filesystem read-write (default)
                        
                         -h, --help     display this help and exit
                         -V, --version  output version information and exit
                        
                        Source:
                         -L, --label <label>     synonym for LABEL= <label>-U, --uuid <uuid>       synonym for UUID= <uuid>LABEL= <label>specifies device by filesystem label
                         UUID= <uuid>specifies device by filesystem UUID
                         PARTLABEL= <label>specifies device by partition label
                         PARTUUID= <uuid>specifies device by partition UUID
                         <device>                specifies device by path
                         <directory>             mountpoint for bind mounts (see --bind/rbind)
                         <file>                  regular file for loopdev setup
                        
                        Operations:
                         -B, --bind              mount a subtree somewhere else (same as -o bind)
                         -M, --move              move a subtree to some other place
                         -R, --rbind             mount a subtree and all submounts somewhere else
                         --make-shared           mark a subtree as shared
                         --make-slave            mark a subtree as slave
                         --make-private          mark a subtree as private
                         --make-unbindable       mark a subtree as unbindable
                         --make-rshared          recursively mark a whole subtree as shared
                         --make-rslave           recursively mark a whole subtree as slave
                         --make-rprivate         recursively mark a whole subtree as private
                         --make-runbindable      recursively mark a whole subtree as unbindable
                        
                        For more details see mount(8).
                        
                        [ERROR] [mount] - [IGNORED] Error: Command failed: mount -t cifs -o user=hm-iob,password=****password****,rw,file_mode=0777,dir_mode=0777 //192.168.7.200/TMBackup/IOB /opt/iobroker/backups
                        /bin/sh: 1: ****password***,rw,file_mode=0777,dir_mode=0777: not found
                        
                        Usage:
                         mount [-lhV]
                         mount -a [options]
                         mount [options] [--source] <source> | [--target] <directory>
                         mount [options] <source> <directory>
                         mount <operation> <mountpoint> [<target>]
                        
                        Mount a filesystem.
                        
                        Options:
                         -a, --all               mount all filesystems mentioned in fstab
                         -c, --no-canonicalize   don't canonicalize paths
                         -f, --fake              dry run; skip the mount(2) syscall
                         -F, --fork              fork off for each device (use with -a)
                         -T, --fstab <path>      alternative file to /etc/fstab
                         -i, --internal-only     don't call the mount. <type>helpers
                         -l, --show-labels       show also filesystem labels
                         -n, --no-mtab           don't write to /etc/mtab
                         -o, --options     comma-separated list of mount options
                         -O, --test-opts   limit the set of filesystems (use with -a)
                         -r, --read-only         mount the filesystem read-only (same as -o ro)
                         -t, --types       limit the set of filesystem types
                             --source <src>      explicitly specifies source (path, label, uuid)
                             --target <target>   explicitly specifies mountpoint
                         -v, --verbose           say what is being done
                         -w, --rw, --read-write  mount the filesystem read-write (default)
                        
                         -h, --help     display this help and exit
                         -V, --version  output version information and exit
                        
                        Source:
                         -L, --label <label>     synonym for LABEL= <label>-U, --uuid <uuid>       synonym for UUID= <uuid>LABEL= <label>specifies device by filesystem label
                         UUID= <uuid>specifies device by filesystem UUID
                         PARTLABEL= <label>specifies device by partition label
                         PARTUUID= <uuid>specifies device by partition UUID
                         <device>                specifies device by path
                         <directory>             mountpoint for bind mounts (see --bind/rbind)
                         <file>                  regular file for loopdev setup
                        
                        Operations:
                         -B, --bind              mount a subtree somewhere else (same as -o bind)
                         -M, --move              move a subtree to some other place
                         -R, --rbind             mount a subtree and all submounts somewhere else
                         --make-shared           mark a subtree as shared
                         --make-slave            mark a subtree as slave
                         --make-private          mark a subtree as private
                         --make-unbindable       mark a subtree as unbindable
                         --make-rshared          recursively mark a whole subtree as shared
                         --make-rslave           recursively mark a whole subtree as slave
                         --make-rprivate         recursively mark a whole subtree as private
                         --make-runbindable      recursively mark a whole subtree as unbindable
                        
                        For more details see mount(8).
                        
                        [DEBUG] [minimal] start with {"type":"creator","time":"02:00","debugging":false,"everyXDays":"1","deleteBackupAfter":0,"mysqlEnabled":false,"redisEnabled":false,"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"Local","mount":"//192.168.7.200","fileDir":"/opt/iobroker/node_modules/iobroker.backitup","smb":"vers=2.0","sudo":false,"deleteOldBackup":true,"ownDir":false,"bkpType":"Minimal","dir":"/TMBackup/IOB","dirMinimal":"sharename/backupDir","dirTotal":"sharename/backupDir","user":"hm-iob","pass":"****","context":{"fileNames":[],"errors":{},"done":[],"types":[]},"adapter":null},"dir":"/opt/iobroker","redis":{"enabled":false,"type":"creator","ftp":{"enabled":false,"type":"storage","source":"Local","host":"","deleteOldBackup":false,"ownDir":false,"bkpType":"Minimal","dir":"/backupDir","dirMinimal":"/backupDir/minimal","dirTotal":"/backupDir/total","user":"","pass":"","port":"21"},"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"Local","mount":"192.168.7.200","fileDir":"/opt/iobroker/node_modules/iobroker.backitup","smb":"vers=2.0","sudo":false,"deleteOldBackup":true,"ownDir":false,"bkpType":"Minimal","dir":"TMBackup/IOB","dirMinimal":"sharename/backupDir","dirTotal":"sharename/backupDir","user":"hm-iob","pass":"***Passwort***"},"dropbox":{"enabled":false,"type":"storage","source":"Local","deleteOldBackup":false,"accessToken":"","ownDir":false,"bkpType":"Minimal","dir":"/backupDir","dirMinimal":"/backupDir/minimal","dirTotal":"/backupDir/total"},"path":"/var/lib/redis"},"history":{"enabled":true,"type":"message","entriesNumber":"25","systemLang":"de"},"email":{"enabled":false,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longEmailNotice","emailReceiver":"xxx@xxx.com","emailSender":"xxx@xxx.com","systemLang":"de"},"pushover":{"enabled":false,"notificationsType":"Telegram","type":"message","instance":"","SilentNotice":false,"NoticeType":"longPushoverNotice","systemLang":"de"},"backupDir":"/opt/iobroker/backups"}
                        [DEBUG] [minimal] - Backup created: /opt/iobroker/backups/minimal_2018_12_11-21_28_51_backupiobroker.tar.gz
                        
                        [DEBUG] [minimal] - done
                        [DEBUG] [cifs] start with {"mountType":"CIFS","type":"storage","source":"Local","mount":"//192.168.7.200","fileDir":"/opt/iobroker/node_modules/iobroker.backitup","smb":"vers=2.0","sudo":false,"deleteOldBackup":true,"ownDir":false,"bkpType":"Minimal","dir":"/TMBackup/IOB","dirMinimal":"sharename/backupDir","dirTotal":"sharename/backupDir","user":"hm-iob","pass":"****","backupDir":"/opt/iobroker/backups","deleteBackupAfter":0}
                        [DEBUG] [cifs] - done
                        [DEBUG] [clean] start with {"deleteBackupAfter":0}
                        [DEBUG] [clean] - done
                        [DEBUG] [history] start with {"type":"creator","time":"02:00","debugging":false,"everyXDays":"1","deleteBackupAfter":0,"mysqlEnabled":false,"redisEnabled":false,"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"Local","mount":"//192.168.7.200","fileDir":"/opt/iobroker/node_modules/iobroker.backitup","smb":"vers=2.0","sudo":false,"deleteOldBackup":true,"ownDir":false,"bkpType":"Minimal","dir":"/TMBackup/IOB","dirMinimal":"sharename/backupDir","dirTotal":"sharename/backupDir","user":"hm-iob","pass":"****","context":{"fileNames":["/opt/iobroker/backups/minimal_2018_12_11-21_28_51_backupiobroker.tar.gz"],"errors":{},"done":["minimal"],"types":["minimal"]},"adapter":null},"dir":"/opt/iobroker","redis":{"enabled":false,"type":"creator","ftp":{"enabled":false,"type":"storage","source":"Local","host":"","deleteOldBackup":false,"ownDir":false,"bkpType":"Minimal","dir":"/backupDir","dirMinimal":"/backupDir/minimal","dirTotal":"/backupDir/total","user":"","pass":"","port":"21"},"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"Local","mount":"192.168.7.200","fileDir":"/opt/iobroker/node_modules/iobroker.backitup","smb":"vers=2.0","sudo":false,"deleteOldBackup":true,"ownDir":false,"bkpType":"Minimal","dir":"TMBackup/IOB","dirMinimal":"sharename/backupDir","dirTotal":"sharename/backupDir","user":"hm-iob","pass":"***Passwort***"},"dropbox":{"enabled":false,"type":"storage","source":"Local","deleteOldBackup":false,"accessToken":"","ownDir":false,"bkpType":"Minimal","dir":"/backupDir","dirMinimal":"/backupDir/minimal","dirTotal":"/backupDir/total"},"path":"/var/lib/redis"},"history":{"enabled":true,"type":"message","entriesNumber":"25","systemLang":"de","time":"11\. Dezember 2018 um 21:28 Uhr"},"email":{"enabled":false,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longEmailNotice","emailReceiver":"xxx@xxx.com","emailSender":"xxx@xxx.com","systemLang":"de"},"pushover":{"enabled":false,"notificationsType":"Telegram","type":"message","instance":"","SilentNotice":false,"NoticeType":"longPushoverNotice","systemLang":"de"},"backupDir":"/opt/iobroker/backups"}
                        [DEBUG] [history] - done
                        [DEBUG] [umount] start with {"mountType":"CIFS","type":"storage","source":"Local","mount":"//192.168.7.200","fileDir":"/opt/iobroker/node_modules/iobroker.backitup","smb":"vers=2.0","sudo":false,"deleteOldBackup":true,"ownDir":false,"bkpType":"Minimal","dir":"/TMBackup/IOB","dirMinimal":"sharename/backupDir","dirTotal":"sharename/backupDir","user":"hm-iob","pass":"****","backupDir":"/opt/iobroker/backups"}</file></directory></device></uuid></label></uuid></label></uuid></uuid></label></label></target></src></type></path></target></mountpoint></operation></directory></directory></file></directory></device></uuid></label></uuid></label></uuid></uuid></label></label></target></src></type></path></target></mountpoint></operation></directory></directory>
                        

                        Ich habe den Hostnamen versucht. Die IP und auch beim Pfad habe ich alles Groß, alles klein und so wie es ist versucht. Ich habe vom Mac aus mit Forklifter und dem Finder den Pfad per smb überprüft. auf dem Mac geht der Pfad. Nur halt vom RPI aus nicht.

                        Wer hat eine Idee was ich noch machen kann?

                        nebenbei….. angeboten wird Version 0.3.8 und installiert wird 0.4.2 😉

                        Danke

                        Gruß

                        Rainer `

                        Wenn du 0.3.8 angezeigt bekommst, ist dein System auf Stable gestellt und du hast den Adapter über github installiert.

                        Laut log hast du die cifs-utils nicht installiert.

                        Bitte schaue in die doku … da ist alles erklärt.

                        Als erstes musst du sudo apt-get install cifs-utils ausführen.

                        Gesendet von iPhone mit Tapatalk

                        1 Reply Last reply Reply Quote 0
                        • simatec
                          simatec Developer Most Active last edited by

                          @haselchen:

                          Die Frage zielte vornehmlich auf die neuen Änderungen, die gerade eingeführt werden.

                          Hat das Auswirkungen auf den Adapter?

                          Auf die Backups, die ich z.B. Heute mache ohne die neuen Skills IOT, Pro etc. und dann zurückspielen möchte, es dann aber die Freecloud und andere Einstellungen nicht mehr gibt. `

                          Ich glaube nicht, dass es die free cloud in einem halben Jahr nicht mehr geben wird.

                          Auch andere Adapter wird es in einem halben Jahr noch geben.

                          Wenn du jetzt die free cloud nutzt und in einem halben Jahr dann iot, dann wird natürlich mit so einem alten backup auch der Stand von heute wiederhergestellt.

                          Mache doch einfach jeden Tag oder alle 3 Tage ein Backup und gut.

                          Ich behalte meine nicht länger als 10 Tage auf dem Server.

                          Die total backups mache ich alle 3 Tage und behalte maximal die letzten 5 Stück.

                          Gesendet von iPhone mit Tapatalk

                          1 Reply Last reply Reply Quote 0
                          • haselchen
                            haselchen Most Active last edited by

                            Dein Optimismus in Ehren, aber die Abschaltung scheint beschlossene Sache zu sein.

                            Schau mal bei den Bekanntmachungen in den Weihnachtsaktions Thread. Dort hat Bluefox es angekündigt.

                            1 Reply Last reply Reply Quote 0
                            • simatec
                              simatec Developer Most Active last edited by

                              Passt zwar hier nicht hin, aber da hast du etwas falsch verstanden…

                              ~~![](</s><URL url=)<link_text text="https://uploads.tapatalk-cdn.com/201812 ... 39bbf2.jpg">https://uploads.tapatalk-cdn.com/20181211/1f8a4cf26263a06a1645266b5d39bbf2.jpg</link_text>" />

                              Gesendet von iPhone mit Tapatalk~~

                              1 Reply Last reply Reply Quote 0
                              • haselchen
                                haselchen Most Active last edited by

                                Das Bild meine ich nicht.

                                Ist auf Seite 7 des Threads glaube ich ( Weihnachtsaktion)
                                3723_clouds_und_skills-page-2__3_.png
                                3723_clouds_und_skills-page-1.png

                                1 Reply Last reply Reply Quote 0
                                • H
                                  Hightower1976 last edited by

                                  Hi Simantec,

                                  ich hab nix eingestellt. die Installation ist so gekommen wie sie angeboten wird.

                                  z.b. VIS ist version 1.1.7.

                                  @simatec:

                                  @Hightower1976:

                                  Hallo Zusammen,

                                  habe den Adapter mal installiert aber leider funktioniert er nicht und finde keine Lösung. Es wird zwar auf dem PRI ein Backup erzeugt, aber dies wird nicht auf die NAS per CIFS oder FTP oder sonst wie kopiert.

                                  Gestartet...
                                  [DEBUG] [mount] start with {"mountType":"CIFS","type":"storage","source":"Local","mount":"192.168.7.200","fileDir":"/opt/iobroker/node_modules/iobroker.backitup","smb":"vers=2.0","sudo":false,"deleteOldBackup":true,"ownDir":false,"bkpType":"Minimal","dir":"TMBackup/IOB","dirMinimal":"sharename/backupDir","dirTotal":"sharename/backupDir","user":"hm-iob","pass":"****"}
                                  [ERROR] [mount] - [undefined /bin/sh: 1: ***Password***,rw,file_mode=0777,dir_mode=0777: not found
                                  
                                  Usage:
                                   mount [-lhV]
                                   mount -a [options]
                                   mount [options] [--source] <source> | [--target] <directory>
                                   mount [options] <source> <directory>
                                   mount <operation> <mountpoint> [<target>]
                                  
                                  Mount a filesystem.
                                  
                                  Options:
                                   -a, --all               mount all filesystems mentioned in fstab
                                   -c, --no-canonicalize   don't canonicalize paths
                                   -f, --fake              dry run; skip the mount(2) syscall
                                   -F, --fork              fork off for each device (use with -a)
                                   -T, --fstab <path>      alternative file to /etc/fstab
                                   -i, --internal-only     don't call the mount. <type>helpers
                                   -l, --show-labels       show also filesystem labels
                                   -n, --no-mtab           don't write to /etc/mtab
                                   -o, --options     comma-separated list of mount options
                                   -O, --test-opts   limit the set of filesystems (use with -a)
                                   -r, --read-only         mount the filesystem read-only (same as -o ro)
                                   -t, --types       limit the set of filesystem types
                                       --source <src>      explicitly specifies source (path, label, uuid)
                                       --target <target>   explicitly specifies mountpoint
                                   -v, --verbose           say what is being done
                                   -w, --rw, --read-write  mount the filesystem read-write (default)
                                  
                                   -h, --help     display this help and exit
                                   -V, --version  output version information and exit
                                  
                                  Source:
                                   -L, --label <label>     synonym for LABEL= <label>-U, --uuid <uuid>       synonym for UUID= <uuid>LABEL= <label>specifies device by filesystem label
                                   UUID= <uuid>specifies device by filesystem UUID
                                   PARTLABEL= <label>specifies device by partition label
                                   PARTUUID= <uuid>specifies device by partition UUID
                                   <device>                specifies device by path
                                   <directory>             mountpoint for bind mounts (see --bind/rbind)
                                   <file>                  regular file for loopdev setup
                                  
                                  Operations:
                                   -B, --bind              mount a subtree somewhere else (same as -o bind)
                                   -M, --move              move a subtree to some other place
                                   -R, --rbind             mount a subtree and all submounts somewhere else
                                   --make-shared           mark a subtree as shared
                                   --make-slave            mark a subtree as slave
                                   --make-private          mark a subtree as private
                                   --make-unbindable       mark a subtree as unbindable
                                   --make-rshared          recursively mark a whole subtree as shared
                                   --make-rslave           recursively mark a whole subtree as slave
                                   --make-rprivate         recursively mark a whole subtree as private
                                   --make-runbindable      recursively mark a whole subtree as unbindable
                                  
                                  For more details see mount(8).
                                  
                                  [ERROR] [mount] - [IGNORED] Error: Command failed: mount -t cifs -o user=hm-iob,password=****password****,rw,file_mode=0777,dir_mode=0777 //192.168.7.200/TMBackup/IOB /opt/iobroker/backups
                                  /bin/sh: 1: ****password***,rw,file_mode=0777,dir_mode=0777: not found
                                  
                                  Usage:
                                   mount [-lhV]
                                   mount -a [options]
                                   mount [options] [--source] <source> | [--target] <directory>
                                   mount [options] <source> <directory>
                                   mount <operation> <mountpoint> [<target>]
                                  
                                  Mount a filesystem.
                                  
                                  Options:
                                   -a, --all               mount all filesystems mentioned in fstab
                                   -c, --no-canonicalize   don't canonicalize paths
                                   -f, --fake              dry run; skip the mount(2) syscall
                                   -F, --fork              fork off for each device (use with -a)
                                   -T, --fstab <path>      alternative file to /etc/fstab
                                   -i, --internal-only     don't call the mount. <type>helpers
                                   -l, --show-labels       show also filesystem labels
                                   -n, --no-mtab           don't write to /etc/mtab
                                   -o, --options     comma-separated list of mount options
                                   -O, --test-opts   limit the set of filesystems (use with -a)
                                   -r, --read-only         mount the filesystem read-only (same as -o ro)
                                   -t, --types       limit the set of filesystem types
                                       --source <src>      explicitly specifies source (path, label, uuid)
                                       --target <target>   explicitly specifies mountpoint
                                   -v, --verbose           say what is being done
                                   -w, --rw, --read-write  mount the filesystem read-write (default)
                                  
                                   -h, --help     display this help and exit
                                   -V, --version  output version information and exit
                                  
                                  Source:
                                   -L, --label <label>     synonym for LABEL= <label>-U, --uuid <uuid>       synonym for UUID= <uuid>LABEL= <label>specifies device by filesystem label
                                   UUID= <uuid>specifies device by filesystem UUID
                                   PARTLABEL= <label>specifies device by partition label
                                   PARTUUID= <uuid>specifies device by partition UUID
                                   <device>                specifies device by path
                                   <directory>             mountpoint for bind mounts (see --bind/rbind)
                                   <file>                  regular file for loopdev setup
                                  
                                  Operations:
                                   -B, --bind              mount a subtree somewhere else (same as -o bind)
                                   -M, --move              move a subtree to some other place
                                   -R, --rbind             mount a subtree and all submounts somewhere else
                                   --make-shared           mark a subtree as shared
                                   --make-slave            mark a subtree as slave
                                   --make-private          mark a subtree as private
                                   --make-unbindable       mark a subtree as unbindable
                                   --make-rshared          recursively mark a whole subtree as shared
                                   --make-rslave           recursively mark a whole subtree as slave
                                   --make-rprivate         recursively mark a whole subtree as private
                                   --make-runbindable      recursively mark a whole subtree as unbindable
                                  
                                  For more details see mount(8).
                                  
                                  [DEBUG] [minimal] start with {"type":"creator","time":"02:00","debugging":false,"everyXDays":"1","deleteBackupAfter":0,"mysqlEnabled":false,"redisEnabled":false,"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"Local","mount":"//192.168.7.200","fileDir":"/opt/iobroker/node_modules/iobroker.backitup","smb":"vers=2.0","sudo":false,"deleteOldBackup":true,"ownDir":false,"bkpType":"Minimal","dir":"/TMBackup/IOB","dirMinimal":"sharename/backupDir","dirTotal":"sharename/backupDir","user":"hm-iob","pass":"****","context":{"fileNames":[],"errors":{},"done":[],"types":[]},"adapter":null},"dir":"/opt/iobroker","redis":{"enabled":false,"type":"creator","ftp":{"enabled":false,"type":"storage","source":"Local","host":"","deleteOldBackup":false,"ownDir":false,"bkpType":"Minimal","dir":"/backupDir","dirMinimal":"/backupDir/minimal","dirTotal":"/backupDir/total","user":"","pass":"","port":"21"},"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"Local","mount":"192.168.7.200","fileDir":"/opt/iobroker/node_modules/iobroker.backitup","smb":"vers=2.0","sudo":false,"deleteOldBackup":true,"ownDir":false,"bkpType":"Minimal","dir":"TMBackup/IOB","dirMinimal":"sharename/backupDir","dirTotal":"sharename/backupDir","user":"hm-iob","pass":"***Passwort***"},"dropbox":{"enabled":false,"type":"storage","source":"Local","deleteOldBackup":false,"accessToken":"","ownDir":false,"bkpType":"Minimal","dir":"/backupDir","dirMinimal":"/backupDir/minimal","dirTotal":"/backupDir/total"},"path":"/var/lib/redis"},"history":{"enabled":true,"type":"message","entriesNumber":"25","systemLang":"de"},"email":{"enabled":false,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longEmailNotice","emailReceiver":"xxx@xxx.com","emailSender":"xxx@xxx.com","systemLang":"de"},"pushover":{"enabled":false,"notificationsType":"Telegram","type":"message","instance":"","SilentNotice":false,"NoticeType":"longPushoverNotice","systemLang":"de"},"backupDir":"/opt/iobroker/backups"}
                                  [DEBUG] [minimal] - Backup created: /opt/iobroker/backups/minimal_2018_12_11-21_28_51_backupiobroker.tar.gz
                                  
                                  [DEBUG] [minimal] - done
                                  [DEBUG] [cifs] start with {"mountType":"CIFS","type":"storage","source":"Local","mount":"//192.168.7.200","fileDir":"/opt/iobroker/node_modules/iobroker.backitup","smb":"vers=2.0","sudo":false,"deleteOldBackup":true,"ownDir":false,"bkpType":"Minimal","dir":"/TMBackup/IOB","dirMinimal":"sharename/backupDir","dirTotal":"sharename/backupDir","user":"hm-iob","pass":"****","backupDir":"/opt/iobroker/backups","deleteBackupAfter":0}
                                  [DEBUG] [cifs] - done
                                  [DEBUG] [clean] start with {"deleteBackupAfter":0}
                                  [DEBUG] [clean] - done
                                  [DEBUG] [history] start with {"type":"creator","time":"02:00","debugging":false,"everyXDays":"1","deleteBackupAfter":0,"mysqlEnabled":false,"redisEnabled":false,"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"Local","mount":"//192.168.7.200","fileDir":"/opt/iobroker/node_modules/iobroker.backitup","smb":"vers=2.0","sudo":false,"deleteOldBackup":true,"ownDir":false,"bkpType":"Minimal","dir":"/TMBackup/IOB","dirMinimal":"sharename/backupDir","dirTotal":"sharename/backupDir","user":"hm-iob","pass":"****","context":{"fileNames":["/opt/iobroker/backups/minimal_2018_12_11-21_28_51_backupiobroker.tar.gz"],"errors":{},"done":["minimal"],"types":["minimal"]},"adapter":null},"dir":"/opt/iobroker","redis":{"enabled":false,"type":"creator","ftp":{"enabled":false,"type":"storage","source":"Local","host":"","deleteOldBackup":false,"ownDir":false,"bkpType":"Minimal","dir":"/backupDir","dirMinimal":"/backupDir/minimal","dirTotal":"/backupDir/total","user":"","pass":"","port":"21"},"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"Local","mount":"192.168.7.200","fileDir":"/opt/iobroker/node_modules/iobroker.backitup","smb":"vers=2.0","sudo":false,"deleteOldBackup":true,"ownDir":false,"bkpType":"Minimal","dir":"TMBackup/IOB","dirMinimal":"sharename/backupDir","dirTotal":"sharename/backupDir","user":"hm-iob","pass":"***Passwort***"},"dropbox":{"enabled":false,"type":"storage","source":"Local","deleteOldBackup":false,"accessToken":"","ownDir":false,"bkpType":"Minimal","dir":"/backupDir","dirMinimal":"/backupDir/minimal","dirTotal":"/backupDir/total"},"path":"/var/lib/redis"},"history":{"enabled":true,"type":"message","entriesNumber":"25","systemLang":"de","time":"11\. Dezember 2018 um 21:28 Uhr"},"email":{"enabled":false,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longEmailNotice","emailReceiver":"xxx@xxx.com","emailSender":"xxx@xxx.com","systemLang":"de"},"pushover":{"enabled":false,"notificationsType":"Telegram","type":"message","instance":"","SilentNotice":false,"NoticeType":"longPushoverNotice","systemLang":"de"},"backupDir":"/opt/iobroker/backups"}
                                  [DEBUG] [history] - done
                                  [DEBUG] [umount] start with {"mountType":"CIFS","type":"storage","source":"Local","mount":"//192.168.7.200","fileDir":"/opt/iobroker/node_modules/iobroker.backitup","smb":"vers=2.0","sudo":false,"deleteOldBackup":true,"ownDir":false,"bkpType":"Minimal","dir":"/TMBackup/IOB","dirMinimal":"sharename/backupDir","dirTotal":"sharename/backupDir","user":"hm-iob","pass":"****","backupDir":"/opt/iobroker/backups"}</file></directory></device></uuid></label></uuid></label></uuid></uuid></label></label></target></src></type></path></target></mountpoint></operation></directory></directory></file></directory></device></uuid></label></uuid></label></uuid></uuid></label></label></target></src></type></path></target></mountpoint></operation></directory></directory>
                                  

                                  Ich habe den Hostnamen versucht. Die IP und auch beim Pfad habe ich alles Groß, alles klein und so wie es ist versucht. Ich habe vom Mac aus mit Forklifter und dem Finder den Pfad per smb überprüft. auf dem Mac geht der Pfad. Nur halt vom RPI aus nicht.

                                  Wer hat eine Idee was ich noch machen kann?

                                  nebenbei….. angeboten wird Version 0.3.8 und installiert wird 0.4.2 😉

                                  Danke

                                  Gruß

                                  Rainer `

                                  Wenn du 0.3.8 angezeigt bekommst, ist dein System auf Stable gestellt und du hast den Adapter über github installiert.

                                  Laut log hast du die cifs-utils nicht installiert.

                                  Bitte schaue in die doku … da ist alles erklärt.

                                  Als erstes musst du sudo apt-get install cifs-utils ausführen.

                                  Gesendet von iPhone mit Tapatalk `

                                  Die Utils sind drauf

                                  root@All-In-One_RasPi:/home/pi# apt-get install cifs-utils
                                  Paketlisten werden gelesen... Fertig
                                  Abhängigkeitsbaum wird aufgebaut.
                                  Statusinformationen werden eingelesen.... Fertig
                                  cifs-utils ist schon die neueste Version (2:6.7-1).
                                  0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
                                  root@All-In-One_RasPi:/home/pi#
                                  

                                  Gruß

                                  Rainer

                                  1 Reply Last reply Reply Quote 0
                                  • simatec
                                    simatec Developer Most Active last edited by

                                    Schalte mal auf smb 1 um.

                                    Gesendet von iPhone mit Tapatalk

                                    1 Reply Last reply Reply Quote 0
                                    • H
                                      Hightower1976 last edited by

                                      @simatec:

                                      Schalte mal auf smb 1 um.

                                      Gesendet von iPhone mit Tapatalk `

                                      Hi Simatec,

                                      leider das selbe.

                                      Gruß

                                      Rainer

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

                                        Ich habe ein merkwürdiges Problem, wenn ich beim Totalbackup nicht die Option "ioBroker stoppen" aktiviere.

                                        Das Backup startet und dann kommt in Abständen die Meldung

                                        [DEBUG] [mount] start with {"mountType":"CIFS","type":"storage","source":"Local","mount":"192.168.200.156","fileDir":"/opt/iobroker/node_modules/iobroker.backitup","smb":"vers=2.0","sudo":true,"deleteOldBackup":true,"ownDir":true,"bkpType":"Minimal","dir":"bu/iobroker/Odroid_XU4/complete","dirMinimal":"bu/iobroker/Odroid_XU4/Standard","dirTotal":"bu/iobroker/Odroid_XU4/complete","user":"iobroker","pass":"****"}
                                        [DEBUG] [mount] - done
                                        [DEBUG] [total] start with {"type":"creator","time":"03:00","debugging":true,"everyXDays":"1","nameSuffix":"XOU4","deleteBackupAfter":0,"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"Local","mount":"//192.168.200.156","fileDir":"/opt/iobroker/node_modules/iobroker.backitup","smb":"vers=2.0","sudo":true,"deleteOldBackup":true,"ownDir":true,"bkpType":"Minimal","dir":"/bu/iobroker/Odroid_XU4/complete","dirMinimal":"bu/iobroker/Odroid_XU4/Standard","dirTotal":"bu/iobroker/Odroid_XU4/complete","user":"iobroker","pass":"****","context":{"fileNames":[],"errors":{},"done":["mount"],"types":[]},"adapter":null},"history":{"enabled":true,"type":"message","entriesNumber":"25","systemLang":"de"},"telegram":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"telegram.2","SilentNotice":true,"NoticeType":"longTelegramNotice","User":"allTelegramUsers","systemLang":"de"},"email":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"email.0","NoticeType":"longEmailNotice","emailReceiver":"xxx@xxx.com","emailSender":"xxx@xxx.com","systemLang":"de"},"pushover":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","SilentNotice":false,"NoticeType":"longPushoverNotice","systemLang":"de"},"dir":"/opt/iobroker","redis":{"enabled":true,"ftp":{"enabled":false,"type":"storage","source":"Local","host":"192.168.200.156","deleteOldBackup":false,"ownDir":false,"bkpType":"Minimal","dir":"","dirMinimal":"/backupDir/minimal","dirTotal":"/backupDir/total","user":"iobroker","pass":"iobroker.Pty92","port":"21"},"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"Local","mount":"192.168.200.156","fileDir":"/opt/iobroker/node_modules/iobroker.backitup","smb":"vers=2.0","sudo":true,"deleteOldBackup":true,"ownDir":true,"bkpType":"Minimal","dir":"bu/iobroker/Odroid_XU4/complete","dirMinimal":"bu/iobroker/Odroid_XU4/Standard","dirTotal":"bu/iobroker/Odroid_XU4/complete","user":"iobroker","pass":"iobroker.Pty92"},"dropbox":{"enabled":false,"type":"storage","source":"Local","deleteOldBackup":false,"accessToken":"","ownDir":false,"bkpType":"Minimal","dir":"","dirMinimal":"","dirTotal":""},"path":"/opt/iobroker/iobroker-data/states.rdb"},"stopIoB":false,"backupDir":"/opt/iobroker/backups"}
                                        [DEBUG] [total] - TAR started...
                                        [DEBUG] [total] - Ignore dir: /opt/iobroker/backups
                                        [DEBUG] [total] - Packed 4MB so far...
                                        ...
                                        [DEBUG] [total] - Packed 4MB so far...
                                        ...
                                        [DEBUG] [total] - Packed 4MB so far...
                                        ...
                                        
                                        

                                        Aber letzten Endes wird das Backup nie fertig, der Prozess läuft ewig, die Streams sind geöffnet

                                        io.backit  7250        iobroker   16w      REG       0,30  4249591   45777001 /opt/iobroker/backups/total_2018_12_13-15_33_23_XOU4_backupiobroker.tar.gz
                                        node       7250 7259   iobroker   16w      REG       0,30  4249591   45777001 /opt/iobroker/backups/total_2018_12_13-15_33_23_XOU4_backupiobroker.tar.gz
                                        V8         7250 7260   iobroker   16w      REG       0,30  4249591   45777001 /opt/iobroker/backups/total_2018_12_13-15_33_23_XOU4_backupiobroker.tar.gz
                                        V8         7250 7261   iobroker   16w      REG       0,30  4249591   45777001 /opt/iobroker/backups/total_2018_12_13-15_33_23_XOU4_backupiobroker.tar.gz
                                        V8         7250 7262   iobroker   16w      REG       0,30  4249591   45777001 /opt/iobroker/backups/total_2018_12_13-15_33_23_XOU4_backupiobroker.tar.gz
                                        V8         7250 7263   iobroker   16w      REG       0,30  4249591   45777001 /opt/iobroker/backups/total_2018_12_13-15_33_23_XOU4_backupiobroker.tar.gz
                                        node       7250 7271   iobroker   16w      REG       0,30  4249591   45777001 /opt/iobroker/backups/total_2018_12_13-15_33_23_XOU4_backupiobroker.tar.gz
                                        node       7250 7272   iobroker   16w      REG       0,30  4249591   45777001 /opt/iobroker/backups/total_2018_12_13-15_33_23_XOU4_backupiobroker.tar.gz
                                        node       7250 7273   iobroker   16w      REG       0,30  4249591   45777001 /opt/iobroker/backups/total_2018_12_13-15_33_23_XOU4_backupiobroker.tar.gz
                                        node       7250 7274   iobroker   16w      REG       0,30  4249591   45777001 /opt/iobroker/backups/total_2018_12_13-15_33_23_XOU4_backupiobroker.tar.gz
                                        
                                        

                                        aber es passiert nichts weiter. Immerhin wird beim Beenden des Adapters alles geschlossen (bis auf umount).

                                        1591_13-12-_2018_16-08-36.jpg

                                        Es sieht so aus, als ob der Adapter immer ungefähr an derselben Stelle hängen bleibt. Wie kann ich das herausbekommen?

                                        Jede Nacht einen Adapter mehr beenden ist nicht unbedingt die Lösung.

                                        1 Reply Last reply Reply Quote 0
                                        • K
                                          ktsalti last edited by

                                          Hallo,

                                          ich habe heute meine Rasberry neu aufgesetzt, alles aktualisisert was aktualisiert werden kann und danach das Minimal-Backup zurückgespielt. Alles super geklappt - vielen DANK!!

                                          Jetzt ist mir ist aber aufgefallen, das ich keine neuen Backups mehr auf das NAS schieben kann:

                                          ….. gelöscht

                                          EDIT:

                                          Hat sich erledigt. Ich musste noch SMB 1 einstellen. Ist die Einstellung neu?

                                          Na egal, jetzt geht es wieder - juchu!

                                          Gruß

                                          Salti

                                          1 Reply Last reply Reply Quote 0
                                          • simatec
                                            simatec Developer Most Active last edited by

                                            @greyhound:

                                            Ich habe ein merkwürdiges Problem, wenn ich beim Totalbackup nicht die Option "ioBroker stoppen" aktiviere.

                                            Das Backup startet und dann kommt in Abständen die Meldung

                                            [DEBUG] [mount] start with {"mountType":"CIFS","type":"storage","source":"Local","mount":"192.168.200.156","fileDir":"/opt/iobroker/node_modules/iobroker.backitup","smb":"vers=2.0","sudo":true,"deleteOldBackup":true,"ownDir":true,"bkpType":"Minimal","dir":"bu/iobroker/Odroid_XU4/complete","dirMinimal":"bu/iobroker/Odroid_XU4/Standard","dirTotal":"bu/iobroker/Odroid_XU4/complete","user":"iobroker","pass":"****"}
                                            [DEBUG] [mount] - done
                                            [DEBUG] [total] start with {"type":"creator","time":"03:00","debugging":true,"everyXDays":"1","nameSuffix":"XOU4","deleteBackupAfter":0,"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"Local","mount":"//192.168.200.156","fileDir":"/opt/iobroker/node_modules/iobroker.backitup","smb":"vers=2.0","sudo":true,"deleteOldBackup":true,"ownDir":true,"bkpType":"Minimal","dir":"/bu/iobroker/Odroid_XU4/complete","dirMinimal":"bu/iobroker/Odroid_XU4/Standard","dirTotal":"bu/iobroker/Odroid_XU4/complete","user":"iobroker","pass":"****","context":{"fileNames":[],"errors":{},"done":["mount"],"types":[]},"adapter":null},"history":{"enabled":true,"type":"message","entriesNumber":"25","systemLang":"de"},"telegram":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"telegram.2","SilentNotice":true,"NoticeType":"longTelegramNotice","User":"allTelegramUsers","systemLang":"de"},"email":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"email.0","NoticeType":"longEmailNotice","emailReceiver":"xxx@xxx.com","emailSender":"xxx@xxx.com","systemLang":"de"},"pushover":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","SilentNotice":false,"NoticeType":"longPushoverNotice","systemLang":"de"},"dir":"/opt/iobroker","redis":{"enabled":true,"ftp":{"enabled":false,"type":"storage","source":"Local","host":"192.168.200.156","deleteOldBackup":false,"ownDir":false,"bkpType":"Minimal","dir":"","dirMinimal":"/backupDir/minimal","dirTotal":"/backupDir/total","user":"iobroker","pass":"iobroker.Pty92","port":"21"},"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"Local","mount":"192.168.200.156","fileDir":"/opt/iobroker/node_modules/iobroker.backitup","smb":"vers=2.0","sudo":true,"deleteOldBackup":true,"ownDir":true,"bkpType":"Minimal","dir":"bu/iobroker/Odroid_XU4/complete","dirMinimal":"bu/iobroker/Odroid_XU4/Standard","dirTotal":"bu/iobroker/Odroid_XU4/complete","user":"iobroker","pass":"iobroker.Pty92"},"dropbox":{"enabled":false,"type":"storage","source":"Local","deleteOldBackup":false,"accessToken":"","ownDir":false,"bkpType":"Minimal","dir":"","dirMinimal":"","dirTotal":""},"path":"/opt/iobroker/iobroker-data/states.rdb"},"stopIoB":false,"backupDir":"/opt/iobroker/backups"}
                                            [DEBUG] [total] - TAR started...
                                            [DEBUG] [total] - Ignore dir: /opt/iobroker/backups
                                            [DEBUG] [total] - Packed 4MB so far...
                                            ...
                                            [DEBUG] [total] - Packed 4MB so far...
                                            ...
                                            [DEBUG] [total] - Packed 4MB so far...
                                            ...
                                            
                                            

                                            Aber letzten Endes wird das Backup nie fertig, der Prozess läuft ewig, die Streams sind geöffnet

                                            io.backit  7250        iobroker   16w      REG       0,30  4249591   45777001 /opt/iobroker/backups/total_2018_12_13-15_33_23_XOU4_backupiobroker.tar.gz
                                            node       7250 7259   iobroker   16w      REG       0,30  4249591   45777001 /opt/iobroker/backups/total_2018_12_13-15_33_23_XOU4_backupiobroker.tar.gz
                                            V8         7250 7260   iobroker   16w      REG       0,30  4249591   45777001 /opt/iobroker/backups/total_2018_12_13-15_33_23_XOU4_backupiobroker.tar.gz
                                            V8         7250 7261   iobroker   16w      REG       0,30  4249591   45777001 /opt/iobroker/backups/total_2018_12_13-15_33_23_XOU4_backupiobroker.tar.gz
                                            V8         7250 7262   iobroker   16w      REG       0,30  4249591   45777001 /opt/iobroker/backups/total_2018_12_13-15_33_23_XOU4_backupiobroker.tar.gz
                                            V8         7250 7263   iobroker   16w      REG       0,30  4249591   45777001 /opt/iobroker/backups/total_2018_12_13-15_33_23_XOU4_backupiobroker.tar.gz
                                            node       7250 7271   iobroker   16w      REG       0,30  4249591   45777001 /opt/iobroker/backups/total_2018_12_13-15_33_23_XOU4_backupiobroker.tar.gz
                                            node       7250 7272   iobroker   16w      REG       0,30  4249591   45777001 /opt/iobroker/backups/total_2018_12_13-15_33_23_XOU4_backupiobroker.tar.gz
                                            node       7250 7273   iobroker   16w      REG       0,30  4249591   45777001 /opt/iobroker/backups/total_2018_12_13-15_33_23_XOU4_backupiobroker.tar.gz
                                            node       7250 7274   iobroker   16w      REG       0,30  4249591   45777001 /opt/iobroker/backups/total_2018_12_13-15_33_23_XOU4_backupiobroker.tar.gz
                                            
                                            

                                            aber es passiert nichts weiter. Immerhin wird beim Beenden des Adapters alles geschlossen (bis auf umount).

                                            filename="13-12-_2018_16-08-36.jpg" index="0">~~

                                            Es sieht so aus, als ob der Adapter immer ungefähr an derselben Stelle hängen bleibt. Wie kann ich das herausbekommen?

                                            Jede Nacht einen Adapter mehr beenden ist nicht unbedingt die Lösung. `

                                            Du benutzt sicher keinen Redis-Server oder?

                                            Da kann es sein, dass iob gerade Zustände schreibt und du deshalb auf die Datei gerade nicht zugreifen kannst.

                                            Für alle die keinen Redis-Server nutzen, wäre generell zu empfehlen, iob beim total zu stoppen.

                                            Gesendet von iPhone mit Tapatalk

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate
                                            FAQ Cloud / IOT
                                            HowTo: Node.js-Update
                                            HowTo: Backup/Restore
                                            Downloads
                                            BLOG

                                            833
                                            Online

                                            31.8k
                                            Users

                                            80.0k
                                            Topics

                                            1.3m
                                            Posts

                                            adapter backitup backup iobroker backup iobroker.backitup
                                            185
                                            2335
                                            1104633
                                            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