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. [HowTo] ioBroker Restore unter Linux durchführen

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    13
    1
    142

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

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

[HowTo] ioBroker Restore unter Linux durchführen

Scheduled Pinned Locked Moved ioBroker Allgemein
restorerestore backupbackituphow-to
513 Posts 76 Posters 147.3k Views 71 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.
  • M Offline
    M Offline
    martin
    wrote on last edited by
    #111

    Ich habe nach einem Restore auf dem neuen System z.B. den mqtt-Adapter der auf rot bleibt. Wenn ich drauf in die Adapter-Einstellungen gehe kommt "File index_m.html not found".
    Kann ich die Dateien des Adapters irgendwie vom alten System kopieren und ins neue einfügen?

    apollon77A 1 Reply Last reply
    0
    • M martin

      Ich habe nach einem Restore auf dem neuen System z.B. den mqtt-Adapter der auf rot bleibt. Wenn ich drauf in die Adapter-Einstellungen gehe kommt "File index_m.html not found".
      Kann ich die Dateien des Adapters irgendwie vom alten System kopieren und ins neue einfügen?

      apollon77A Offline
      apollon77A Offline
      apollon77
      wrote on last edited by
      #112

      @martin als aller erstes mal im log schauen was die Ausgabe ist wenn du diese Adapter startest.

      Gegen das fehlen der Datei hilft jeweils ein „iobroker upload adaptername“ bzw. klicken des upload Buttons im Admin.

      Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

      • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
      • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
      1 Reply Last reply
      0
      • M Offline
        M Offline
        martin
        wrote on last edited by martin
        #113

        Log:

        host.iobroker	2020-02-20 08:36:33.804	error	Cannot download and install adapter "mqtt@2.0.6". To retry it disable/enable the adapter or restart host. Also check the error messages in the log!
        

        Übernimmt er bei einem manuellen Upload dann auch die Daten aus dem Restore?

        apollon77A 1 Reply Last reply
        0
        • M Offline
          M Offline
          martin
          wrote on last edited by
          #114

          Das hier kommt auch ständig:

          host.iobroker	2020-02-20 08:38:36.535	error	Caught by controller[0]: at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
          host.iobroker	2020-02-20 08:38:36.535	error	Caught by controller[0]: at startup (internal/bootstrap/node.js:283:19)
          host.iobroker	2020-02-20 08:38:36.535	error	Caught by controller[0]: at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
          host.iobroker	2020-02-20 08:38:36.535	error	Caught by controller[0]: at Function.Module._load (internal/modules/cjs/loader.js:585:3)
          host.iobroker	2020-02-20 08:38:36.535	error	Caught by controller[0]: at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
          host.iobroker	2020-02-20 08:38:36.535	error	Caught by controller[0]: at Module.load (internal/modules/cjs/loader.js:653:32)
          host.iobroker	2020-02-20 08:38:36.535	error	Caught by controller[0]: at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
          host.iobroker	2020-02-20 08:38:36.534	error	Caught by controller[0]: at Module._compile (internal/modules/cjs/loader.js:778:30)
          host.iobroker	2020-02-20 08:38:36.534	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.tr-064/tr-064.js:16:20)
          host.iobroker	2020-02-20 08:38:36.531	error	Caught by controller[0]: at Object.exports.Adapter (/opt/iobroker/node_modules/soef/soef.js:1383:23)
          host.iobroker	2020-02-20 08:38:36.530	error	Caught by controller[0]: TypeError: fns.adapter is not a function
          host.iobroker	2020-02-20 08:38:36.530	error	Caught by controller[0]: ^
          host.iobroker	2020-02-20 08:38:36.530	error	Caught by controller[0]: fns.adapter = fns.adapter(options);
          host.iobroker	2020-02-20 08:38:36.529	error	Caught by controller[0]: /opt/iobroker/node_modules/soef/soef.js:1383
          
          apollon77A 1 Reply Last reply
          0
          • M martin

            Das hier kommt auch ständig:

            host.iobroker	2020-02-20 08:38:36.535	error	Caught by controller[0]: at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
            host.iobroker	2020-02-20 08:38:36.535	error	Caught by controller[0]: at startup (internal/bootstrap/node.js:283:19)
            host.iobroker	2020-02-20 08:38:36.535	error	Caught by controller[0]: at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
            host.iobroker	2020-02-20 08:38:36.535	error	Caught by controller[0]: at Function.Module._load (internal/modules/cjs/loader.js:585:3)
            host.iobroker	2020-02-20 08:38:36.535	error	Caught by controller[0]: at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
            host.iobroker	2020-02-20 08:38:36.535	error	Caught by controller[0]: at Module.load (internal/modules/cjs/loader.js:653:32)
            host.iobroker	2020-02-20 08:38:36.535	error	Caught by controller[0]: at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
            host.iobroker	2020-02-20 08:38:36.534	error	Caught by controller[0]: at Module._compile (internal/modules/cjs/loader.js:778:30)
            host.iobroker	2020-02-20 08:38:36.534	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.tr-064/tr-064.js:16:20)
            host.iobroker	2020-02-20 08:38:36.531	error	Caught by controller[0]: at Object.exports.Adapter (/opt/iobroker/node_modules/soef/soef.js:1383:23)
            host.iobroker	2020-02-20 08:38:36.530	error	Caught by controller[0]: TypeError: fns.adapter is not a function
            host.iobroker	2020-02-20 08:38:36.530	error	Caught by controller[0]: ^
            host.iobroker	2020-02-20 08:38:36.530	error	Caught by controller[0]: fns.adapter = fns.adapter(options);
            host.iobroker	2020-02-20 08:38:36.529	error	Caught by controller[0]: /opt/iobroker/node_modules/soef/soef.js:1383
            
            apollon77A Offline
            apollon77A Offline
            apollon77
            wrote on last edited by apollon77
            #115

            @martin Bitte auf dem Latest repo die 3.1.4 vom tr-064 Adapter installieren

            Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

            • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
            • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
            1 Reply Last reply
            0
            • M martin

              Log:

              host.iobroker	2020-02-20 08:36:33.804	error	Cannot download and install adapter "mqtt@2.0.6". To retry it disable/enable the adapter or restart host. Also check the error messages in the log!
              

              Übernimmt er bei einem manuellen Upload dann auch die Daten aus dem Restore?

              apollon77A Offline
              apollon77A Offline
              apollon77
              wrote on last edited by
              #116

              @martin Hier hattest DU scheinbar eine GitHub version von mqtt drauf die es nie auf npm gibt, also kann er es nicht nachinstallieren.
              Am besten installiere die aktuellste Verison vom Adapter

              Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

              • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
              • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
              M 1 Reply Last reply
              0
              • apollon77A apollon77

                @martin Hier hattest DU scheinbar eine GitHub version von mqtt drauf die es nie auf npm gibt, also kann er es nicht nachinstallieren.
                Am besten installiere die aktuellste Verison vom Adapter

                M Offline
                M Offline
                martin
                wrote on last edited by
                #117

                @apollon77 said in [HowTo] ioBroker Restore unter Linux durchführen:

                @martin Hier hattest DU scheinbar eine GitHub version von mqtt drauf die es nie auf npm gibt, also kann er es nicht nachinstallieren.
                Am besten installiere die aktuellste Verison vom Adapter

                Okay. Sind die Einstellungen dann alle noch da?

                apollon77A 1 Reply Last reply
                0
                • M martin

                  @apollon77 said in [HowTo] ioBroker Restore unter Linux durchführen:

                  @martin Hier hattest DU scheinbar eine GitHub version von mqtt drauf die es nie auf npm gibt, also kann er es nicht nachinstallieren.
                  Am besten installiere die aktuellste Verison vom Adapter

                  Okay. Sind die Einstellungen dann alle noch da?

                  apollon77A Offline
                  apollon77A Offline
                  apollon77
                  wrote on last edited by
                  #118

                  @martin ja klar

                  Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                  • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                  • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                  1 Reply Last reply
                  0
                  • B Offline
                    B Offline
                    Babu242
                    wrote on last edited by
                    #119

                    Einen schönen gute Tag
                    Ich habe den Iobroker auf einem Windowsrechner laufen
                    das lief auch schon seit 6–7 Monaten einwandfrei,
                    leider ist jetzt das System abgestürzt und ich bekomme das back up nicht hin.

                    Das Back-up habe ich mit backitup erstellt mit einem NAS und mit ftp darauf zugegriffen.
                    Das Hatte auch alles gut funktioniert.
                    Ich habe das Backup aufspielen wollen das hat nicht funktioniert.
                    Mittlerweile habe ich den iobroker und auch den Rechner neu aufgesetzt nix geht.
                    Hier der die das Log

                    Backitup Restore.pdf

                    Sobald das abgelaufen ist, komme ich nicht mehr auf die Oberfläche
                    ich habe jedes Mal mehrere stunden gewartet.
                    leider ohne Erfolg.
                    Vielleicht weis jemand Hilfe Danke
                    bleibt Gesund

                    simatecS 1 Reply Last reply
                    0
                    • B Babu242

                      Einen schönen gute Tag
                      Ich habe den Iobroker auf einem Windowsrechner laufen
                      das lief auch schon seit 6–7 Monaten einwandfrei,
                      leider ist jetzt das System abgestürzt und ich bekomme das back up nicht hin.

                      Das Back-up habe ich mit backitup erstellt mit einem NAS und mit ftp darauf zugegriffen.
                      Das Hatte auch alles gut funktioniert.
                      Ich habe das Backup aufspielen wollen das hat nicht funktioniert.
                      Mittlerweile habe ich den iobroker und auch den Rechner neu aufgesetzt nix geht.
                      Hier der die das Log

                      Backitup Restore.pdf

                      Sobald das abgelaufen ist, komme ich nicht mehr auf die Oberfläche
                      ich habe jedes Mal mehrere stunden gewartet.
                      leider ohne Erfolg.
                      Vielleicht weis jemand Hilfe Danke
                      bleibt Gesund

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

                      @Babu242
                      Was gibt der Befehl iobroker list instances und iobroker status aus?

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

                        @simatec

                        Hallo erstmal und danke das du mir hilfst
                        Hier die Screenshots

                        status.PNG listen instzances.PNG

                        LG Babu

                        simatecS 1 Reply Last reply
                        0
                        • B Babu242

                          @simatec

                          Hallo erstmal und danke das du mir hilfst
                          Hier die Screenshots

                          status.PNG listen instzances.PNG

                          LG Babu

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

                          @Babu242 Läuft da eventuell noch eine Installation von iobroker?

                          Führe mal iobroker stop und iobroker host this
                          Danach dann ein reboot ...

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

                            @simatec

                            Die zwei Sachen habe ich gemacht
                            vor und nach einem reboot
                            sieht gleich aus
                            host this.PNG

                            1 Reply Last reply
                            0
                            • simatecS Offline
                              simatecS Offline
                              simatec
                              Developer Most Active
                              wrote on last edited by
                              #124

                              eventuell kann hier noch @Stabilostick zu Windows etwas sagen ...

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

                                Eine kurze frage
                                kann das stabilostick jetzt schon sehen oder schreibe ich ihn an
                                Und danke erstmal für deine Unterstützung

                                LG Babu

                                1 Reply Last reply
                                0
                                • S Offline
                                  S Offline
                                  skokarl
                                  wrote on last edited by
                                  #126

                                  @simatec

                                  Backupit läuft wirklich super, Probleme die ich immer mal wieder hatte waren meist
                                  selbstgemachte. Danke für den Adapter.

                                  Aber eine Frage brennt mir noch unter den Nägeln.

                                  Ich habe eine TestVM die nicht immer unbedingt auf dem neuesten Stand ist.

                                  Kann ich eine funktionierende IOBroker Installation mit einem neueren Backup überschreiben ?
                                  Funktioniert das ?

                                  Also einfach Restore mit einem neueren Backup machen ?

                                  IOBroker mit Proxmox auf Celeron Nuc mit 16 GB und Debian11, Sonos API, Echo Show 15 als Wandtablet, Homematic IP, HUE, Sonos, Echos, DS718+ als Backup

                                  simatecS 1 Reply Last reply
                                  0
                                  • S skokarl

                                    @simatec

                                    Backupit läuft wirklich super, Probleme die ich immer mal wieder hatte waren meist
                                    selbstgemachte. Danke für den Adapter.

                                    Aber eine Frage brennt mir noch unter den Nägeln.

                                    Ich habe eine TestVM die nicht immer unbedingt auf dem neuesten Stand ist.

                                    Kann ich eine funktionierende IOBroker Installation mit einem neueren Backup überschreiben ?
                                    Funktioniert das ?

                                    Also einfach Restore mit einem neueren Backup machen ?

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

                                    @skokarl
                                    Das geht ohne Probleme ...

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

                                      Hallo,
                                      wie kann ich denn die Skripte JS uns Blocky sichern, wenn ich kein Backup gemacht habe und ioBroker nicht mehr startet.
                                      Ich kann nur noch mit einem anderen Linux System auf die SD-Karte zugreifen.
                                      Viele Grüße

                                      simatecS 1 Reply Last reply
                                      0
                                      • B bokelogan

                                        Hallo,
                                        wie kann ich denn die Skripte JS uns Blocky sichern, wenn ich kein Backup gemacht habe und ioBroker nicht mehr startet.
                                        Ich kann nur noch mit einem anderen Linux System auf die SD-Karte zugreifen.
                                        Viele Grüße

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

                                        @bokelogan
                                        Den Ordner iobroker-data kopieren ...

                                        • 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
                                          shigi76
                                          wrote on last edited by shigi76
                                          #130

                                          Hallo,
                                          ich habe ein komplettes Backup mit backitup übers web eingespielt. Hat super geklappt. Nun schmeißt mir der backitup Adapter aber am laufenden Band Fehlrmeldungen ins LOG (Siehe Anhang). Auch geht die Instanz immer mal von grün auf rot und dann wieder zu grün.
                                          Was kann da der Grund sein?
                                          backitup.JPG

                                          Danke für eventuelle Hilfen!

                                          GlasfaserG simatecS 2 Replies 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

                                          576

                                          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