Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Adapter: iobroker.backitup (stable Release)

    NEWS

    • 15. 05. Wartungsarbeiten am ioBroker Forum

    • Monatsrückblick - April 2025

    • Minor js-controller 7.0.7 Update in latest repo

    Adapter: iobroker.backitup (stable Release)

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

      @simatec
      das weiß ich.
      Ich habe backitup auch nur auf dem Slave laufen lassen, wegen dem total Backup.
      Da es das nimmer gibt 😕 habe ich es deaktiviert.
      Vllt brauche ich es mal für eine 2. CCU.

      1 Reply Last reply Reply Quote 0
      • MathiasJ
        MathiasJ @Henny112 last edited by MathiasJ

        @Henny112
        ich habe eine Instanz, mit der die Backups auf der Dropbox und Googledrive gesichert werden.
        Bei mir wird zusätzlich noch auf der NAS und auf der Fritzbox gesichert.
        Sobald die 90 Backups erreicht wurden, leere ich die Dropbox und Googledrive indem ich alle Backups
        auf einer externen Festpatte sichere.
        Ich denke, sicherer geht's nimmer.

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

          @opossum
          Das sollte nun alles laufen.

          1 Reply Last reply Reply Quote 1
          • H
            Henny112 @MathiasJ last edited by

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

            @Henny112
            ich habe eine Instanz, mit der die Backups auf der Dropbox und Googledrive gesichert werden.
            Bei mir wird zusätzlich noch auf der NAS und auf der Fritzbox gesichert.
            Sobald die 90 Backups erreicht wurden, leere ich die Dropbox und Googledrive indem ich alle Backups
            auf einer externen Festpatte sichere.
            Ich denke, sicherer geht's nimmer.

            Ah okay. Und das machst du alles mit einer Instanz des Adapter? Aber man kann doch auch einstellen nach 10 löschen immer oder. Also die alten löschen kann man doch einstellen.

            MathiasJ 1 Reply Last reply Reply Quote 0
            • opossum
              opossum last edited by

              Hallo @simatec ,
              danke für die Info, ich teste das dann mal.

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

                habe heute den Backitup-adapter "upgedated", und nun läuft er nicht mehr!
                bekomme folgende Fehlermeldung im Log:

                host.raspiP
                2019-11-26 09:05:22.485
                error
                instance system.adapter.backitup.0 terminated with code 1 ()
                Caught
                2019-11-26 09:05:22.485
                error
                by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.backitup/node_modules/googleapis/build/src/index.js:19:22)
                Caught
                2019-11-26 09:05:22.485
                error
                by controller[0]: at require (internal/module.js:20:19)
                Caught
                2019-11-26 09:05:22.485
                error
                by controller[0]: at Module.require (module.js:504:17)
                Caught
                2019-11-26 09:05:22.485
                error
                by controller[0]: at Function.Module._load (module.js:445:3)
                Caught
                2019-11-26 09:05:22.484
                error
                by controller[0]: at tryModuleLoad (module.js:453:12)
                Caught
                2019-11-26 09:05:22.484
                error
                by controller[0]: at Module.load (module.js:494:32)
                Caught
                2019-11-26 09:05:22.484
                error
                by controller[0]: at Object.Module._extensions..js (module.js:586:10)
                Caught
                2019-11-26 09:05:22.484
                error
                by controller[0]: at Module._compile (module.js:549:28)
                Caught
                2019-11-26 09:05:22.484
                error
                by controller[0]: at Object.runInThisContext (vm.js:97:10)
                Caught
                2019-11-26 09:05:22.484
                error
                by controller[0]: at createScript (vm.js:56:10)
                Caught
                2019-11-26 09:05:22.484
                error
                by controller[0]: SyntaxError: Unexpected identifier
                Caught
                2019-11-26 09:05:22.483
                error
                by controller[0]: ^^^^^^^^^^^^^
                Caught
                2019-11-26 09:05:22.483
                error
                by controller[0]: async discoverAsync(url) {
                Caught
                2019-11-26 09:05:22.482
                error
                by controller[0]: /opt/iobroker/node_modules/iobroker.backitup/node_modules/googleapis/build/src/googleapis.js:93```
                simatec 1 Reply Last reply Reply Quote 0
                • simatec
                  simatec Developer Most Active @stoffel67 last edited by

                  @stoffel67
                  Welche Node Version hast du installiert?
                  Das sieht ganz nach einer Version < 8 aus.

                  Seit geraumer zeit wird Node < 8 nicht merh unterstützt, da die Google Drive Api Minimum Node 8 fordert

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

                    Ohh, gute Frage...
                    node --version bringt: v6.14.1
                    was muss ich da machen... node --update?

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

                      @stoffel67
                      ja mach ein node Update.
                      Node 10 ist aktuell die sinnvollste Version.

                      https://forum.iobroker.net/post/266625

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

                        @simatec
                        OHje... habe ein
                        curl -sL https://deb.nodesource.com/setup_10.x |sudo -E bash

                        dann

                        sudo apt-get install -y nodejs

                        dannach iobroker gestartet...
                        jetzt hagelt es nur noch Fehler im LOG!

                        host.raspiP
                        2019-11-26 10:51:08.446
                        error
                        instance system.adapter.yahka.0 terminated with code 1 ()
                        host.raspiP
                        2019-11-26 10:51:08.446
                        error
                        Caught by controller[0]: at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
                        host.raspiP
                        2019-11-26 10:51:08.446
                        error
                        Caught by controller[0]: at Module._compile (internal/modules/cjs/loader.js:778:30)
                        host.raspiP
                        2019-11-26 10:51:08.446
                        error
                        Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/ed25519-hap/index.js:1:37)
                        host.raspiP
                        2019-11-26 10:51:08.446
                        error
                        Caught by controller[0]: at bindings (/opt/iobroker/node_modules/bindings/bindings.js:76:44)
                        host.raspiP
                        2019-11-26 10:51:08.446
                        error
                        Caught by controller[0]: at require (internal/modules/cjs/helpers.js:25:18)
                        host.raspiP
                        2019-11-26 10:51:08.445
                        error
                        Caught by controller[0]: at Module.require (internal/modules/cjs/loader.js:692:17)
                        host.raspiP
                        2019-11-26 10:51:08.445
                        error
                        Caught by controller[0]: at Function.Module._load (internal/modules/cjs/loader.js:585:3)
                        host.raspiP
                        2019-11-26 10:51:08.445
                        error
                        Caught by controller[0]: at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
                        host.raspiP
                        2019-11-26 10:51:08.445
                        error
                        Caught by controller[0]: at Module.load (internal/modules/cjs/loader.js:653:32)
                        host.raspiP
                        2019-11-26 10:51:08.445
                        error
                        Caught by controller[0]: at Object.Module._extensions..node (internal/modules/cjs/loader.js:807:18)
                        host.raspiP
                        2019-11-26 10:51:08.445
                        error
                        Caught by controller[0]: the module (for instance, using `npm rebuild` or `npm install`).
                        host.raspiP
                        2019-11-26 10:51:08.445
                        error
                        Caught by controller[0]: NODE_MODULE_VERSION 64. Please try re-compiling or re-installing
                        host.raspiP
                        2019-11-26 10:51:08.445
                        error
                        Caught by controller[0]: NODE_MODULE_VERSION 48. This version of Node.js requires
                        host.raspiP
                        2019-11-26 10:51:08.445
                        error
                        Caught by controller[0]: was compiled against a different Node.js version using
                        host.raspiP
                        2019-11-26 10:51:08.445
                        error
                        Caught by controller[0]: Error: The module '/opt/iobroker/node_modules/ed25519-hap/build/Release/ed25519.node'
                        host.raspiP
                        2019-11-26 10:51:08.445
                        error
                        Caught by controller[0]: ^
                        host.raspiP
                        2019-11-26 10:51:08.445
                        error
                        Caught by controller[0]: throw e
                        host.raspiP
                        2019-11-26 10:51:08.442
                        error
                        Caught by controller[0]: /opt/iobroker/node_modules/bindings/bindings.js:83
                        

                        kann ich/ muß ich hier auf eine ältere Version????

                        1 Reply Last reply Reply Quote 0
                        • E
                          Einstein67 last edited by Einstein67

                          Erstmal Vielen Dank für die Version 1.30! Das History Backup/Restore funktioniert total SUPER!

                          Ich hab ein kleines Problem mit den Passwörtern von Wiederhergestellten Adaptern/Instanzen.

                          Zum Beispiel beim Adapter Sonoff wird das MQTT-Passwort zwar wiederhergestellt, allerdings falsch. Auch bei BackitUp passiert das selbe mit dem Passwort für den SMB-Mount.

                          Mach ich da irgendwas falsch, oder ist dieses Verhalten (aus Sicherheitsgründen) sogar gewünscht?

                          S 1 Reply Last reply Reply Quote 0
                          • S
                            stoffel67 @Einstein67 last edited by stoffel67

                            so hab jetzt auch beim YAHKA Adapter ein rebuild gemacht, scheint jetzt auch wieder zu laufen...
                            allerdings macht der Backit-up Adapter nur noch ein "Standrad"(Minimal-backup)
                            das ist bei mir ca. 2MB groß, vorher war ein full-backup 160MB groß
                            wie bekomm ich wieder ein Full-Backup?
                            Ich hätte schon gern alles gesichert?

                            simatec M 2 Replies Last reply Reply Quote 0
                            • simatec
                              simatec Developer Most Active @stoffel67 last edited by

                              @stoffel67
                              Full Backups werden nicht mehr unterstützt und werden auch nicht benötigt.
                              Das Standard Backup beinhaltet alles, was man braucht

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

                                @simatec
                                OK, dh. da ist alles drin was ich für die Widerherstellung meiner ioBroker-Inst. brauche?😮
                                wieso die Größenunterschiede?

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

                                  @stoffel67
                                  Genau und falls du redis, Zigbee oder mysql nutzt, kannst du in backitup dafür die Extra Backups aktivieren

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

                                    @simatec
                                    nee die nutz ich aktuell nicht, aber ganz wichtig Javascript-Scripte und vor allem YAHKA ( sonst "tillt" meine bessere Hälfte)😀

                                    1 Reply Last reply Reply Quote 0
                                    • MathiasJ
                                      MathiasJ @Henny112 last edited by

                                      @Henny112
                                      Ja kann man, ist aber so gewollt.

                                      H 1 Reply Last reply Reply Quote 0
                                      • H
                                        Henny112 @MathiasJ last edited by

                                        @MathiasJ danke ich teste das mal.

                                        1 Reply Last reply Reply Quote 0
                                        • A
                                          Alexxx2005 last edited by

                                          Hallo,

                                          wie erkenne ich wie weit ein wiederherstellen ist.
                                          hab mich mal per sftp aufgeschalten , Logo's
                                          unter vis.0. sind hergestellt in der Konsole dreht
                                          sich der runde kreis mal rot mal grün.

                                          Grüße Alex

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

                                            @Alexxx2005
                                            Welche Version von Backitup ist installiert und wie lange läuft die Wiederherstellung schon?

                                            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

                                            972
                                            Online

                                            31.6k
                                            Users

                                            79.5k
                                            Topics

                                            1.3m
                                            Posts

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