Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. [gelöst] backup eingespielt und nichts passiert - Was nun?

NEWS

  • Neuer ioBroker-Blog online: Monatsrückblick März/April 2026
    BluefoxB
    Bluefox
    8
    1
    1.8k

  • Verwendung von KI bitte immer deutlich kennzeichnen
    HomoranH
    Homoran
    10
    1
    728

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    1.2k

[gelöst] backup eingespielt und nichts passiert - Was nun?

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
restorebackup
49 Beiträge 4 Kommentatoren 4.7k Aufrufe 2 Beobachtet
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • W Offline
    W Offline
    weimaraner
    schrieb am zuletzt editiert von weimaraner
    #1

    Mit einem Admin-update scheine ich mir den iobroker abgeschossen zu haben. Habe nun deshalb und wegen anstehender node-updates (bin jetzt auf node 12) das gesamte debian neu aufgesetzt und den iobroker neu installiert. Jetzt habe ich mit folgenden Befehlen den restore durchgeführt

    cd /opt/iobroker
    sudo iobroker stop
    sudo iobroker restore.0
    

    Danach kam folgendes im Terminal

    andreas@iobroker-NUC:/opt/iobroker$ sudo iobroker stop
    andreas@iobroker-NUC:/opt/iobroker$ sudo iobroker restore.0
    Commands:
    iobroker setup [--objects <host>] [--states <host>] [custom]
    iobroker start - starts the js-controller
    iobroker stop - stops the js-controller
    iobroker start <adapter>[.instance] - starts a specified adapter instance
    iobroker stop <adapter>.[instance] - stops a specified adapter instance
    iobroker start all - starts js-controller and all adapters
    iobroker restart - restarts the js-controller
    iobroker restart <adapter>[.instance] - restarts a specified adapter
    iobroker debug <adapter> [--ip=<ip>] [--port=<port>] [--wait] - Starts a Node.js debugging session for the adapter
        --wait stops the execution until the debugger is attached.
        --ip and --port can be used to change the listen IP and port. Use IP 0.0.0.0 for remote debugging.
    iobroker info - shows the host info
    iobroker logs [adapter] [--watch] [--lines=1000]
    iobroker add <adapter> [desiredNumber] [--enabled] [--host <host>] [--port <port>]
    iobroker install <adapter> - installs a specified adapter
    iobroker rebuild <adapter>|self [--install]
    iobroker url <url> [<name>] - install adapter from specified url, e.g. GitHub
    iobroker del <adapter> - remove adapter from system
    iobroker del <adapter>.<instance> - remove adapter instance
    iobroker update [repository url] [--updatable/--u] [--installed/--i] [--force/--f] - update repository and optionally filter installed/updateable adapters, use --force to bypass hash check
    iobroker upgrade [repository url]
    iobroker upgrade self [repository url] - upgrade js-controller and all adapters, optionally you can specify the repository url
    iobroker upgrade <adapter> [repository url] - upgrade specified adapter, optionally you can specify the repository url
    iobroker upload <pathToLocalFile> <pathIniobroker>
    iobroker upload all - upload all adapter files to make them available for instances
    iobroker upload <adapter> - upload specified adapter files to make them available for instances
    iobroker object get <id> - get object specified by id
    iobroker object set <id> <json-value> - set object with the given id by providing a new json object
    iobroker object set <id> propertyname=<value or json-value> - update part of the object by providing a new value or partial object
    iobroker object extend <id> <json-value> - extend object with the given id by providing a new json object
    iobroker object del <id|pattern> [--yes]
    iobroker object chmod <object-mode> [state-mode] <id>
    iobroker object chown <user> <group> <id>
    iobroker object list <id>
    iobroker state get <id> - get state, specified by id
    iobroker state getplain <id> [--pretty]
    iobroker state getvalue <id>
    iobroker state set <id> <value> [ack]
    iobroker state del <id>
    iobroker message <adapter>[.instance] <command> [<message>]
    iobroker list <type> [filter]
    iobroker chmod <mode> <file>
    iobroker chown <user> <group> <file>
    iobroker touch <file>
    iobroker rm <file>
    iobroker file read <iobroker-path-to-read> [<filesystem-path-to-write>]
    iobroker file write <filesystem-path-to-read> <iobroker-path-to-write>
    iobroker file rm <iobroker-path-to-delete>
    iobroker file sync
    iobroker user add <user> [--ingroup group] [--password pass]
    iobroker user del <user>
    iobroker user passwd <user> [--password pass]
    iobroker user enable <user>
    iobroker user disable <user>
    iobroker user get <user>
    iobroker user check <user> [--password pass]
    iobroker group add <group>
    iobroker group del <group>
    iobroker group list <group>
    iobroker group enable <group>
    iobroker group disable <group>
    iobroker group get <group>
    iobroker group adduser <group> <user>
    iobroker group deluser <group> <user>
    iobroker host this
    iobroker host <hostname>
    iobroker host set <hostname>
    iobroker host remove <hostname>
    iobroker set <adapter>.<instance> [--port port] [--ip address] [--ssl true|false]
    iobroker license <license.file or license.text>
    iobroker cert create
    iobroker cert view [<certificate name>]
    iobroker clean
    iobroker backup
    iobroker restore <backup name or path> - restore a specified backup
    iobroker validate <backup name or path> - validate a specified backup
    iobroker <command> --timeout 5000
    iobroker status [all|<adapter>.<instance>]
    iobroker repo [name]
    iobroker repo add <name> <path or url>
    iobroker repo set <name>
    iobroker repo del <name>
    iobroker uuid
    iobroker unsetup
    iobroker fix - execute the installation fixer script, this updates your ioBroker installation
    iobroker multihost <enable|disable> [--secure true|false]
    iobroker multihost browse
    iobroker multihost connect
    iobroker compact status - show if compact mode is enabled in general
    iobroker compact <enable|on|disable|off> - enable or disable compact mode in general
    iobroker compact <adapter>.<instance> status - show if compact mode is enabled for a specific instance
    iobroker compact <adapter>.<instance> group <group-id> - define compact group of a specific adapter
    iobroker compact <adapter>.<instance> <disable|off> - enable or disable compact mode for specified adapter instance
    iobroker compact <adapter>.<instance> <enable|on> [group-id] - enable or disable compact mode for specified adapter instance and set comapct group optionally
    iobroker plugin enable <pluginname> [--host <hostname>] - enables a plugin for the specified host. If no host is specified, the current one is used
    iobroker plugin disable <pluginname> [--host <hostname>] - disables a plugin for the specified host. If no host is specified, the current one is used
    iobroker plugin status <pluginname> [--host <hostname>] - checks if a plugin is enabled for the specified host. If no host is specified, the current one is used
    iobroker plugin enable <pluginname> --instance <adapter>[.<nr>] - enables a plugin for the specified adapter instance (defaults to instance 0)
    iobroker plugin disable <pluginname> --instance <adapter>[.<nr>] - disables a plugin for the specified adapter instance (defaults to instance 0)
    iobroker plugin status <pluginname> --instance <adapter>[.<nr>] - checks if a plugin is enabled for the specified adapter instance (defaults to instance 0)
    iobroker version [adapter] - show version of js-controller or specified adapter
    iobroker [adapter] -v - show version of js-controller or specified adapter
    
    
    Optionen:
      --help     Hilfe anzeigen  [boolean]
      --version  Version anzeigen  [boolean]
    andreas@iobroker-NUC:/opt/iobroker$ 
    

    und ich habe nach ca. 20 Minuten ein

    sudo iobroker start
    

    gemacht. Auf die Admin Oberfläche komme ich auch. Jetzt sind zwei Stunden rum und ich sehe immer noch keine meiner alten Adapter usw. Habe ich den iobroker zu früh gestartet? Wann weiß man, wann alles wiederhergestellt ist?
    Grüße ein ratloser Andreas

    Thomas BraunT 2 Antworten Letzte Antwort
    0
    • W weimaraner

      Mit einem Admin-update scheine ich mir den iobroker abgeschossen zu haben. Habe nun deshalb und wegen anstehender node-updates (bin jetzt auf node 12) das gesamte debian neu aufgesetzt und den iobroker neu installiert. Jetzt habe ich mit folgenden Befehlen den restore durchgeführt

      cd /opt/iobroker
      sudo iobroker stop
      sudo iobroker restore.0
      

      Danach kam folgendes im Terminal

      andreas@iobroker-NUC:/opt/iobroker$ sudo iobroker stop
      andreas@iobroker-NUC:/opt/iobroker$ sudo iobroker restore.0
      Commands:
      iobroker setup [--objects <host>] [--states <host>] [custom]
      iobroker start - starts the js-controller
      iobroker stop - stops the js-controller
      iobroker start <adapter>[.instance] - starts a specified adapter instance
      iobroker stop <adapter>.[instance] - stops a specified adapter instance
      iobroker start all - starts js-controller and all adapters
      iobroker restart - restarts the js-controller
      iobroker restart <adapter>[.instance] - restarts a specified adapter
      iobroker debug <adapter> [--ip=<ip>] [--port=<port>] [--wait] - Starts a Node.js debugging session for the adapter
          --wait stops the execution until the debugger is attached.
          --ip and --port can be used to change the listen IP and port. Use IP 0.0.0.0 for remote debugging.
      iobroker info - shows the host info
      iobroker logs [adapter] [--watch] [--lines=1000]
      iobroker add <adapter> [desiredNumber] [--enabled] [--host <host>] [--port <port>]
      iobroker install <adapter> - installs a specified adapter
      iobroker rebuild <adapter>|self [--install]
      iobroker url <url> [<name>] - install adapter from specified url, e.g. GitHub
      iobroker del <adapter> - remove adapter from system
      iobroker del <adapter>.<instance> - remove adapter instance
      iobroker update [repository url] [--updatable/--u] [--installed/--i] [--force/--f] - update repository and optionally filter installed/updateable adapters, use --force to bypass hash check
      iobroker upgrade [repository url]
      iobroker upgrade self [repository url] - upgrade js-controller and all adapters, optionally you can specify the repository url
      iobroker upgrade <adapter> [repository url] - upgrade specified adapter, optionally you can specify the repository url
      iobroker upload <pathToLocalFile> <pathIniobroker>
      iobroker upload all - upload all adapter files to make them available for instances
      iobroker upload <adapter> - upload specified adapter files to make them available for instances
      iobroker object get <id> - get object specified by id
      iobroker object set <id> <json-value> - set object with the given id by providing a new json object
      iobroker object set <id> propertyname=<value or json-value> - update part of the object by providing a new value or partial object
      iobroker object extend <id> <json-value> - extend object with the given id by providing a new json object
      iobroker object del <id|pattern> [--yes]
      iobroker object chmod <object-mode> [state-mode] <id>
      iobroker object chown <user> <group> <id>
      iobroker object list <id>
      iobroker state get <id> - get state, specified by id
      iobroker state getplain <id> [--pretty]
      iobroker state getvalue <id>
      iobroker state set <id> <value> [ack]
      iobroker state del <id>
      iobroker message <adapter>[.instance] <command> [<message>]
      iobroker list <type> [filter]
      iobroker chmod <mode> <file>
      iobroker chown <user> <group> <file>
      iobroker touch <file>
      iobroker rm <file>
      iobroker file read <iobroker-path-to-read> [<filesystem-path-to-write>]
      iobroker file write <filesystem-path-to-read> <iobroker-path-to-write>
      iobroker file rm <iobroker-path-to-delete>
      iobroker file sync
      iobroker user add <user> [--ingroup group] [--password pass]
      iobroker user del <user>
      iobroker user passwd <user> [--password pass]
      iobroker user enable <user>
      iobroker user disable <user>
      iobroker user get <user>
      iobroker user check <user> [--password pass]
      iobroker group add <group>
      iobroker group del <group>
      iobroker group list <group>
      iobroker group enable <group>
      iobroker group disable <group>
      iobroker group get <group>
      iobroker group adduser <group> <user>
      iobroker group deluser <group> <user>
      iobroker host this
      iobroker host <hostname>
      iobroker host set <hostname>
      iobroker host remove <hostname>
      iobroker set <adapter>.<instance> [--port port] [--ip address] [--ssl true|false]
      iobroker license <license.file or license.text>
      iobroker cert create
      iobroker cert view [<certificate name>]
      iobroker clean
      iobroker backup
      iobroker restore <backup name or path> - restore a specified backup
      iobroker validate <backup name or path> - validate a specified backup
      iobroker <command> --timeout 5000
      iobroker status [all|<adapter>.<instance>]
      iobroker repo [name]
      iobroker repo add <name> <path or url>
      iobroker repo set <name>
      iobroker repo del <name>
      iobroker uuid
      iobroker unsetup
      iobroker fix - execute the installation fixer script, this updates your ioBroker installation
      iobroker multihost <enable|disable> [--secure true|false]
      iobroker multihost browse
      iobroker multihost connect
      iobroker compact status - show if compact mode is enabled in general
      iobroker compact <enable|on|disable|off> - enable or disable compact mode in general
      iobroker compact <adapter>.<instance> status - show if compact mode is enabled for a specific instance
      iobroker compact <adapter>.<instance> group <group-id> - define compact group of a specific adapter
      iobroker compact <adapter>.<instance> <disable|off> - enable or disable compact mode for specified adapter instance
      iobroker compact <adapter>.<instance> <enable|on> [group-id] - enable or disable compact mode for specified adapter instance and set comapct group optionally
      iobroker plugin enable <pluginname> [--host <hostname>] - enables a plugin for the specified host. If no host is specified, the current one is used
      iobroker plugin disable <pluginname> [--host <hostname>] - disables a plugin for the specified host. If no host is specified, the current one is used
      iobroker plugin status <pluginname> [--host <hostname>] - checks if a plugin is enabled for the specified host. If no host is specified, the current one is used
      iobroker plugin enable <pluginname> --instance <adapter>[.<nr>] - enables a plugin for the specified adapter instance (defaults to instance 0)
      iobroker plugin disable <pluginname> --instance <adapter>[.<nr>] - disables a plugin for the specified adapter instance (defaults to instance 0)
      iobroker plugin status <pluginname> --instance <adapter>[.<nr>] - checks if a plugin is enabled for the specified adapter instance (defaults to instance 0)
      iobroker version [adapter] - show version of js-controller or specified adapter
      iobroker [adapter] -v - show version of js-controller or specified adapter
      
      
      Optionen:
        --help     Hilfe anzeigen  [boolean]
        --version  Version anzeigen  [boolean]
      andreas@iobroker-NUC:/opt/iobroker$ 
      

      und ich habe nach ca. 20 Minuten ein

      sudo iobroker start
      

      gemacht. Auf die Admin Oberfläche komme ich auch. Jetzt sind zwei Stunden rum und ich sehe immer noch keine meiner alten Adapter usw. Habe ich den iobroker zu früh gestartet? Wann weiß man, wann alles wiederhergestellt ist?
      Grüße ein ratloser Andreas

      Thomas BraunT Online
      Thomas BraunT Online
      Thomas Braun
      Most Active
      schrieb am zuletzt editiert von
      #2

      @weimaraner Die Syntax ist falsch, denke ich.

      iobroker restore /Pfad/zum/Backup
      

      müsste das sein. Blöde Frage: Warum nimmst du nicht den Backitup-Adapter her?
      Btw: iobroker wird nicht in Kombination mit sudo (ohne weitere Argumente) eingesetzt.

      Linux-Werkzeugkasten:
      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
      NodeJS Fixer Skript:
      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

      HomoranH 1 Antwort Letzte Antwort
      0
      • W weimaraner

        Mit einem Admin-update scheine ich mir den iobroker abgeschossen zu haben. Habe nun deshalb und wegen anstehender node-updates (bin jetzt auf node 12) das gesamte debian neu aufgesetzt und den iobroker neu installiert. Jetzt habe ich mit folgenden Befehlen den restore durchgeführt

        cd /opt/iobroker
        sudo iobroker stop
        sudo iobroker restore.0
        

        Danach kam folgendes im Terminal

        andreas@iobroker-NUC:/opt/iobroker$ sudo iobroker stop
        andreas@iobroker-NUC:/opt/iobroker$ sudo iobroker restore.0
        Commands:
        iobroker setup [--objects <host>] [--states <host>] [custom]
        iobroker start - starts the js-controller
        iobroker stop - stops the js-controller
        iobroker start <adapter>[.instance] - starts a specified adapter instance
        iobroker stop <adapter>.[instance] - stops a specified adapter instance
        iobroker start all - starts js-controller and all adapters
        iobroker restart - restarts the js-controller
        iobroker restart <adapter>[.instance] - restarts a specified adapter
        iobroker debug <adapter> [--ip=<ip>] [--port=<port>] [--wait] - Starts a Node.js debugging session for the adapter
            --wait stops the execution until the debugger is attached.
            --ip and --port can be used to change the listen IP and port. Use IP 0.0.0.0 for remote debugging.
        iobroker info - shows the host info
        iobroker logs [adapter] [--watch] [--lines=1000]
        iobroker add <adapter> [desiredNumber] [--enabled] [--host <host>] [--port <port>]
        iobroker install <adapter> - installs a specified adapter
        iobroker rebuild <adapter>|self [--install]
        iobroker url <url> [<name>] - install adapter from specified url, e.g. GitHub
        iobroker del <adapter> - remove adapter from system
        iobroker del <adapter>.<instance> - remove adapter instance
        iobroker update [repository url] [--updatable/--u] [--installed/--i] [--force/--f] - update repository and optionally filter installed/updateable adapters, use --force to bypass hash check
        iobroker upgrade [repository url]
        iobroker upgrade self [repository url] - upgrade js-controller and all adapters, optionally you can specify the repository url
        iobroker upgrade <adapter> [repository url] - upgrade specified adapter, optionally you can specify the repository url
        iobroker upload <pathToLocalFile> <pathIniobroker>
        iobroker upload all - upload all adapter files to make them available for instances
        iobroker upload <adapter> - upload specified adapter files to make them available for instances
        iobroker object get <id> - get object specified by id
        iobroker object set <id> <json-value> - set object with the given id by providing a new json object
        iobroker object set <id> propertyname=<value or json-value> - update part of the object by providing a new value or partial object
        iobroker object extend <id> <json-value> - extend object with the given id by providing a new json object
        iobroker object del <id|pattern> [--yes]
        iobroker object chmod <object-mode> [state-mode] <id>
        iobroker object chown <user> <group> <id>
        iobroker object list <id>
        iobroker state get <id> - get state, specified by id
        iobroker state getplain <id> [--pretty]
        iobroker state getvalue <id>
        iobroker state set <id> <value> [ack]
        iobroker state del <id>
        iobroker message <adapter>[.instance] <command> [<message>]
        iobroker list <type> [filter]
        iobroker chmod <mode> <file>
        iobroker chown <user> <group> <file>
        iobroker touch <file>
        iobroker rm <file>
        iobroker file read <iobroker-path-to-read> [<filesystem-path-to-write>]
        iobroker file write <filesystem-path-to-read> <iobroker-path-to-write>
        iobroker file rm <iobroker-path-to-delete>
        iobroker file sync
        iobroker user add <user> [--ingroup group] [--password pass]
        iobroker user del <user>
        iobroker user passwd <user> [--password pass]
        iobroker user enable <user>
        iobroker user disable <user>
        iobroker user get <user>
        iobroker user check <user> [--password pass]
        iobroker group add <group>
        iobroker group del <group>
        iobroker group list <group>
        iobroker group enable <group>
        iobroker group disable <group>
        iobroker group get <group>
        iobroker group adduser <group> <user>
        iobroker group deluser <group> <user>
        iobroker host this
        iobroker host <hostname>
        iobroker host set <hostname>
        iobroker host remove <hostname>
        iobroker set <adapter>.<instance> [--port port] [--ip address] [--ssl true|false]
        iobroker license <license.file or license.text>
        iobroker cert create
        iobroker cert view [<certificate name>]
        iobroker clean
        iobroker backup
        iobroker restore <backup name or path> - restore a specified backup
        iobroker validate <backup name or path> - validate a specified backup
        iobroker <command> --timeout 5000
        iobroker status [all|<adapter>.<instance>]
        iobroker repo [name]
        iobroker repo add <name> <path or url>
        iobroker repo set <name>
        iobroker repo del <name>
        iobroker uuid
        iobroker unsetup
        iobroker fix - execute the installation fixer script, this updates your ioBroker installation
        iobroker multihost <enable|disable> [--secure true|false]
        iobroker multihost browse
        iobroker multihost connect
        iobroker compact status - show if compact mode is enabled in general
        iobroker compact <enable|on|disable|off> - enable or disable compact mode in general
        iobroker compact <adapter>.<instance> status - show if compact mode is enabled for a specific instance
        iobroker compact <adapter>.<instance> group <group-id> - define compact group of a specific adapter
        iobroker compact <adapter>.<instance> <disable|off> - enable or disable compact mode for specified adapter instance
        iobroker compact <adapter>.<instance> <enable|on> [group-id] - enable or disable compact mode for specified adapter instance and set comapct group optionally
        iobroker plugin enable <pluginname> [--host <hostname>] - enables a plugin for the specified host. If no host is specified, the current one is used
        iobroker plugin disable <pluginname> [--host <hostname>] - disables a plugin for the specified host. If no host is specified, the current one is used
        iobroker plugin status <pluginname> [--host <hostname>] - checks if a plugin is enabled for the specified host. If no host is specified, the current one is used
        iobroker plugin enable <pluginname> --instance <adapter>[.<nr>] - enables a plugin for the specified adapter instance (defaults to instance 0)
        iobroker plugin disable <pluginname> --instance <adapter>[.<nr>] - disables a plugin for the specified adapter instance (defaults to instance 0)
        iobroker plugin status <pluginname> --instance <adapter>[.<nr>] - checks if a plugin is enabled for the specified adapter instance (defaults to instance 0)
        iobroker version [adapter] - show version of js-controller or specified adapter
        iobroker [adapter] -v - show version of js-controller or specified adapter
        
        
        Optionen:
          --help     Hilfe anzeigen  [boolean]
          --version  Version anzeigen  [boolean]
        andreas@iobroker-NUC:/opt/iobroker$ 
        

        und ich habe nach ca. 20 Minuten ein

        sudo iobroker start
        

        gemacht. Auf die Admin Oberfläche komme ich auch. Jetzt sind zwei Stunden rum und ich sehe immer noch keine meiner alten Adapter usw. Habe ich den iobroker zu früh gestartet? Wann weiß man, wann alles wiederhergestellt ist?
        Grüße ein ratloser Andreas

        Thomas BraunT Online
        Thomas BraunT Online
        Thomas Braun
        Most Active
        schrieb am zuletzt editiert von Thomas Braun
        #3

        @weimaraner sagte in restore eingespielt und nichts passiert - Was nun?:

        Wann weiß man, wann alles wiederhergestellt ist?

        Wenn im Log File der (mehr oder weniger) alphabetisch letzte Adapter durch ist und da Ruhe ist.

        Linux-Werkzeugkasten:
        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
        NodeJS Fixer Skript:
        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

        1 Antwort Letzte Antwort
        0
        • Thomas BraunT Thomas Braun

          @weimaraner Die Syntax ist falsch, denke ich.

          iobroker restore /Pfad/zum/Backup
          

          müsste das sein. Blöde Frage: Warum nimmst du nicht den Backitup-Adapter her?
          Btw: iobroker wird nicht in Kombination mit sudo (ohne weitere Argumente) eingesetzt.

          HomoranH Nicht stören
          HomoranH Nicht stören
          Homoran
          Global Moderator Administrators
          schrieb am zuletzt editiert von Homoran
          #4

          @Thomas-Braun sagte in backup eingespielt und nichts passiert - Was nun?:

          Die Syntax ist falsch, denke ich.

          nicht unbedingt.
          iobroker restore.0 installiert das jüngste Backup aus dem backups-Verzeichnis

          ob das aber die richtige Schreibweise mit dem Punkt ist weiß ich nicht mehr

          iobroker restore <backup name or path> - restore a specified backup
          ist zumindest die korrekte

          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 oben rechts. Danke!
          der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

          Thomas BraunT 1 Antwort Letzte Antwort
          0
          • HomoranH Homoran

            @Thomas-Braun sagte in backup eingespielt und nichts passiert - Was nun?:

            Die Syntax ist falsch, denke ich.

            nicht unbedingt.
            iobroker restore.0 installiert das jüngste Backup aus dem backups-Verzeichnis

            ob das aber die richtige Schreibweise mit dem Punkt ist weiß ich nicht mehr

            iobroker restore <backup name or path> - restore a specified backup
            ist zumindest die korrekte

            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            schrieb am zuletzt editiert von Thomas Braun
            #5

            @Homoran Mich wundert die Auflistung der Commands. Das passiert eigentlich nur, wenn der Befehl so nicht existiert und/oder syntaktisch falsch ist.

            Ich mach meine Backups an der Stelle aber auch nicht zu Fuß sondern über den Backitup.

            Linux-Werkzeugkasten:
            https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
            NodeJS Fixer Skript:
            https://forum.iobroker.net/topic/68035/iob-node-fix-skript
            iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

            HomoranH 1 Antwort Letzte Antwort
            1
            • Thomas BraunT Thomas Braun

              @Homoran Mich wundert die Auflistung der Commands. Das passiert eigentlich nur, wenn der Befehl so nicht existiert und/oder syntaktisch falsch ist.

              Ich mach meine Backups an der Stelle aber auch nicht zu Fuß sondern über den Backitup.

              HomoranH Nicht stören
              HomoranH Nicht stören
              Homoran
              Global Moderator Administrators
              schrieb am zuletzt editiert von
              #6

              @Thomas-Braun Jepp!
              Habe darauf auch noch mal diese commadns durchgeflöht. und oben editiert

              Das mit der 0 kommt glaube ich wenn du nur iobroker restore aufrufst, dann kommt eine Liste mit Optionsnummern

              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 oben rechts. Danke!
              der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

              W 1 Antwort Letzte Antwort
              0
              • HomoranH Homoran

                @Thomas-Braun Jepp!
                Habe darauf auch noch mal diese commadns durchgeflöht. und oben editiert

                Das mit der 0 kommt glaube ich wenn du nur iobroker restore aufrufst, dann kommt eine Liste mit Optionsnummern

                W Offline
                W Offline
                weimaraner
                schrieb am zuletzt editiert von weimaraner
                #7

                Ich bin ein Depp. Ich habe den Ordner backups auf der Konsole mit mkdir backups erstellt (als user Andreas). Dann wollte ich mit filezilla die backupdatei rüberschieben. Angemeldet in filezilla bin ich mit dem user Andreas. Jetzt habe ich gerade bemerkt, daß er mir die backup-Datei gar nicht rüberspielt. Ich habe qausi den restore ohne eine Datei ausgeführt.
                Frahe: Warum kann ich die Datei nicht rüberspielen? Filezilla sagt nur "Übertragung konnte nicht gestartet werden" Kann das ein Rechteproblem sein?

                Thomas BraunT 1 Antwort Letzte Antwort
                0
                • W weimaraner

                  Ich bin ein Depp. Ich habe den Ordner backups auf der Konsole mit mkdir backups erstellt (als user Andreas). Dann wollte ich mit filezilla die backupdatei rüberschieben. Angemeldet in filezilla bin ich mit dem user Andreas. Jetzt habe ich gerade bemerkt, daß er mir die backup-Datei gar nicht rüberspielt. Ich habe qausi den restore ohne eine Datei ausgeführt.
                  Frahe: Warum kann ich die Datei nicht rüberspielen? Filezilla sagt nur "Übertragung konnte nicht gestartet werden" Kann das ein Rechteproblem sein?

                  Thomas BraunT Online
                  Thomas BraunT Online
                  Thomas Braun
                  Most Active
                  schrieb am zuletzt editiert von
                  #8

                  @weimaraner sagte in backup eingespielt und nichts passiert - Was nun?:

                  Kann das ein Rechteproblem sein?

                  Mit Sicherheit. Andreas dürfte eigentlich in /opt/iobroker gar nix machen dürfen.

                  Linux-Werkzeugkasten:
                  https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                  NodeJS Fixer Skript:
                  https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                  iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                  W 2 Antworten Letzte Antwort
                  0
                  • Thomas BraunT Thomas Braun

                    @weimaraner sagte in backup eingespielt und nichts passiert - Was nun?:

                    Kann das ein Rechteproblem sein?

                    Mit Sicherheit. Andreas dürfte eigentlich in /opt/iobroker gar nix machen dürfen.

                    W Offline
                    W Offline
                    weimaraner
                    schrieb am zuletzt editiert von
                    #9

                    @Thomas-Braun Wie bekomme ich dann meine backup Datei in den richtigen Ordner?

                    Thomas BraunT 1 Antwort Letzte Antwort
                    0
                    • W weimaraner

                      @Thomas-Braun Wie bekomme ich dann meine backup Datei in den richtigen Ordner?

                      Thomas BraunT Online
                      Thomas BraunT Online
                      Thomas Braun
                      Most Active
                      schrieb am zuletzt editiert von
                      #10

                      @weimaraner Was ist denn gegeben?

                      Linux-Werkzeugkasten:
                      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                      NodeJS Fixer Skript:
                      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                      W 1 Antwort Letzte Antwort
                      0
                      • Thomas BraunT Thomas Braun

                        @weimaraner Was ist denn gegeben?

                        W Offline
                        W Offline
                        weimaraner
                        schrieb am zuletzt editiert von
                        #11

                        @Thomas-Braun Puhh.. ich bin ein linux dau. Ich habe debian aufgesetzt und einen root und einen andreas angelegt. Glaube ich... Kann ich das irgendwo nachschauen?

                        Thomas BraunT 1 Antwort Letzte Antwort
                        0
                        • W weimaraner

                          @Thomas-Braun Puhh.. ich bin ein linux dau. Ich habe debian aufgesetzt und einen root und einen andreas angelegt. Glaube ich... Kann ich das irgendwo nachschauen?

                          Thomas BraunT Online
                          Thomas BraunT Online
                          Thomas Braun
                          Most Active
                          schrieb am zuletzt editiert von
                          #12

                          @weimaraner Wo liegt denn das Backup? Und was ist FilZilla?
                          Der Bruder von Godzilla?

                          Linux-Werkzeugkasten:
                          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                          NodeJS Fixer Skript:
                          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                          W 1 Antwort Letzte Antwort
                          0
                          • Thomas BraunT Thomas Braun

                            @weimaraner sagte in backup eingespielt und nichts passiert - Was nun?:

                            Kann das ein Rechteproblem sein?

                            Mit Sicherheit. Andreas dürfte eigentlich in /opt/iobroker gar nix machen dürfen.

                            W Offline
                            W Offline
                            weimaraner
                            schrieb am zuletzt editiert von
                            #13

                            @Thomas-Braun -stimmt 😧 Konnte die Datei nur mit filezilla in den Ordner Home/andreas schieben.

                            1 Antwort Letzte Antwort
                            0
                            • Thomas BraunT Thomas Braun

                              @weimaraner Wo liegt denn das Backup? Und was ist FilZilla?
                              Der Bruder von Godzilla?

                              W Offline
                              W Offline
                              weimaraner
                              schrieb am zuletzt editiert von
                              #14

                              @Thomas-Braun Das backup liegt auf meinem PC.

                              Thomas BraunT 1 Antwort Letzte Antwort
                              0
                              • W weimaraner

                                @Thomas-Braun Das backup liegt auf meinem PC.

                                Thomas BraunT Online
                                Thomas BraunT Online
                                Thomas Braun
                                Most Active
                                schrieb am zuletzt editiert von Thomas Braun
                                #15

                                @weimaraner Was denn jetzt?
                                Im /home von Andreas oder auf deinem (externen?) PC?

                                Linux-Werkzeugkasten:
                                https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                NodeJS Fixer Skript:
                                https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                W 1 Antwort Letzte Antwort
                                0
                                • Thomas BraunT Thomas Braun

                                  @weimaraner Was denn jetzt?
                                  Im /home von Andreas oder auf deinem (externen?) PC?

                                  W Offline
                                  W Offline
                                  weimaraner
                                  schrieb am zuletzt editiert von
                                  #16

                                  @Thomas-Braun sowohl als auch. Habe es vom PC in das home/andreas Verzeichnis geschoben bekommen

                                  Thomas BraunT 1 Antwort Letzte Antwort
                                  0
                                  • W weimaraner

                                    @Thomas-Braun sowohl als auch. Habe es vom PC in das home/andreas Verzeichnis geschoben bekommen

                                    Thomas BraunT Online
                                    Thomas BraunT Online
                                    Thomas Braun
                                    Most Active
                                    schrieb am zuletzt editiert von Thomas Braun
                                    #17

                                    @weimaraner Dann gilt der Befehl von oben.

                                    iobroker restore /home/andreas/wo/auch/immer/die/datei/liegt
                                    

                                    Edit: Befehl korrigiert

                                    Linux-Werkzeugkasten:
                                    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                    NodeJS Fixer Skript:
                                    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                    W 1 Antwort Letzte Antwort
                                    0
                                    • Thomas BraunT Thomas Braun

                                      @weimaraner Dann gilt der Befehl von oben.

                                      iobroker restore /home/andreas/wo/auch/immer/die/datei/liegt
                                      

                                      Edit: Befehl korrigiert

                                      W Offline
                                      W Offline
                                      weimaraner
                                      schrieb am zuletzt editiert von
                                      #18

                                      @Thomas-Braun müßte es nicht restore heißen? Ich will doch zurückspielen.

                                      Thomas BraunT 1 Antwort Letzte Antwort
                                      0
                                      • W weimaraner

                                        @Thomas-Braun müßte es nicht restore heißen? Ich will doch zurückspielen.

                                        Thomas BraunT Online
                                        Thomas BraunT Online
                                        Thomas Braun
                                        Most Active
                                        schrieb am zuletzt editiert von
                                        #19

                                        @weimaraner Sorry, natürlich.

                                        Linux-Werkzeugkasten:
                                        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                        NodeJS Fixer Skript:
                                        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                        W 1 Antwort Letzte Antwort
                                        0
                                        • Thomas BraunT Thomas Braun

                                          @weimaraner Sorry, natürlich.

                                          W Offline
                                          W Offline
                                          weimaraner
                                          schrieb am zuletzt editiert von
                                          #20

                                          @Thomas-Braun okay, Danke. Der Restore läuft jetzt.
                                          Muß ich mir bei diesen Errors Gedanken machen? Oder erst mal abwarten bis alles fertig ist?
                                          Vor allem der Error permission denied, mkdir '/iobroker-data/'

                                          history.0	2021-01-04 20:30:18.751	error	(16000) Error: EACCES: permission denied, mkdir '/iobroker-data/' at Object.mkdirSync (fs.js:921:3) at main (/opt/iobroker/node_modules/iobroker.history/history.js:208:12) at Object.ready
                                          history.0	2021-01-04 20:30:18.747	error	(16000) unhandled promise rejection: EACCES: permission denied, mkdir '/iobroker-data/'
                                          history.0	2021-01-04 20:30:18.745	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                          hm-rpc.1	2021-01-04 20:29:57.834	error	(15715) TypeError: adapter.objects.getObject is not a function at handleValueParamSetDescriptions (/opt/iobroker/node_modules/iobroker.hm-rpc/hm-rpc.js:604:25) at /opt/iobroker/node_modules/io
                                          hm-rpc.1	2021-01-04 20:29:57.832	error	(15715) uncaught exception: adapter.objects.getObject is not a function
                                          hm-rpc.0	2021-01-04 20:29:57.073	error	(15700) TypeError: adapter.objects.getObject is not a function at handleValueParamSetDescriptions (/opt/iobroker/node_modules/iobroker.hm-rpc/hm-rpc.js:604:25) at /opt/iobroker/node_modules/io
                                          hm-rpc.0	2021-01-04 20:29:57.067	error	(15700) uncaught exception: adapter.objects.getObject is not a function
                                          history.0	2021-01-04 20:29:45.694	error	(15458) Error: EACCES: permission denied, mkdir '/iobroker-data/' at Object.mkdirSync (fs.js:921:3) at main (/opt/iobroker/node_modules/iobroker.history/history.js:208:12) at Object.ready
                                          history.0	2021-01-04 20:29:45.690	error	(15458) unhandled promise rejection: EACCES: permission denied, mkdir '/iobroker-data/'
                                          history.0	2021-01-04 20:29:45.689	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                          hm-rpc.1	2021-01-04 20:29:24.548	error	(15189) TypeError: adapter.objects.getObject is not a function at handleValueParamSetDescriptions (/opt/iobroker/node_modules/iobroker.hm-rpc/hm-rpc.js:604:25) at /opt/iobroker/node_modules/io
                                          hm-rpc.1	2021-01-04 20:29:24.545	error	(15189) uncaught exception: adapter.objects.getObject is not a function
                                          hm-rpc.0	2021-01-04 20:29:23.458	error	(15182) TypeError: adapter.objects.getObject is not a function at handleValueParamSetDescriptions (/opt/iobroker/node_modules/iobroker.hm-rpc/hm-rpc.js:604:25) at /opt/iobroker/node_modules/io
                                          hm-rpc.0	2021-01-04 20:29:23.453	error	(15182) uncaught exception: adapter.objects.getObject is not a function
                                          history.0	2021-01-04 20:29:12.997	error	(14940) Error: EACCES: permission denied, mkdir '/iobroker-data/' at Object.mkdirSync (fs.js:921:3) at main (/opt/iobroker/node_modules/iobroker.history/history.js:208:12) at Object.ready
                                          history.0	2021-01-04 20:29:12.993	error	(14940) unhandled promise rejection: EACCES: permission denied, mkdir '/iobroker-data/'
                                          history.0	2021-01-04 20:29:12.992	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                          hm-rpc.1	2021-01-04 20:28:50.797	error	(14573) TypeError: adapter.objects.getObject is not a function at handleValueParamSetDescriptions (/opt/iobroker/node_modules/iobroker.hm-rpc/hm-rpc.js:604:25) at /opt/iobroker/node_modules/io
                                          hm-rpc.1	2021-01-04 20:28:50.794	error	(14573) uncaught exception: adapter.objects.getObject is not a function
                                          hm-rpc.0	2021-01-04 20:28:50.056	error	(14555) TypeError: adapter.objects.getObject is not a function at handleValueParamSetDescriptions (/opt/iobroker/node_modules/iobroker.hm-rpc/hm-rpc.js:604:25) at /opt/iobroker/node_modules/io
                                          hm-rpc.0	2021-01-04 20:28:50.053	error	(14555) uncaught exception: adapter.objects.getObject is not a function
                                          history.0	2021-01-04 20:28:40.061	error	(14420) Error: EACCES: permission denied, mkdir '/iobroker-data/' at Object.mkdirSync (fs.js:921:3) at main (/opt/iobroker/node_modules/iobroker.history/history.js:208:12) at Object.ready
                                          history.0	2021-01-04 20:28:40.051	error	(14420) unhandled promise rejection: EACCES: permission denied, mkdir '/iobroker-data/'
                                          history.0	2021-01-04 20:28:40.049	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                          hm-rpc.1	2021-01-04 20:28:17.253	error	(14044) TypeError: adapter.objects.getObject is not a function at handleValueParamSetDescriptions (/opt/iobroker/node_modules/iobroker.hm-rpc/hm-rpc.js:604:25) at /opt/iobroker/node_modules/io
                                          hm-rpc.1	2021-01-04 20:28:17.251	error	(14044) uncaught exception: adapter.objects.getObject is not a function
                                          hm-rpc.0	2021-01-04 20:28:16.208	error	(14033) TypeError: adapter.objects.getObject is not a function at handleValueParamSetDescriptions (/opt/iobroker/node_modules/iobroker.hm-rpc/hm-rpc.js:604:25) at /opt/iobroker/node_modules/io
                                          hm-rpc.0	2021-01-04 20:28:16.205	error	(14033) uncaught exception: adapter.objects.getObject is not a function
                                          history.0	2021-01-04 20:28:07.433	error	(13898) Error: EACCES: permission denied, mkdir '/iobroker-data/' at Object.mkdirSync (fs.js:921:3) at main (/opt/iobroker/node_modules/iobroker.history/history.js:208:12) at Object.ready
                                          history.0	2021-01-04 20:28:07.430	error	(13898) unhandled promise rejection: EACCES: permission denied, mkdir '/iobroker-data/'
                                          history.0	2021-01-04 20:28:07.429	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                          hm-rpc.1	2021-01-04 20:27:43.578	error	(13523) TypeError: adapter.objects.getObject is not a function at handleValueParamSetDescriptions (/opt/iobroker/node_modules/iobroker.hm-rpc/hm-rpc.js:604:25) at /opt/iobroker/node_modules/io
                                          hm-rpc.1	2021-01-04 20:27:43.576	error	(13523) uncaught exception: adapter.objects.getObject is not a function
                                          hm-rpc.0	2021-01-04 20:27:42.591	error	(13512) TypeError: adapter.objects.getObject is not a function at handleValueParamSetDescriptions (/opt/iobroker/node_modules/iobroker.hm-rpc/hm-rpc.js:604:25) at /opt/iobroker/node_modules/io
                                          hm-rpc.0	2021-01-04 20:27:42.587	error	(13512) uncaught exception: adapter.objects.getObject is not a function
                                          history.0	2021-01-04 20:27:34.947	error	(13377) Error: EACCES: permission denied, mkdir '/iobroker-data/' at Object.mkdirSync (fs.js:921:3) at main (/opt/iobroker/node_modules/iobroker.history/history.js:208:12) at Object.ready
                                          history.0	2021-01-04 20:27:34.942	error	(13377) unhandled promise rejection: EACCES: permission denied, mkdir '/iobroker-data/'
                                          history.0	2021-01-04 20:27:34.941	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                          hm-rpc.1	2021-01-04 20:27:10.336	error	(13002) TypeError: adapter.objects.getObject is not a function at handleValueParamSetDescriptions (/opt/iobroker/node_modules/iobroker.hm-rpc/hm-rpc.js:604:25) at /opt/iobroker/node_modules/io
                                          hm-rpc.1	2021-01-04 20:27:10.333	error	(13002) uncaught exception: adapter.objects.getObject is not a function
                                          hm-rpc.0	2021-01-04 20:27:08.802	error	(12987) TypeError: adapter.objects.getObject is not a function at handleValueParamSetDescriptions (/opt/iobroker/node_modules/iobroker.hm-rpc/hm-rpc.js:604:25) at /opt/iobroker/node_modules/io
                                          hm-rpc.0	2021-01-04 20:27:08.798	error	(12987) uncaught exception: adapter.objects.getObject is not a function
                                          history.0	2021-01-04 20:27:02.287	error	(12856) Error: EACCES: permission denied, mkdir '/iobroker-data/' at Object.mkdirSync (fs.js:921:3) at main (/opt/iobroker/node_modules/iobroker.history/history.js:208:12) at Object.ready
                                          history.0	2021-01-04 20:27:02.276	error	(12856) unhandled promise rejection: EACCES: permission denied, mkdir '/iobroker-data/'
                                          history.0	2021-01-04 20:27:02.274	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                          hm-rpc.1	2021-01-04 20:26:36.862	error	(12481) TypeError: adapter.objects.getObject is not a function at handleValueParamSetDescriptions (/opt/iobroker/node_modules/iobroker.hm-rpc/hm-rpc.js:604:25) at /opt/iobroker/node_modules/io
                                          hm-rpc.1	2021-01-04 20:26:36.859	error	(12481) uncaught exception: adapter.objects.getObject is not a function
                                          hm-rpc.0	2021-01-04 20:26:35.171	error	(12364) TypeError: adapter.objects.getObject is not a function at handleValueParamSetDescriptions (/opt/iobroker/node_modules/iobroker.hm-rpc/hm-rpc.js:604:25) at /opt/iobroker/node_modules/io
                                          hm-rpc.0	2021-01-04 20:26:35.168	error	(12364) uncaught exception: adapter.objects.getObject is not a function
                                          history.0	2021-01-04 20:26:29.215	error	(12334) Error: EACCES: permission denied, mkdir '/iobroker-data/' at Object.mkdirSync (fs.js:921:3) at main (/opt/iobroker/node_modules/iobroker.history/history.js:208:12) at Object.ready
                                          history.0	2021-01-04 20:26:29.207	error	(12334) unhandled promise rejection: EACCES: permission denied, mkdir '/iobroker-data/'
                                          history.0	2021-01-04 20:26:29.205	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                          hm-rpc.1	2021-01-04 20:26:03.191	error	(11844) TypeError: adapter.objects.getObject is not a function at handleValueParamSetDescriptions (/opt/iobroker/node_modules/iobroker.hm-rpc/hm-rpc.js:604:25) at /opt/iobroker/node_modules/io
                                          hm-rpc.1	2021-01-04 20:26:03.187	error	(11844) uncaught exception: adapter.objects.getObject is not a function
                                          hm-rpc.0	2021-01-04 20:26:00.883	error	(11833) TypeError: adapter.objects.getObject is not a function at handleValueParamSetDescriptions (/opt/iobroker/node_modules/iobroker.hm-rpc/hm-rpc.js:604:25) at /opt/iobroker/node_modules/io
                                          hm-rpc.0	2021-01-04 20:26:00.874	error	(11833) uncaught exception: adapter.objects.getObject is not a function
                                          history.0	2021-01-04 20:25:56.619	error	(11814) Error: EACCES: permission denied, mkdir '/iobroker-data/' at Object.mkdirSync (fs.js:921:3) at main (/opt/iobroker/node_modules/iobroker.history/history.js:208:12) at Object.ready
                                          history.0	2021-01-04 20:25:56.615	error	(11814) unhandled promise rejection: EACCES: permission denied, mkdir '/iobroker-data/'
                                          history.0	2021-01-04 20:25:56.614	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                          hm-rpc.1	2021-01-04 20:25:28.202	error	at processTicksAndRejections (internal/process/task_queues.js:97:5)
                                          hm-rpc.1	2021-01-04 20:25:28.202	error	at /opt/iobroker/node_modules/standard-as-callback/built/index.js:19:49
                                          hm-rpc.1	2021-01-04 20:25:28.202	error	at tryCatcher (/opt/iobroker/node_modules/standard-as-callback/built/utils.js:11:23)
                                          hm-rpc.1	2021-01-04 20:25:28.202	error	at /opt/iobroker/node_modules/iobroker.objects-redis/index.js:1:123874
                                          hm-rpc.1	2021-01-04 20:25:28.202	error	at handleValueParamSetDescriptions (/opt/iobroker/node_modules/iobroker.hm-rpc/hm-rpc.js:604:25)
                                          hm-rpc.1	2021-01-04 20:25:28.202	error	(11318) TypeError: adapter.objects.getObject is not a function
                                          hm-rpc.1	2021-01-04 20:25:28.199	error	(11318) uncaught exception: adapter.objects.getObject is not a function
                                          hm-rpc.0	2021-01-04 20:25:27.282	error	at processTicksAndRejections (internal/process/task_queues.js:97:5)
                                          hm-rpc.0	2021-01-04 20:25:27.282	error	at /opt/iobroker/node_modules/standard-as-callback/built/index.js:19:49
                                          hm-rpc.0	2021-01-04 20:25:27.282	error	at tryCatcher (/opt/iobroker/node_modules/standard-as-callback/built/utils.js:11:23)
                                          hm-rpc.0	2021-01-04 20:25:27.282	error	at /opt/iobroker/node_modules/iobroker.objects-redis/index.js:1:123874
                                          hm-rpc.0	2021-01-04 20:25:27.282	error	at handleValueParamSetDescriptions (/opt/iobroker/node_modules/iobroker.hm-rpc/hm-rpc.js:604:25)
                                          hm-rpc.0	2021-01-04 20:25:27.282	error	(11311) TypeError: adapter.objects.getObject is not a function
                                          hm-rpc.0	2021-01-04 20:25:27.279	error	(11311) uncaught exception: adapter.objects.getObject is not a function
                                          history.0	2021-01-04 20:25:24.067	error	at processTicksAndRejections (internal/process/task_queues.js:97:5)
                                          history.0	2021-01-04 20:25:24.067	error	at /opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8147:76
                                          history.0	2021-01-04 20:25:24.067	error	at Object.ready (/opt/iobroker/node_modules/iobroker.history/history.js:103:9)
                                          history.0	2021-01-04 20:25:24.067	error	at main (/opt/iobroker/node_modules/iobroker.history/history.js:208:12)
                                          history.0	2021-01-04 20:25:24.067	error	at Object.mkdirSync (fs.js:921:3)
                                          history.0	2021-01-04 20:25:24.067	error	(11292) Error: EACCES: permission denied, mkdir '/iobroker-data/'
                                          history.0	2021-01-04 20:25:24.064	error	(11292) unhandled promise rejection: EACCES: permission denied, mkdir '/iobroker-data/'
                                          Unhandled	2021-01-04 20:25:24.062	error	promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                          hm-rpc.1	2021-01-04 20:24:54.477	error	at processTicksAndRejections (internal/process/task_queues.js:97:5)
                                          hm-rpc.1	2021-01-04 20:24:54.477	error	at /opt/iobroker/node_modules/standard-as-callback/built/index.js:19:49
                                          hm-rpc.1	2021-01-04 20:24:54.477	error	at tryCatcher (/opt/iobroker/node_modules/standard-as-callback/built/utils.js:11:23)
                                          hm-rpc.1	2021-01-04 20:24:54.477	error	at /opt/iobroker/node_modules/iobroker.objects-redis/index.js:1:123874
                                          hm-rpc.1	2021-01-04 20:24:54.477	error	at handleValueParamSetDescriptions (/opt/iobroker/node_modules/iobroker.hm-rpc/hm-rpc.js:604:25)
                                          hm-rpc.1	2021-01-04 20:24:54.477	error	(10797) TypeError: adapter.objects.getObject is not a function
                                          hm-rpc.1	2021-01-04 20:24:54.474	error	(10797) uncaught exception: adapter.objects.getObject is not a function
                                          hm-rpc.0	2021-01-04 20:24:54.128	error	at processTicksAndRejections (internal/process/task_queues.js:97:5)
                                          hm-rpc.0	2021-01-04 20:24:54.128	error	at /opt/iobroker/node_modules/standard-as-callback/built/index.js:19:49
                                          hm-rpc.0	2021-01-04 20:24:54.128	error	at tryCatcher (/opt/iobroker/node_modules/standard-as-callback/built/utils.js:11:23)
                                          hm-rpc.0	2021-01-04 20:24:54.128	error	at /opt/iobroker/node_modules/iobroker.objects-redis/index.js:1:123874
                                          hm-rpc.0	2021-01-04 20:24:54.128	error	at handleValueParamSetDescriptions (/opt/iobroker/node_modules/iobroker.hm-rpc/hm-rpc.js:604:25)
                                          hm-rpc.0	2021-01-04 20:24:54.128	error	(10790) TypeError: adapter.objects.getObject is not a function
                                          hm-rpc.0	2021-01-04 20:24:54.125	error	(10790) uncaught exception: adapter.objects.getObject is not a function
                                          history.0	2021-01-04 20:24:51.351	error	at processTicksAndRejections (internal/process/task_queues.js:97:5)
                                          history.0	2021-01-04 20:24:51.351	error	at /opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:8147:76
                                          history.0	2021-01-04 20:24:51.351	error	at Object.ready (/opt/iobroker/node_modules/iobroker.history/history.js:103:9)
                                          history.0	2021-01-04 20:24:51.351	error	at main (/opt/iobroker/node_modules/iobroker.history/history.js:208:12)
                                          history.0	2021-01-04 20:24:51.351	error	at Object.mkdirSync (fs.js:921:3)
                                          history.0	2021-01-04 20:24:51.351	error	(10771) Error: EACCES: permission denied, mkdir '/iobroker-data/'
                                          history.0	2021-01-04 20:24:51.346	error	(10771) unhandled promise rejection: EACCES: permission denied, mkdir '/iobroker-data/'
                                          Unhandled	2021-01-04 20:24:51.344	error	promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                                          alexa2.0	2021-01-04 20:24:30.488	error	at processImmediate (internal/timers.js:461:21)
                                          alexa2.0	2021-01-04 20:24:30.488	error	at Immediate._onImmediate (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:2354:71)
                                          alexa2.0	2021-01-04 20:24:30.488	error	at /opt/iobroker/node_modules/iobroker.alexa2/main.js:306:25
                                          alexa2.0	2021-01-04 20:24:30.488	error	at Adapter.setObject (/opt/iobroker/node_modules/iobroker.js-controller/lib/adapter.js:1817:40)
                                          alexa2.0	2021-01-04 20:24:30.488	error	(9993) The "Echo-Devices.G0911B06951615KP.Music-Provider." is invalid. Ids are not allowed to end in "."
                                          
                                          Thomas BraunT 1 Antwort Letzte Antwort
                                          0

                                          Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.

                                          Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.

                                          Mit deinem Input könnte dieser Beitrag noch besser werden 💗

                                          Registrieren Anmelden
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

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

                                          587

                                          Online

                                          32.9k

                                          Benutzer

                                          83.0k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe