Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Iobroker backitup error.. Wo liegt das problem

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    6
    1
    72

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

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

Iobroker backitup error.. Wo liegt das problem

Scheduled Pinned Locked Moved ioBroker Allgemein
156 Posts 12 Posters 25.0k Views 9 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Fred FreundF Fred Freund

    Hallo,
    einige Access Permissions und Konfigurationsfehler habe ich gefunden und ausgebessert.

    2021-03-23 20:46:25.638 - error: backitup.0 (5704) [iobroker] error on backup process: Error when executing script "zigbee": ReferenceError: timer is not defined Please check the config of backitup and execute "iobroker fix"
    2021-03-23 20:46:25.807 - error: backitup.0 (5704) [iobroker] Error: EACCES: permission denied, mkdir '/opt/iobroker/backups/grafana_tmp/dashboards'
    2021-03-23 20:46:25.811 - error: backitup.0 (5704) 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().
    2021-03-23 20:46:25.811 - error: backitup.0 (5704) unhandled promise rejection: callback is not a function
    2021-03-23 20:46:25.813 - error: backitup.0 (5704) TypeError: callback is not a function
    at Object.command (/opt/iobroker/node_modules/iobroker.backitup/lib/scripts/36-grafana.js:270:9)
    at Immediate.executeScripts (/opt/iobroker/node_modules/iobroker.backitup/lib/execute.js:359:26)
    at processImmediate (internal/timers.js:463:21)
    2021-03-23 20:46:25.814 - error: backitup.0 (5704) callback is not a function
    2021-03-23 20:46:25.836 - info: backitup.0 (5704) cleaned everything up...
    2021-03-23 20:46:25.837 - info: backitup.0 (5704) terminating
    2021-03-23 20:46:25.839 - warn: backitup.0 (5704) Terminated (UNCAUGHT_EXCEPTION): Without reason
    2021-03-23 20:46:26.485 - error: host.broker1 Caught by controller[0]: 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(). The promise rejected with the reason:
    2021-03-23 20:46:26.486 - error: host.broker1 Caught by controller[1]: TypeError: callback is not a function
    2021-03-23 20:46:26.486 - error: host.broker1 Caught by controller[1]: at Object.command (/opt/iobroker/node_modules/iobroker.backitup/lib/scripts/36-grafana.js:270:9)
    2021-03-23 20:46:26.487 - error: host.broker1 Caught by controller[1]: at Immediate.executeScripts (/opt/iobroker/node_modules/iobroker.backitup/lib/execute.js:359:26)
    2021-03-23 20:46:26.487 - error: host.broker1 Caught by controller[1]: at processImmediate (internal/timers.js:463:21)
    2021-03-23 20:46:26.488 - error: host.broker1 instance system.adapter.backitup.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
    2021-03-23 20:46:26.488 - info: host.broker1 Restart adapter system.adapter.backitup.0 because enabled
    2021-03-23 20:46:56.527 - info: host.broker1 instance system.adapter.backitup.0 started with pid 6348
    2021-03-23 20:46:59.926 - info: backitup.0 (6348) starting. Version 2.0.5 in /opt/iobroker/node_modules/iobroker.backitup, node: v12.21.0, js-controller: 3.2.16
    2021-03-23 20:47:00.019 - info: backitup.0 (6348) [iobroker] backup was activated at 02:40 every 1 day(s)
    

    Könnt ihr mir bitte sagen was hier schief läuft?
    welcher timer im zigbee soll das sein
    Erste Zeile!
    Thx

    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    wrote on last edited by
    #2

    @fred-freund sagte in Iobroker backitup error.. Wo liegt das problem:

    iobroker fix
    

    mal ausgeführt? Ansonsten bräuchte man wohl auch die Konfiguration der einzelnen Backupvarianten, denke ich.

    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

    Fred FreundF 1 Reply Last reply
    1
    • Thomas BraunT Thomas Braun

      @fred-freund sagte in Iobroker backitup error.. Wo liegt das problem:

      iobroker fix
      

      mal ausgeführt? Ansonsten bräuchte man wohl auch die Konfiguration der einzelnen Backupvarianten, denke ich.

      Fred FreundF Offline
      Fred FreundF Offline
      Fred Freund
      wrote on last edited by
      #3

      @thomas-braun
      Jetzt startet der iobroker 8081nicht mehr, node red lauft aber auf 1880..
      1882 läuft auch nur der Admin nicht..
      Denke habe den unabsichtlich deaktiviert.. Wie drehe ich den wieder auf?

      many Thx for your support,
      Vielen Dank!

      Thomas BraunT 1 Reply Last reply
      0
      • Fred FreundF Fred Freund

        @thomas-braun
        Jetzt startet der iobroker 8081nicht mehr, node red lauft aber auf 1880..
        1882 läuft auch nur der Admin nicht..
        Denke habe den unabsichtlich deaktiviert.. Wie drehe ich den wieder auf?

        Thomas BraunT Online
        Thomas BraunT Online
        Thomas Braun
        Most Active
        wrote on last edited by
        #4

        @fred-freund

        Was haste denn nun gemacht?

        iobroker status
        iobroker list adapters
        iobroker list instances
        

        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

        Fred FreundF 1 Reply Last reply
        0
        • Thomas BraunT Thomas Braun

          @fred-freund

          Was haste denn nun gemacht?

          iobroker status
          iobroker list adapters
          iobroker list instances
          
          Fred FreundF Offline
          Fred FreundF Offline
          Fred Freund
          wrote on last edited by Fred Freund
          #5

          @thomas-braun
          Gefunden
          iobroker start admin

          Iobroker fix sagte soll alle adapter disable setzen.. Irrtümlich admin erwischt
          :-) als erstes. LETZTES!

          Man soll nicht Sowas mit einem Tablett machen.

          many Thx for your support,
          Vielen Dank!

          Thomas BraunT 1 Reply Last reply
          0
          • Fred FreundF Fred Freund

            @thomas-braun
            Gefunden
            iobroker start admin

            Iobroker fix sagte soll alle adapter disable setzen.. Irrtümlich admin erwischt
            :-) als erstes. LETZTES!

            Man soll nicht Sowas mit einem Tablett machen.

            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            wrote on last edited by Thomas Braun
            #6

            @fred-freund Der fixer sagt, man soll den kompletten iobroker stoppen, nicht nur die Instanzen. Jedenfalls ist das damit gemeint...

            iobroker stop
            

            ist dein Freund.

            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

            Fred FreundF 1 Reply Last reply
            1
            • Thomas BraunT Thomas Braun

              @fred-freund Der fixer sagt, man soll den kompletten iobroker stoppen, nicht nur die Instanzen. Jedenfalls ist das damit gemeint...

              iobroker stop
              

              ist dein Freund.

              Fred FreundF Offline
              Fred FreundF Offline
              Fred Freund
              wrote on last edited by Fred Freund
              #7

              @thomas-braun

              io.javascript.0
               io.mqtt.0
               io.ping.0
               io.rpi2.0
               io.web.0
               io.zigbee.0
               io.zwave2.0
              Please stop them first and try again!
              

              Z. Bsp.

              Soll jetzt backitup neu installieren nochmal fix...
              Kann in opt/iobroker/backup keine Ordner anlegen

              OK bis auf

              Started iobroker ...
              [DEBUG] [mount] - mount successfully completed
              [DEBUG] [mount] - done
              [DEBUG] [iobroker] - host.broker1 1195 states saved
              
              [DEBUG] [iobroker] - host.broker1 1570 objects saved
              
              [ERROR] [iobroker] - host.broker1 Cannot pack directory /opt/iobroker/node_modules/iobroker.js-controller/tmp/backup: Error: EACCES: permission denied, open '/opt/iobroker/backups/iobroker_2021_03_23-22_18_13_backupiobroker.tar.gz'
              
              [ERROR] [iobroker] - host.broker1 Cannot pack directory /opt/iobroker/node_modules/iobroker.js-controller/tmp/backup: Error [ERR_STREAM_DESTROYED]: Cannot call write after a stream was destroyed
              
              

              many Thx for your support,
              Vielen Dank!

              Thomas BraunT 1 Reply Last reply
              0
              • Fred FreundF Fred Freund

                @thomas-braun

                io.javascript.0
                 io.mqtt.0
                 io.ping.0
                 io.rpi2.0
                 io.web.0
                 io.zigbee.0
                 io.zwave2.0
                Please stop them first and try again!
                

                Z. Bsp.

                Soll jetzt backitup neu installieren nochmal fix...
                Kann in opt/iobroker/backup keine Ordner anlegen

                OK bis auf

                Started iobroker ...
                [DEBUG] [mount] - mount successfully completed
                [DEBUG] [mount] - done
                [DEBUG] [iobroker] - host.broker1 1195 states saved
                
                [DEBUG] [iobroker] - host.broker1 1570 objects saved
                
                [ERROR] [iobroker] - host.broker1 Cannot pack directory /opt/iobroker/node_modules/iobroker.js-controller/tmp/backup: Error: EACCES: permission denied, open '/opt/iobroker/backups/iobroker_2021_03_23-22_18_13_backupiobroker.tar.gz'
                
                [ERROR] [iobroker] - host.broker1 Cannot pack directory /opt/iobroker/node_modules/iobroker.js-controller/tmp/backup: Error [ERR_STREAM_DESTROYED]: Cannot call write after a stream was destroyed
                
                
                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                wrote on last edited by Thomas Braun
                #8

                @fred-freund sagte in Iobroker backitup error.. Wo liegt das problem:

                ls -la /opt/iobroker/backups/
                

                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

                Fred FreundF 1 Reply Last reply
                1
                • Thomas BraunT Thomas Braun

                  @fred-freund sagte in Iobroker backitup error.. Wo liegt das problem:

                  ls -la /opt/iobroker/backups/
                  
                  Fred FreundF Offline
                  Fred FreundF Offline
                  Fred Freund
                  wrote on last edited by Fred Freund
                  #9

                  @thomas-braun

                  drwxrwxr-x+ 2 iobroker iobroker    4096 Mar 23 20:32 .
                  drwxrwxr-x+ 6 iobroker iobroker    4096 Mar 23 21:57 ..
                  -rw-rwxr--+ 1 iobroker iobroker 3339610 Mar  9 21:18 2021_03_09-21_18_54_backupiobroker.tar.gz
                  -rw-rwxr--+ 1 iobroker iobroker       0 Mar 23 19:58 historyDB_2021_03_23-19_58_43_backupiobroker.tar.gz
                  -rw-rwxr--+ 1 iobroker iobroker       0 Mar 23 20:04 historyDB_2021_03_23-20_04_53_backupiobroker.tar.gz
                  -rw-rwxr--+ 1 iobroker iobroker       0 Mar 23 20:06 historyDB_2021_03_23-20_06_28_backupiobroker.tar.gz
                  -rw-rwxr--+ 1 iobroker iobroker       0 Mar 23 20:31 historyDB_2021_03_23-20_31_53_backupiobroker.tar.gz
                  -rw-rwxr--+ 1 iobroker iobroker       0 Mar 23 20:32 historyDB_2021_03_23-20_32_47_backupiobroker.tar.gz
                  -rw-rwxr--+ 1 iobroker iobroker     991 Mar 23 19:58 influxDB_2021_03_23-19_58_42_backupiobroker.tar.gz
                  -rw-rwxr--+ 1 iobroker iobroker     991 Mar 23 20:04 influxDB_2021_03_23-20_04_52_Iobroker1_backupiobroker.tar.gz
                  -rw-rwxr--+ 1 iobroker iobroker     990 Mar 23 20:06 influxDB_2021_03_23-20_06_27_Iobroker1_backupiobroker.tar.gz
                  -rw-rwxr--+ 1 iobroker iobroker     989 Mar 23 20:31 influxDB_2021_03_23-20_31_52_backupiobroker.tar.gz
                  -rw-rwxr--+ 1 iobroker iobroker     990 Mar 23 20:32 influxDB_2021_03_23-20_32_46_backupiobroker.tar.gz
                  -rw-rwxr--+ 1 iobroker iobroker 3516990 Mar 23 19:58 iobroker_2021_03_23-19_58_36_backupiobroker.tar.gz
                  -rw-rwxr--+ 1 iobroker iobroker 3517122 Mar 23 20:04 iobroker_2021_03_23-20_04_46_Iobroker1_backupiobroker.tar.gz
                  -rw-rwxr--+ 1 iobroker iobroker 3517072 Mar 23 20:06 iobroker_2021_03_23-20_06_20_Iobroker1_backupiobroker.tar.gz
                  -rw-rwxr--+ 1 iobroker iobroker 3517129 Mar 23 20:31 iobroker_2021_03_23-20_31_45_backupiobroker.tar.gz
                  -rw-rwxr--+ 1 iobroker iobroker 3517069 Mar 23 20:32 iobroker_2021_03_23-20_32_40_backupiobroker.tar.gz
                  -rw-rwxr--+ 1 iobroker iobroker   83731 Mar 23 19:58 zigbee.0_2021_03_23-19_58_43_backupiobroker.tar.gz
                  -rw-rwxr--+ 1 iobroker iobroker   83731 Mar 23 20:04 zigbee.0_2021_03_23-20_04_53_backupiobroker.tar.gz
                  -rw-rwxr--+ 1 iobroker iobroker   83731 Mar 23 20:06 zigbee.0_2021_03_23-20_06_28_backupiobroker.tar.gz
                  -rw-rwxr--+ 1 iobroker iobroker   83736 Mar 23 20:31 zigbee.0_2021_03_23-20_31_53_backupiobroker.tar.gz
                  -rw-rwxr--+ 1 iobroker iobroker   83736 Mar 23 20:32 zigbee.0_2021_03_23-20_32_47_backupiobroker.tar.gz
                  -rw-rwxr--+ 1 iobroker iobroker    1669 Mar 23 19:58 zigbee.1_2021_03_23-19_58_43_backupiobroker.tar.gz
                  -rw-rwxr--+ 1 iobroker iobroker    1669 Mar 23 20:04 zigbee.1_2021_03_23-20_04_53_backupiobroker.tar.gz
                  -rw-rwxr--+ 1 iobroker iobroker    1669 Mar 23 20:06 zigbee.1_2021_03_23-20_06_28_backupiobroker.tar.gz
                  -rw-rwxr--+ 1 iobroker iobroker    1669 Mar 23 20:31 zigbee.1_2021_03_23-20_31_53_backupiobroker.tar.gz
                  -rw-rwxr--+ 1 iobroker iobroker    1669 Mar 23 20:32 zigbee.1_2021_03_23-20_32_47_backupiobroker.tar.gz
                  -rw-rwxr--+ 1 iobroker iobroker       0 Mar 23 19:58 zigbee.2_2021_03_23-19_58_43_backupiobroker.tar.gz
                  -rw-rwxr--+ 1 iobroker iobroker       0 Mar 23 20:04 zigbee.2_2021_03_23-20_04_53_backupiobroker.tar.gz
                  -rw-rwxr--+ 1 iobroker iobroker       0 Mar 23 20:06 zigbee.2_2021_03_23-20_06_28_backupiobroker.tar.gz
                  -rw-rwxr--+ 1 iobroker iobroker       0 Mar 23 20:31 zigbee.2_2021_03_23-20_31_53_backupiobroker.tar.gz
                  -rw-rwxr--+ 1 iobroker iobroker       0 Mar 23 20:32 zigbee.2_2021_03_23-20_32_47_backupiobroker.tar.gz
                  

                  Ist da jetzt auch Node red backed up, Dh. Die Flows???
                  Danke!

                  many Thx for your support,
                  Vielen Dank!

                  Thomas BraunT 1 Reply Last reply
                  0
                  • Fred FreundF Fred Freund

                    @thomas-braun

                    drwxrwxr-x+ 2 iobroker iobroker    4096 Mar 23 20:32 .
                    drwxrwxr-x+ 6 iobroker iobroker    4096 Mar 23 21:57 ..
                    -rw-rwxr--+ 1 iobroker iobroker 3339610 Mar  9 21:18 2021_03_09-21_18_54_backupiobroker.tar.gz
                    -rw-rwxr--+ 1 iobroker iobroker       0 Mar 23 19:58 historyDB_2021_03_23-19_58_43_backupiobroker.tar.gz
                    -rw-rwxr--+ 1 iobroker iobroker       0 Mar 23 20:04 historyDB_2021_03_23-20_04_53_backupiobroker.tar.gz
                    -rw-rwxr--+ 1 iobroker iobroker       0 Mar 23 20:06 historyDB_2021_03_23-20_06_28_backupiobroker.tar.gz
                    -rw-rwxr--+ 1 iobroker iobroker       0 Mar 23 20:31 historyDB_2021_03_23-20_31_53_backupiobroker.tar.gz
                    -rw-rwxr--+ 1 iobroker iobroker       0 Mar 23 20:32 historyDB_2021_03_23-20_32_47_backupiobroker.tar.gz
                    -rw-rwxr--+ 1 iobroker iobroker     991 Mar 23 19:58 influxDB_2021_03_23-19_58_42_backupiobroker.tar.gz
                    -rw-rwxr--+ 1 iobroker iobroker     991 Mar 23 20:04 influxDB_2021_03_23-20_04_52_Iobroker1_backupiobroker.tar.gz
                    -rw-rwxr--+ 1 iobroker iobroker     990 Mar 23 20:06 influxDB_2021_03_23-20_06_27_Iobroker1_backupiobroker.tar.gz
                    -rw-rwxr--+ 1 iobroker iobroker     989 Mar 23 20:31 influxDB_2021_03_23-20_31_52_backupiobroker.tar.gz
                    -rw-rwxr--+ 1 iobroker iobroker     990 Mar 23 20:32 influxDB_2021_03_23-20_32_46_backupiobroker.tar.gz
                    -rw-rwxr--+ 1 iobroker iobroker 3516990 Mar 23 19:58 iobroker_2021_03_23-19_58_36_backupiobroker.tar.gz
                    -rw-rwxr--+ 1 iobroker iobroker 3517122 Mar 23 20:04 iobroker_2021_03_23-20_04_46_Iobroker1_backupiobroker.tar.gz
                    -rw-rwxr--+ 1 iobroker iobroker 3517072 Mar 23 20:06 iobroker_2021_03_23-20_06_20_Iobroker1_backupiobroker.tar.gz
                    -rw-rwxr--+ 1 iobroker iobroker 3517129 Mar 23 20:31 iobroker_2021_03_23-20_31_45_backupiobroker.tar.gz
                    -rw-rwxr--+ 1 iobroker iobroker 3517069 Mar 23 20:32 iobroker_2021_03_23-20_32_40_backupiobroker.tar.gz
                    -rw-rwxr--+ 1 iobroker iobroker   83731 Mar 23 19:58 zigbee.0_2021_03_23-19_58_43_backupiobroker.tar.gz
                    -rw-rwxr--+ 1 iobroker iobroker   83731 Mar 23 20:04 zigbee.0_2021_03_23-20_04_53_backupiobroker.tar.gz
                    -rw-rwxr--+ 1 iobroker iobroker   83731 Mar 23 20:06 zigbee.0_2021_03_23-20_06_28_backupiobroker.tar.gz
                    -rw-rwxr--+ 1 iobroker iobroker   83736 Mar 23 20:31 zigbee.0_2021_03_23-20_31_53_backupiobroker.tar.gz
                    -rw-rwxr--+ 1 iobroker iobroker   83736 Mar 23 20:32 zigbee.0_2021_03_23-20_32_47_backupiobroker.tar.gz
                    -rw-rwxr--+ 1 iobroker iobroker    1669 Mar 23 19:58 zigbee.1_2021_03_23-19_58_43_backupiobroker.tar.gz
                    -rw-rwxr--+ 1 iobroker iobroker    1669 Mar 23 20:04 zigbee.1_2021_03_23-20_04_53_backupiobroker.tar.gz
                    -rw-rwxr--+ 1 iobroker iobroker    1669 Mar 23 20:06 zigbee.1_2021_03_23-20_06_28_backupiobroker.tar.gz
                    -rw-rwxr--+ 1 iobroker iobroker    1669 Mar 23 20:31 zigbee.1_2021_03_23-20_31_53_backupiobroker.tar.gz
                    -rw-rwxr--+ 1 iobroker iobroker    1669 Mar 23 20:32 zigbee.1_2021_03_23-20_32_47_backupiobroker.tar.gz
                    -rw-rwxr--+ 1 iobroker iobroker       0 Mar 23 19:58 zigbee.2_2021_03_23-19_58_43_backupiobroker.tar.gz
                    -rw-rwxr--+ 1 iobroker iobroker       0 Mar 23 20:04 zigbee.2_2021_03_23-20_04_53_backupiobroker.tar.gz
                    -rw-rwxr--+ 1 iobroker iobroker       0 Mar 23 20:06 zigbee.2_2021_03_23-20_06_28_backupiobroker.tar.gz
                    -rw-rwxr--+ 1 iobroker iobroker       0 Mar 23 20:31 zigbee.2_2021_03_23-20_31_53_backupiobroker.tar.gz
                    -rw-rwxr--+ 1 iobroker iobroker       0 Mar 23 20:32 zigbee.2_2021_03_23-20_32_47_backupiobroker.tar.gz
                    

                    Ist da jetzt auch Node red backed up, Dh. Die Flows???
                    Danke!

                    Thomas BraunT Online
                    Thomas BraunT Online
                    Thomas Braun
                    Most Active
                    wrote on last edited by
                    #10

                    @fred-freund

                    Die Datei gibt es ja auch gar nicht. Kann es sein, dass du den Backup-Vorgang im laufenden Betrieb abgeschossen hast?

                    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

                    Fred FreundF 1 Reply Last reply
                    0
                    • Thomas BraunT Thomas Braun

                      @fred-freund

                      Die Datei gibt es ja auch gar nicht. Kann es sein, dass du den Backup-Vorgang im laufenden Betrieb abgeschossen hast?

                      Fred FreundF Offline
                      Fred FreundF Offline
                      Fred Freund
                      wrote on last edited by Fred Freund
                      #11

                      @thomas-braun eigentlich habe ich Nas gewählt.
                      Hier das Nas verzeichnis..
                      Ein altes ist manuell gemacht.. Auch die flows.. Etc.

                      -rwxr--r--  1 1000 1000 3339610 Mär  9 21:25 2021_03_09-21_18_54_backupiobroker.tar.gz
                      -rwxr--r--  1 1000 1000  697099 Nov 28 15:27 CC2531ZNP-Prod.hex
                      -rwxr--r--  1 1000 1000   18318 Mär  9 21:30 flows.json
                      drwxr-xr-x  2 1000 1000    4096 Mär 23 22:22 grafana_tmp
                      -rw-r--r--  1 1000 1000       0 Mär 23 20:36 historyDB_2021_03_23-20_36_04_backupiobroker.tar.gz
                      -rw-r--r--  1 1000 1000       0 Mär 23 20:46 historyDB_2021_03_23-20_46_25_backupiobroker.tar.gz
                      -rw-r--r--  1 1000 1000       0 Mär 23 21:59 historyDB_2021_03_23-21_59_26_backupiobroker.tar.gz
                      -rw-r--r--  1 1000 1000       0 Mär 23 22:02 historyDB_2021_03_23-22_02_05_backupiobroker.tar.gz
                      -rwxr--r--  1 1000 1000       0 Mär 23 22:05 historyDB_2021_03_23-22_05_32_backupiobroker.tar.gz
                      -rwxr--r--  1 1000 1000     977 Mär 23 22:05 influxDB_2021_03_23-22_05_31_backupiobroker.tar.gz
                      -rw-r--r--  1 1000 1000       0 Mär 23 20:36 iobroker_2021_03_23-20_35_58_backupiobroker.tar.gz
                      -rw-r--r--  1 1000 1000       0 Mär 23 20:46 iobroker_2021_03_23-20_46_19_backupiobroker.tar.gz
                      -rw-r--r--  1 1000 1000       0 Mär 23 21:59 iobroker_2021_03_23-21_59_20_backupiobroker.tar.gz
                      -rw-r--r--  1 1000 1000       0 Mär 23 22:02 iobroker_2021_03_23-22_01_59_backupiobroker.tar.gz
                      -rwxr--r--  1 1000 1000 3520194 Mär 23 22:05 iobroker_2021_03_23-22_05_24_backupiobroker.tar.gz
                      -rw-r--r--  1 1000 1000       0 Mär 23 22:16 iobroker_2021_03_23-22_16_39_backupiobroker.tar.gz
                      -rw-r--r--  1 1000 1000       0 Mär 23 22:18 iobroker_2021_03_23-22_18_13_backupiobroker.tar.gz
                      -rw-r--r--  1 1000 1000       0 Mär 23 22:22 iobroker_2021_03_23-22_22_44_backupiobroker.tar.gz
                      -rwxr--r--  1 1000 1000  585004 Mär 13 21:29 iobroker.current.log
                      -rwxrwxr--+ 1 1000 1000   92404 Mär 14 13:43 iobroker.rtf
                      -rw-rw-r--  1 1000 1000       0 Mär 23 22:37 txt.txt
                      -rw-r--r--  1 1000 1000       0 Mär 23 20:36 zigbee.0_2021_03_23-20_36_04_backupiobroker.tar.gz
                      -rw-r--r--  1 1000 1000       0 Mär 23 20:46 zigbee.0_2021_03_23-20_46_25_backupiobroker.tar.gz
                      -rw-r--r--  1 1000 1000       0 Mär 23 21:59 zigbee.0_2021_03_23-21_59_27_backupiobroker.tar.gz
                      -rw-r--r--  1 1000 1000       0 Mär 23 22:02 zigbee.0_2021_03_23-22_02_05_backupiobroker.tar.gz
                      -rw-r--r--  1 1000 1000       0 Mär 23 20:36 zigbee.1_2021_03_23-20_36_04_backupiobroker.tar.gz
                      -rw-r--r--  1 1000 1000       0 Mär 23 20:46 zigbee.1_2021_03_23-20_46_25_backupiobroker.tar.gz
                      -rw-r--r--  1 1000 1000       0 Mär 23 21:59 zigbee.1_2021_03_23-21_59_27_backupiobroker.tar.gz
                      -rw-r--r--  1 1000 1000       0 Mär 23 22:02 zigbee.1_2021_03_23-22_02_05_backupiobroker.tar.gz
                      -rw-r--r--  1 1000 1000       0 Mär 23 20:36 zigbee.2_2021_03_23-20_36_04_backupiobroker.tar.gz
                      -rw-r--r--  1 1000 1000       0 Mär 23 20:46 zigbee.2_2021_03_23-20_46_25_backupiobroker.tar.gz
                      -rw-r--r--  1 1000 1000       0 Mär 23 21:59 zigbee.2_2021_03_23-21_59_27_backupiobroker.tar.gz
                      -rw-r--r--  1 1000 1000       0 Mär 23 22:02 zigbee.2_2021_03_23-22_02_05_backupiobroker.tar.gz
                      

                      many Thx for your support,
                      Vielen Dank!

                      Thomas BraunT 1 Reply Last reply
                      0
                      • Fred FreundF Fred Freund

                        @thomas-braun eigentlich habe ich Nas gewählt.
                        Hier das Nas verzeichnis..
                        Ein altes ist manuell gemacht.. Auch die flows.. Etc.

                        -rwxr--r--  1 1000 1000 3339610 Mär  9 21:25 2021_03_09-21_18_54_backupiobroker.tar.gz
                        -rwxr--r--  1 1000 1000  697099 Nov 28 15:27 CC2531ZNP-Prod.hex
                        -rwxr--r--  1 1000 1000   18318 Mär  9 21:30 flows.json
                        drwxr-xr-x  2 1000 1000    4096 Mär 23 22:22 grafana_tmp
                        -rw-r--r--  1 1000 1000       0 Mär 23 20:36 historyDB_2021_03_23-20_36_04_backupiobroker.tar.gz
                        -rw-r--r--  1 1000 1000       0 Mär 23 20:46 historyDB_2021_03_23-20_46_25_backupiobroker.tar.gz
                        -rw-r--r--  1 1000 1000       0 Mär 23 21:59 historyDB_2021_03_23-21_59_26_backupiobroker.tar.gz
                        -rw-r--r--  1 1000 1000       0 Mär 23 22:02 historyDB_2021_03_23-22_02_05_backupiobroker.tar.gz
                        -rwxr--r--  1 1000 1000       0 Mär 23 22:05 historyDB_2021_03_23-22_05_32_backupiobroker.tar.gz
                        -rwxr--r--  1 1000 1000     977 Mär 23 22:05 influxDB_2021_03_23-22_05_31_backupiobroker.tar.gz
                        -rw-r--r--  1 1000 1000       0 Mär 23 20:36 iobroker_2021_03_23-20_35_58_backupiobroker.tar.gz
                        -rw-r--r--  1 1000 1000       0 Mär 23 20:46 iobroker_2021_03_23-20_46_19_backupiobroker.tar.gz
                        -rw-r--r--  1 1000 1000       0 Mär 23 21:59 iobroker_2021_03_23-21_59_20_backupiobroker.tar.gz
                        -rw-r--r--  1 1000 1000       0 Mär 23 22:02 iobroker_2021_03_23-22_01_59_backupiobroker.tar.gz
                        -rwxr--r--  1 1000 1000 3520194 Mär 23 22:05 iobroker_2021_03_23-22_05_24_backupiobroker.tar.gz
                        -rw-r--r--  1 1000 1000       0 Mär 23 22:16 iobroker_2021_03_23-22_16_39_backupiobroker.tar.gz
                        -rw-r--r--  1 1000 1000       0 Mär 23 22:18 iobroker_2021_03_23-22_18_13_backupiobroker.tar.gz
                        -rw-r--r--  1 1000 1000       0 Mär 23 22:22 iobroker_2021_03_23-22_22_44_backupiobroker.tar.gz
                        -rwxr--r--  1 1000 1000  585004 Mär 13 21:29 iobroker.current.log
                        -rwxrwxr--+ 1 1000 1000   92404 Mär 14 13:43 iobroker.rtf
                        -rw-rw-r--  1 1000 1000       0 Mär 23 22:37 txt.txt
                        -rw-r--r--  1 1000 1000       0 Mär 23 20:36 zigbee.0_2021_03_23-20_36_04_backupiobroker.tar.gz
                        -rw-r--r--  1 1000 1000       0 Mär 23 20:46 zigbee.0_2021_03_23-20_46_25_backupiobroker.tar.gz
                        -rw-r--r--  1 1000 1000       0 Mär 23 21:59 zigbee.0_2021_03_23-21_59_27_backupiobroker.tar.gz
                        -rw-r--r--  1 1000 1000       0 Mär 23 22:02 zigbee.0_2021_03_23-22_02_05_backupiobroker.tar.gz
                        -rw-r--r--  1 1000 1000       0 Mär 23 20:36 zigbee.1_2021_03_23-20_36_04_backupiobroker.tar.gz
                        -rw-r--r--  1 1000 1000       0 Mär 23 20:46 zigbee.1_2021_03_23-20_46_25_backupiobroker.tar.gz
                        -rw-r--r--  1 1000 1000       0 Mär 23 21:59 zigbee.1_2021_03_23-21_59_27_backupiobroker.tar.gz
                        -rw-r--r--  1 1000 1000       0 Mär 23 22:02 zigbee.1_2021_03_23-22_02_05_backupiobroker.tar.gz
                        -rw-r--r--  1 1000 1000       0 Mär 23 20:36 zigbee.2_2021_03_23-20_36_04_backupiobroker.tar.gz
                        -rw-r--r--  1 1000 1000       0 Mär 23 20:46 zigbee.2_2021_03_23-20_46_25_backupiobroker.tar.gz
                        -rw-r--r--  1 1000 1000       0 Mär 23 21:59 zigbee.2_2021_03_23-21_59_27_backupiobroker.tar.gz
                        -rw-r--r--  1 1000 1000       0 Mär 23 22:02 zigbee.2_2021_03_23-22_02_05_backupiobroker.tar.gz
                        
                        Thomas BraunT Online
                        Thomas BraunT Online
                        Thomas Braun
                        Most Active
                        wrote on last edited by Thomas Braun
                        #12

                        @fred-freund Der user iobroker hat i.d.R. nicht die UID 1000

                        cat /etc/passwd | grep iobroker
                        

                        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

                        Fred FreundF 1 Reply Last reply
                        1
                        • Thomas BraunT Thomas Braun

                          @fred-freund Der user iobroker hat i.d.R. nicht die UID 1000

                          cat /etc/passwd | grep iobroker
                          
                          Fred FreundF Offline
                          Fred FreundF Offline
                          Fred Freund
                          wrote on last edited by
                          #13

                          @thomas-braun

                          pi@broker1:~ $ cat /etc/passwd | grep iobroker
                          iobroker:x:1001:1001::/home/iobroker:/usr/sbin/nologin
                          

                          Raspi! Aber am Nas gibt's den smb User für den share!

                          many Thx for your support,
                          Vielen Dank!

                          Thomas BraunT 1 Reply Last reply
                          0
                          • Fred FreundF Fred Freund

                            @thomas-braun

                            pi@broker1:~ $ cat /etc/passwd | grep iobroker
                            iobroker:x:1001:1001::/home/iobroker:/usr/sbin/nologin
                            

                            Raspi! Aber am Nas gibt's den smb User für den share!

                            Thomas BraunT Online
                            Thomas BraunT Online
                            Thomas Braun
                            Most Active
                            wrote on last edited by
                            #14

                            @fred-freund Aber der hat da eine andere UID.

                            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

                            Fred FreundF 1 Reply Last reply
                            0
                            • Thomas BraunT Thomas Braun

                              @fred-freund Aber der hat da eine andere UID.

                              Fred FreundF Offline
                              Fred FreundF Offline
                              Fred Freund
                              wrote on last edited by Fred Freund
                              #15

                              @thomas-braun
                              Auszug ist oben!

                              Nein abgeschossen hab ich den Vorgang nicht..

                              Werd mal Nas wegnehmen und schauen was er lokal macht... Oder macht er das trotzdem?

                              Braucht man das Javascript bkup?

                              Auch Ohne Javascript..

                              DEBUG] [iobroker] - host.broker1 1570 objects saved
                              
                              [ERROR] [iobroker] - host.broker1 Cannot pack directory /opt/iobroker/node_modules/iobroker.js-controller/tmp/backup: Error: EACCES: permission denied, open '/opt/iobroker/backups/iobroker_2021_03_23-23_09_27_backupiobroker.tar.gz'
                              
                              [ERROR] [iobroker] - host.broker1 Cannot pack directory /opt/iobroker/node_modules/iobroker.js-controller/tmp/backup: Error [ERR_STREAM_DESTROYED]: Cannot call write after a stream was destroyed
                              
                              [DEBUG] [iobroker] - done
                              [DEBUG] [influxDB] - Start InfluxDB Backup ...
                              [DEBUG] [influxDB] - InfluxDB Backup tmp directory created 
                              [DEBUG] [influxDB] - Try deleting the InfluxDB tmp directory
                              [DEBUG] [influxDB] - InfluxDB tmp directory was successfully deleted
                              [ERROR] [influxDB] - [IGNORED] Error: Command failed: influxd backup -portable -database iobroker "/opt/iobroker/backups/influxDB_2021_03_23-23_09_32_backupiobroker"
                              backup: open temp file: open /opt/iobroker/backups/influxDB_2021_03_23-23_09_32_backupiobroker/meta.00.pending: permission denied
                              

                              many Thx for your support,
                              Vielen Dank!

                              simatecS 1 Reply Last reply
                              0
                              • Fred FreundF Fred Freund

                                @thomas-braun
                                Auszug ist oben!

                                Nein abgeschossen hab ich den Vorgang nicht..

                                Werd mal Nas wegnehmen und schauen was er lokal macht... Oder macht er das trotzdem?

                                Braucht man das Javascript bkup?

                                Auch Ohne Javascript..

                                DEBUG] [iobroker] - host.broker1 1570 objects saved
                                
                                [ERROR] [iobroker] - host.broker1 Cannot pack directory /opt/iobroker/node_modules/iobroker.js-controller/tmp/backup: Error: EACCES: permission denied, open '/opt/iobroker/backups/iobroker_2021_03_23-23_09_27_backupiobroker.tar.gz'
                                
                                [ERROR] [iobroker] - host.broker1 Cannot pack directory /opt/iobroker/node_modules/iobroker.js-controller/tmp/backup: Error [ERR_STREAM_DESTROYED]: Cannot call write after a stream was destroyed
                                
                                [DEBUG] [iobroker] - done
                                [DEBUG] [influxDB] - Start InfluxDB Backup ...
                                [DEBUG] [influxDB] - InfluxDB Backup tmp directory created 
                                [DEBUG] [influxDB] - Try deleting the InfluxDB tmp directory
                                [DEBUG] [influxDB] - InfluxDB tmp directory was successfully deleted
                                [ERROR] [influxDB] - [IGNORED] Error: Command failed: influxd backup -portable -database iobroker "/opt/iobroker/backups/influxDB_2021_03_23-23_09_32_backupiobroker"
                                backup: open temp file: open /opt/iobroker/backups/influxDB_2021_03_23-23_09_32_backupiobroker/meta.00.pending: permission denied
                                
                                simatecS Online
                                simatecS Online
                                simatec
                                Developer Most Active
                                wrote on last edited by
                                #16

                                @fred-freund Versuche mal bitte die Version 2.1.0

                                • Besuche meine Github Seite
                                • Beitrag hat geholfen oder willst du mich unterstützen
                                • HowTo Restore ioBroker
                                Fred FreundF 1 Reply Last reply
                                1
                                • simatecS simatec

                                  @fred-freund Versuche mal bitte die Version 2.1.0

                                  Fred FreundF Offline
                                  Fred FreundF Offline
                                  Fred Freund
                                  wrote on last edited by
                                  #17

                                  @simatec

                                  DEBUG] [iobroker] - host.broker1 1195 states saved
                                  
                                  [DEBUG] [iobroker] - host.broker1 1570 objects saved
                                  
                                  [ERROR] [iobroker] - host.broker1 Cannot pack directory /opt/iobroker/node_modules/iobroker.js-controller/tmp/backup: Error: EACCES: permission denied, open '/opt/iobroker/backups/iobroker_2021_03_24-22_45_57_backupiobroker.tar.gz'
                                  
                                  [DEBUG] [iobroker] - done
                                  [DEBUG] [zigbee] - found zigbee database: zigbee.0,zigbee.1,zigbee.2
                                  [DEBUG] [zigbee] - done
                                  [ERROR] [zigbee] - [IGNORED] Error: EACCES: permission denied, open '/opt/iobroker/backups/zigbee.0_2021_03_24-22_46_03_backupiobroker.tar.gz'
                                  [DEBUG] [cifs] - Copy iobroker_2021_03_24-22_45_57_backupiobroker.tar.gz...
                                  [DEBUG] [cifs] - Copy zigbee.0_2021_03_24-22_46_03_backupiobroker.tar.gz...
                                  [DEBUG] [cifs] - Copy zigbee.1_2021_03_24-22_46_03_backupiobroker.tar.gz...
                                  [DEBUG] [cifs] - Copy zigbee.2_2021_03_24-22_46_03_backupiobroker.tar.gz...
                                  [DEBUG] [cifs] - done
                                  [DEBUG] [cifs] start with {"mountType":"CIFS","type":"storage","source":"local","mount":"//192.168.1.22","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=1.0","sudo":true,"cifsDomain":"","deleteOldBackup":true,"ownDir":false,"dir":"/home/iobroker","dirMinimal":"sharename/backupDir","user":"user1","pass":"****","backupDir":"/opt/iobroker/backups","deleteBackupAfter":0}
                                  [ERROR] [clean] - Backup files not deleted from /opt/iobroker/backups because some errors.
                                  [DEBUG] [clean] - done
                                  [DEBUG] [historyHTML] - new history html values created
                                  [DEBUG] [historyHTML] - done
                                  [DEBUG] [historyJSON] - new history json values created
                                  [DEBUG] [historyJSON] - done
                                  [DEBUG] [historyHTML] start with {"type":"creator","time":"02:40","debugging":true,
                                  

                                  Das Backup hat wieder Größe 0

                                  Der Ordner am smb share

                                  drwxrwxrwx  3 1000 1000      4096 Mär 24 22:46 iobroker
                                  
                                  rw-r--r--  1 1000 1000       0 Mär 24 22:39 zigbee.1_2021_03_24-22_39_23_backupiobroker.tar.gz
                                  

                                  many Thx for your support,
                                  Vielen Dank!

                                  simatecS 1 Reply Last reply
                                  0
                                  • Fred FreundF Fred Freund

                                    @simatec

                                    DEBUG] [iobroker] - host.broker1 1195 states saved
                                    
                                    [DEBUG] [iobroker] - host.broker1 1570 objects saved
                                    
                                    [ERROR] [iobroker] - host.broker1 Cannot pack directory /opt/iobroker/node_modules/iobroker.js-controller/tmp/backup: Error: EACCES: permission denied, open '/opt/iobroker/backups/iobroker_2021_03_24-22_45_57_backupiobroker.tar.gz'
                                    
                                    [DEBUG] [iobroker] - done
                                    [DEBUG] [zigbee] - found zigbee database: zigbee.0,zigbee.1,zigbee.2
                                    [DEBUG] [zigbee] - done
                                    [ERROR] [zigbee] - [IGNORED] Error: EACCES: permission denied, open '/opt/iobroker/backups/zigbee.0_2021_03_24-22_46_03_backupiobroker.tar.gz'
                                    [DEBUG] [cifs] - Copy iobroker_2021_03_24-22_45_57_backupiobroker.tar.gz...
                                    [DEBUG] [cifs] - Copy zigbee.0_2021_03_24-22_46_03_backupiobroker.tar.gz...
                                    [DEBUG] [cifs] - Copy zigbee.1_2021_03_24-22_46_03_backupiobroker.tar.gz...
                                    [DEBUG] [cifs] - Copy zigbee.2_2021_03_24-22_46_03_backupiobroker.tar.gz...
                                    [DEBUG] [cifs] - done
                                    [DEBUG] [cifs] start with {"mountType":"CIFS","type":"storage","source":"local","mount":"//192.168.1.22","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=1.0","sudo":true,"cifsDomain":"","deleteOldBackup":true,"ownDir":false,"dir":"/home/iobroker","dirMinimal":"sharename/backupDir","user":"user1","pass":"****","backupDir":"/opt/iobroker/backups","deleteBackupAfter":0}
                                    [ERROR] [clean] - Backup files not deleted from /opt/iobroker/backups because some errors.
                                    [DEBUG] [clean] - done
                                    [DEBUG] [historyHTML] - new history html values created
                                    [DEBUG] [historyHTML] - done
                                    [DEBUG] [historyJSON] - new history json values created
                                    [DEBUG] [historyJSON] - done
                                    [DEBUG] [historyHTML] start with {"type":"creator","time":"02:40","debugging":true,
                                    

                                    Das Backup hat wieder Größe 0

                                    Der Ordner am smb share

                                    drwxrwxrwx  3 1000 1000      4096 Mär 24 22:46 iobroker
                                    
                                    rw-r--r--  1 1000 1000       0 Mär 24 22:39 zigbee.1_2021_03_24-22_39_23_backupiobroker.tar.gz
                                    
                                    simatecS Online
                                    simatecS Online
                                    simatec
                                    Developer Most Active
                                    wrote on last edited by
                                    #18

                                    @fred-freund
                                    Dann hast du ein Rechteproblem.
                                    Hast du iobroker fix bereits ausgeführt?

                                    • Besuche meine Github Seite
                                    • Beitrag hat geholfen oder willst du mich unterstützen
                                    • HowTo Restore ioBroker
                                    Fred FreundF 1 Reply Last reply
                                    0
                                    • simatecS simatec

                                      @fred-freund
                                      Dann hast du ein Rechteproblem.
                                      Hast du iobroker fix bereits ausgeführt?

                                      Fred FreundF Offline
                                      Fred FreundF Offline
                                      Fred Freund
                                      wrote on last edited by Fred Freund
                                      #19

                                      @simatec
                                      Ja gestern 2x
                                      Mach ich jetzt auch nochmal... Je nachdem welche smb Version ich verwende ändert sich auch die Error Meldung..

                                      2021-03-24 23:00:26.538  - error: backitup.0 (27502) [iobroker] Backup folder not created: Error: EPERM: operation not permitted, chmod '/opt/iobroker/backups'Please reinstall backitup and run "iobroker fix"!!
                                      

                                      Smb 3.1.1

                                      Fix hat nix gebracht... :-(

                                      many Thx for your support,
                                      Vielen Dank!

                                      simatecS 1 Reply Last reply
                                      0
                                      • Fred FreundF Fred Freund

                                        @simatec
                                        Ja gestern 2x
                                        Mach ich jetzt auch nochmal... Je nachdem welche smb Version ich verwende ändert sich auch die Error Meldung..

                                        2021-03-24 23:00:26.538  - error: backitup.0 (27502) [iobroker] Backup folder not created: Error: EPERM: operation not permitted, chmod '/opt/iobroker/backups'Please reinstall backitup and run "iobroker fix"!!
                                        

                                        Smb 3.1.1

                                        Fix hat nix gebracht... :-(

                                        simatecS Online
                                        simatecS Online
                                        simatec
                                        Developer Most Active
                                        wrote on last edited by
                                        #20

                                        @fred-freund
                                        Bitte vollständigen Log posten

                                        • Besuche meine Github Seite
                                        • Beitrag hat geholfen oder willst du mich unterstützen
                                        • HowTo Restore ioBroker
                                        Fred FreundF 1 Reply Last reply
                                        0
                                        • simatecS simatec

                                          @fred-freund
                                          Bitte vollständigen Log posten

                                          Fred FreundF Offline
                                          Fred FreundF Offline
                                          Fred Freund
                                          wrote on last edited by
                                          #21

                                          @simatec

                                          2021-03-25 20:58:44.655  - warn: backitup.0 (29557) backup error: TypeError: Converting circular structure to JSON
                                             --> starting at object with constructor 'DerivedLogger'
                                             |     property '_readableState' -> object with constructor 'ReadableState'
                                             |     property 'pipes' -> object with constructor 'Array'    |     index 0 -> object with constructor 'DailyRotateFile'
                                             --- property 'parent' closes the circle ... please check your config and try again!!
                                          2021-03-25 20:58:50.903  - warn: zigbee.0 (29458) Device '0x5c0272fffe895fc7' announced itself
                                          2021-03-25 21:00:15.356  - warn: backitup.0 (29557) backup error: TypeError: Converting circular structure to JSON
                                             --> starting at object with constructor 'DerivedLogger'
                                             |     property '_readableState' -> object with constructor 'ReadableState'
                                             |     property 'pipes' -> object with constructor 'Array'    |     index 0 -> object with constructor 'DailyRotateFile'
                                             --- property 'parent' closes the circle ... please check your config and try again!!
                                          2021-03-25 21:01:50.628  - info: host.broker1 stopInstance system.adapter.backitup.0 (force=false, process=true)
                                          2021-03-25 21:01:50.640  - info: backitup.0 (29557) Got terminate signal TERMINATE_YOURSELF
                                          2021-03-25 21:01:50.645  - info: host.broker1 stopInstance system.adapter.backitup.0 send kill signal
                                          2021-03-25 21:01:50.642  - info: backitup.0 (29557) cleaned everything up...
                                          2021-03-25 21:01:50.643  - info: backitup.0 (29557) terminating
                                          2021-03-25 21:01:50.645  - info: backitup.0 (29557) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                          2021-03-25 21:01:51.256  - info: host.broker1 instance system.adapter.backitup.0 terminated with cpi@broker1:~ $ cat /opt/iobroker/log/iobroker.current.log
                                          2021-03-25 20:58:44.655  - warn: backitup.0 (29557) backup error: TypeError: Converting circular structure to JSON
                                             --> starting at object with constructor 'DerivedLogger'                                           |     property '_readableState' -> object with constructor 'ReadableState'
                                             |     property 'pipes' -> object with constructor 'Array'                                         |     index 0 -> object with constructor 'DailyRotateFile'
                                             --- property 'parent' closes the circle ... please check your config and try again!!
                                          2021-03-25 20:58:50.903  - warn: zigbee.0 (29458) Device '0x5c0272fffe895fc7' announced itself
                                          2021-03-25 21:00:15.356  - warn: backitup.0 (29557) backup error: TypeError: Converting circular structure to JSON
                                             --> starting at object with constructor 'DerivedLogger'
                                             |     property '_readableState' -> object with constructor 'ReadableState'
                                             |     property 'pipes' -> object with constructor 'Array'
                                             |     index 0 -> object with constructor 'DailyRotateFile'
                                             --- property 'parent' closes the circle ... please check your config and try again!!
                                          2021-03-25 21:01:50.628  - info: host.broker1 stopInstance system.adapter.backitup.0 (force=false, process=true)
                                          2021-03-25 21:01:50.640  - info: backitup.0 (29557) Got terminate signal TERMINATE_YOURSELF
                                          2021-03-25 21:01:50.645  - info: host.broker1 stopInstance system.adapter.backitup.0 send kill signal
                                          2021-03-25 21:01:50.642  - info: backitup.0 (29557) cleaned everything up...
                                          2021-03-25 21:01:50.643  - info: backitup.0 (29557) terminating
                                          2021-03-25 21:01:50.645  - info: backitup.0 (29557) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                          2021-03-25 21:01:51.256  - info: host.broker1 instance system.adapter.backitup.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                          2021-03-25 21:01:53.710  - info: host.broker1 instance system.adapter.backitup.0 started with pid 8864
                                          2021-03-25 21:01:57.240  - info: backitup.0 (8864) starting. Version 2.1.0 in /opt/iobroker/node_modules/iobroker.backitup, node: v12.21.0, js-controller: 3.2.16
                                          2021-03-25 21:01:57.340  - info: backitup.0 (8864) [iobroker] backup was activated at 02:40 every 1 day(s)
                                          pi@broker1:~ $
                                          

                                          Smb 1.0

                                          many Thx for your support,
                                          Vielen Dank!

                                          simatecS 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

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

                                          566

                                          Online

                                          32.7k

                                          Users

                                          82.4k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Home
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe