Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. IoBroker Backup einspielen

NEWS

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    4.0k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.2k

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    25
    1
    2.5k

IoBroker Backup einspielen

Scheduled Pinned Locked Moved Unsolved ioBroker Allgemein
iobrokerbackup
93 Posts 11 Posters 23.3k Views 7 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Jan1

    @Kippe
    Dann kannst den in das System legen.

    K Offline
    K Offline
    Kippe
    wrote on last edited by
    #22

    @Jan1 den Alten Data Ordner Löschen ?

    J 1 Reply Last reply
    0
    • K Kippe

      @Jan1 den Alten Data Ordner Löschen ?

      J Offline
      J Offline
      Jan1
      wrote on last edited by
      #23

      @Kippe
      Mach ein Backup mit dem Backitup Adapter und probiers einfach aus, wenn es in die Hosen geht, bist immerhin schnell zurück.

      1 Reply Last reply
      0
      • S Offline
        S Offline
        schubi82
        wrote on last edited by schubi82
        #24

        Hab das gleiche Problem, konnte gestern noch mit meinem alten Image das Backup einspielen. Heute habe ich eins aus dem DL-Bereich genommen und das lokale Backup wird nicht mehr erkannt. Beim Versuch über Windows den iobroker-data-Ordner zu kopieren, kommt die Meldung "can not create symbolic link: Dem Client fehlt ein erforderliches Recht". Ist die Datei vielleicht zu groß? Das Totalbackup, welches mit Backitup erstellt wurde, hat über 300 MB...
        Über die Konsole geht es auch nicht:

        pi@raspberrypi:~ $ sudo iobroker stop
        pi@raspberrypi:~ $ sudo iobroker restore 0
        /opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupBackup.js:568
        if (parseInt(name.trim(), 10).toString() === name.trim().toString()) {
        ^

        TypeError: name.trim is not a function
        at BackupRestore.restoreBackup (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupBackup.js:568:27)
        at dbConnect (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js:1474:28)
        at Object.connected (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js:3087:29)
        at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/states/statesInMemServer.js:184:26)
        at runCallback (timers.js:705:18)
        at tryOnImmediate (timers.js:676:5)
        at processImmediate (timers.js:658:5)
        pi@raspberrypi:~ $

        simatecS 1 Reply Last reply
        0
        • S schubi82

          Hab das gleiche Problem, konnte gestern noch mit meinem alten Image das Backup einspielen. Heute habe ich eins aus dem DL-Bereich genommen und das lokale Backup wird nicht mehr erkannt. Beim Versuch über Windows den iobroker-data-Ordner zu kopieren, kommt die Meldung "can not create symbolic link: Dem Client fehlt ein erforderliches Recht". Ist die Datei vielleicht zu groß? Das Totalbackup, welches mit Backitup erstellt wurde, hat über 300 MB...
          Über die Konsole geht es auch nicht:

          pi@raspberrypi:~ $ sudo iobroker stop
          pi@raspberrypi:~ $ sudo iobroker restore 0
          /opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupBackup.js:568
          if (parseInt(name.trim(), 10).toString() === name.trim().toString()) {
          ^

          TypeError: name.trim is not a function
          at BackupRestore.restoreBackup (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupBackup.js:568:27)
          at dbConnect (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js:1474:28)
          at Object.connected (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js:3087:29)
          at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/states/statesInMemServer.js:184:26)
          at runCallback (timers.js:705:18)
          at tryOnImmediate (timers.js:676:5)
          at processImmediate (timers.js:658:5)
          pi@raspberrypi:~ $

          simatecS Offline
          simatecS Offline
          simatec
          Developer Most Active
          wrote on last edited by
          #25

          @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
          
          • Besuche meine Github Seite
          • Beitrag hat geholfen oder willst du mich unterstützen
          • HowTo Restore ioBroker
          1 Reply Last reply
          0
          • S Offline
            S Offline
            schubi82
            wrote on last edited by
            #26

            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:~ $
            
            
            simatecS 1 Reply Last reply
            0
            • S schubi82

              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:~ $
              
              
              simatecS Offline
              simatecS Offline
              simatec
              Developer Most Active
              wrote on last edited by simatec
              #27

              @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

              • Besuche meine Github Seite
              • Beitrag hat geholfen oder willst du mich unterstützen
              • HowTo Restore ioBroker
              1 Reply Last reply
              0
              • S Offline
                S Offline
                schubi82
                wrote on last edited by
                #28

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

                simatecS 1 Reply Last reply
                0
                • S schubi82

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

                  simatecS Offline
                  simatecS Offline
                  simatec
                  Developer Most Active
                  wrote on last edited by
                  #29

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

                  • Besuche meine Github Seite
                  • Beitrag hat geholfen oder willst du mich unterstützen
                  • HowTo Restore ioBroker
                  1 Reply Last reply
                  0
                  • S Offline
                    S Offline
                    schubi82
                    wrote on last edited by
                    #30

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

                    simatecS 1 Reply Last reply
                    0
                    • S schubi82

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

                      simatecS Offline
                      simatecS Offline
                      simatec
                      Developer Most Active
                      wrote on last edited by simatec
                      #31

                      @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

                      • Besuche meine Github Seite
                      • Beitrag hat geholfen oder willst du mich unterstützen
                      • HowTo Restore ioBroker
                      1 Reply Last reply
                      0
                      • S Offline
                        S Offline
                        schubi82
                        wrote on last edited by
                        #32

                        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?

                        simatecS 1 Reply Last reply
                        0
                        • S schubi82

                          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?

                          simatecS Offline
                          simatecS Offline
                          simatec
                          Developer Most Active
                          wrote on last edited by
                          #33

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

                          • Besuche meine Github Seite
                          • Beitrag hat geholfen oder willst du mich unterstützen
                          • HowTo Restore ioBroker
                          1 Reply Last reply
                          0
                          • S Offline
                            S Offline
                            schubi82
                            wrote on last edited by
                            #34

                            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.

                            simatecS 1 Reply Last reply
                            0
                            • S schubi82

                              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.

                              simatecS Offline
                              simatecS Offline
                              simatec
                              Developer Most Active
                              wrote on last edited by
                              #35

                              @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.

                              • Besuche meine Github Seite
                              • Beitrag hat geholfen oder willst du mich unterstützen
                              • HowTo Restore ioBroker
                              1 Reply Last reply
                              0
                              • S Offline
                                S Offline
                                schubi82
                                wrote on last edited by
                                #36

                                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
                                0
                                • M Offline
                                  M Offline
                                  MaikB85
                                  wrote on last edited by MaikB85
                                  #37

                                  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

                                  simatecS 1 Reply Last reply
                                  0
                                  • M 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

                                    simatecS Offline
                                    simatecS Offline
                                    simatec
                                    Developer Most Active
                                    wrote on last edited by
                                    #38

                                    @MaikB85
                                    Lass mal den Installer Fix drüberlaufen.

                                    • Besuche meine Github Seite
                                    • Beitrag hat geholfen oder willst du mich unterstützen
                                    • HowTo Restore ioBroker
                                    1 Reply Last reply
                                    0
                                    • M Offline
                                      M Offline
                                      MaikB85
                                      wrote on last edited by MaikB85
                                      #39

                                      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

                                      simatecS 1 Reply Last reply
                                      0
                                      • M 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

                                        simatecS Offline
                                        simatecS Offline
                                        simatec
                                        Developer Most Active
                                        wrote on last edited by
                                        #40

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

                                        • Besuche meine Github Seite
                                        • Beitrag hat geholfen oder willst du mich unterstützen
                                        • HowTo Restore ioBroker
                                        M 1 Reply Last reply
                                        0
                                        • simatecS simatec

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

                                          M Offline
                                          M Offline
                                          MaikB85
                                          wrote on last edited by MaikB85
                                          #41

                                          @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
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

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

                                          595

                                          Online

                                          32.7k

                                          Users

                                          82.4k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Home
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe