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. Error/Bug
  4. BackUp Restore funktioniert nicht mehr

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    16
    1
    309

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

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

BackUp Restore funktioniert nicht mehr

Scheduled Pinned Locked Moved Error/Bug
84 Posts 18 Posters 18.4k Views
  • 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.
  • painkillerdeP Offline
    painkillerdeP Offline
    painkillerde
    wrote on last edited by
    #38

    @Bluefox:

    Ich konnte das Problem reproduzieren.

    Es lag an zu großer Dateien.

    Nach dem Austausch vom "tar.gz" Paket konnte ich den Fehler beseitigen.

    Bitte auf neueste github version updaten:

    cd /opt/iobroker
    npm i https://github.com/ioBroker/ioBroker.js-controller/tarbal/master --production
    
    ```` `  
    

    Danke schonmal für die schnelle reaktion!!!!

    Gibt aber leider einen 404 zurück.

    npm WARN retry will retry, error on last attempt: Error: fetch failed with status code 404
    
    

    Grüße Daniel

    ioBroker auf Qnap TS-251A 8GB (Docker), Homamatic CCU2 + ca 50 Geräte (Aktoren, Sender, Sensoren), Alexa Echo, Alexa Echo Dot, Vu+ Duo2, Logitech Harmony Elite, Fronius Wechselrichter, Viessman Heizung + vControl

    <…

    1 Reply Last reply
    0
    • HomoranH Do not disturb
      HomoranH Do not disturb
      Homoran
      Global Moderator Administrators
      wrote on last edited by
      #39

      Ich denke mal da ist ein typo

      tarball und nicht tarbal

      Gruß Rainer

      kein Support per PN! - Fragen im Forum stellen -
      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
      Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton im Header. Danke!
      der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

      1 Reply Last reply
      0
      • BluefoxB Offline
        BluefoxB Offline
        Bluefox
        wrote on last edited by
        #40

        @Homoran:

        Ich denke mal da ist ein typo

        tarball und nicht tarbal

        Gruß Rainer `
        Ja. Ich habe das Kommando geändert auf tarball.

        1 Reply Last reply
        0
        • painkillerdeP Offline
          painkillerdeP Offline
          painkillerde
          wrote on last edited by
          #41

          ja ist es ;-)

          Danke!

          Und restore läuft wieder!!!!!!!

          Yeaha.

          Vielen Dank!

          Grüße Daniel

          ioBroker auf Qnap TS-251A 8GB (Docker), Homamatic CCU2 + ca 50 Geräte (Aktoren, Sender, Sensoren), Alexa Echo, Alexa Echo Dot, Vu+ Duo2, Logitech Harmony Elite, Fronius Wechselrichter, Viessman Heizung + vControl

          <…

          1 Reply Last reply
          0
          • M Offline
            M Offline
            maniac
            wrote on last edited by
            #42

            Danke, probiere ich mal aus. Auch wenn es jetzt keinen Sinn mehr für den Umzug macht :)

            Gruß Frank…

            1 Reply Last reply
            0
            • M Offline
              M Offline
              MeisterHoppel
              wrote on last edited by
              #43

              Auch von mir ein recht herzliches Dankeschön für den tollen Support.

              1 Reply Last reply
              0
              • D Offline
                D Offline
                dpt
                wrote on last edited by
                #44

                Hallo erstmals Danke, aber bei mir gehts nicht :roll:

                System

                Qnap mit Virtualziation-Stadion 3

                Ubunutu 16.04 LTS "Server"

                alles installiert, da hatte ich das Problem, das ich die Backups nicht einspielen konnte und iobroker nicht selbst startete

                danach wie von Bluefox empfohlen

                cd /opt/iobroker
                npm i https://github.com/ioBroker/ioBroker.js-controller/tarbal/master --production
                
                

                damit habe ich einen schönen Nebeneffekt, der Autostart von iobroker geht wieder ;)

                jetzt das Restoregemacht.

                sudo iobroker stop
                cd /opt/iobroker
                sudo iobroker restore /home/iobroker/datei.tar.gz
                sudo iobroker start
                
                

                Das Resore ging extrem schnell im vergleich zum Raspi.

                jetzt erreiche ich die Admin Seite nicht mehr via Browser, die ging vordem Backup

                und beim Befehl

                sudo iobroker stop
                
                

                bleibt er bei

                stopping iobrokker daemon…... hängen

                kann das sein, da es auf einer anderen ip läuft?

                1 Reply Last reply
                0
                • BluefoxB Offline
                  BluefoxB Offline
                  Bluefox
                  wrote on last edited by
                  #45

                  @dpt:

                  Hallo erstmals Danke, aber bei mir gehts nicht :roll:

                  System

                  Qnap mit Virtualziation-Stadion 3

                  Ubunutu 16.04 LTS "Server"

                  alles installiert, da hatte ich das Problem, das ich die Backups nicht einspielen konnte und iobroker nicht selbst startete

                  danach wie von Bluefox empfohlen

                  cd /opt/iobroker
                  npm i https://github.com/ioBroker/ioBroker.js-controller/tarbal/master --production
                  
                  

                  damit habe ich einen schönen Nebeneffekt, der Autostart von iobroker geht wieder ;)

                  jetzt das Restoregemacht.

                  sudo iobroker stop
                  cd /opt/iobroker
                  sudo iobroker restore /home/iobroker/datei.tar.gz
                  sudo iobroker start
                  
                  

                  Das Resore ging extrem schnell im vergleich zum Raspi.

                  jetzt erreiche ich die Admin Seite nicht mehr via Browser, die ging vordem Backup

                  und beim Befehl

                  sudo iobroker stop
                  
                  

                  bleibt er bei

                  stopping iobrokker daemon…... hängen

                  kann das sein, da es auf einer anderen ip läuft? `
                  Wie sieht deine iobroker-data/iobroker.json Datei aus?

                  1 Reply Last reply
                  0
                  • D Offline
                    D Offline
                    dpt
                    wrote on last edited by
                    #46

                    @Bluefox:

                    Wie sieht deine iobroker-data/iobroker.json Datei aus? `

                    {
                      "system": {
                        "memoryLimitMB": 0,
                        "hostname": ""
                      },
                      "network": {
                        "IPv4": true,
                        "IPv6": true,
                        "bindAddress": null,
                        "useSystemNpm": true
                      },
                      "objects": {
                        "type": "file",
                        "typeComment": "Possible values: 'file' - [port 9001], redis - [port 6379], couch - [port 5984].",
                        "host": "127.0.0.1",
                        "port": 9001,
                        "user": "",
                        "pass": "",
                        "noFileCache": false,
                        "connectTimeout": 2000,
                        "dataDir": "../../iobroker-data/"
                      },
                      "states": {
                        "type": "redis",
                        "typeComment": "Possible values: 'file' - [port 9000], 'redis' - [port 6379].",
                        "host": "127.0.0.1",
                        "port": 6379,
                        "maxQueue": 1000,
                        "options": {
                          "auth_pass": null,
                          "retry_max_delay": 15000
                        }
                      },
                      "log": {
                        "level": "info",
                        "maxDays": 7,
                        "noStdout": true,
                        "transport": {
                          "file1": {
                            "type": "file",
                            "enabled": true,
                            "filename": "log/iobroker",
                            "fileext": ".log",
                            "maxsize": null,
                            "maxFiles": null
                          },
                          "syslog1": {
                            "type": "syslog",
                            "enabled": false,
                            "host": "localhost",
                            "host_comment": "The host running syslogd, defaults to localhost.",
                            "port_comment": "The port on the host that syslog is running on, defaults to syslogd's default port(514/UDP).",
                            "protocol": "udp4",
                            "protocol_comment": "The network protocol to log over (e.g. tcp4, udp4, unix, unix-connect, etc).",
                            "path_comment": "The path to the syslog dgram socket (i.e. /dev/log or /var/run/syslog for OS X).",
                            "facility_comment": "Syslog facility to use (Default: local0).",
                            "localhost": "iobroker",
                            "localhost_comment": "Host to indicate that log messages are coming from (Default: localhost).",
                            "sysLogType_comment": "The type of the syslog protocol to use (Default: BSD).",
                            "app_name_comment": "The name of the application (Default: process.title).",
                            "eol_comment": "The end of line character to be added to the end of the message (Default: Message without modifications)."
                          }
                        }
                      },
                      "dataDirComment": "Always relative to iobroker.js-controller/",
                      "dataDir": "../../iobroker-data/"
                    }
                    
                    
                    1 Reply Last reply
                    0
                    • BluefoxB Offline
                      BluefoxB Offline
                      Bluefox
                      wrote on last edited by
                      #47

                      Ist from redis da?

                      1 Reply Last reply
                      0
                      • D Offline
                        D Offline
                        dpt
                        wrote on last edited by
                        #48

                        @Bluefox:

                        Ist from redis da? `

                        Blöde Frage,

                        wie meinst das?

                        "sudo apt-get install redis-server" ?

                        erledigt, jetzt geht es ;)

                        Dominik

                        1 Reply Last reply
                        0
                        • D Offline
                          D Offline
                          dpt
                          wrote on last edited by
                          #49

                          @dpt:

                          erledigt, jetzt geht es ;) `

                          zu früh die Freude

                          Log:

                          host.nas	2017-11-20 14:57:11.937	info	States connected to redis: 127.0.0.1:6379
                          host.nas	2017-11-20 14:57:08.826	info	Adapter admin still running
                          host.nas	2017-11-20 14:57:08.825	info	force terminating
                          host.nas	2017-11-20 14:57:05.051	info	received SIGTERM
                          host.nas	2017-11-20 14:57:03.789	error	Cannot save file /opt/iobroker/node_modules/iobroker.js-controller/lib/objects/../../../../iobroker-data/objects.json: Error: EACCES: permission denied, open '/opt/iobroker/node_modules/iobroker.js-co
                          host.nas	2017-11-20 14:57:00.040	info	received SIGTERM
                          admin.0	2017-11-20 14:56:59.849	warn	Reconnection to DB.
                          admin.0	2017-11-20 14:56:59.743	warn	Reconnection to DB.
                          

                          Das ist hartnäckig

                          1 Reply Last reply
                          0
                          • D Offline
                            D Offline
                            dpt
                            wrote on last edited by
                            #50

                            @dpt:

                            @dpt:

                            erledigt, jetzt geht es ;) `

                            zu früh die Freude

                            Log:

                            host.nas	2017-11-20 14:57:11.937	info	States connected to redis: 127.0.0.1:6379
                            host.nas	2017-11-20 14:57:08.826	info	Adapter admin still running
                            host.nas	2017-11-20 14:57:08.825	info	force terminating
                            host.nas	2017-11-20 14:57:05.051	info	received SIGTERM
                            host.nas	2017-11-20 14:57:03.789	error	Cannot save file /opt/iobroker/node_modules/iobroker.js-controller/lib/objects/../../../../iobroker-data/objects.json: Error: EACCES: permission denied, open '/opt/iobroker/node_modules/iobroker.js-co
                            host.nas	2017-11-20 14:57:00.040	info	received SIGTERM
                            admin.0	2017-11-20 14:56:59.849	warn	Reconnection to DB.
                            admin.0	2017-11-20 14:56:59.743	warn	Reconnection to DB.
                            

                            Das ist hartnäckig `

                            jetzt habe ich die Schreibrechte angepasst

                            sudo chmod -R 777 /opt/iobroker
                            
                            

                            jetzt kommen andere Fehlermeldungen, langsam habe ich das Gefühl, es liegt an mir :roll:

                            TypeError:	2017-11-20 16:09:25.995	error	at Timer.listOnTimeout (timers.js:92:15)
                            TypeError:	2017-11-20 16:09:25.995	error	at ontimeout (timers.js:195:34)
                            TypeError:	2017-11-20 16:09:25.995	error	at null. (/opt/iobroker/node_modules/iobroker.js-controller/controller.js:1603:25)
                            TypeError:	2017-11-20 16:09:25.995	error	at startInstance (/opt/iobroker/node_modules/iobroker.js-controller/controller.js:1952:41)
                            TypeError:	2017-11-20 16:09:25.995	error	Cannot read property 'on' of null
                            uncaught	2017-11-20 16:09:25.990	error	exception: Cannot read property 'on' of null
                            host.nas	2017-11-20 16:09:25.957	info	starting 2 instances
                            host.nas	2017-11-20 16:09:25.932	info	23 instances found
                            host.nas	2017-11-20 16:09:25.900	info	InMemoryDB connected
                            host.nas	2017-11-20 16:09:25.880	info	inMem-objects listening on port 9001
                            host.nas	2017-11-20 16:09:25.549	info	ip addresses: 192.168.1.16 2a02:1205:c6a0:3000:5054:ff:fe26:e93d fe80::5054:ff:fe26:e93d
                            host.nas	2017-11-20 16:09:25.547	info	hostname: nas, node: v4.8.6
                            host.nas	2017-11-20 16:09:25.546	info	Copyright (c) 2014-2017 bluefox, 2014 hobbyquaker
                            host.nas	2017-11-20 16:09:25.536	info	iobroker.js-controller version 1.2.1 js-controller starting
                            Adapter	2017-11-20 16:09:23.084	info	admin still running
                            host.nas	2017-11-20 16:09:23.083	info	force terminating
                            host.nas	2017-11-20 16:09:19.266	info	received SIGTERM
                            host.nas	2017-11-20 16:09:14.694	info	"system.adapter.cloud.0" enabled
                            host.nas	2017-11-20 16:09:14.694	info	object change system.adapter.cloud.0
                            admin.0	2017-11-20 16:09:14.627	warn	Reconnection to DB.
                            admin.0	2017-11-20 16:09:14.582	warn	Reconnection to DB.
                            host.nas	2017-11-20 16:09:14.260	info	received SIGTERM
                            iobroker	2017-11-20 16:09:13.907	info	exit 0
                            iobroker	2017-11-20 16:09:13.881	info	Starting node restart.js
                            host.nas	2017-11-20 16:09:13.119	info	States connected to redis: 127.0.0.1:6379
                            iobroker	2017-11-20 16:09:13.069	info	_restart
                            

                            soll ich ein neues Thema aufmachen? wäre dies hilfreicher?

                            1 Reply Last reply
                            0
                            • S Offline
                              S Offline
                              sveni_lee
                              wrote on last edited by
                              #51

                              @dpt:

                              jetzt kommen andere Fehlermeldungen, langsam habe ich das Gefühl, es liegt an mir :roll: `

                              Ich glaube nicht das es an Dir liegt, ich bekomme iobroker auch seit 3 Tagen nicht mehr ans laufen…

                              Gesendet von iPhone mit Tapatalk Pro

                              1 Reply Last reply
                              0
                              • HomoranH Do not disturb
                                HomoranH Do not disturb
                                Homoran
                                Global Moderator Administrators
                                wrote on last edited by
                                #52

                                @dpt:

                                jetzt kommen andere Fehlermeldungen `
                                Ist dein Backup von der Installation auf dem NAS gewesen oder kommt das von ganz woanders her?

                                Gruß

                                Rainer

                                kein Support per PN! - Fragen im Forum stellen -
                                Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                                Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton im Header. Danke!
                                der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                1 Reply Last reply
                                0
                                • D Offline
                                  D Offline
                                  dpt
                                  wrote on last edited by
                                  #53

                                  @Homoran:

                                  @dpt:

                                  jetzt kommen andere Fehlermeldungen Ist dein Backup von der Installation auf dem NAS gewesen oder kommt das von ganz woanders her?

                                  System, vor dem Backup lief auf einem Rasp, wi ich der verdacht habe das sich die Karte langsam….. daher wechsel auf das Nas.

                                  1 Reply Last reply
                                  0
                                  • HomoranH Do not disturb
                                    HomoranH Do not disturb
                                    Homoran
                                    Global Moderator Administrators
                                    wrote on last edited by
                                    #54

                                    Und da war die Hardware natürlich ganz anders ;-)

                                    Hast du nach demiobroker restoreund vor demioBroker starteinmal````
                                    iobroker host this

                                    
                                    Hast du vor dem````
                                    iobroker start
                                    ````einmal die reinstall.sh ausgeführt um die ganzen Pakete für die neue Hardware zu kompilieren?
                                    
                                    Gruß
                                    
                                    Rainer

                                    kein Support per PN! - Fragen im Forum stellen -
                                    Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                                    Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton im Header. Danke!
                                    der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                    1 Reply Last reply
                                    0
                                    • D Offline
                                      D Offline
                                      dpt
                                      wrote on last edited by
                                      #55

                                      @Homoran:

                                      einmal````
                                      iobroker host this

                                      
                                      Hast du vor dem````
                                      iobroker start
                                      ````einmal die reinstall.sh ausgeführt um die ganzen Pakete für die neue Hardware zu kompilieren? `  
                                      

                                      Denn hatte ich nicht ;)

                                      wenn ich jetzt

                                      sudo iobroker stop
                                      

                                      läuft er weiter, ziehe kurz ein neues System rauf, Vorteil von Virtualstadion mit Datensicherungen ;)

                                      1 Reply Last reply
                                      0
                                      • D Offline
                                        D Offline
                                        dpt
                                        wrote on last edited by
                                        #56

                                        @dpt:

                                        läuft er weiter, ziehe kurz ein neues System rauf, Vorteil von Virtualstadion mit Datensicherungen ;) `

                                        zietiere mich mal wieder selbst :roll:

                                        habe mehrere Sachen getestet

                                        kritisch wird es nach dem

                                        cd /opt/iobroker
                                        npm i https://github.com/ioBroker/ioBroker.js-controller/tarball/master --production
                                        

                                        aber ohne dies kann ich die Restore nicht einspielen.

                                        nach diesem, ist das System unstabil und ich kann auch ohne "iobroker restore", keine Adapter mehr installieren, es kommt auch immer wieder das "Zahnrad" im Webbrowser, was vorher fast nie kommt.

                                        1 Reply Last reply
                                        0
                                        • HomoranH Do not disturb
                                          HomoranH Do not disturb
                                          Homoran
                                          Global Moderator Administrators
                                          wrote on last edited by
                                          #57

                                          Vor der Neuinstallation des js-controllers stoppst du iobroker aber doch?

                                          kein Support per PN! - Fragen im Forum stellen -
                                          Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                                          Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton im Header. Danke!
                                          der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                          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

                                          584

                                          Online

                                          32.7k

                                          Users

                                          82.5k

                                          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