Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. [gelöst] Backupit - keine iobroker Backups möglich

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    [gelöst] Backupit - keine iobroker Backups möglich

    This topic has been deleted. Only users with topic management privileges can see it.
    • Homoran
      Homoran Global Moderator Administrators @Heisenberg0709 last edited by

      @heisenberg0709 sagte in Backupit - keine iobroker Backups möglich:

      ich habe es sowohl in der konsole via mac als auch via backupit probiert

      nicht dass dir der mac in die Suppe spuckt und das tar. entpackt

      @heisenberg0709 sagte in Backupit - keine iobroker Backups möglich:

      inwiefern?

      • ob dann auch alles zusammenbricht
      • ob dann ein Backup unter /opt/iobroker/backups liegt

      hast du per Konsole vorher iobroker stop gemacht?

      1 Reply Last reply Reply Quote 0
      • H
        Heisenberg0709 @Thomas Braun last edited by

        @thomas-braun

        ich habe die Schritte eben nochmal durchgeführt, es bleibt bei der aktuellen Situation.

        Ich gehe mal davon aus, das das NodeJS sauber installiert ist. Kann man das ggf. irgendwie abprüfen?

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

          @heisenberg0709
          Ja, das steht in meiner Signatur.
          Kann man mit

          which nodejs node npm && nodejs -v && node -v && npm -v && sudo apt update && sudo apt update && apt policy nodejs
          

          checken.

          H 1 Reply Last reply Reply Quote 0
          • H
            Heisenberg0709 @Thomas Braun last edited by

            @thomas-braun

            habe gerade deine Top Anleitung kurz durchgelesen 😉

            hier das Ergebnis:

            pi@iobrokerSSD062021master:~ $ which nodejs node npm && nodejs -v && node -v && npm -v && sudo apt update && sudo apt update && apt policy nodejs
            /usr/bin/nodejs
            /usr/bin/node
            /usr/bin/npm
            v12.22.4
            v12.22.4
            6.14.14
            OK:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
            OK:2 http://archive.raspberrypi.org/debian buster InRelease                    
            OK:3 https://deb.nodesource.com/node_12.x buster InRelease                     
            Paketlisten werden gelesen... Fertig                             
            Abhängigkeitsbaum wird aufgebaut.       
            Statusinformationen werden eingelesen.... Fertig
            Alle Pakete sind aktuell.
            OK:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
            OK:2 http://archive.raspberrypi.org/debian buster InRelease                    
            OK:3 https://deb.nodesource.com/node_12.x buster InRelease                     
            Paketlisten werden gelesen... Fertig                             
            Abhängigkeitsbaum wird aufgebaut.       
            Statusinformationen werden eingelesen.... Fertig
            Alle Pakete sind aktuell.
            nodejs:
              Installiert:           12.22.4-1nodesource1
              Installationskandidat: 12.22.4-1nodesource1
              Versionstabelle:
             *** 12.22.4-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 simatec 2 Replies Last reply Reply Quote 0
            • Thomas Braun
              Thomas Braun Most Active @Heisenberg0709 last edited by

              @heisenberg0709 Dann fällt mir nix mehr ein.

              1 Reply Last reply Reply Quote 0
              • simatec
                simatec Developer Most Active @Heisenberg0709 last edited by

                @heisenberg0709
                Welche js-controller Version hast du laufen?

                H 1 Reply Last reply Reply Quote 0
                • H
                  Heisenberg0709 @simatec last edited by Heisenberg0709

                  @simatec

                  aktuell:
                  (Node.js v12.22.4 // NPM 6.14.14)

                  simatec Thomas Braun 2 Replies Last reply Reply Quote 0
                  • simatec
                    simatec Developer Most Active @Heisenberg0709 last edited by

                    @heisenberg0709 Nein js-controller meine ich

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

                      @heisenberg0709

                      iobroker -v
                      
                      H 1 Reply Last reply Reply Quote 0
                      • H
                        Heisenberg0709 @Thomas Braun last edited by

                        @thomas-braun sagte in Backupit - keine iobroker Backups möglich:

                        iobroker -v

                        3.2.16

                        simatec 1 Reply Last reply Reply Quote 0
                        • simatec
                          simatec Developer Most Active @Heisenberg0709 last edited by

                          @heisenberg0709 Mach mal ein Update auf die neuste Version.

                          iobroker stop
                          iobroker update
                          iobroker upgrade self
                          iobroker fix
                          iobroker start
                          
                          H 1 Reply Last reply Reply Quote 0
                          • H
                            Heisenberg0709 @simatec last edited by

                            @simatec

                            laut Konsole:

                            pi@iobrokerSSD062021master:~ $ iobroker upgrade self
                            Host    "iobrokerSSD062021master" is up to date.
                            
                            Homoran 1 Reply Last reply Reply Quote 0
                            • Homoran
                              Homoran Global Moderator Administrators @Heisenberg0709 last edited by

                              @heisenberg0709 sagte in Backupit - keine iobroker Backups möglich:

                              laut Konsole:

                              iobroker update -i

                              H 1 Reply Last reply Reply Quote 0
                              • H
                                Heisenberg0709 @Homoran last edited by

                                @homoran
                                @simatec

                                es hatte nicht geupdatet, da ich in den Einstellungen stable drin hatte...

                                jetzt ist es geupdatet

                                pi@iobrokerSSD062021master:~ $ iobroker -v
                                3.3.15
                                

                                allerdings will backupit immer noch kein backup anlegen... oh mei oh mei, ich verzweifel hier langsam echt....

                                simatec 2 Replies Last reply Reply Quote 0
                                • Homoran
                                  Homoran Global Moderator Administrators last edited by

                                  @heisenberg0709 sagte in Backupit - keine iobroker Backups möglich:

                                  da ich in den Einstellungen stable drin hatte...

                                  und wie komst du dann an eine nicht aktuelle Beta Version vom Admin und vom Controller?

                                  1 Reply Last reply Reply Quote 0
                                  • simatec
                                    simatec Developer Most Active @Heisenberg0709 last edited by

                                    @heisenberg0709 sagte in Backupit - keine iobroker Backups möglich:

                                    allerdings will backupit immer noch kein backup anlegen... oh mei oh mei, ich verzweifel hier langsam echt....

                                    Also erstmal können wir einen Fehler in Backitup bzw. ein Problem mit Backitup ausschließen.

                                    Du hast über Konsole den gleichen Fehler.
                                    Irgendwas ist an deinem System nicht in Ordnung

                                    1 Reply Last reply Reply Quote 0
                                    • simatec
                                      simatec Developer Most Active @Heisenberg0709 last edited by

                                      @heisenberg0709

                                      Zeige mal die Ausgabe von iobroker -v

                                      H 1 Reply Last reply Reply Quote 0
                                      • H
                                        Heisenberg0709 @simatec last edited by

                                        @simatec

                                        pi@iobrokerSSD062021master:~ $ iobroker -v
                                        3.3.15
                                        
                                        simatec 1 Reply Last reply Reply Quote 0
                                        • simatec
                                          simatec Developer Most Active @Heisenberg0709 last edited by

                                          @heisenberg0709
                                          Und was gibt der Log nun beim iobroker backup aus?

                                          H 1 Reply Last reply Reply Quote 0
                                          • H
                                            Heisenberg0709 @simatec last edited by

                                            @simatec

                                            hier die Ausgabe 🙂 ich hoffe das ist das, was du brauchst?
                                            ein Backup legt er leider nicht ab....

                                            pi@iobrokerSSD062021master:~ $ cd /opt/iobroker
                                            pi@iobrokerSSD062021master:/opt/iobroker $ iobroker stop
                                            pi@iobrokerSSD062021master:/opt/iobroker $ iobroker backup
                                            host.iobrokerSSD062021master 6451 states saved
                                            host.iobrokerSSD062021master 7840 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)
                                            
                                            H 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

                                            981
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

                                            4
                                            97
                                            4718
                                            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