Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. IoBroker Backup einspielen

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    UNSOLVED IoBroker Backup einspielen

    This topic has been deleted. Only users with topic management privileges can see it.
    • simatec
      simatec Developer Most Active @schubi82 last edited by

      @schubi82
      die aktuelle Version 1.3.0 von backitup installieren, das Backup lokal unter /opt/iobroker/backups ablegen und über die GUI von backitup herstellen.

      Am besten vorher noch den Installer Fix drüber laufen lassen, da ich nicht weiß, wie alt das Image ist und ob ggfs. noch Bugs drin sind.

      curl -sL https://iobroker.net/fix.sh | bash -
      sudo reboot
      
      1 Reply Last reply Reply Quote 0
      • S
        schubi82 last edited by

        Der Adapter war aktuell, hatte auch update und upgrade durchlaufen lassen...
        Hab dann noch .trim() in den Zeilen 568 und 571 der Datei /opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupBackup.js entfernt, den Installer Fix durchlaufen lassen und gebootet. Über den Adapter wurde wieder nichts angezeigt, über die Konsole hat es ein paar Minuten gedauert und dann kam:

        pi@raspberrypi:~ $ sudo iobroker stop
        pi@raspberrypi:~ $ sudo iobroker restore 0
        host.raspberrypi Using backup file total_2019_10_08-03_00_10_iobroker_backup_backupiobroker.tar.gz
        host.raspberrypi Cannot find extracted file from file "/opt/iobroker/node_modules/iobroker.js-controller/tmp/backup/backup.json"
        pi@raspberrypi:~ $
        
        
        simatec 1 Reply Last reply Reply Quote 0
        • simatec
          simatec Developer Most Active @schubi82 last edited by simatec

          @schubi82
          Ein total backup geht nicht mit dem Befehl iobroker restore 0
          Nimm ein Standard Backup und machen es über backitup
          Total backup wird auch von backitup nicht mehr unterstützt

          1 Reply Last reply Reply Quote 0
          • S
            schubi82 last edited by

            Ich habe leider nur total backups machen lassen... und nun?

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

              @schubi82
              Auf ein neues System ist total nicht richtig.
              Hast du dein altes System noch? Wenn ja, erstelle ein Standard

              1 Reply Last reply Reply Quote 0
              • S
                schubi82 last edited by

                Nein, da hat sich die Speicherkarte zerlegt. Mir sind eigentlich nur Szenen, Skripte und Flows wichtig, kann ich die vielleicht ins Minimalbackup kopieren?

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

                  @schubi82
                  Hier aus der alten Doku ...


                  Restore eines kompletten Backups:
                  - Den Befehl:“iobroker stop“ über die Konsole ausführen
                  - Das erstellte Backup muss in das Verzeichnis „/opt/iobroker“ kopiert werden
                  - Den Befehl: "sudo tar -xzvf Backupname.tar.gz -C /opt/iobroker " im Verzeichnis "/opt/iobroker" über die Konsole ausführen
                  - Warten - Während der Wiederherstellung wird euch angezeigt was gerade gemacht wird
                  - Den Befehl: „iobroker start“ über die Konsole ausführen

                  Lass danach den Fixer drüberlaufen ist aber definitiv keine saubere Lösung und nur als Notlösung für dein Problem gedacht.
                  Sonst wäre noch eine Möglichkeit das total Backup zu extrahieren und den iobroker-data Ordner zu kopieren.
                  Dafür iobroker stoppen und den iobroker-data Ordner im Verzeichnis überschreiben.
                  Danach iobroker upload all und start

                  1 Reply Last reply Reply Quote 0
                  • S
                    schubi82 last edited by

                    Vielen Dank, dass läuft jetzt erstmal ne Weile. Wenn es funktioniert hat, macht es dann Sinn, erneut ein Standard-Backup durchzuführen, neu aufzusetzen und wiederherzustellen? Oder fehlt mir dann wieder was bzw. importiere ich Müll?

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

                      @schubi82
                      Warte erstmal ab, ob alles läuft .... aber ein Standard einspielen bringt danach nix.
                      Maximal neu aufsetzen und dann das standard drauf

                      1 Reply Last reply Reply Quote 0
                      • S
                        schubi82 last edited by

                        Naja, laufen ist übertrieben... beim Update einiger Adapter stürzt das System manchmal ab und Rega ist auch noch rot (denke das liegt aber nur an den Sicherheitseinstellungen). Zumindest konnte ich schonmal die Skripte und Flows einzeln sichern, für Szenen scheint es das immer noch nicht zu geben. Ich würde jetzt ein Standardbackup durchführen, neues Image kopieren, get updates und upgrades, Installationsfix-Skript und dann das Backup wiederherstellen.

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

                          @schubi82
                          Wie gesagt, ein Total Backup auf einem neuen System wiederherzustellen ist keine gute Idee.
                          Das gibt nur Probleme.

                          Darum hatte ich dir die Alternative geschrieben, den Ordner iobroker-data aus dem Backup zu kopieren und diesen dann in deiner neuen Installation zu platzieren.

                          Das wäre noch eine saubere Lösung.

                          1 Reply Last reply Reply Quote 0
                          • S
                            schubi82 last edited by

                            Deswegen habe ich ja auf dem System mit dem wiederhergestellten total Backup nochmal ein Standard Backup erstellt und dieses in einem wieder neuen Image eingepflegt. Wenn ich es richtig gedeutet habe, hat er sich die Adapter dadurch alle neu gezogen. Es waren zwar viele seltsame Meldungen im Log, dass ich ich irgendwas mal aktualisieren könnte, aber letztendlich scheint es nun zu laufen. Ich denke das hängt womöglich mit dem "Light Image" zusammen. Vielen Dank für Deine Hilfe!

                            1 Reply Last reply Reply Quote 0
                            • M
                              MaikB85 last edited by MaikB85

                              Ich hab ein Problem beim Rückspielen des Backups. Bekomme immer Fehlermeldungen und weiß nicht wirklich wo das Problem ist:

                              maik@ubuntuserver:/opt/iobroker/backups$ iobroker stop
                              maik@ubuntuserver:/opt/iobroker/backups$ iobroker restore 0
                              host.ubuntuserver Using backup file iobroker_2020_03_02-02_00_10_backupiobroker.tar.gz
                              host.ubuntuserver Cannot extract from file "/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/../../../../backups/iobroker_2020_03_02-02_00_10_backupiobroker.tar.gz"
                              host.ubuntuserver Cannot find extracted file from file "/opt/iobroker/node_modules/iobroker.js-controller/tmp/backup/backup.json"
                              iobroker controller daemon is not running
                              host.ubuntuserver OK.
                              (node:6072) UnhandledPromiseRejectionWarning: Error: ENOENT: no such file or directory, open '/opt/iobroker/node_modules/iobroker.js-controller/tmp/backup/backup.json'
                                  at Object.openSync (fs.js:443:3)
                                  at Object.readFileSync (fs.js:343:35)
                                  at BackupRestore.restoreAfterStop (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupBackup.js:566:23)
                                  at Daemon.daemon.on (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupBackup.js:846:22)
                                  at Daemon.emit (events.js:203:15)
                                  at Daemon._kill (/opt/iobroker/node_modules/daemonize2/lib/daemonize.js:246:14)
                                  at Daemon.stop (/opt/iobroker/node_modules/daemonize2/lib/daemonize.js:185:17)
                                  at tar.extract.err (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupBackup.js:848:20)
                                  at process._tickCallback (internal/process/next_tick.js:68:7)
                              (node:6072) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
                              (node:6072) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
                              

                              Scheinbar kann der das nicht entpacken oder so. Kann mir da jemand bei helfen?

                              Gruß Maik

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

                                @MaikB85
                                Lass mal den Installer Fix drüberlaufen.

                                1 Reply Last reply Reply Quote 0
                                • M
                                  MaikB85 last edited by MaikB85

                                  Bekomme den gleichen Fehler. Diesmal über den Backitup Adapter:

                                  ======================
                                  Log Backitup Restore:
                                  ======================
                                  
                                  [DEBUG] [iobroker] Start ioBroker Restore ...
                                  [ERROR] [iobroker] host.ubuntuserver Cannot extract from file "/opt/iobroker/backups/iobroker_2020_03_02-20_16_48_backupiobroker.tar.gz"
                                  [ERROR] [iobroker] host.ubuntuserver Cannot find extracted file from file "/opt/iobroker/node_modules/iobroker.js-controller/tmp/backup/backup.json"
                                  [DEBUG] [iobroker] iobroker controller daemon is not running
                                  [DEBUG] [iobroker] host.ubuntuserver OK.
                                  [ERROR] [iobroker] (node:7457) UnhandledPromiseRejectionWarning: Error: ENOENT: no such file or directory, open '/opt/iobroker/node_modules/iobroker.js-controller/tmp/backup/backup.json'
                                  [ERROR] [iobroker] at Object.openSync (fs.js:443:3)
                                  [ERROR] [iobroker] at Object.readFileSync (fs.js:343:35)
                                  [ERROR] [iobroker] at BackupRestore.restoreAfterStop (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupBackup.js:566:23)
                                  [ERROR] [iobroker] at Daemon.daemon.on (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupBackup.js:846:22)
                                  [ERROR] [iobroker] at Daemon.emit (events.js:203:15)
                                  [ERROR] [iobroker] at Daemon._kill (/opt/iobroker/node_modules/daemonize2/lib/daemonize.js:246:14)
                                  [ERROR] [iobroker] at Daemon.stop (/opt/iobroker/node_modules/daemonize2/lib/daemonize.js:185:17)
                                  [ERROR] [iobroker] at tar.extract.err (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupBackup.js:848:20)
                                  [ERROR] [iobroker] at process._tickCallback (internal/process/next_tick.js:68:7)
                                  [ERROR] [iobroker] (node:7457) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
                                  [ERROR] [iobroker] (node:7457) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
                                  [DEBUG] [iobroker] ioBroker Restore completed successfully
                                  [EXIT] 9 **** Restore completed successfully!! ****
                                  
                                  The log can be closed ...
                                  

                                  Vielleicht noch zur Info, das ist ein frisch aufgesetztes System (ubuntu-18.04.4-live-server-amd64) und iobroker inkl. NodeJS genau nach Anleitung installiert. lief auch alles ohne Probleme. Der Fix hat auch keine Fehler gebracht

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

                                    @MaikB85
                                    Hast du den Installer Fix laufen lassen?
                                    Du kannst auch noch das Backup selber auf Beschädigungen prüfen.

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

                                      @simatec sagte in IoBroker Backup einspielen:

                                      @MaikB85
                                      Hast du den Installer Fix laufen lassen?
                                      Du kannst auch noch das Backup selber auf Beschädigungen prüfen.

                                      Fix lief erfolgreich durch.

                                      Hab schon verschiedene Backups probiert aber immer das gleiche.

                                      Allerdings sehe ich gerade, dass ich es nichtmal manuell entpacken kann:

                                      maik@ubuntuserver:/opt/iobroker/backups$ tar xfvz iobroker_2020_03_02-20_16_48_backupiobroker.tar.gz
                                      
                                      gzip: stdin: not in gzip format
                                      tar: Child returned status 1
                                      tar: Error is not recoverable: exiting now
                                      
                                      1 Reply Last reply Reply Quote 0
                                      • S
                                        SilSchm last edited by

                                        Hallo,
                                        ich habe gerade das gleiche Problem wie @MaikB85 . Meine SD ist tot und das Backup lässt sich aufgrund der gleichen Fehler nicht wieder einspielen.

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

                                          Hallo, ich scheitere auch am restore. Vll warte ich nicht lang genug.
                                          Mir kommt auch komisch vor dass ich in dem per Adapter erstellten BUs nicht den iobroker-data Ordner finde. Zudem scheinen mir die Backups mit etwa 1 MB Größe bei ca. 40 Adaptern und 4 kB für Zigbee recht klein.
                                          Es wird auch nur ein Mimimal BU erstellt.
                                          Ist das so korrekt und lässt und lässt sich damit der ioBroker tatsächlich komplett wiederherstellen?

                                          M 1 Reply Last reply Reply Quote 0
                                          • M
                                            MaikB85 @Rushmed last edited by MaikB85

                                            @Rushmed sagte in IoBroker Backup einspielen:

                                            Hallo, ich scheitere auch am restore. Vll warte ich nicht lang genug.
                                            Mir kommt auch komisch vor dass ich in dem per Adapter erstellten BUs nicht den iobroker-data Ordner finde. Zudem scheinen mir die Backups mit etwa 1 MB Größe bei ca. 40 Adaptern und 4 kB für Zigbee recht klein.
                                            Es wird auch nur ein Mimimal BU erstellt.
                                            Ist das so korrekt und lässt und lässt sich damit der ioBroker tatsächlich komplett wiederherstellen?

                                            Also das Problem hab ich nicht. Bekomme das Archiv unter MacOS auch normal entpackt und scheint auch alles dabei zu sein. Nur unter Linux irgendwie nicht.

                                            maik@ubuntuserver:/opt/iobroker/backups$ tar -xzf iobroker_2020_03_02-20_16_48_backupiobroker.tar.gz -C /
                                            
                                            gzip: stdin: not in gzip format
                                            tar: Child returned status 1
                                            tar: Error is not recoverable: exiting now
                                            maik@ubuntuserver:/opt/iobroker/backups$ tar -xf iobroker_2020_03_02-20_16_48_backupiobroker.tar.gz -C /
                                            tar: This does not look like a tar archive
                                            
                                            gzip: stdin: not in gzip format
                                            tar: Child returned status 1
                                            tar: Error is not recoverable: exiting now
                                            maik@ubuntuserver:/opt/iobroker/backups$ 
                                            

                                            Kann man das irgendwie vorher entpacken und dann zurückspielen?

                                            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

                                            885
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            backup iobroker
                                            11
                                            93
                                            19664
                                            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