Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. [HowTo] ioBroker Restore unter Linux durchführen

    NEWS

    • 15. 05. Wartungsarbeiten am ioBroker Forum

    • Monatsrückblick - April 2025

    • Minor js-controller 7.0.7 Update in latest repo

    [HowTo] ioBroker Restore unter Linux durchführen

    This topic has been deleted. Only users with topic management privileges can see it.
    • J
      JB72 @simatec last edited by

      @simatec

      Danke! Dieser Tipp, war definitiv Gold wert. Habe das sicher 3-4 mal wiederholt. War schon gut das ich das auf Proxmox getestet habe, so konnte ich
      immer schnell zurück und wieder testen.

      Jetzt ist er durch. Gut ein Adapter wollte nicht bzw. musste ich von default auf latest stellen und dann nachziehen war der vis-material-webfront.

      Danke noch mal. Ich probiere dann weiter, bis ich dann Final umziehe. Der alte Barbone muss doch ersetzt werden, der lutscht ne ganze Menge
      Saft 45 Watt sind nicht Zeitgemäß für 24/7 ... ich schwanke zwischen NUC und Pi4, aber

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

        @JB72 sagte in [HowTo] ioBroker Restore unter Linux durchführen:

        ich schwanke zwischen NUC und Pi4

        Nimm ein NUC ... 😉

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

          @simatec Jupp, Nuc 🙂

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

            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?

            apollon77 1 Reply Last reply Reply Quote 0
            • apollon77
              apollon77 @martin last edited by

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

              1 Reply Last reply Reply Quote 0
              • M
                martin last edited by 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?

                apollon77 1 Reply Last reply Reply Quote 0
                • M
                  martin last edited by

                  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
                  
                  apollon77 1 Reply Last reply Reply Quote 0
                  • apollon77
                    apollon77 @martin last edited by apollon77

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

                    1 Reply Last reply Reply Quote 0
                    • apollon77
                      apollon77 @martin last edited by

                      @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 1 Reply Last reply Reply Quote 0
                      • M
                        martin @apollon77 last edited by

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

                        apollon77 1 Reply Last reply Reply Quote 0
                        • apollon77
                          apollon77 @martin last edited by

                          @martin ja klar

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

                            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

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

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

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

                                @simatec

                                Hallo erstmal und danke das du mir hilfst
                                Hier die Screenshots

                                status.PNG listen instzances.PNG

                                LG Babu

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

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

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

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

                                    @simatec

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

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

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

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

                                        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 Reply Quote 0
                                        • S
                                          skokarl last edited by

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

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

                                            @skokarl
                                            Das geht ohne Probleme ...

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

                                            Support us

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

                                            881
                                            Online

                                            31.6k
                                            Users

                                            79.4k
                                            Topics

                                            1.3m
                                            Posts

                                            backitup how-to restore restore backup
                                            74
                                            510
                                            102413
                                            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