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. Backit-UP Problem kein Backup möglich

NEWS

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

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

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

Backit-UP Problem kein Backup möglich

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
36 Beiträge 3 Kommentatoren 3.3k Aufrufe 4 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.
  • T TinoNikol

    @thomas-braun said in Backit-UP Problem kein Backup möglich:

    sudo ln -s /usr/bin/node /usr/bin/nodejs

    pi@raspberrypi:~ $ which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
    /usr/bin/nodejs
    /usr/bin/node
    /usr/bin/npm
    v12.22.4
    v12.22.4
    6.14.14
    pi
    /home/pi
    Hit:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
    Hit:2 http://archive.raspberrypi.org/debian buster InRelease
    Hit:3 https://deb.nodesource.com/node_12.x buster InRelease
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    85 packages can be upgraded. Run 'apt list --upgradable' to see them.
    nodejs:
      Installed: 12.22.4-1nodesource1
      Candidate: 12.22.9-deb-1nodesource1
      Version table:
         12.22.9-deb-1nodesource1 500
            500 https://deb.nodesource.com/node_12.x buster/main armhf Packages
     *** 12.22.4-1nodesource1 100
            100 /var/lib/dpkg/status
         10.24.0~dfsg-1~deb10u1 500
            500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
    
    
    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    schrieb am zuletzt editiert von Thomas Braun
    #11

    @tinonikol

    iobroker stop
    sudo apt update
    sudo apt full-upgrade
    sudo reboot
    

    Ich würde aber danach auf nodeJS 14 springen.

    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

    T 1 Antwort Letzte Antwort
    0
    • Thomas BraunT Thomas Braun

      @tinonikol

      iobroker stop
      sudo apt update
      sudo apt full-upgrade
      sudo reboot
      

      Ich würde aber danach auf nodeJS 14 springen.

      T Offline
      T Offline
      TinoNikol
      schrieb am zuletzt editiert von
      #12

      @thomas-braun said in Backit-UP Problem kein Backup möglich:

      sudo reboot

      pi@raspberrypi:~ $ iob backup
      host.raspberrypi 7509 states saved
      host.raspberrypi 8657 objects saved
      internal/buffer.js:950
      class FastBuffer extends Uint8Array {}
      ^
      
      RangeError: Array buffer allocation failed
          at arrayBufferConstructor_DoNotInitialize (<anonymous>)
          at new Uint8Array (<anonymous>)
          at new FastBuffer (internal/buffer.js:950:1)
          at fromArrayLike (buffer.js:501:10)
          at fromObject (buffer.js:509:12)
          at Function.from (buffer.js:318:15)
          at RedisHandler.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-objects-file/lib/objects/objectsInMemServerRedis.js:452:60)
          at RedisHandler.emit (events.js:314:20)
          at Immediate.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-base/lib/redisHandler.js:100:37)
          at processImmediate (internal/timers.js:461:21)
      
      

      Selbes Problem

      Thomas BraunT 1 Antwort Letzte Antwort
      0
      • T TinoNikol

        @thomas-braun said in Backit-UP Problem kein Backup möglich:

        sudo reboot

        pi@raspberrypi:~ $ iob backup
        host.raspberrypi 7509 states saved
        host.raspberrypi 8657 objects saved
        internal/buffer.js:950
        class FastBuffer extends Uint8Array {}
        ^
        
        RangeError: Array buffer allocation failed
            at arrayBufferConstructor_DoNotInitialize (<anonymous>)
            at new Uint8Array (<anonymous>)
            at new FastBuffer (internal/buffer.js:950:1)
            at fromArrayLike (buffer.js:501:10)
            at fromObject (buffer.js:509:12)
            at Function.from (buffer.js:318:15)
            at RedisHandler.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-objects-file/lib/objects/objectsInMemServerRedis.js:452:60)
            at RedisHandler.emit (events.js:314:20)
            at Immediate.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-base/lib/redisHandler.js:100:37)
            at processImmediate (internal/timers.js:461:21)
        
        

        Selbes Problem

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

        @tinonikol

        which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
        

        node14 installiert?

        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

        T 1 Antwort Letzte Antwort
        0
        • Thomas BraunT Thomas Braun

          @tinonikol

          which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
          

          node14 installiert?

          T Offline
          T Offline
          TinoNikol
          schrieb am zuletzt editiert von
          #14

          @thomas-braun said in Backit-UP Problem kein Backup möglich:

          which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs

          v12.22.9

          Thomas BraunT 1 Antwort Letzte Antwort
          0
          • T TinoNikol

            @thomas-braun said in Backit-UP Problem kein Backup möglich:

            which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs

            v12.22.9

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

            @tinonikol

            Komplette Ein- und Ausgaben.

            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

            T 1 Antwort Letzte Antwort
            0
            • Thomas BraunT Thomas Braun

              @tinonikol

              Komplette Ein- und Ausgaben.

              T Offline
              T Offline
              TinoNikol
              schrieb am zuletzt editiert von
              #16

              @thomas-braun

              pi@raspberrypi:~ $ which nodejs node npm && nodejs -v && node -v && npm -v && wh                                oami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nod                                ejs
              /usr/bin/nodejs
              /usr/bin/node
              /usr/bin/npm
              v12.22.9
              v12.22.9
              6.14.15
              pi
              /home/pi
              Hit:1 http://archive.raspberrypi.org/debian buster InRelease
              Hit:2 http://raspbian.raspberrypi.org/raspbian buster InRelease
              Hit:3 https://deb.nodesource.com/node_12.x buster InRelease
              Reading package lists... Done
              Building dependency tree
              Reading state information... Done
              All packages are up to date.
              nodejs:
                Installed: 12.22.9-deb-1nodesource1
                Candidate: 12.22.9-deb-1nodesource1
                Version table:
               *** 12.22.9-deb-1nodesource1 500
                      500 https://deb.nodesource.com/node_12.x buster/main armhf Packages
                      100 /var/lib/dpkg/status
                   10.24.0~dfsg-1~deb10u1 500
                      500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
              
              
              Thomas BraunT 1 Antwort Letzte Antwort
              0
              • T TinoNikol

                @thomas-braun

                pi@raspberrypi:~ $ which nodejs node npm && nodejs -v && node -v && npm -v && wh                                oami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nod                                ejs
                /usr/bin/nodejs
                /usr/bin/node
                /usr/bin/npm
                v12.22.9
                v12.22.9
                6.14.15
                pi
                /home/pi
                Hit:1 http://archive.raspberrypi.org/debian buster InRelease
                Hit:2 http://raspbian.raspberrypi.org/raspbian buster InRelease
                Hit:3 https://deb.nodesource.com/node_12.x buster InRelease
                Reading package lists... Done
                Building dependency tree
                Reading state information... Done
                All packages are up to date.
                nodejs:
                  Installed: 12.22.9-deb-1nodesource1
                  Candidate: 12.22.9-deb-1nodesource1
                  Version table:
                 *** 12.22.9-deb-1nodesource1 500
                        500 https://deb.nodesource.com/node_12.x buster/main armhf Packages
                        100 /var/lib/dpkg/status
                     10.24.0~dfsg-1~deb10u1 500
                        500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
                
                
                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                schrieb am zuletzt editiert von
                #17

                @tinonikol

                iobroker update -i
                

                Und spring auf node14.

                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

                T 1 Antwort Letzte Antwort
                0
                • Thomas BraunT Thomas Braun

                  @tinonikol

                  iobroker update -i
                  

                  Und spring auf node14.

                  T Offline
                  T Offline
                  TinoNikol
                  schrieb am zuletzt editiert von
                  #18

                  @thomas-braun

                  Geht auch nicht!

                  pi@raspberrypi:~ $ node -v
                  v14.18.3
                  
                  
                  T Thomas BraunT 2 Antworten Letzte Antwort
                  0
                  • T TinoNikol

                    @thomas-braun

                    Geht auch nicht!

                    pi@raspberrypi:~ $ node -v
                    v14.18.3
                    
                    
                    T Offline
                    T Offline
                    TinoNikol
                    schrieb am zuletzt editiert von
                    #19

                    @Thomas-Braun

                    pi@raspberrypi:~ $ iob backup
                    host.raspberrypi 7509 states saved
                    host.raspberrypi 8657 objects saved
                    internal/buffer.js:958
                        super(bufferOrLength, byteOffset, length);
                        ^
                    
                    RangeError: Array buffer allocation failed
                        at arrayBufferConstructor_DoNotInitialize (<anonymous>)
                        at new Uint8Array (<anonymous>)
                        at new FastBuffer (internal/buffer.js:958:5)
                        at fromArrayLike (buffer.js:505:10)
                        at fromObject (buffer.js:513:12)
                        at Function.from (buffer.js:322:15)
                        at RedisHandler.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-objects-file/lib/objects/objectsInMemServerRedis.js:452:60)
                        at RedisHandler.emit (events.js:400:28)
                        at Immediate.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-base/lib/redisHandler.js:100:37)
                        at processImmediate (internal/timers.js:464:21)
                    
                    
                    1 Antwort Letzte Antwort
                    0
                    • T TinoNikol

                      @thomas-braun

                      Geht auch nicht!

                      pi@raspberrypi:~ $ node -v
                      v14.18.3
                      
                      
                      Thomas BraunT Online
                      Thomas BraunT Online
                      Thomas Braun
                      Most Active
                      schrieb am zuletzt editiert von Thomas Braun
                      #20

                      @tinonikol sagte in Backit-UP Problem kein Backup möglich:

                      Geht auch nicht!

                      Ist keine Fehlermeldung.

                      iobroker update -i
                      

                      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

                      T 1 Antwort Letzte Antwort
                      0
                      • Thomas BraunT Thomas Braun

                        @tinonikol sagte in Backit-UP Problem kein Backup möglich:

                        Geht auch nicht!

                        Ist keine Fehlermeldung.

                        iobroker update -i
                        
                        T Offline
                        T Offline
                        TinoNikol
                        schrieb am zuletzt editiert von
                        #21

                        @thomas-braun
                        Aber kein Backup!

                        Thomas BraunT T 2 Antworten Letzte Antwort
                        0
                        • T TinoNikol

                          @thomas-braun
                          Aber kein Backup!

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

                          @tinonikol

                          iobroker update -i
                          

                          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
                          • T TinoNikol

                            @thomas-braun
                            Aber kein Backup!

                            T Offline
                            T Offline
                            TinoNikol
                            schrieb am zuletzt editiert von
                            #23

                            @Thomas-Braun

                            Aber Zigbee Backup speichert er!?

                            Thomas BraunT 1 Antwort Letzte Antwort
                            0
                            • T TinoNikol

                              @Thomas-Braun

                              Aber Zigbee Backup speichert er!?

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

                              @tinonikol

                              iobroker update -i
                              

                              Komplett zeigen!

                              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

                              T 1 Antwort Letzte Antwort
                              0
                              • Thomas BraunT Thomas Braun

                                @tinonikol

                                iobroker update -i
                                

                                Komplett zeigen!

                                T Offline
                                T Offline
                                TinoNikol
                                schrieb am zuletzt editiert von
                                #25

                                @thomas-braun

                                pi@raspberrypi:~ $ iobroker update -i
                                Used repository: stable
                                hash unchanged, use cached sources
                                update done
                                Adapter    "admin"         : 5.2.3    , installed 5.2.3
                                Adapter    "alexa2"        : 3.11.2   , installed 3.11.2
                                Adapter    "backitup"      : 2.2.3    , installed 2.2.3
                                Adapter    "broadlink2"    : 2.1.5    , installed 2.1.5
                                Adapter    "cloud"         : 4.1.0    , installed 4.1.0
                                Adapter    "devices"       : 1.0.9    , installed 1.0.9
                                Adapter    "discovery"     : 2.7.3    , installed 2.7.3
                                Adapter    "fb-checkpresence": 1.1.12  , installed 1.1.12
                                Adapter    "flot"          : 1.10.7   , installed 1.10.7
                                Adapter    "followthesun"  : 0.3.8    , installed 0.3.8
                                Adapter    "fullybrowser"  : 2.0.10   , installed 2.0.10
                                Adapter    "ham"           : 4.0.2    , installed 4.0.2
                                Adapter    "history"       : 1.9.14   , installed 1.9.14
                                Adapter    "icons-mfd-png" : 1.0.2    , installed 1.0.2
                                Adapter    "icons-open-icon-library-png": 0.1.2   , installed 0.1.3
                                Adapter    "icons-ultimate-png": 1.0.1   , installed 1.0.1
                                Adapter    "info"          : 1.9.8    , installed 1.9.8
                                Adapter    "iot"           : 1.8.24   , installed 1.8.24
                                Adapter    "javascript"    : 5.2.13   , installed 5.2.13
                                Controller "js-controller" : 3.3.22   , installed 3.3.22
                                Adapter    "lgtv"          : 1.1.10   , installed 1.1.10
                                Adapter    "mihome-vacuum" : 3.3.1    , installed 3.3.1
                                Adapter    "mobile"        : 1.0.1    , installed 1.0.1
                                Adapter    "nina"          : 0.0.25   , installed 0.0.25
                                Adapter    "rpi2"          : 1.3.1    , installed 1.3.1
                                Adapter    "shelly"        : 4.0.7    , installed 4.0.8
                                Adapter    "simple-api"    : 2.6.1    , installed 2.6.1
                                Adapter    "socketio"      : 3.1.4    , installed 3.1.5
                                Adapter    "telegram"      : 1.10.0   , installed 1.10.0
                                Adapter    "tr-064"        : 4.2.14   , installed 4.2.14
                                Adapter    "tuya"          : 3.6.14   , installed 3.6.14
                                Adapter    "vis"           : 1.4.5    , installed 1.4.5
                                Adapter    "vis-bars"      : 0.1.4    , installed 0.1.4
                                Adapter    "vis-canvas-gauges": 0.1.5   , installed 0.1.5
                                Adapter    "vis-colorpicker": 1.2.0   , installed 1.2.0
                                Adapter    "vis-fancyswitch": 1.1.0   , installed 1.1.0
                                Adapter    "vis-history"   : 1.0.0    , installed 1.0.0
                                Adapter    "vis-hqwidgets" : 1.1.7    , installed 1.1.7
                                Adapter    "vis-icontwo"   : 0.84.0   , installed 0.84.0
                                Adapter    "vis-inventwo"  : 3.2.5    , installed 3.2.5
                                Adapter    "vis-jqui-mfd"  : 1.0.12   , installed 1.0.12
                                Adapter    "vis-justgage"  : 1.0.2    , installed 1.0.2
                                Adapter    "vis-lcars"     : 1.0.4    , installed 1.0.4
                                Adapter    "vis-map"       : 1.0.4    , installed 1.0.4
                                Adapter    "vis-metro"     : 1.1.2    , installed 1.1.2
                                Adapter    "vis-players"   : 0.1.6    , installed 0.1.6
                                Adapter    "vis-plumb"     : 1.0.2    , installed 1.0.2
                                Adapter    "vis-rgraph"    : 0.0.2    , installed 0.0.2
                                Adapter    "vis-timeandweather": 1.1.7   , installed 1.1.7
                                Adapter    "weatherunderground": 3.3.1   , installed 3.3.1
                                Adapter    "web"           : 3.4.9    , installed 3.4.9
                                Adapter    "zigbee"        : 1.6.6    , installed 1.6.6
                                
                                
                                GlasfaserG 1 Antwort Letzte Antwort
                                0
                                • T TinoNikol

                                  @thomas-braun

                                  pi@raspberrypi:~ $ iobroker update -i
                                  Used repository: stable
                                  hash unchanged, use cached sources
                                  update done
                                  Adapter    "admin"         : 5.2.3    , installed 5.2.3
                                  Adapter    "alexa2"        : 3.11.2   , installed 3.11.2
                                  Adapter    "backitup"      : 2.2.3    , installed 2.2.3
                                  Adapter    "broadlink2"    : 2.1.5    , installed 2.1.5
                                  Adapter    "cloud"         : 4.1.0    , installed 4.1.0
                                  Adapter    "devices"       : 1.0.9    , installed 1.0.9
                                  Adapter    "discovery"     : 2.7.3    , installed 2.7.3
                                  Adapter    "fb-checkpresence": 1.1.12  , installed 1.1.12
                                  Adapter    "flot"          : 1.10.7   , installed 1.10.7
                                  Adapter    "followthesun"  : 0.3.8    , installed 0.3.8
                                  Adapter    "fullybrowser"  : 2.0.10   , installed 2.0.10
                                  Adapter    "ham"           : 4.0.2    , installed 4.0.2
                                  Adapter    "history"       : 1.9.14   , installed 1.9.14
                                  Adapter    "icons-mfd-png" : 1.0.2    , installed 1.0.2
                                  Adapter    "icons-open-icon-library-png": 0.1.2   , installed 0.1.3
                                  Adapter    "icons-ultimate-png": 1.0.1   , installed 1.0.1
                                  Adapter    "info"          : 1.9.8    , installed 1.9.8
                                  Adapter    "iot"           : 1.8.24   , installed 1.8.24
                                  Adapter    "javascript"    : 5.2.13   , installed 5.2.13
                                  Controller "js-controller" : 3.3.22   , installed 3.3.22
                                  Adapter    "lgtv"          : 1.1.10   , installed 1.1.10
                                  Adapter    "mihome-vacuum" : 3.3.1    , installed 3.3.1
                                  Adapter    "mobile"        : 1.0.1    , installed 1.0.1
                                  Adapter    "nina"          : 0.0.25   , installed 0.0.25
                                  Adapter    "rpi2"          : 1.3.1    , installed 1.3.1
                                  Adapter    "shelly"        : 4.0.7    , installed 4.0.8
                                  Adapter    "simple-api"    : 2.6.1    , installed 2.6.1
                                  Adapter    "socketio"      : 3.1.4    , installed 3.1.5
                                  Adapter    "telegram"      : 1.10.0   , installed 1.10.0
                                  Adapter    "tr-064"        : 4.2.14   , installed 4.2.14
                                  Adapter    "tuya"          : 3.6.14   , installed 3.6.14
                                  Adapter    "vis"           : 1.4.5    , installed 1.4.5
                                  Adapter    "vis-bars"      : 0.1.4    , installed 0.1.4
                                  Adapter    "vis-canvas-gauges": 0.1.5   , installed 0.1.5
                                  Adapter    "vis-colorpicker": 1.2.0   , installed 1.2.0
                                  Adapter    "vis-fancyswitch": 1.1.0   , installed 1.1.0
                                  Adapter    "vis-history"   : 1.0.0    , installed 1.0.0
                                  Adapter    "vis-hqwidgets" : 1.1.7    , installed 1.1.7
                                  Adapter    "vis-icontwo"   : 0.84.0   , installed 0.84.0
                                  Adapter    "vis-inventwo"  : 3.2.5    , installed 3.2.5
                                  Adapter    "vis-jqui-mfd"  : 1.0.12   , installed 1.0.12
                                  Adapter    "vis-justgage"  : 1.0.2    , installed 1.0.2
                                  Adapter    "vis-lcars"     : 1.0.4    , installed 1.0.4
                                  Adapter    "vis-map"       : 1.0.4    , installed 1.0.4
                                  Adapter    "vis-metro"     : 1.1.2    , installed 1.1.2
                                  Adapter    "vis-players"   : 0.1.6    , installed 0.1.6
                                  Adapter    "vis-plumb"     : 1.0.2    , installed 1.0.2
                                  Adapter    "vis-rgraph"    : 0.0.2    , installed 0.0.2
                                  Adapter    "vis-timeandweather": 1.1.7   , installed 1.1.7
                                  Adapter    "weatherunderground": 3.3.1   , installed 3.3.1
                                  Adapter    "web"           : 3.4.9    , installed 3.4.9
                                  Adapter    "zigbee"        : 1.6.6    , installed 1.6.6
                                  
                                  
                                  GlasfaserG Offline
                                  GlasfaserG Offline
                                  Glasfaser
                                  schrieb am zuletzt editiert von Glasfaser
                                  #26

                                  @tinonikol

                                  Zeige mal , was er so hat in :

                                  du -hs /opt/iobroker/iobroker-data/*
                                  

                                  Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                                  T 1 Antwort Letzte Antwort
                                  0
                                  • GlasfaserG Glasfaser

                                    @tinonikol

                                    Zeige mal , was er so hat in :

                                    du -hs /opt/iobroker/iobroker-data/*
                                    
                                    T Offline
                                    T Offline
                                    TinoNikol
                                    schrieb am zuletzt editiert von
                                    #27

                                    @glasfaser said in Backit-UP Problem kein Backup möglich:

                                    du -hs /opt/iobroker/iobroker-data/*

                                    pi@raspberrypi:~ $ du -hs /opt/iobroker/iobroker-data/*
                                    104M    /opt/iobroker/iobroker-data/backup-objects
                                    9.0M    /opt/iobroker/iobroker-data/eufy-security.0
                                    8.0K    /opt/iobroker/iobroker-data/eufy-security.1
                                    5.9G    /opt/iobroker/iobroker-data/files
                                    28K     /opt/iobroker/iobroker-data/ham_0
                                    16K     /opt/iobroker/iobroker-data/history
                                    8.0K    /opt/iobroker/iobroker-data/iobroker.json
                                    8.0K    /opt/iobroker/iobroker-data/lgtv_0
                                    4.0K    /opt/iobroker/iobroker-data/notifications.json
                                    12M     /opt/iobroker/iobroker-data/objects.json
                                    12M     /opt/iobroker/iobroker-data/objects.json.bak
                                    1.7M    /opt/iobroker/iobroker-data/states.json
                                    1.7M    /opt/iobroker/iobroker-data/states.json.bak
                                    0       /opt/iobroker/iobroker-data/states.json.broken
                                    4.0K    /opt/iobroker/iobroker-data/synology_0
                                    1.3M    /opt/iobroker/iobroker-data/Tino
                                    27M     /opt/iobroker/iobroker-data/Tino-History
                                    12K     /opt/iobroker/iobroker-data/tmp
                                    72K     /opt/iobroker/iobroker-data/tuya_0
                                    92K     /opt/iobroker/iobroker-data/zigbee_0
                                    
                                    
                                    GlasfaserG T 2 Antworten Letzte Antwort
                                    0
                                    • T TinoNikol

                                      @glasfaser said in Backit-UP Problem kein Backup möglich:

                                      du -hs /opt/iobroker/iobroker-data/*

                                      pi@raspberrypi:~ $ du -hs /opt/iobroker/iobroker-data/*
                                      104M    /opt/iobroker/iobroker-data/backup-objects
                                      9.0M    /opt/iobroker/iobroker-data/eufy-security.0
                                      8.0K    /opt/iobroker/iobroker-data/eufy-security.1
                                      5.9G    /opt/iobroker/iobroker-data/files
                                      28K     /opt/iobroker/iobroker-data/ham_0
                                      16K     /opt/iobroker/iobroker-data/history
                                      8.0K    /opt/iobroker/iobroker-data/iobroker.json
                                      8.0K    /opt/iobroker/iobroker-data/lgtv_0
                                      4.0K    /opt/iobroker/iobroker-data/notifications.json
                                      12M     /opt/iobroker/iobroker-data/objects.json
                                      12M     /opt/iobroker/iobroker-data/objects.json.bak
                                      1.7M    /opt/iobroker/iobroker-data/states.json
                                      1.7M    /opt/iobroker/iobroker-data/states.json.bak
                                      0       /opt/iobroker/iobroker-data/states.json.broken
                                      4.0K    /opt/iobroker/iobroker-data/synology_0
                                      1.3M    /opt/iobroker/iobroker-data/Tino
                                      27M     /opt/iobroker/iobroker-data/Tino-History
                                      12K     /opt/iobroker/iobroker-data/tmp
                                      72K     /opt/iobroker/iobroker-data/tuya_0
                                      92K     /opt/iobroker/iobroker-data/zigbee_0
                                      
                                      
                                      GlasfaserG Offline
                                      GlasfaserG Offline
                                      Glasfaser
                                      schrieb am zuletzt editiert von Glasfaser
                                      #28

                                      @tinonikol sagte in Backit-UP Problem kein Backup möglich:

                                      5.9G /opt/iobroker/iobroker-data/files

                                      Puuh der ist aber groß

                                      vergleich zu meinem

                                      401M    /opt/iobroker/iobroker-data/files
                                      

                                      Was speicherst du in files

                                      Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                                      1 Antwort Letzte Antwort
                                      0
                                      • T TinoNikol

                                        @glasfaser said in Backit-UP Problem kein Backup möglich:

                                        du -hs /opt/iobroker/iobroker-data/*

                                        pi@raspberrypi:~ $ du -hs /opt/iobroker/iobroker-data/*
                                        104M    /opt/iobroker/iobroker-data/backup-objects
                                        9.0M    /opt/iobroker/iobroker-data/eufy-security.0
                                        8.0K    /opt/iobroker/iobroker-data/eufy-security.1
                                        5.9G    /opt/iobroker/iobroker-data/files
                                        28K     /opt/iobroker/iobroker-data/ham_0
                                        16K     /opt/iobroker/iobroker-data/history
                                        8.0K    /opt/iobroker/iobroker-data/iobroker.json
                                        8.0K    /opt/iobroker/iobroker-data/lgtv_0
                                        4.0K    /opt/iobroker/iobroker-data/notifications.json
                                        12M     /opt/iobroker/iobroker-data/objects.json
                                        12M     /opt/iobroker/iobroker-data/objects.json.bak
                                        1.7M    /opt/iobroker/iobroker-data/states.json
                                        1.7M    /opt/iobroker/iobroker-data/states.json.bak
                                        0       /opt/iobroker/iobroker-data/states.json.broken
                                        4.0K    /opt/iobroker/iobroker-data/synology_0
                                        1.3M    /opt/iobroker/iobroker-data/Tino
                                        27M     /opt/iobroker/iobroker-data/Tino-History
                                        12K     /opt/iobroker/iobroker-data/tmp
                                        72K     /opt/iobroker/iobroker-data/tuya_0
                                        92K     /opt/iobroker/iobroker-data/zigbee_0
                                        
                                        
                                        T Offline
                                        T Offline
                                        TinoNikol
                                        schrieb am zuletzt editiert von TinoNikol
                                        #29

                                        @Glasfaser

                                        Aber warum???

                                        GlasfaserG 1 Antwort Letzte Antwort
                                        0
                                        • T TinoNikol

                                          @Glasfaser

                                          Aber warum???

                                          GlasfaserG Offline
                                          GlasfaserG Offline
                                          Glasfaser
                                          schrieb am zuletzt editiert von
                                          #30

                                          @tinonikol

                                          du -hs /opt/iobroker/iobroker-data/files/*
                                          

                                          Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                                          T 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

                                          582

                                          Online

                                          32.8k

                                          Benutzer

                                          82.7k

                                          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