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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • 15. 05. Wartungsarbeiten am ioBroker Forum

    • Monatsrückblick - April 2025

    Adapter: iobroker.backitup (stable Release)

    This topic has been deleted. Only users with topic management privileges can see it.
    • R
      Rocket85 @Diginix last edited by

      @Diginix sagte in Adapter: iobroker.backitup (stable Release):

      sudo pkill -f io.

      Vielen DANK, Fixen hat jetzt geklappt und einen anderen Fehler behoben, allerdings beim Backup kommt nun eine andere Fehlermeldung.

      Gestartet...
      [DEBUG] [mount] start with {"mountType":"CIFS","type":"storage","source":null,"mount":" 192.168.178.49","fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=1.0","sudo":true,"deleteOldBackup":true,"ownDir":true,"bkpType":"Minimal","dir":"/usbshare1/ioBroker-Backup/Standard","dirMinimal":"/usbshare1/ioBroker-Backup/Standard","dirTotal":"/usbshare1/ioBroker-Backup/Komplett","user":"ioBroker-Backup","pass":"****"}
      [ERROR] [mount] - [undefined
      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 <list> comma-separated list of mount options
      -O, --test-opts <list> limit the set of filesystems (use with -a)
      -r, --read-only mount the filesystem read-only (same as -o ro)
      -t, --types <list> 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).

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

        @Rocket85
        Bitte lest doch die Doku ... Diese Frage wurde hier schon sehr oft gestellt.
        Du hast das Paket cifs-utils nicht installiert

        sudo apt-get install cifs-utils
        
        1 Reply Last reply Reply Quote 0
        • R
          Rocket85 last edited by

          pi@raspberrypi:~ $ cd /opt/iobroker
          pi@raspberrypi:/opt/iobroker $ sudo 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 94 nicht aktualisiert.

          scheint schon installiert gewesen zu sein

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

            @Rocket85 sagte in Adapter: iobroker.backitup (stable Release):

            Reboot schonmal durchgeführt?

            zeige mal die Ausgabe von :

            cat /proc/filesystems|grep cifs
            

            Wenn keine Ausgabe erfolgt ,dann neu installieren:

            sudo apt-get update && sudo apt-get dist-upgrade
            
            sudo apt purge cifs-utils
            sudo apt install cifs-utils
            
            Reboot 
            
            1 Reply Last reply Reply Quote 0
            • simatec
              simatec Developer Most Active last edited by simatec

              Ab sofort ist die finale Version 1.3.0 auf Github und in der latest Repro verfügbar.

              Es gab einige Änderungen, die hier mal im Detail aufgelistet werden.

              Changelog

              1.3.0 (22.11.2019)

              • (simatec) Support Ende für das total backup
              • (simatec) Backup des Historydaten Pfads hinzugefügt
              • (simatec) Starten aller Adapter nach der Wiederherstellung hinzugefügt
              • (simatec) Überarbeitung der Wiederherstellung für Redis
              • (simatec) Überarbeitung der Log Ausgaben
              • (simatec) Neuaufbau der Start/Stop Prozesse unter Unix
              • (simatec) Neuaufbau der Start/Stop Prozesse unter Windows
              • (simatec) neue Übersetzungen
              • (simatec) Anpassungen an den neuen Windows Installer
              • (simatec) Anpassungen an den neuen Linux Installer
              • (simatec) einige kleine Bugs behoben
              Diginix 1 Reply Last reply Reply Quote 2
              • Diginix
                Diginix @simatec last edited by Diginix

                @simatec sagte in Adapter: iobroker.backitup (stable Release):

                Ab sofort ist die finale Version 1.3.0 auf Github und in der latest Repro verfügbar.

                Es gab einige Änderungen, die hier mal im Detail aufgelistet werden.

                Changelog

                1.3.0 (22.11.2019)

                • (simatec) Backup des Historydaten Pfads hinzugefügt

                Ist damit z.b. dieser Pfad vom history Adapter gemeint, in dem die JSON Dateien aller Objekte liegen?

                /opt/iobroker/iobroker-data/history/
                

                Wir der dann komplett mit in das minimal Backup gezippt oder separat?

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

                  @Diginix
                  Es wird der Pfad eingetragen, wo täglich deine Historydaten gespeichert werden.
                  Dieser Pfad ist bei jedem User ein Anderer, da dieser im History Adapter individuell festgelegt werden kann.

                  Diginix 1 Reply Last reply Reply Quote 1
                  • Diginix
                    Diginix @simatec last edited by

                    @simatec
                    Ok, also dann bei mir dann der genannte. Und was passiert nun damit?

                    @Diginix sagte in Adapter: iobroker.backitup (stable Release):

                    Wir der dann komplett mit in das minimal Backup gezippt oder separat?

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

                      @Diginix
                      Es wird eine separate tar.gz erzeugt.
                      Dort wird der komplette Inhalt deines History Pfades gesichert.

                      Somit sichert backitup mit dem Standard Backup alle relevanten Dinge, die für einen System Crash oder Umzug benötigt werden.

                      Im Detail:

                      • Iobroker Backup
                      • Redis Backup
                      • MySql Backup
                      • Zigbee Datenbank Backup
                      • History Daten Backup

                      Alle diese Backups können über das Webinterface von Backitup nacheinander wieder hergestellt werden.

                      Zusätzlich noch für Homematic User das CCU Backup, welches sich über das Webinterface der CCU wiederherstellen lässt.

                      1 Reply Last reply Reply Quote 1
                      • S
                        skokarl last edited by

                        @simatec, Ist die neue Version abwärtskompatibel ?

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

                          @skokarl sagte in Adapter: iobroker.backitup (stable Release):

                          @simatec, Ist die neue Version abwärtskompatibel ?

                          Abwärtskompatibel zu den erstellten Backups definitiv ja.
                          Abwärtskompatibel zu total backups aber nicht.
                          Da durch falsche Benutzung zu viele User ihre Probleme mit dem Total Backup hatten, wird dies nicht länger unterstützt.

                          S Glasfaser 2 Replies Last reply Reply Quote 1
                          • S
                            skokarl @simatec last edited by

                            @simatec
                            Danke, das Totale hab ich nie probiert, mit dem Standard bin ich hoch zufrieden !!!!
                            Super Arbeit ....

                            aber vielleicht mal eine Anregung für die nächste Version,
                            man weiß eigentlich nie wirklich wie weit er ist beim Restore, oder wielange es noch dauert.
                            Vielleicht kann man da irgendwas einbauen 😊

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

                              @skokarl
                              Das ist eher schwierig, da ja iobroker für den Restore gestoppt wird und der restore im Hintergrund läuft.

                              Ansich wurde aber der Restore Prozess mit dem Start / Stop Optionen überarbeitet und arbeitet nun zuverlässig.

                              Unter Linux kannst du mit htop das ganze aber beobachten.

                              Ansonsten ist der Restore durch, wenn iobroker wieder gestartet ist.
                              Da bekommst du dann auch die Log Ausgabe

                              S 1 Reply Last reply Reply Quote 1
                              • S
                                skokarl @simatec last edited by

                                @simatec sagte in Adapter: iobroker.backitup (stable Release):

                                @skokarl

                                Ansonsten ist der Restore durch, wenn iobroker wieder gestartet ist.
                                Da bekommst du dann auch die Log Ausgabe

                                Ah, ok.

                                1 Reply Last reply Reply Quote 0
                                • B
                                  bishop last edited by bishop

                                  hallo,

                                  hab seit paar Tagen das Problem das kein Backup mehr erstellt wird.
                                  das backup ist 6kb gross mehr nicht.
                                  in den logs steht

                                  [DEBUG] [total/total] TAR started...
                                  [DEBUG] [total/total] Ignore dir: /opt/iobroker/backups
                                  [DEBUG] [total/total] Packed 0MB so far...
                                  [DEBUG] [total/total] Packed 0MB so far...
                                  [DEBUG] [total/total] Packed 0MB so far...
                                  [DEBUG] [total/total] Packed 0MB so far...
                                  [DEBUG] [total/total] Packed 0MB so far...
                                  [DEBUG] [total/total] Packed 0MB so far...
                                  [DEBUG] [total/total] Packed 0MB so far...
                                  [DEBUG] [total/total] Packed 0MB so far...
                                  [DEBUG] [total/total] Packed 0MB so far...
                                  [DEBUG] [total/total] Packed 0MB so far...
                                  [DEBUG] [total/total] Packed 0MB so far...
                                  [DEBUG] [total/total] Packed 0MB so far...
                                  [DEBUG] [total/total] Packed 0MB so far...
                                  [DEBUG] [total/total] Packed 0MB so far...
                                  [DEBUG] [total/total] Packed 0MB so far...
                                  [DEBUG] [total/total] Packed 0MB so far...
                                  [DEBUG] [total/total] Packed 0MB so far...
                                  [DEBUG] [total/total] Packed 0MB so far...
                                  [DEBUG] [total/total] Packed 0MB so far...
                                  [DEBUG] [total/total] Packed 0MB so far...
                                  [DEBUG] [total/total] Packed 0MB so far...
                                  [DEBUG] [total/total] Packed 0MB so far...
                                  [DEBUG] [total/total] Packed 0MB so far...
                                  [DEBUG] [total/total] Packed 0MB so far...
                                  [DEBUG] [total/total] Packed 0MB so far...
                                  [DEBUG] [total/total] Packed 0MB so far...
                                  [DEBUG] [total/total] Packed 0MB so far...
                                  [DEBUG] [total/total] Packed 0MB so far...
                                  [DEBUG] [total/total] Packed 0MB so far...
                                  

                                  was läuft da schief?

                                  Homoran simatec 2 Replies Last reply Reply Quote 0
                                  • Homoran
                                    Homoran Global Moderator Administrators @bishop last edited by

                                    @bishop sagte in Adapter: iobroker.backitup (stable Release):

                                    seit paar Tagen

                                    Was hast du da geändert?

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

                                      @bishop
                                      Welche Version ist installiert?
                                      Das total wird nicht mehr länger unterstützt und ist ab Version 1.3.0 nicht mehr verfügbar

                                      1 Reply Last reply Reply Quote 0
                                      • B
                                        bishop last edited by

                                        @simatec
                                        ich habe die version 1.2.2 installiert.
                                        Oh warum wird es nicht mehr unterstützt?
                                        Wie kann ich dann eine Komplette Sicherung erstellen die ich dann bei einer frischen Iobroker Installation wieder einspielen kann?

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

                                          @bishop

                                          @skokarl sagte in Adapter: iobroker.backitup (stable Release):

                                          @simatec, Ist die neue Version abwärtskompatibel ?

                                          Abwärtskompatibel zu den erstellten Backups definitiv ja.
                                          Abwärtskompatibel zu total backups aber nicht.
                                          Da durch falsche Benutzung zu viele User ihre Probleme mit dem Total Backup hatten, wird dies nicht länger unterstützt.

                                          1 Reply Last reply Reply Quote 0
                                          • Negalein
                                            Negalein Global Moderator last edited by

                                            Ich habe auch den FTP-Upload eingestellt, leider wird dieser nicht erstellt.
                                            Lokal wird das Backup tadellos angelegt.

                                            FTP-Daten stimmen.

                                            Liegt das nun am FTP-Server oder am Backitup?

                                            BackItUp:
                                            Das Backup wurde nicht vollständig erstellt. Bitte überprüfe die Fehlermeldungen!!
                                            ftp: Error: Logout.

                                            simatec 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

                                            736
                                            Online

                                            31.6k
                                            Users

                                            79.5k
                                            Topics

                                            1.3m
                                            Posts

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