Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. ioBroker manuelles Backup

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    ioBroker manuelles Backup

    This topic has been deleted. Only users with topic management privileges can see it.
    • 1
      1704eu @Glasfaser last edited by

      @glasfaser said in ioBroker manuelles Backup:

      neuen Image runterziehen , dein Bac

      ok dann probier ich das nachher gleich mal noch aus. DANKE

      Glasfaser 1 Reply Last reply Reply Quote 0
      • Glasfaser
        Glasfaser @1704eu last edited by

        @1704eu sagte in ioBroker manuelles Backup:

        ok dann probier ich das nachher gleich mal noch aus. DANKE

        OK... weißt du auch wie !?

        1 Reply Last reply Reply Quote 0
        • 1
          1704eu last edited by

          @glasfaser

          So?
          npm i iobroker.js-controller@3.3.15 --production

          Glasfaser 1 Reply Last reply Reply Quote 0
          • Marc Berg
            Marc Berg Most Active last edited by

            @glasfaser sagte in ioBroker manuelles Backup:

            Besser den Contoller im neuen Image runterziehen , dein Backup rein , dann alles wieder hochziehen !

            Meinst du, dass der js-controller 3.3 mit Node.js 18 läuft? Kann ich mir nicht vorstellen, lasse mich aber gern eines Besseren belehren.

            Glasfaser 1 Reply Last reply Reply Quote 0
            • Glasfaser
              Glasfaser @1704eu last edited by

              @1704eu sagte in ioBroker manuelles Backup:

              @glasfaser

              So?
              npm i iobroker.js-controller@3.3.15 --production

              Nee ..

              cd /opt/iobroker
              pkill -u iobroker
              
              sudo -H -u iobroker npm install iobroker.js-controller@3.3.15
              
              Container danach neu starten
              

              dann später auf

              cd /opt/iobroker
              sudo -H -u iobroker npm install iobroker.js-controller@4.0.24
              
              Container danach neu starten
              

              Dann auf 5

              pkill -u iobroker
              iobroker update
              iobroker upgrade self
              
              Container danach neu starten
              
              1 1 Reply Last reply Reply Quote 0
              • Glasfaser
                Glasfaser @Marc Berg last edited by

                @marc-berg sagte in ioBroker manuelles Backup:

                js-controller 3.3 mit Node.js 18 läuft?

                Theoretisch .. würde ich sagen , ja !

                1 Reply Last reply Reply Quote 0
                • 1
                  1704eu @Glasfaser last edited by

                  @glasfaser

                  und nach

                  cd /opt/iobroker
                  pkill -u iobroker
                  
                  sudo -H -u iobroker npm install iobroker.js-controller@3.3.15
                  

                  spiele ich das Backup wieder ein? Und dann den Rest?

                  Glasfaser 1 Reply Last reply Reply Quote 0
                  • Glasfaser
                    Glasfaser @1704eu last edited by

                    @1704eu sagte in ioBroker manuelles Backup:

                    spiele ich das Backup wieder ein? Und dann den Rest?

                    richtig !

                    1 1 Reply Last reply Reply Quote 0
                    • 1
                      1704eu @Glasfaser last edited by

                      @glasfaser

                      also js-controller downgrade auf 3.3.15 hat geklappt, nach dem Neustart konnte ich aber das Webinterface nicht aufrufen. Dann hab ich dennoch iobroker restore 0 gemacht, was tatsächlich erfolgreich abgeschlossen werden konnte. Container restart, und nun hänge ich wieder 😕

                      -----             Step 2 of 5: Detecting ioBroker Installation             -----
                      --------------------------------------------------------------------------------
                       
                      Existing installation of ioBroker detected in "/opt/iobroker".
                       
                      --------------------------------------------------------------------------------
                      -----             Step 3 of 5: Checking ioBroker Installation              -----
                      --------------------------------------------------------------------------------
                       
                      (Re)setting permissions (This might take a while! Please be patient!)... Done.
                       
                      Checking database connection... Failed.
                      Please check your configuration and try again.
                      For more information see ioBroker Docker image docs (https://docs.buanet.de/iobroker-docker-image/docs).
                       
                      This Script will exit now.
                      

                      so komme ich nicht mal ins Terminal zum ein iobroker fix oder ähnliches zu starten, weil er ja den Container stoppt 😞

                      Glasfaser 1 Reply Last reply Reply Quote 0
                      • Glasfaser
                        Glasfaser @1704eu last edited by Glasfaser

                        @1704eu sagte in ioBroker manuelles Backup:

                        was tatsächlich erfolgreich abgeschlossen werden konnte. Container restart, und nun hänge ich wieder

                        dann trage bei der ENV ( Environment Variables )

                        DEBUG = true
                        

                        ein .
                        Im Debuglog sieht man mehr

                        EDIT :

                        hier ein Screenshot :
                        .

                        .
                        b9e43157-85a5-4714-9f62-bff5376f6e35-grafik.png

                        1 1 Reply Last reply Reply Quote 0
                        • 1
                          1704eu @Glasfaser last edited by

                          @glasfaser

                          [DEBUG] Error message: 
                          [DEBUG] error: exec: "iob": executable file not found in $PATH 
                          

                          und wenn ich im Terminal nun iob fix mache, dann kommt die Meldung permission denied

                          1 Glasfaser 2 Replies Last reply Reply Quote 0
                          • 1
                            1704eu @1704eu last edited by

                            @1704eu
                            ok ich hab mal chmod 755 iobroker gemacht, das bringt mich wieder einen Schritt weiter

                            Checking database connection... Failed.
                            [DEBUG] Error message: 
                            [DEBUG] Server Cannot load /opt/iobroker/iobroker-data/objects.json: Database file /opt/iobroker/iobroker-data/objects.json does not exists.. We try last Backup!
                            [DEBUG] Server Cannot load /opt/iobroker/iobroker-data/objects.json.bak: Database file /opt/iobroker/iobroker-data/objects.json.bak does not exists.. Continue with empty dataset!
                            [DEBUG] Server If this is no Migration or initial start please restore the last backup from /opt/iobroker/iobroker-data/backup-objects
                            [DEBUG]  Cannot read system.config: null (OK when migrating or restoring)
                            [DEBUG] Error: no UUID found
                            Please check your configuration and try again.
                            For more information see ioBroker Docker image docs (https://docs.buanet.de/iobroker-docker-image/docs).
                             
                            [DEBUG] Debug mode prevents the container from exiting on errors.
                            [DEBUG] This enables you to investigate or fix your issue on the command line.
                            [DEBUG] If you want to stop or restart your container you have to do it manually.
                            [DEBUG] IoBroker is not running!
                            
                            Homoran 1 Reply Last reply Reply Quote 0
                            • Homoran
                              Homoran Global Moderator Administrators @1704eu last edited by

                              @1704eu sagte in ioBroker manuelles Backup:

                              ich hab mal chmod 755 iobroker gemacht

                              wo lernt man sowas?
                              derselbe von dem ncars kommt?

                              iobroker hat seine Rechtestruktur nicht ohne Grund

                              1 1 Reply Last reply Reply Quote 0
                              • 1
                                1704eu @Homoran last edited by

                                @homoran said in ioBroker manuelles Backup:

                                wo lernt man sowas?

                                ich hab im alten Broker geschaut und dort war es 755 😕

                                Homoran Thomas Braun 2 Replies Last reply Reply Quote 0
                                • Homoran
                                  Homoran Global Moderator Administrators @1704eu last edited by

                                  @1704eu sagte in ioBroker manuelles Backup:

                                  im alten Broker

                                  möglich. 2014-15(16??) wurde noch als root installiert

                                  1 Reply Last reply Reply Quote 0
                                  • Thomas Braun
                                    Thomas Braun Most Active @1704eu last edited by

                                    @1704eu sagte in ioBroker manuelles Backup:

                                    ich hab im alten Broker geschaut und dort war es 755

                                    Und aktuell werden ACLs gesetzt. Nix 755.

                                    1 1 Reply Last reply Reply Quote 0
                                    • 1
                                      1704eu @Thomas Braun last edited by

                                      der alte Broker könnte schon so alt sein, aber mein Problem ist ja, dass ich nach meinem restore nun

                                      [DEBUG] Error message: 
                                      [DEBUG] error: exec: "iob": executable file not found in $PATH 
                                      

                                      und wenn ich im Terminal nun iob fix oder irgendwas iob xxx mache, dann kommt die Meldung permission denied

                                      und ich frage mich wie ich davon wieder weg komme 😕

                                      1 Reply Last reply Reply Quote 0
                                      • Glasfaser
                                        Glasfaser @1704eu last edited by Glasfaser

                                        @1704eu sagte in ioBroker manuelles Backup:

                                        und wenn ich im Terminal nun iob fix mache, dann kommt die Meldung permission denied

                                        wie soll das gehen , denn :

                                        weil er ja den Container stoppt

                                        bitte die komplette Synology Ausgabe vom Log ( mit der Debug Env Einstellung ) ... kein Schnipsel hier posten !

                                        Also ... alles nochmal von Neu ... so bringt das nichts .. wenn du hier rummspielst !

                                        Neuen Container mit dem Image ... dann JS-Controller auf 3 , dann Backup einspielen ... auch bitte warten bis alles fertig ist
                                        und wenn der Fehler kommt dann das LOG hier posten !

                                        1 Reply Last reply Reply Quote 0
                                        • 1
                                          1704eu last edited by

                                          @glasfaser said in ioBroker manuelles Backup:

                                          und wenn ich im Terminal nun iob fix mache, dann kommt die Meldung permission denied

                                          wie soll das gehen , denn :

                                          weil er ja den Container stoppt

                                          Ich hab eine Environment Variable "DEBUG" mit dem Wert true gesetzt. Dann stoppt er den Container nicht. Viel rumgespielt hatte ich nicht, aber hier ganz ohne rum gespielt:

                                          • Container buanet/iobroker@latest
                                            • Pfad /opt/iobroker auf neues leeres Verzeichnis
                                            • Umgebungsvariable DEBUG auf TRUE
                                          • Container gestartet - und Erstconfiguration im Webfrontend durch geklickert
                                          • Container neu gestartet
                                            • iob -version=> 3.3.15
                                            • webfrontend läd nicht

                                          Log File bis hier hin:

                                          date	stream	content
                                          2024-03-03 20:03:00	stdout	host.ioB check instance "system.adapter.backitup.0" for host "ioB"
                                          2024-03-03 20:03:00	stdout	host.ioB check instance "system.adapter.discovery.0" for host "ioB"
                                          2024-03-03 20:03:00	stdout	host.ioB check instance "system.adapter.admin.0" for host "ioB"
                                          2024-03-03 20:02:56	stdout	##### #### ### ## # iobroker.js-controller log output # ## ### #### #####
                                          2024-03-03 20:02:56	stdout	 
                                          2024-03-03 20:02:56	stdout	Starting ioBroker... 
                                          2024-03-03 20:02:56	stdout	 
                                          2024-03-03 20:02:56	stdout	--------------------------------------------------------------------------------
                                          2024-03-03 20:02:56	stdout	-----                    Step 5 of 5: ioBroker Startup                     -----
                                          2024-03-03 20:02:56	stdout	--------------------------------------------------------------------------------
                                          2024-03-03 20:02:56	stdout	 
                                          2024-03-03 20:02:56	stdout	For more information see ioBroker Docker image docs (https://docs.buanet.de/iobroker-docker-image/docs/).
                                          2024-03-03 20:02:56	stdout	Some adapters have special requirements/ settings which can be activated by the use of environment variables.
                                          2024-03-03 20:02:56	stdout	 
                                          2024-03-03 20:02:56	stdout	--------------------------------------------------------------------------------
                                          2024-03-03 20:02:56	stdout	-----                Step 4 of 5: Applying Special Settings                -----
                                          2024-03-03 20:02:56	stdout	--------------------------------------------------------------------------------
                                          2024-03-03 20:02:56	stdout	 
                                          2024-03-03 20:02:56	stdout	No action required.
                                          2024-03-03 20:02:56	stdout	Hostname in ioBroker matches the hostname of this container.
                                          2024-03-03 20:02:26	stdout	 
                                          2024-03-03 20:02:26	stdout	Checking database connection... Done.
                                          2024-03-03 20:02:12	stdout	 
                                          2024-03-03 20:02:12	stdout	(Re)setting permissions (This might take a while! Please be patient!)... Done.
                                          2024-03-03 20:02:12	stdout	 
                                          2024-03-03 20:02:12	stdout	--------------------------------------------------------------------------------
                                          2024-03-03 20:02:12	stdout	-----             Step 3 of 5: Checking ioBroker Installation              -----
                                          2024-03-03 20:02:12	stdout	--------------------------------------------------------------------------------
                                          2024-03-03 20:02:12	stdout	 
                                          2024-03-03 20:02:10	stdout	Existing installation of ioBroker detected in "/opt/iobroker".
                                          2024-03-03 20:02:10	stdout	 
                                          2024-03-03 20:02:10	stdout	--------------------------------------------------------------------------------
                                          2024-03-03 20:02:10	stdout	-----             Step 2 of 5: Detecting ioBroker Installation             -----
                                          2024-03-03 20:02:10	stdout	--------------------------------------------------------------------------------
                                          2024-03-03 20:02:10	stdout	 
                                          2024-03-03 20:02:10	stdout	This is not the first run of this container. Skipping first run preparation.
                                          2024-03-03 20:02:10	stdout	 
                                          2024-03-03 20:02:10	stdout	--------------------------------------------------------------------------------
                                          2024-03-03 20:02:10	stdout	-----                   Step 1 of 5: Preparing Container                   -----
                                          2024-03-03 20:02:10	stdout	--------------------------------------------------------------------------------
                                          2024-03-03 20:02:10	stdout	 
                                          2024-03-03 20:02:10	stdout	--------------------------------------------------------------------------------
                                          2024-03-03 20:02:10	stdout	-----                    SETUID:              1000                         -----
                                          2024-03-03 20:02:10	stdout	-----                    SETGID:              1000                         -----
                                          2024-03-03 20:02:10	stdout	-----                    DEBUG:               TRUE                         -----
                                          2024-03-03 20:02:10	stdout	-----                        Environment Variables                         -----
                                          2024-03-03 20:02:10	stdout	-----                                                                      -----
                                          2024-03-03 20:02:10	stdout	-----                    npm:                 10.2.3                       -----
                                          2024-03-03 20:02:09	stdout	-----                    node:                v18.19.0                     -----
                                          2024-03-03 20:02:09	stdout	-----                    build:               2024-02-13T23:44:30+00:00    -----
                                          2024-03-03 20:02:09	stdout	-----                    image:               v9.1.1                       -----
                                          2024-03-03 20:02:09	stdout	-----                          Version Information                         -----
                                          2024-03-03 20:02:09	stdout	-----                                                                      -----
                                          2024-03-03 20:02:09	stdout	-----                    hostname:            ioB                          -----
                                          2024-03-03 20:02:09	stdout	-----                    arch:                x86_64                       -----
                                          2024-03-03 20:02:09	stdout	-----                          System Information                          -----
                                          2024-03-03 20:02:09	stdout	--------------------------------------------------------------------------------
                                          2024-03-03 20:02:09	stdout	 
                                          2024-03-03 20:02:09	stdout	--------------------------------------------------------------------------------
                                          2024-03-03 20:02:09	stdout	-----                          Please be patient!                          -----
                                          2024-03-03 20:02:09	stdout	-----                    Startupscript is now running!                     -----
                                          2024-03-03 20:02:09	stdout	-----              Welcome to your ioBroker Docker container!              -----
                                          2024-03-03 20:02:09	stdout	-----                                                                      -----
                                          2024-03-03 20:02:09	stdout	----- ╚═╝  ╚═════╝  ╚═════╝  ╚═╝  ╚═╝  ╚═════╝  ╚═╝  ╚═╝ ╚══════╝ ╚═╝  ╚═╝ -----
                                          2024-03-03 20:02:09	stdout	----- ██║ ╚██████╔╝ ██████╔╝ ██║  ██║ ╚██████╔╝ ██║  ██╗ ███████╗ ██║  ██║ -----
                                          2024-03-03 20:02:09	stdout	----- ██║ ██║   ██║ ██╔══██╗ ██╔══██╗ ██║   ██║ ██╔═██╗  ██╔══╝   ██╔══██╗ -----
                                          2024-03-03 20:02:09	stdout	----- ██║ ██║   ██║ ██████╔╝ ██████╔╝ ██║   ██║ █████╔╝  █████╗   ██████╔╝ -----
                                          2024-03-03 20:02:09	stdout	----- ██║ ██╔═══██╗ ██╔══██╗ ██╔══██╗ ██╔═══██╗ ██║ ██╔╝ ██╔════╝ ██╔══██╗ -----
                                          2024-03-03 20:02:09	stdout	----- ██╗  ██████╗  ██████╗  ██████╗   ██████╗  ██╗  ██╗ ███████╗ ██████╗  -----
                                          2024-03-03 20:02:09	stdout	-----                                                                      -----
                                          2024-03-03 20:02:09	stdout	--------------------------------------------------------------------------------
                                          2024-03-03 20:02:09	stdout	-------------------------     2024-03-03 21:02:09      -------------------------
                                          2024-03-03 20:02:09	stdout	--------------------------------------------------------------------------------
                                          2024-03-03 20:02:09	stdout	 
                                          2024-03-03 19:59:44	stdout	================================== > LOG REDIRECT system.adapter.admin.0 => false [system.adapter.admin.0.logging]
                                          2024-03-03 19:59:44	stdout	================================== > LOG REDIRECT system.adapter.admin.0 => false [Process stopped]
                                          2024-03-03 19:58:04	stdout	Send diag info: {"uuid":"8bd5b13d-8d5e-43fa-bf47-f1930f1b9613","language":"de","country":"Germany","hosts":[{"version":"5.0.17","platform":"Javascript/Node.js","type":"linux"}],"node":"v18.19.0","arch":"x64","docker":true,"adapters":{"admin":{"version":"6.13.16","platform":"Javascript/Node.js"},"discovery":{"version":"4.2.0","platform":"Javascript/Node.js"},"backitup":{"version":"2.9.8","platform":"Javascript/Node.js"}},"statesType":"jsonl","objectsType":"jsonl","noInstances":3,"compactMode":false,"noCompactInstances":0,"model":"Intel(R) Pentium(R) CPU  N3710  @ 1.60GHz","cpus":4,"mem":8287653888,"ostype":"Linux","city":"Gottmadingen"}
                                          2024-03-03 19:57:14	stdout	================================== > LOG REDIRECT system.adapter.admin.0 => true [system.adapter.admin.0.logging]
                                          2024-03-03 19:55:34	stdout	================================== > LOG REDIRECT system.adapter.admin.0 => false [system.adapter.admin.0.logging]
                                          2024-03-03 19:55:31	stdout	host.ioB check instance "system.adapter.backitup.0" for host "ioB"
                                          2024-03-03 19:55:31	stdout	host.ioB check instance "system.adapter.discovery.0" for host "ioB"
                                          2024-03-03 19:55:31	stdout	host.ioB check instance "system.adapter.admin.0" for host "ioB"
                                          2024-03-03 19:55:28	stdout	##### #### ### ## # iobroker.js-controller log output # ## ### #### #####
                                          2024-03-03 19:55:28	stdout	 
                                          2024-03-03 19:55:28	stdout	Starting ioBroker... 
                                          2024-03-03 19:55:28	stdout	 
                                          2024-03-03 19:55:28	stdout	--------------------------------------------------------------------------------
                                          2024-03-03 19:55:28	stdout	-----                    Step 5 of 5: ioBroker Startup                     -----
                                          2024-03-03 19:55:28	stdout	--------------------------------------------------------------------------------
                                          2024-03-03 19:55:28	stdout	 
                                          2024-03-03 19:55:28	stdout	For more information see ioBroker Docker image docs (https://docs.buanet.de/iobroker-docker-image/docs/).
                                          2024-03-03 19:55:28	stdout	Some adapters have special requirements/ settings which can be activated by the use of environment variables.
                                          2024-03-03 19:55:28	stdout	 
                                          2024-03-03 19:55:28	stdout	--------------------------------------------------------------------------------
                                          2024-03-03 19:55:28	stdout	-----                Step 4 of 5: Applying Special Settings                -----
                                          2024-03-03 19:55:28	stdout	--------------------------------------------------------------------------------
                                          2024-03-03 19:55:28	stdout	 
                                          2024-03-03 19:55:28	stdout	Done.
                                          2024-03-03 19:55:26	stdout	The host for instance "system.adapter.backitup.0" was changed from "buildkitsandbox" to "ioB".
                                          2024-03-03 19:55:26	stdout	The host for instance "system.adapter.discovery.0" was changed from "buildkitsandbox" to "ioB".
                                          2024-03-03 19:55:26	stdout	Updating hostname to "ioB"... The host for instance "system.adapter.admin.0" was changed from "buildkitsandbox" to "ioB".
                                          2024-03-03 19:55:14	stdout	Hostname in ioBroker does not match the hostname of this container.
                                          2024-03-03 19:54:48	stdout	 
                                          2024-03-03 19:54:48	stdout	Initializing a fresh installation of ioBroker... Done.
                                          2024-03-03 19:54:26	stdout	 
                                          2024-03-03 19:54:26	stdout	(Re)setting permissions (This might take a while! Please be patient!)... Done.
                                          2024-03-03 19:54:26	stdout	 
                                          2024-03-03 19:54:26	stdout	Replacing ioBroker executable to fix sudo bug... Done.
                                          2024-03-03 19:54:25	stdout	 
                                          2024-03-03 19:54:25	stdout	--------------------------------------------------------------------------------
                                          2024-03-03 19:54:25	stdout	-----             Step 3 of 5: Checking ioBroker Installation              -----
                                          2024-03-03 19:54:25	stdout	--------------------------------------------------------------------------------
                                          2024-03-03 19:54:25	stdout	 
                                          2024-03-03 19:54:25	stdout	Restoring initial ioBroker installation... Done.
                                          2024-03-03 19:53:18	stdout	There is no data detected in /opt/iobroker.
                                          2024-03-03 19:53:18	stdout	 
                                          2024-03-03 19:53:18	stdout	--------------------------------------------------------------------------------
                                          2024-03-03 19:53:18	stdout	-----             Step 2 of 5: Detecting ioBroker Installation             -----
                                          2024-03-03 19:53:18	stdout	--------------------------------------------------------------------------------
                                          2024-03-03 19:53:17	stdout	 
                                          2024-03-03 19:53:17	stdout	 
                                          2024-03-03 19:53:17	stdout	 
                                          2024-03-03 19:53:17	stdout	--------------------------------------------------------------------------------
                                          2024-03-03 19:53:17	stdout	-----                   Step 1 of 5: Preparing Container                   -----
                                          2024-03-03 19:53:17	stdout	--------------------------------------------------------------------------------
                                          2024-03-03 19:53:17	stdout	 
                                          2024-03-03 19:53:17	stdout	--------------------------------------------------------------------------------
                                          2024-03-03 19:53:17	stdout	-----                    SETUID:              1000                         -----
                                          2024-03-03 19:53:17	stdout	-----                    SETGID:              1000                         -----
                                          2024-03-03 19:53:17	stdout	-----                    DEBUG:               TRUE                         -----
                                          2024-03-03 19:53:17	stdout	-----                        Environment Variables                         -----
                                          2024-03-03 19:53:17	stdout	-----                                                                      -----
                                          2024-03-03 19:53:17	stdout	-----                    npm:                 10.2.3                       -----
                                          2024-03-03 19:53:15	stdout	-----                    node:                v18.19.0                     -----
                                          2024-03-03 19:53:15	stdout	-----                    build:               2024-02-13T23:44:30+00:00    -----
                                          2024-03-03 19:53:15	stdout	-----                    image:               v9.1.1                       -----
                                          2024-03-03 19:53:15	stdout	-----                          Version Information                         -----
                                          2024-03-03 19:53:15	stdout	-----                                                                      -----
                                          2024-03-03 19:53:15	stdout	-----                    hostname:            ioB                          -----
                                          2024-03-03 19:53:15	stdout	-----                    arch:                x86_64                       -----
                                          2024-03-03 19:53:15	stdout	-----                          System Information                          -----
                                          2024-03-03 19:53:15	stdout	--------------------------------------------------------------------------------
                                          2024-03-03 19:53:15	stdout	 
                                          2024-03-03 19:53:15	stdout	--------------------------------------------------------------------------------
                                          2024-03-03 19:53:15	stdout	-----                          Please be patient!                          -----
                                          2024-03-03 19:53:15	stdout	-----                    Startupscript is now running!                     -----
                                          2024-03-03 19:53:15	stdout	-----              Welcome to your ioBroker Docker container!              -----
                                          2024-03-03 19:53:15	stdout	-----                                                                      -----
                                          2024-03-03 19:53:15	stdout	----- ╚═╝  ╚═════╝  ╚═════╝  ╚═╝  ╚═╝  ╚═════╝  ╚═╝  ╚═╝ ╚══════╝ ╚═╝  ╚═╝ -----
                                          2024-03-03 19:53:15	stdout	----- ██║ ╚██████╔╝ ██████╔╝ ██║  ██║ ╚██████╔╝ ██║  ██╗ ███████╗ ██║  ██║ -----
                                          2024-03-03 19:53:15	stdout	----- ██║ ██║   ██║ ██╔══██╗ ██╔══██╗ ██║   ██║ ██╔═██╗  ██╔══╝   ██╔══██╗ -----
                                          2024-03-03 19:53:15	stdout	----- ██║ ██║   ██║ ██████╔╝ ██████╔╝ ██║   ██║ █████╔╝  █████╗   ██████╔╝ -----
                                          2024-03-03 19:53:15	stdout	----- ██║ ██╔═══██╗ ██╔══██╗ ██╔══██╗ ██╔═══██╗ ██║ ██╔╝ ██╔════╝ ██╔══██╗ -----
                                          2024-03-03 19:53:15	stdout	----- ██╗  ██████╗  ██████╗  ██████╗   ██████╗  ██╗  ██╗ ███████╗ ██████╗  -----
                                          2024-03-03 19:53:15	stdout	-----                                                                      -----
                                          2024-03-03 19:53:15	stdout	--------------------------------------------------------------------------------
                                          2024-03-03 19:53:15	stdout	-------------------------     2024-03-03 20:53:15      -------------------------
                                          2024-03-03 19:53:15	stdout	--------------------------------------------------------------------------------
                                          2024-03-03 19:53:15	stdout	 
                                          

                                          Dann geht es weiter

                                          • pkill -u iobroker
                                          • iobroker restore 0
                                          host.ioB Using backup file 2024_02_22-09_23_10_backupiobroker.tar.gz                                       
                                          iobroker controller daemon is not running                                                                  
                                          host.ioB OK.                                                                                               
                                          host.ioB Clear all objects and states...                                                                   
                                          clean 137 objects...                                                                                       
                                          Server Objects 127.0.0.1:44437 Error from InMemDB: Error: Object is marked as non deletable                
                                          [Not critical] Cannot delete object 0_userdata.0: {"command":{"name":"del","args":["cfg.o.0_userdata.0"]}} 
                                          Server Objects 127.0.0.1:44437 Error from InMemDB: Error: Object is marked as non deletable                
                                          [Not critical] Cannot delete object alias.0: {"command":{"name":"del","args":["cfg.o.alias.0"]}}           
                                          Server Objects 127.0.0.1:44437 Error from InMemDB: Error: Object is marked as non deletable                
                                          [Not critical] Cannot delete object enum.functions: {"command":{"name":"del","args":["cfg.o.enum.functions"
                                          ]}}                                                                                                        
                                          Server Objects 127.0.0.1:44437 Error from InMemDB: Error: Object is marked as non deletable                
                                          [Not critical] Cannot delete object enum.rooms: {"command":{"name":"del","args":["cfg.o.enum.rooms"]}}     
                                          Server Objects 127.0.0.1:44437 Error from InMemDB: Error: Object is marked as non deletable                
                                          [Not critical] Cannot delete object system.config: {"command":{"name":"del","args":["cfg.o.system.config"]}
                                          }                                                                                                          
                                          Server Objects 127.0.0.1:44437 Error from InMemDB: Error: Object is marked as non deletable                
                                          Server Objects 127.0.0.1:44437 Error from InMemDB: Error: Object is marked as non deletable                
                                          Server Objects 127.0.0.1:44437 Error from InMemDB: Error: Object is marked as non deletable 
                                          [Not critical] Cannot delete object system.repositories: {"command":{"name":"del","args":["cfg.o.system.rep
                                          ositories"]}}                                                                                              
                                          Server Objects 127.0.0.1:44437 Error from InMemDB: Error: Object is marked as non deletable                
                                          clean 76 states...                                                                                         
                                          host.ioB done.                                                                                             
                                          host.ioB Processed 0/5374 states                                                                           
                                          host.ioB Processed 200/5374 states                                                                         
                                          host.ioB Processed 400/5374 states                                                                         
                                          host.ioB Processed 600/5374 states                                                                         
                                          host.ioB Processed 800/5374 states                                                                         
                                          host.ioB Processed 1000/5374 states                                                                        
                                          host.ioB Processed 1200/5374 states                                                                        
                                          host.ioB Processed 1400/5374 states                                                                        
                                          host.ioB Processed 1600/5374 states 
                                          host.ioB Processed 1800/5374 states                                                                        
                                          host.ioB Processed 2000/5374 states                                                                        
                                          host.ioB Processed 2200/5374 states                                                                        
                                          host.ioB Processed 2400/5374 states                                                                        
                                          host.ioB Processed 2600/5374 states                                                                        
                                          host.ioB Processed 2800/5374 states                                                                        
                                          host.ioB Processed 3000/5374 states                                                                        
                                          host.ioB Processed 3200/5374 states                                                                        
                                          host.ioB Processed 3400/5374 states                                                                        
                                          host.ioB Processed 3600/5374 states                                                                        
                                          host.ioB Processed 3800/5374 states                                                                        
                                          host.ioB Processed 4000/5374 states                                                                        
                                          host.ioB Processed 4200/5374 states                                                                        
                                          host.ioB Processed 4400/5374 states                                                                        
                                          host.ioB Processed 4600/5374 states                                                                        
                                          host.ioB Processed 4800/5374 states                                                                        
                                          host.ioB Processed 5000/5374 states                                                                        
                                          host.ioB Processed 5200/5374 states                                                                        
                                          5374 states restored.                                                                                      
                                          host.ioB Processed 0/12234 objects                                                                         
                                          host.ioB Processed 200/12234 objects                                                                       
                                          host.ioB Processed 400/12234 objects                                                                       
                                          host.ioB Processed 600/12234 objects                                                                       
                                          host.ioB Processed 800/12234 objects                                                                       
                                          host.ioB Processed 1000/12234 objects                                                                      
                                          host.ioB Processed 1200/12234 objects                                                                      
                                          host.ioB Processed 1400/12234 objects                                                                      
                                          host.ioB Processed 1600/12234 objects                                                                      
                                          host.ioB Processed 1800/12234 objects                                                                      
                                          host.ioB Processed 2000/12234 objects                                                                      
                                          host.ioB Processed 2200/12234 objects                                                                      
                                          host.ioB Processed 2400/12234 objects                                                                      
                                          host.ioB Processed 2600/12234 objects                                                                      
                                          host.ioB Processed 2800/12234 objects                                                                      
                                          host.ioB Processed 3000/12234 objects                                                                      
                                          host.ioB Processed 3200/12234 objects                                                                      
                                          host.ioB Processed 3400/12234 objects                                                                      
                                          host.ioB Processed 3600/12234 objects        
                                          host.ioB Processed 3800/12234 objects                                                                      
                                          host.ioB Processed 4000/12234 objects                                                                      
                                          host.ioB Processed 4200/12234 objects                                                                      
                                          host.ioB Processed 4400/12234 objects                                                                      
                                          host.ioB Processed 4600/12234 objects                                                                      
                                          host.ioB Processed 4800/12234 objects                                                                      
                                          host.ioB Processed 5000/12234 objects                                                                      
                                          host.ioB Processed 5200/12234 objects                                                                      
                                          host.ioB Processed 5400/12234 objects                                                                      
                                          host.ioB Processed 5600/12234 objects                                                                      
                                          host.ioB Processed 5800/12234 objects                                                                      
                                          host.ioB Processed 6000/12234 objects                                                                      
                                          host.ioB Processed 6200/12234 objects                                                                      
                                          host.ioB Processed 6400/12234 objects                                                                      
                                          host.ioB Processed 6600/12234 objects                                                                      
                                          host.ioB Processed 6800/12234 objects                                                                      
                                          host.ioB Processed 7000/12234 objects                                                                      
                                          host.ioB Processed 7200/12234 objects                                                                      
                                          host.ioB Processed 7400/12234 objects                                                                      
                                          host.ioB Processed 7600/12234 objects                                                                      
                                          ... da ich alles screen für screen kopieren muss spare ich mir hier mal paar Zeilen :)
                                          host.ioB Processed 12200/12234 objects    
                                          112234 objects restored.                                                                                                                                                             
                                          host.ioB Upload user file "vis.0/fire/img/Benni.png                                                        
                                          host.ioB Upload user file "vis.0/fire/img/Benni.webp                                                       
                                          host.ioB Upload user file "vis.0/fire/img/Coffee_off.png                                                   
                                          host.ioB Upload user file "vis.0/fire/img/Coffee_on.png                                                    
                                          host.ioB Upload user file "vis.0/fire/img/Download.png                                                     
                                          host.ioB Upload user file "vis.0/fire/img/EG-Overview.png                                                  
                                          host.ioB Upload user file "vis.0/fire/img/EG-Overview2-09.png                                              
                                          host.ioB Upload user file "vis.0/fire/img/EG_dark-01.png                                                   
                                          host.ioB Upload user file "vis.0/fire/img/EG_light-01.png                                                  
                                          host.ioB Upload user file "vis.0/fire/img/Fenster_EG_auf_cut_L.png                                         
                                          host.ioB Upload user file "vis.0/fire/img/Fenster_EG_auf_cut_R.png                                         
                                          host.ioB Upload user file "vis.0/fire/img/Fenster_EG_zu_cut_L.png                                          
                                          host.ioB Upload user file "vis.0/fire/img/Fenster_EG_zu_cut_R.png                                          
                                          host.ioB Upload user file "vis.0/fire/img/Fenster_OG_auf_cut_L.png                                         
                                          host.ioB Upload user file "vis.0/fire/img/Fenster_OG_auf_cut_R.png                                         
                                          host.ioB Upload user file "vis.0/fire/img/Fenster_OG_zu_cut_L.png                                          
                                          host.ioB Upload user file "vis.0/fire/img/Fenster_OG_zu_cut_R.png                                          
                                          host.ioB Upload user file "vis.0/fire/img/Fenster_UG_auf_cut.png                                           
                                          host.ioB Upload user file "vis.0/fire/img/Fenster_UG_zu_cut.png                                            
                                          host.ioB Upload user file "vis.0/fire/img/Licht-EG-Essen-an.png                                            
                                          host.ioB Upload user file "vis.0/fire/img/Licht-EG-Essen-aus.png                                           
                                          host.ioB Upload user file "vis.0/fire/img/Licht-EG-Gang-an.png                                             
                                          host.ioB Upload user file "vis.0/fire/img/Licht-EG-Gang-aus.png                                            
                                          host.ioB Upload user file "vis.0/fire/img/Licht-EG-Kaemmerle-an.png                                        
                                          host.ioB Upload user file "vis.0/fire/img/Licht-EG-Kaemmerle-aus.png                                       
                                          host.ioB Upload user file "vis.0/fire/img/Licht-EG-WC-an.png                                               
                                          host.ioB Upload user file "vis.0/fire/img/Licht-EG-WC-aus.png                                              
                                          host.ioB Upload user file "vis.0/fire/img/Licht-EG-Wohnen-an.png                                           
                                          host.ioB Upload user file "vis.0/fire/img/Licht-EG-Wohnen-aus.png                                          
                                          host.ioB Upload user file "vis.0/fire/img/Licht-Wohnen-an.svg                                              
                                          host.ioB Upload user file "vis.0/fire/img/OG_dark-01.png                                                   
                                          host.ioB Upload user file "vis.0/fire/img/OG_light-01.png                                                  
                                          host.ioB Upload user file "vis.0/fire/img/Pati.webp                                                        
                                          host.ioB Upload user file "vis.0/fire/img/UG_dark-01.png                                                   
                                          host.ioB Upload user file "vis.0/fire/img/UG_light-01.png                                                  
                                          host.ioB Upload user file "vis.0/fire/img/Untitled-1-01.png             
                                          host.ioB Upload user file "vis.0/fire/img/noun_Alarm_149379.png                                            
                                          host.ioB Upload user file "vis.0/fire/img/noun_Bell_149380.png                                             
                                          host.ioB Upload user file "vis.0/fire/img/pati.png                                                         
                                          host.ioB Upload user file "vis.0/fire/img/shaw-maeht.gif                                                   
                                          host.ioB Upload user file "vis.0/fire/vis-user.css                                                         
                                          host.ioB Upload user file "vis.0/fire/vis-views.json                                                       
                                          host.ioB Upload user file "vis.0/main/vis-views.json 
                                          upload [50] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/i18n/ru/translations.json i18n/ru/t                                     
                                          ranslations.json application/json                                                                                                               
                                          upload [40] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/static/js/vendors-node_modul                                     
                                          es_react-dom_index_js.51544235.chunk.js.map custom/static/js/vendors-node_modules_react-dom_index_js.515442                                     
                                          35.chunk.js.map application/json                                                                                                                
                                          upload [30] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/static/js/vendors-node_modul                                     
                                          es_iobroker_adapter-react-v5_assets_devices_parseNames_js-node_modules_iobr-99c23e.847b8ad9.chunk.js.map cu                                     
                                          stom/static/js/vendors-node_modules_iobroker_adapter-react-v5_assets_devices_parseNames_js-node_modules_iob                                     
                                          r-99c23e.847b8ad9.chunk.js.map application/json                                                                                                 
                                          upload [20] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/static/js/node_modules_iobro                                     
                                          ker_adapter-react-v5_node_modules_react_index_js.d44f3890.chunk.js.map custom/static/js/node_modules_iobrok                                     
                                          er_adapter-react-v5_node_modules_react_index_js.d44f3890.chunk.js.map application/json                                                          
                                          upload [19] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/static/js/node_modules_iobro                                     
                                          ker_adapter-react-v5_node_modules_react_index_js.d44f3890.chunk.js custom/static/js/node_modules_iobroker_a                                     
                                          dapter-react-v5_node_modules_react_index_js.d44f3890.chunk.js application/javascript                                                            
                                          upload [18] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/static/js/node_modules_iobro                                     
                                          ker_adapter-react-v5_assets_devices_sync_recursive_-node_modules_iobroker_a-de23731.74a7cfbb.chunk.js.map c                                     
                                          ustom/static/js/node_modules_iobroker_adapter-react-v5_assets_devices_sync_recursive_-node_modules_iobroker                                     
                                          _a-de23731.74a7cfbb.chunk.js.map application/json                                                                                               
                                          upload [17] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/static/js/node_modules_iobro                                     
                                          ker_adapter-react-v5_assets_devices_sync_recursive_-node_modules_iobroker_a-de23731.74a7cfbb.chunk.js custo                                     
                                          m/static/js/node_modules_iobroker_adapter-react-v5_assets_devices_sync_recursive_-node_modules_iobroker_a-d                                     
                                          e23731.74a7cfbb.chunk.js application/javascript                                                                                                 
                                          upload [16] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/static/js/node_modules_iobro                                     
                                          ker_adapter-react-v5_assets_devices_sync_recursive_-node_modules_iobroker_a-de23730.df74e930.chunk.js.map c                                     
                                          ustom/static/js/node_modules_iobroker_adapter-react-v5_assets_devices_sync_recursive_-node_modules_iobroker                                     
                                          _a-de23730.df74e930.chunk.js.map application/json                                                                                               
                                          upload [15] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/static/js/node_modules_iobro                                     
                                          ker_adapter-react-v5_assets_devices_sync_recursive_-node_modules_iobroker_a-de23730.df74e930.chunk.js custo                                     
                                          m/static/js/node_modules_iobroker_adapter-react-v5_assets_devices_sync_recursive_-node_modules_iobroker_a-d                                     
                                          e23730.df74e930.chunk.js application/javascript                                                                                                 
                                          upload [14] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/static/js/main.681927cc.js.m                                     
                                          ap custom/static/js/main.681927cc.js.map application/json       
                                          upload [13] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/static/js/main.681927cc.js c                                     
                                          ustom/static/js/main.681927cc.js application/javascript                                                                                         
                                          upload [12] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/i18n/zh-cn.json custom/i18n/                                     
                                          zh-cn.json application/json                                                                                                                     
                                          upload [11] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/i18n/ru.json custom/i18n/ru.                                     
                                          json application/json                                                                                                                           
                                          upload [10] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/i18n/pt.json custom/i18n/pt.                                     
                                          json application/json                                                                                                                           
                                          upload [9] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/i18n/pl.json custom/i18n/pl.j                                     
                                          son application/json                                                                                                                            
                                          upload [8] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/i18n/nl.json custom/i18n/nl.j                                     
                                          son application/json                                                                                                                            
                                          upload [7] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/i18n/it.json custom/i18n/it.j                                     
                                          son application/json                                                                                                                            
                                          upload [6] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/i18n/fr.json custom/i18n/fr.j                                     
                                          son application/json                                                                                                                            
                                          upload [5] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/i18n/es.json custom/i18n/es.j                                     
                                          son application/json                                                                                                                            
                                          upload [4] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/i18n/en.json custom/i18n/en.j                                     
                                          son application/json                                                                                                                            
                                          upload [3] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/i18n/de.json custom/i18n/de.j                                     
                                          son application/json                                                                                                                            
                                          upload [2] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/customComponents.js.map custo                                     
                                          m/customComponents.js.map application/json                                                                                                      
                                          upload [1] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/custom/customComponents.js custom/cu                                     
                                          stomComponents.js application/javascript                                                                                                        
                                          upload [0] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/admin.png admin.png image/png                   
                                          upload [20] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/tab_m.js tab_m.js application                                     
                                          /javascript                                                                                                                                     
                                          upload [19] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/tab_m.html tab_m.html text/ht                                     
                                          ml                                                                                                                                              
                                          upload [18] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/tab_m.css tab_m.css text/css                                      
                                          upload [17] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/style.css style.css text/css                                      
                                          upload [16] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/index_m.js index_m.js applica                                     
                                          tion/javascript                                                                                                                                 
                                          upload [15] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/index_m.html index_m.html tex                                     
                                          t/html                                                                                                                                          
                                          upload [14] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/index.html index.html text/ht                                     
                                          ml                                                                                                                                              
                                          upload [13] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/i18n/zh-cn/translations.json                                      
                                          i18n/zh-cn/translations.json application/json                                                                                                   
                                          upload [12] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/i18n/uk/translations.json i18                                     
                                          n/uk/translations.json application/json                                                                                                         
                                          upload [11] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/i18n/ru/translations.json i18                                     
                                          n/ru/translations.json application/json                                                                                                         
                                          upload [10] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/i18n/pt/translations.json i18                                     
                                          n/pt/translations.json application/json                                                                                                         
                                          upload [9] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/i18n/pl/translations.json i18n                                     
                                          /pl/translations.json application/json                                                                                                          
                                          upload [8] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/i18n/nl/translations.json i18n                                     
                                          /nl/translations.json application/json                                                                                                          
                                          upload [7] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/i18n/it/translations.json i18n                                     
                                          /it/translations.json application/json                                                                                                          
                                          upload [6] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/i18n/fr/translations.json i18n                                     
                                          /fr/translations.json application/json                                                                                                          
                                          upload [5] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/i18n/es/translations.json i18n                                     
                                          /es/translations.json application/json                                                                                                          
                                          upload [4] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/i18n/en/translations.json i18n                                     
                                          /en/translations.json application/json                                                                                                          
                                          upload [3] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/i18n/de/translations.json i18n                                     
                                          /de/translations.json application/json                                                                                                          
                                          upload [2] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/backitup.svg backitup.svg image/svg+xml 
                                          upload [1] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/backitup.png backitup.png imag                                     
                                          e/png                                                                                                                                           
                                          upload [0] backitup.admin /opt/iobroker/node_modules/iobroker.backitup/admin/adapter-settings.js adapter-se                                     
                                          ttings.js application/javascript                                                                                                                
                                          upload [6] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/words.js words.js applicatio                                     
                                          n/javascript                                                                                                                                    
                                          upload [5] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/translateTools.js translateT                                     
                                          ools.js application/javascript                                                                                                                  
                                          upload [4] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/settings_m.html settings_m.h                                     
                                          tml text/html                                                                                                                                   
                                          upload [3] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/settings.html settings.html                                      
                                          text/html                                                                                                                                       
                                          upload [2] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/index_m.html index_m.html te                                     
                                          xt/html                                                                                                                                         
                                          upload [1] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/index.html index.html text/h                                     
                                          tml                                                                                                                                             
                                          upload [0] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/discovery.png discovery.png                                      
                                          image/png                                                                                                                                       
                                          System successfully restored!          
                                          

                                          So und das alles auch wirklich fertig ist geht es morgen hier weiter 🙂
                                          Denn hier kam das Problem ....

                                          Glasfaser 1 Reply Last reply Reply Quote 0
                                          • Glasfaser
                                            Glasfaser @1704eu last edited by

                                            @1704eu sagte in ioBroker manuelles Backup:

                                            System successfully restored!

                                            @1704eu sagte in ioBroker manuelles Backup:

                                            So und das alles auch wirklich fertig ist geht es morgen hier weiter
                                            Denn hier kam das Problem ....

                                            Und was ist jetzt das Ergebnis !?

                                            1 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

                                            668
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            6
                                            40
                                            2836
                                            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