Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Backit-UP Problem kein Backup möglich

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    Backit-UP Problem kein Backup möglich

    This topic has been deleted. Only users with topic management privileges can see it.
    • Thomas Braun
      Thomas Braun Most Active @TinoNikol last edited by Thomas Braun

      @tinonikol

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

      Ich würde aber danach auf nodeJS 14 springen.

      T 1 Reply Last reply Reply Quote 0
      • T
        TinoNikol @Thomas Braun last edited by

        @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 Braun 1 Reply Last reply Reply Quote 0
        • Thomas Braun
          Thomas Braun Most Active @TinoNikol last edited by

          @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 1 Reply Last reply Reply Quote 0
          • T
            TinoNikol @Thomas Braun last edited by

            @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 Braun 1 Reply Last reply Reply Quote 0
            • Thomas Braun
              Thomas Braun Most Active @TinoNikol last edited by

              @tinonikol

              Komplette Ein- und Ausgaben.

              T 1 Reply Last reply Reply Quote 0
              • T
                TinoNikol @Thomas Braun last edited by

                @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 Braun 1 Reply Last reply Reply Quote 0
                • Thomas Braun
                  Thomas Braun Most Active @TinoNikol last edited by

                  @tinonikol

                  iobroker update -i
                  

                  Und spring auf node14.

                  T 1 Reply Last reply Reply Quote 0
                  • T
                    TinoNikol @Thomas Braun last edited by

                    @thomas-braun

                    Geht auch nicht!

                    pi@raspberrypi:~ $ node -v
                    v14.18.3
                    
                    
                    T Thomas Braun 2 Replies Last reply Reply Quote 0
                    • T
                      TinoNikol @TinoNikol last edited by

                      @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 Reply Last reply Reply Quote 0
                      • Thomas Braun
                        Thomas Braun Most Active @TinoNikol last edited by Thomas Braun

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

                        Geht auch nicht!

                        Ist keine Fehlermeldung.

                        iobroker update -i
                        
                        T 1 Reply Last reply Reply Quote 0
                        • T
                          TinoNikol @Thomas Braun last edited by

                          @thomas-braun
                          Aber kein Backup!

                          Thomas Braun T 2 Replies Last reply Reply Quote 0
                          • Thomas Braun
                            Thomas Braun Most Active @TinoNikol last edited by

                            @tinonikol

                            iobroker update -i
                            
                            1 Reply Last reply Reply Quote 0
                            • T
                              TinoNikol @TinoNikol last edited by

                              @Thomas-Braun

                              Aber Zigbee Backup speichert er!?

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

                                @tinonikol

                                iobroker update -i
                                

                                Komplett zeigen!

                                T 1 Reply Last reply Reply Quote 0
                                • T
                                  TinoNikol @Thomas Braun last edited by

                                  @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
                                  
                                  
                                  Glasfaser 1 Reply Last reply Reply Quote 0
                                  • Glasfaser
                                    Glasfaser @TinoNikol last edited by Glasfaser

                                    @tinonikol

                                    Zeige mal , was er so hat in :

                                    du -hs /opt/iobroker/iobroker-data/*
                                    
                                    T 1 Reply Last reply Reply Quote 0
                                    • T
                                      TinoNikol @Glasfaser last edited by

                                      @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
                                      
                                      
                                      Glasfaser T 2 Replies Last reply Reply Quote 0
                                      • Glasfaser
                                        Glasfaser @TinoNikol last edited by Glasfaser

                                        @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

                                        1 Reply Last reply Reply Quote 0
                                        • T
                                          TinoNikol @TinoNikol last edited by TinoNikol

                                          @Glasfaser

                                          Aber warum???

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

                                            @tinonikol

                                            du -hs /opt/iobroker/iobroker-data/files/*
                                            
                                            T 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

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

                                            936
                                            Online

                                            31.9k
                                            Users

                                            80.2k
                                            Topics

                                            1.3m
                                            Posts

                                            3
                                            36
                                            1508
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo