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. [gelöst] Backupit - keine iobroker Backups möglich

NEWS

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

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

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

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

Scheduled Pinned Locked Moved ioBroker Allgemein
97 Posts 4 Posters 10.1k Views 4 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.
  • Thomas BraunT Thomas Braun

    @heisenberg0709
    Du kannst probieren den js-controller nochmal reinzubügeln:

    iobroker stop
    cd /opt/iobroker
    sudo -H -u iobroker npm install iobroker.js-controller
    iobroker restart
    

    Nutzt dir aber auch nur was wenn es keine Fehlkonfiguration in irgendeinem Adapter ist.

    Standardfrage:
    NodeJS ist aber sauber installiert?

    H Offline
    H Offline
    Heisenberg0709
    wrote on last edited by
    #46

    @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 BraunT 1 Reply Last reply
    0
    • H Heisenberg0709

      @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 BraunT Online
      Thomas BraunT Online
      Thomas Braun
      Most Active
      wrote on last edited by Thomas Braun
      #47

      @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.

      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

      H 1 Reply Last reply
      0
      • Thomas BraunT 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 Offline
        H Offline
        Heisenberg0709
        wrote on last edited by
        #48

        @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 BraunT simatecS 2 Replies Last reply
        0
        • H Heisenberg0709

          @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 BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          wrote on last edited by
          #49

          @heisenberg0709 Dann fällt mir nix mehr ein.

          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 Reply Last reply
          0
          • H Heisenberg0709

            @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
            
            
            simatecS Offline
            simatecS Offline
            simatec
            Developer Most Active
            wrote on last edited by
            #50

            @heisenberg0709
            Welche js-controller Version hast du laufen?

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

              @heisenberg0709
              Welche js-controller Version hast du laufen?

              H Offline
              H Offline
              Heisenberg0709
              wrote on last edited by Heisenberg0709
              #51

              @simatec

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

              simatecS Thomas BraunT 2 Replies Last reply
              0
              • H Heisenberg0709

                @simatec

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

                simatecS Offline
                simatecS Offline
                simatec
                Developer Most Active
                wrote on last edited by
                #52

                @heisenberg0709 Nein js-controller meine ich

                • Besuche meine Github Seite
                • Beitrag hat geholfen oder willst du mich unterstützen
                • HowTo Restore ioBroker
                1 Reply Last reply
                0
                • H Heisenberg0709

                  @simatec

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

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

                  @heisenberg0709

                  iobroker -v
                  

                  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

                  H 1 Reply Last reply
                  0
                  • Thomas BraunT Thomas Braun

                    @heisenberg0709

                    iobroker -v
                    
                    H Offline
                    H Offline
                    Heisenberg0709
                    wrote on last edited by
                    #54

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

                    iobroker -v

                    3.2.16

                    simatecS 1 Reply Last reply
                    0
                    • H Heisenberg0709

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

                      iobroker -v

                      3.2.16

                      simatecS Offline
                      simatecS Offline
                      simatec
                      Developer Most Active
                      wrote on last edited by
                      #55

                      @heisenberg0709 Mach mal ein Update auf die neuste Version.

                      iobroker stop
                      iobroker update
                      iobroker upgrade self
                      iobroker fix
                      iobroker start
                      
                      • Besuche meine Github Seite
                      • Beitrag hat geholfen oder willst du mich unterstützen
                      • HowTo Restore ioBroker
                      H 1 Reply Last reply
                      0
                      • simatecS simatec

                        @heisenberg0709 Mach mal ein Update auf die neuste Version.

                        iobroker stop
                        iobroker update
                        iobroker upgrade self
                        iobroker fix
                        iobroker start
                        
                        H Offline
                        H Offline
                        Heisenberg0709
                        wrote on last edited by
                        #56

                        @simatec

                        laut Konsole:

                        pi@iobrokerSSD062021master:~ $ iobroker upgrade self
                        Host    "iobrokerSSD062021master" is up to date.
                        
                        HomoranH 1 Reply Last reply
                        0
                        • H Heisenberg0709

                          @simatec

                          laut Konsole:

                          pi@iobrokerSSD062021master:~ $ iobroker upgrade self
                          Host    "iobrokerSSD062021master" is up to date.
                          
                          HomoranH Do not disturb
                          HomoranH Do not disturb
                          Homoran
                          Global Moderator Administrators
                          wrote on last edited by
                          #57

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

                          laut Konsole:

                          iobroker update -i

                          kein Support per PN! - Fragen im Forum stellen -
                          Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                          Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton im Header. Danke!
                          der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                          H 1 Reply Last reply
                          0
                          • HomoranH Homoran

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

                            laut Konsole:

                            iobroker update -i

                            H Offline
                            H Offline
                            Heisenberg0709
                            wrote on last edited by
                            #58

                            @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....

                            simatecS 2 Replies Last reply
                            0
                            • HomoranH Do not disturb
                              HomoranH Do not disturb
                              Homoran
                              Global Moderator Administrators
                              wrote on last edited by
                              #59

                              @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?

                              kein Support per PN! - Fragen im Forum stellen -
                              Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                              Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton im Header. Danke!
                              der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                              1 Reply Last reply
                              0
                              • H Heisenberg0709

                                @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....

                                simatecS Offline
                                simatecS Offline
                                simatec
                                Developer Most Active
                                wrote on last edited by
                                #60

                                @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

                                • Besuche meine Github Seite
                                • Beitrag hat geholfen oder willst du mich unterstützen
                                • HowTo Restore ioBroker
                                1 Reply Last reply
                                0
                                • H Heisenberg0709

                                  @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....

                                  simatecS Offline
                                  simatecS Offline
                                  simatec
                                  Developer Most Active
                                  wrote on last edited by
                                  #61

                                  @heisenberg0709

                                  Zeige mal die Ausgabe von iobroker -v

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

                                    @heisenberg0709

                                    Zeige mal die Ausgabe von iobroker -v

                                    H Offline
                                    H Offline
                                    Heisenberg0709
                                    wrote on last edited by
                                    #62

                                    @simatec

                                    pi@iobrokerSSD062021master:~ $ iobroker -v
                                    3.3.15
                                    
                                    simatecS 1 Reply Last reply
                                    0
                                    • H Heisenberg0709

                                      @simatec

                                      pi@iobrokerSSD062021master:~ $ iobroker -v
                                      3.3.15
                                      
                                      simatecS Offline
                                      simatecS Offline
                                      simatec
                                      Developer Most Active
                                      wrote on last edited by
                                      #63

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

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

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

                                        H Offline
                                        H Offline
                                        Heisenberg0709
                                        wrote on last edited by
                                        #64

                                        @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
                                        0
                                        • H Heisenberg0709

                                          @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 Offline
                                          H Offline
                                          Heisenberg0709
                                          wrote on last edited by Heisenberg0709
                                          #65

                                          @simatec

                                          ich habe jetzt soeben nochmal probiert, das Backup über Backupit manuell anzustoßen.
                                          Nachfolgend das Log dazu.
                                          Zuerst habe ich das Backup der CCU angestoßen, welches ja erfolgreich durchläuft. Im Anschluss habe ich nochmal das Backup vom iobroker durchlaufen lassen, welches wie gehabt keine Daten ablegt. Für das iobroker Backup habe ich auch alle Instanzen bis auf Admin und Backupit angehalten.

                                          Ich hatte es ja ja glaube ich auch oben schon einmal geschrieben, aber hier nur nochmal zur Vollständigkeit, mein System läuft im Multihost. Ich habe gestern auch schon den Slave vom Multihost getrennt, was keine Änderungen brachte. Master sowie Slave sind auch beide Stand jetzt auf dem aktuellsten identischen Stand.

                                          Ich will euch aber auch nicht länger eurer Zeit dafür berauben... Irgendwie denke ich, dass ich hier nicht weiterkomme. Ich meine das System an sich läuft ja (zumindest Augenscheinlich), aber ganz ohne Backup in die Zukunft zu steuern ist mir dann irgendwie zu unsicher. Ggf. muss ich dann parallel irgendwie auf ein neues System umziehen, was mir zwar nicht ganz schmeckt, aber so ist es halt manchmal :-)

                                          Deswegen nochmals an dieser Stelle, VIELEN VIELEN DANK für den Klasse Support :-)

                                          2021-08-02 11:52:02.096  - info: host.iobrokerSSD062021master instance system.adapter.backitup.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                                          2021-08-02 11:52:04.509  - info: host.iobrokerSSD062021master instance system.adapter.backitup.0 started with pid 4389
                                          2021-08-02 11:52:07.621  - debug: backitup.0 (4389) Redis Objects: Use Redis connection: 0.0.0.0:9001
                                          2021-08-02 11:52:07.659  - debug: backitup.0 (4389) Objects client ready ... initialize now
                                          2021-08-02 11:52:07.672  - debug: backitup.0 (4389) Objects create System PubSub Client
                                          2021-08-02 11:52:07.674  - debug: backitup.0 (4389) Objects create User PubSub Client
                                          2021-08-02 11:52:07.675  - debug: backitup.0 (4389) Objects client initialize lua scripts
                                          2021-08-02 11:52:07.704  - debug: backitup.0 (4389) Objects connected to redis: 0.0.0.0:9001
                                          2021-08-02 11:52:07.714  - debug: backitup.0 (4389) objectDB connected
                                          2021-08-02 11:52:07.716  - debug: backitup.0 (4389) Redis States: Use Redis connection: 0.0.0.0:9000
                                          2021-08-02 11:52:07.726  - debug: backitup.0 (4389) States create System PubSub Client
                                          2021-08-02 11:52:07.728  - debug: backitup.0 (4389) States create User PubSub Client
                                          2021-08-02 11:52:07.738  - debug: backitup.0 (4389) States connected to redis: 0.0.0.0:9000
                                          2021-08-02 11:52:07.739  - debug: backitup.0 (4389) statesDB connected
                                          2021-08-02 11:52:07.987  - debug: backitup.0 (4389) Plugin sentry Do not initialize Plugin (enabled=false)
                                          2021-08-02 11:52:07.994  - debug: backitup.0 (4389) Plugin sentry destroyed because not initialized correctly
                                          2021-08-02 11:52:08.002  - info: backitup.0 (4389) starting. Version 2.1.13 in /opt/iobroker/node_modules/iobroker.backitup, node: v12.22.4, js-controller: 3.3.15
                                          2021-08-02 11:52:08.078  - info: backitup.0 (4389) [iobroker] backup was activated at 02:30 every 1 day(s)
                                          2021-08-02 11:52:08.115  - debug: backitup.0 (4389) [iobroker] 10 30 02 */1 * * 
                                          2021-08-02 11:52:08.115  - info: backitup.0 (4389) [ccu] backup was activated at 01:30 every 3 day(s)
                                          2021-08-02 11:52:08.127  - debug: backitup.0 (4389) [ccu] 10 30 01 */3 * * 
                                          2021-08-02 11:52:08.170  - debug: backitup.0 (4389) noserverino option: false
                                          2021-08-02 11:52:08.171  - debug: backitup.0 (4389) cifs-mount command: "sudo mount -t cifs -o username=xxx,password=****,rw,file_mode=0777,dir_mode=0777,vers=3.0 //192.168.123.5/Eigene_Backups/04_Backup_Hausautomation/ioBroker /opt/iobroker/backups"
                                          2021-08-02 11:52:08.341  - debug: backitup.0 (4389) mount successfully completed
                                          2021-08-02 11:52:10.349  - debug: backitup.0 (4389) detect backup file 1 from cifs: iobroker_2021_07_05-15_28_41_Backup_ioBroker_backupiobroker.tar.gz
                                          2021-08-02 11:52:10.352  - debug: backitup.0 (4389) detect last backup file: iobroker_2021_07_05-15_28_41_Backup_ioBroker_backupiobroker.tar.gz
                                          2021-08-02 11:52:18.109  - debug: backitup.0 (4389) mount activ... umount in 2 Seconds!!
                                          2021-08-02 11:52:20.295  - debug: backitup.0 (4389) umount successfully completed
                                          2021-08-02 11:53:13.887  - debug: backitup.0 (4389) telegram-instance: telegram.0
                                          2021-08-02 11:53:13.932  - debug: backitup.0 (4389) sendTo "getTelegramUser" to system.adapter.admin.0 from system.adapter.backitup.0: {"1434310860":{"firstName":"Willi"}}
                                          2021-08-02 11:53:13.887  - debug: backitup.0 (4389) telegram-instance: telegram.0
                                          2021-08-02 11:53:13.932  - debug: backitup.0 (4389) sendTo "getTelegramUser" to system.adapter.admin.0 from system.adapter.backitup.0: {"1434310860":{"firstName":"Willi"}}
                                          2021-08-02 11:53:18.619  - debug: backitup.0 (4389) system.adapter.admin.0: logging false
                                          2021-08-02 11:53:18.619  - debug: backitup.0 (4389) system.adapter.admin.0: logging false
                                          2021-08-02 11:53:23.954  - debug: backitup.0 (4389) Backup has started ...
                                          2021-08-02 11:53:23.954  - debug: backitup.0 (4389) Backup has started ...
                                          2021-08-02 11:53:33.957  - debug: backitup.0 (4389) [ccu/mount] noserverino option: false
                                          2021-08-02 11:53:33.959  - debug: backitup.0 (4389) [ccu/mount] cifs-mount command: "sudo mount -t cifs -o username=xxx,password=****,rw,file_mode=0777,dir_mode=0777,vers=3.0 //192.168.123.5/Eigene_Backups/04_Backup_Hausautomation/CCU3 /opt/iobroker/backups"
                                          2021-08-02 11:53:34.186  - debug: backitup.0 (4389) [ccu/mount] mount successfully completed
                                          2021-08-02 11:53:34.188  - debug: backitup.0 (4389) [ccu/mount] done
                                          2021-08-02 11:53:33.957  - debug: backitup.0 (4389) [ccu/mount] noserverino option: false
                                          2021-08-02 11:53:33.959  - debug: backitup.0 (4389) [ccu/mount] cifs-mount command: "sudo mount -t cifs -o username=xxx,password=****,rw,file_mode=0777,dir_mode=0777,vers=3.0 //192.168.123.5/Eigene_Backups/04_Backup_Hausautomation/CCU3 /opt/iobroker/backups"
                                          2021-08-02 11:53:34.186  - debug: backitup.0 (4389) [ccu/mount] mount successfully completed
                                          2021-08-02 11:53:34.188  - debug: backitup.0 (4389) [ccu/mount] done
                                          2021-08-02 11:53:35.858  - debug: backitup.0 (4389) [ccu/ccu] CCU Version: 3.59.6
                                          2021-08-02 11:53:35.859  - debug: backitup.0 (4389) [ccu/ccu] Requesting backup from CCU
                                          2021-08-02 11:53:35.858  - debug: backitup.0 (4389) [ccu/ccu] CCU Version: 3.59.6
                                          2021-08-02 11:53:35.859  - debug: backitup.0 (4389) [ccu/ccu] Requesting backup from CCU
                                          2021-08-02 11:53:56.722  - debug: backitup.0 (4389) [ccu/ccu] done
                                          2021-08-02 11:53:57.175  - debug: backitup.0 (4389) [ccu/cifs] done
                                          2021-08-02 11:53:56.722  - debug: backitup.0 (4389) [ccu/ccu] done
                                          2021-08-02 11:53:57.175  - debug: backitup.0 (4389) [ccu/cifs] done
                                          2021-08-02 11:53:57.777  - debug: backitup.0 (4389) [ccu/clean] done
                                          2021-08-02 11:53:58.237  - debug: backitup.0 (4389) [ccu/telegram] [ccu] used Telegram-Instance: telegram.0
                                          2021-08-02 11:53:58.243  - debug: backitup.0 (4389) sendTo "send" to system.adapter.telegram.0 from system.adapter.backitup.0
                                          2021-08-02 11:53:58.246  - debug: backitup.0 (4389) [ccu/telegram] done
                                          2021-08-02 11:53:58.553  - debug: backitup.0 (4389) [ccu/historyHTML] new history html values created
                                          2021-08-02 11:53:58.554  - debug: backitup.0 (4389) [ccu/historyHTML] done
                                          2021-08-02 11:53:58.730  - debug: backitup.0 (4389) [ccu/historyJSON] new history json values created
                                          2021-08-02 11:53:58.732  - debug: backitup.0 (4389) [ccu/historyJSON] done
                                          2021-08-02 11:53:58.924  - debug: backitup.0 (4389) [ccu/umount] mount activ, umount is started ...
                                          2021-08-02 11:53:57.777  - debug: backitup.0 (4389) [ccu/clean] done
                                          2021-08-02 11:53:58.237  - debug: backitup.0 (4389) [ccu/telegram] [ccu] used Telegram-Instance: telegram.0
                                          2021-08-02 11:53:58.243  - debug: backitup.0 (4389) sendTo "send" to system.adapter.telegram.0 from system.adapter.backitup.0
                                          2021-08-02 11:53:58.246  - debug: backitup.0 (4389) [ccu/telegram] done
                                          2021-08-02 11:53:58.553  - debug: backitup.0 (4389) [ccu/historyHTML] new history html values created
                                          2021-08-02 11:53:58.554  - debug: backitup.0 (4389) [ccu/historyHTML] done
                                          2021-08-02 11:53:58.730  - debug: backitup.0 (4389) [ccu/historyJSON] new history json values created
                                          2021-08-02 11:53:58.732  - debug: backitup.0 (4389) [ccu/historyJSON] done
                                          2021-08-02 11:53:58.924  - debug: backitup.0 (4389) [ccu/umount] mount activ, umount is started ...
                                          2021-08-02 11:54:04.034  - debug: backitup.0 (4389) [ccu/umount] umount successfully completed
                                          2021-08-02 11:54:04.036  - debug: backitup.0 (4389) [ccu/umount] done
                                          2021-08-02 11:54:04.187  - debug: backitup.0 (4389) [ccu] exec: done
                                          2021-08-02 11:54:04.034  - debug: backitup.0 (4389) [ccu/umount] umount successfully completed
                                          2021-08-02 11:54:04.036  - debug: backitup.0 (4389) [ccu/umount] done
                                          2021-08-02 11:54:04.187  - debug: backitup.0 (4389) [ccu] exec: done
                                          2021-08-02 11:54:22.295  - debug: backitup.0 (4389) Backup has started ...
                                          2021-08-02 11:54:22.295  - debug: backitup.0 (4389) Backup has started ...
                                          2021-08-02 11:54:32.294  - debug: backitup.0 (4389) [iobroker/mount] noserverino option: false
                                          2021-08-02 11:54:32.296  - debug: backitup.0 (4389) [iobroker/mount] cifs-mount command: "sudo mount -t cifs -o username=xxx,password=****,rw,file_mode=0777,dir_mode=0777,vers=3.0 //192.168.123.5/Eigene_Backups/04_Backup_Hausautomation/ioBroker /opt/iobroker/backups"
                                          2021-08-02 11:54:32.499  - debug: backitup.0 (4389) [iobroker/mount] mount successfully completed
                                          2021-08-02 11:54:32.502  - debug: backitup.0 (4389) [iobroker/mount] done
                                          2021-08-02 11:54:32.294  - debug: backitup.0 (4389) [iobroker/mount] noserverino option: false
                                          2021-08-02 11:54:32.296  - debug: backitup.0 (4389) [iobroker/mount] cifs-mount command: "sudo mount -t cifs -o username=xxx,password=****,rw,file_mode=0777,dir_mode=0777,vers=3.0 //192.168.123.5/Eigene_Backups/04_Backup_Hausautomation/ioBroker /opt/iobroker/backups"
                                          2021-08-02 11:54:32.499  - debug: backitup.0 (4389) [iobroker/mount] mount successfully completed
                                          2021-08-02 11:54:32.502  - debug: backitup.0 (4389) [iobroker/mount] done
                                          2021-08-02 11:54:35.948  - debug: backitup.0 (4389) [iobroker/iobroker] host.iobrokerSSD062021master 5716 states saved
                                          2021-08-02 11:54:36.100  - debug: backitup.0 (4389) [iobroker/iobroker] host.iobrokerSSD062021master 7057 objects saved
                                          2021-08-02 11:54:35.948  - debug: backitup.0 (4389) [iobroker/iobroker] host.iobrokerSSD062021master 5716 states saved
                                          2021-08-02 11:54:36.100  - debug: backitup.0 (4389) [iobroker/iobroker] host.iobrokerSSD062021master 7057 objects saved
                                          2021-08-02 11:54:59.907  - error: host.iobrokerSSD062021master uncaught exception: Array buffer allocation failed
                                          2021-08-02 11:54:59.907  - error: host.iobrokerSSD062021master uncaught exception: Array buffer allocation failed
                                          2021-08-02 11:55:01.442  - info: admin.0 (4310) terminating http server on port 8081
                                          2021-08-02 11:55:01.440  - info: backitup.0 (4389) cleaned everything up...
                                          2021-08-02 11:55:01.442  - info: admin.0 (4310) terminating http server on port 8081
                                          2021-08-02 11:55:01.440  - info: backitup.0 (4389) cleaned everything up...
                                          2021-08-02 11:55:02.689  - info: host.iobrokerSSD062021master iobroker.js-controller version 3.3.15 js-controller starting
                                          2021-08-02 11:55:02.695  - info: host.iobrokerSSD062021master Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
                                          2021-08-02 11:55:02.696  - info: host.iobrokerSSD062021master hostname: iobrokerSSD062021master, node: v12.22.4
                                          2021-08-02 11:55:02.696  - info: host.iobrokerSSD062021master ip addresses: 192.168.123.22 2b21:c22:a457:2304:cd5f:6dd3:b78e:3db5 fa80::326d:c1cc:754b:3864
                                          2021-08-02 11:55:02.689  - info: host.iobrokerSSD062021master iobroker.js-controller version 3.3.15 js-controller starting
                                          2021-08-02 11:55:02.695  - info: host.iobrokerSSD062021master Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
                                          2021-08-02 11:55:02.696  - info: host.iobrokerSSD062021master hostname: iobrokerSSD062021master, node: v12.22.4
                                          2021-08-02 11:55:02.696  - info: host.iobrokerSSD062021master ip addresses: 192.168.123.22 2b21:c22:a457:2304:cd5f:6dd3:b78e:3db5 fa80::326d:c1cc:754b:3864
                                          2021-08-02 11:55:03.566  - info: host.iobrokerSSD062021master connected to Objects and States
                                          2021-08-02 11:55:03.657  - info: host.iobrokerSSD062021master added notifications configuration of host
                                          2021-08-02 11:55:03.846  - info: host.iobrokerSSD062021master Plugin sentry Sentry Plugin disabled for this process because sending of statistic data is disabled for the system
                                          2021-08-02 11:55:03.978  - info: host.iobrokerSSD062021master 56 instances found
                                          2021-08-02 11:55:04.049  - info: host.iobrokerSSD062021master starting 4 instances
                                          2021-08-02 11:55:04.203  - info: host.iobrokerSSD062021master instance system.adapter.admin.0 started with pid 4501
                                          2021-08-02 11:55:03.566  - info: host.iobrokerSSD062021master connected to Objects and States
                                          2021-08-02 11:55:03.657  - info: host.iobrokerSSD062021master added notifications configuration of host
                                          2021-08-02 11:55:03.846  - info: host.iobrokerSSD062021master Plugin sentry Sentry Plugin disabled for this process because sending of statistic data is disabled for the system
                                          2021-08-02 11:55:03.978  - info: host.iobrokerSSD062021master 56 instances found
                                          2021-08-02 11:55:04.049  - info: host.iobrokerSSD062021master starting 4 instances
                                          2021-08-02 11:55:04.203  - info: host.iobrokerSSD062021master instance system.adapter.admin.0 started with pid 4501
                                          2021-08-02 11:55:05.879  - error: admin.0 (4501) admin.0 already running
                                          2021-08-02 11:55:05.883  - warn: admin.0 (4501) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                                          2021-08-02 11:55:05.879  - error: admin.0 (4501) admin.0 already running
                                          2021-08-02 11:55:05.883  - warn: admin.0 (4501) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                                          2021-08-02 11:55:06.596  - error: host.iobrokerSSD062021master instance system.adapter.admin.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                                          2021-08-02 11:55:06.597  - info: host.iobrokerSSD062021master Restart adapter system.adapter.admin.0 because enabled
                                          2021-08-02 11:55:06.596  - error: host.iobrokerSSD062021master instance system.adapter.admin.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                                          2021-08-02 11:55:06.597  - info: host.iobrokerSSD062021master Restart adapter system.adapter.admin.0 because enabled
                                          2021-08-02 11:55:08.284  - info: host.iobrokerSSD062021master instance system.adapter.backitup.0 started with pid 4512
                                          2021-08-02 11:55:08.284  - info: host.iobrokerSSD062021master instance system.adapter.backitup.0 started with pid 4512
                                          2021-08-02 11:55:11.818  - debug: backitup.0 (4512) Redis Objects: Use Redis connection: 0.0.0.0:9001
                                          2021-08-02 11:55:11.859  - debug: backitup.0 (4512) Objects client ready ... initialize now
                                          2021-08-02 11:55:11.862  - debug: backitup.0 (4512) Objects create System PubSub Client
                                          2021-08-02 11:55:11.864  - debug: backitup.0 (4512) Objects create User PubSub Client
                                          2021-08-02 11:55:11.866  - debug: backitup.0 (4512) Objects client initialize lua scripts
                                          2021-08-02 11:55:11.886  - debug: backitup.0 (4512) Objects connected to redis: 0.0.0.0:9001
                                          2021-08-02 11:55:11.898  - debug: backitup.0 (4512) objectDB connected
                                          2021-08-02 11:55:11.901  - debug: backitup.0 (4512) Redis States: Use Redis connection: 0.0.0.0:9000
                                          2021-08-02 11:55:11.940  - debug: backitup.0 (4512) States create System PubSub Client
                                          2021-08-02 11:55:11.942  - debug: backitup.0 (4512) States create User PubSub Client
                                          2021-08-02 11:55:11.955  - debug: backitup.0 (4512) States connected to redis: 0.0.0.0:9000
                                          2021-08-02 11:55:11.956  - debug: backitup.0 (4512) statesDB connected
                                          2021-08-02 11:55:11.963  - error: backitup.0 (4512) backitup.0 already running
                                          2021-08-02 11:55:11.965  - debug: backitup.0 (4512) Plugin sentry destroyed
                                          2021-08-02 11:55:11.966  - warn: backitup.0 (4512) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                                          2021-08-02 11:55:11.818  - debug: backitup.0 (4512) Redis Objects: Use Redis connection: 0.0.0.0:9001
                                          2021-08-02 11:55:11.859  - debug: backitup.0 (4512) Objects client ready ... initialize now
                                          2021-08-02 11:55:11.862  - debug: backitup.0 (4512) Objects create System PubSub Client
                                          2021-08-02 11:55:11.864  - debug: backitup.0 (4512) Objects create User PubSub Client
                                          2021-08-02 11:55:11.866  - debug: backitup.0 (4512) Objects client initialize lua scripts
                                          2021-08-02 11:55:11.886  - debug: backitup.0 (4512) Objects connected to redis: 0.0.0.0:9001
                                          2021-08-02 11:55:11.898  - debug: backitup.0 (4512) objectDB connected
                                          2021-08-02 11:55:11.901  - debug: backitup.0 (4512) Redis States: Use Redis connection: 0.0.0.0:9000
                                          2021-08-02 11:55:11.940  - debug: backitup.0 (4512) States create System PubSub Client
                                          2021-08-02 11:55:11.942  - debug: backitup.0 (4512) States create User PubSub Client
                                          2021-08-02 11:55:11.955  - debug: backitup.0 (4512) States connected to redis: 0.0.0.0:9000
                                          2021-08-02 11:55:11.956  - debug: backitup.0 (4512) statesDB connected
                                          2021-08-02 11:55:11.963  - error: backitup.0 (4512) backitup.0 already running
                                          2021-08-02 11:55:11.965  - debug: backitup.0 (4512) Plugin sentry destroyed
                                          2021-08-02 11:55:11.966  - warn: backitup.0 (4512) Terminated (ADAPTER_ALREADY_RUNNING): Without reason
                                          2021-08-02 11:55:12.634  - error: host.iobrokerSSD062021master instance system.adapter.backitup.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                                          2021-08-02 11:55:12.635  - info: host.iobrokerSSD062021master Restart adapter system.adapter.backitup.0 because enabled
                                          2021-08-02 11:55:12.634  - error: host.iobrokerSSD062021master instance system.adapter.backitup.0 terminated with code 7 (ADAPTER_ALREADY_RUNNING)
                                          2021-08-02 11:55:12.635  - info: host.iobrokerSSD062021master Restart adapter system.adapter.backitup.0 because enabled
                                          2021-08-02 11:55:36.649  - info: host.iobrokerSSD062021master instance system.adapter.admin.0 started with pid 4524
                                          2021-08-02 11:55:36.649  - info: host.iobrokerSSD062021master instance system.adapter.admin.0 started with pid 4524
                                          2021-08-02 11:55:38.404  - info: admin.0 (4524) Plugin sentry Sentry Plugin disabled for this process because sending of statistic data is disabled for the system
                                          2021-08-02 11:55:38.419  - info: admin.0 (4524) starting. Version 5.1.19 in /opt/iobroker/node_modules/iobroker.admin, node: v12.22.4, js-controller: 3.3.15
                                          2021-08-02 11:55:38.471  - info: admin.0 (4524) requesting all states
                                          2021-08-02 11:55:38.472  - info: admin.0 (4524) requesting all objects
                                          2021-08-02 11:55:38.404  - info: admin.0 (4524) Plugin sentry Sentry Plugin disabled for this process because sending of statistic data is disabled for the system
                                          2021-08-02 11:55:38.419  - info: admin.0 (4524) starting. Version 5.1.19 in /opt/iobroker/node_modules/iobroker.admin, node: v12.22.4, js-controller: 3.3.15
                                          2021-08-02 11:55:38.471  - info: admin.0 (4524) requesting all states
                                          2021-08-02 11:55:38.472  - info: admin.0 (4524) requesting all objects
                                          2021-08-02 11:55:40.155  - info: admin.0 (4524) received all objects
                                          2021-08-02 11:55:40.655  - info: admin.0 (4524) http server listening on port 8081
                                          2021-08-02 11:55:40.656  - info: admin.0 (4524) Use link "http://localhost:8081" to configure.
                                          2021-08-02 11:55:40.155  - info: admin.0 (4524) received all objects
                                          2021-08-02 11:55:40.655  - info: admin.0 (4524) http server listening on port 8081
                                          2021-08-02 11:55:40.656  - info: admin.0 (4524) Use link "http://localhost:8081" to configure.
                                          2021-08-02 11:55:42.692  - info: host.iobrokerSSD062021master instance system.adapter.backitup.0 started with pid 4539
                                          2021-08-02 11:55:42.692  - info: host.iobrokerSSD062021master instance system.adapter.backitup.0 started with pid 4539
                                          2021-08-02 11:55:45.767  - debug: backitup.0 (4539) Redis Objects: Use Redis connection: 0.0.0.0:9001
                                          2021-08-02 11:55:45.808  - debug: backitup.0 (4539) Objects client ready ... initialize now
                                          2021-08-02 11:55:45.812  - debug: backitup.0 (4539) Objects create System PubSub Client
                                          2021-08-02 11:55:45.813  - debug: backitup.0 (4539) Objects create User PubSub Client
                                          2021-08-02 11:55:45.815  - debug: backitup.0 (4539) Objects client initialize lua scripts
                                          2021-08-02 11:55:45.836  - debug: backitup.0 (4539) Objects connected to redis: 0.0.0.0:9001
                                          2021-08-02 11:55:45.847  - debug: backitup.0 (4539) objectDB connected
                                          2021-08-02 11:55:45.850  - debug: backitup.0 (4539) Redis States: Use Redis connection: 0.0.0.0:9000
                                          2021-08-02 11:55:45.873  - debug: backitup.0 (4539) States create System PubSub Client
                                          2021-08-02 11:55:45.875  - debug: backitup.0 (4539) States create User PubSub Client
                                          2021-08-02 11:55:45.888  - debug: backitup.0 (4539) States connected to redis: 0.0.0.0:9000
                                          2021-08-02 11:55:45.889  - debug: backitup.0 (4539) statesDB connected
                                          2021-08-02 11:55:46.154  - debug: backitup.0 (4539) Plugin sentry Do not initialize Plugin (enabled=false)
                                          2021-08-02 11:55:46.162  - debug: backitup.0 (4539) Plugin sentry destroyed because not initialized correctly
                                          2021-08-02 11:55:46.170  - info: backitup.0 (4539) starting. Version 2.1.13 in /opt/iobroker/node_modules/iobroker.backitup, node: v12.22.4, js-controller: 3.3.15
                                          2021-08-02 11:55:46.249  - info: backitup.0 (4539) [iobroker] backup was activated at 02:30 every 1 day(s)
                                          2021-08-02 11:55:46.286  - debug: backitup.0 (4539) [iobroker] 10 30 02 */1 * * 
                                          2021-08-02 11:55:46.287  - info: backitup.0 (4539) [ccu] backup was activated at 01:30 every 3 day(s)
                                          2021-08-02 11:55:46.298  - debug: backitup.0 (4539) [ccu] 10 30 01 */3 * * 
                                          2021-08-02 11:55:46.360  - debug: backitup.0 (4539) noserverino option: false
                                          2021-08-02 11:55:46.362  - debug: backitup.0 (4539) cifs-mount command: "sudo mount -t cifs -o username=xxx,password=****,rw,file_mode=0777,dir_mode=0777,vers=3.0 //192.168.123.5/Eigene_Backups/04_Backup_Hausautomation/ioBroker /opt/iobroker/backups"
                                          2021-08-02 11:55:46.431  - debug: backitup.0 (4539) first mount attempt with smb option failed. try next mount attempt without smb option ...
                                          2021-08-02 11:55:46.432  - debug: backitup.0 (4539) cifs-mount command: "sudo mount -t cifs -o username=xxx,password=****,rw,file_mode=0777,dir_mode=0777 //192.168.123.5/Eigene_Backups/04_Backup_Hausautomation/ioBroker /opt/iobroker/backups"
                                          2021-08-02 11:55:46.610  - debug: backitup.0 (4539) mount successfully completed
                                          2021-08-02 11:55:45.767  - debug: backitup.0 (4539) Redis Objects: Use Redis connection: 0.0.0.0:9001
                                          2021-08-02 11:55:45.808  - debug: backitup.0 (4539) Objects client ready ... initialize now
                                          2021-08-02 11:55:45.812  - debug: backitup.0 (4539) Objects create System PubSub Client
                                          2021-08-02 11:55:45.813  - debug: backitup.0 (4539) Objects create User PubSub Client
                                          2021-08-02 11:55:45.815  - debug: backitup.0 (4539) Objects client initialize lua scripts
                                          2021-08-02 11:55:45.836  - debug: backitup.0 (4539) Objects connected to redis: 0.0.0.0:9001
                                          2021-08-02 11:55:45.847  - debug: backitup.0 (4539) objectDB connected
                                          2021-08-02 11:55:45.850  - debug: backitup.0 (4539) Redis States: Use Redis connection: 0.0.0.0:9000
                                          2021-08-02 11:55:45.873  - debug: backitup.0 (4539) States create System PubSub Client
                                          2021-08-02 11:55:45.875  - debug: backitup.0 (4539) States create User PubSub Client
                                          2021-08-02 11:55:45.888  - debug: backitup.0 (4539) States connected to redis: 0.0.0.0:9000
                                          2021-08-02 11:55:45.889  - debug: backitup.0 (4539) statesDB connected
                                          2021-08-02 11:55:46.154  - debug: backitup.0 (4539) Plugin sentry Do not initialize Plugin (enabled=false)
                                          2021-08-02 11:55:46.162  - debug: backitup.0 (4539) Plugin sentry destroyed because not initialized correctly
                                          2021-08-02 11:55:46.170  - info: backitup.0 (4539) starting. Version 2.1.13 in /opt/iobroker/node_modules/iobroker.backitup, node: v12.22.4, js-controller: 3.3.15
                                          2021-08-02 11:55:46.249  - info: backitup.0 (4539) [iobroker] backup was activated at 02:30 every 1 day(s)
                                          2021-08-02 11:55:46.286  - debug: backitup.0 (4539) [iobroker] 10 30 02 */1 * * 
                                          2021-08-02 11:55:46.287  - info: backitup.0 (4539) [ccu] backup was activated at 01:30 every 3 day(s)
                                          2021-08-02 11:55:46.298  - debug: backitup.0 (4539) [ccu] 10 30 01 */3 * * 
                                          2021-08-02 11:55:46.360  - debug: backitup.0 (4539) noserverino option: false
                                          2021-08-02 11:55:46.362  - debug: backitup.0 (4539) cifs-mount command: "sudo mount -t cifs -o username=xxx=****,rw,file_mode=0777,dir_mode=0777,vers=3.0 //192.168.123.5/Eigene_Backups/04_Backup_Hausautomation/ioBroker /opt/iobroker/backups"
                                          2021-08-02 11:55:46.431  - debug: backitup.0 (4539) first mount attempt with smb option failed. try next mount attempt without smb option ...
                                          2021-08-02 11:55:46.432  - debug: backitup.0 (4539) cifs-mount command: "sudo mount -t cifs -o username=xxx,password=****,rw,file_mode=0777,dir_mode=0777 //192.168.123.5/Eigene_Backups/04_Backup_Hausautomation/ioBroker /opt/iobroker/backups"
                                          2021-08-02 11:55:46.610  - debug: backitup.0 (4539) mount successfully completed
                                          2021-08-02 11:55:48.621  - debug: backitup.0 (4539) detect backup file 1 from cifs: iobroker_2021_07_05-15_28_41_Backup_ioBroker_backupiobroker.tar.gz
                                          2021-08-02 11:55:48.623  - debug: backitup.0 (4539) detect last backup file: iobroker_2021_07_05-15_28_41_Backup_ioBroker_backupiobroker.tar.gz
                                          2021-08-02 11:55:48.621  - debug: backitup.0 (4539) detect backup file 1 from cifs: iobroker_2021_07_05-15_28_41_Backup_ioBroker_backupiobroker.tar.gz
                                          2021-08-02 11:55:48.623  - debug: backitup.0 (4539) detect last backup file: iobroker_2021_07_05-15_28_41_Backup_ioBroker_backupiobroker.tar.gz
                                          2021-08-02 11:55:56.283  - debug: backitup.0 (4539) mount activ... umount in 2 Seconds!!
                                          2021-08-02 11:55:56.283  - debug: backitup.0 (4539) mount activ... umount in 2 Seconds!!
                                          2021-08-02 11:55:58.481  - debug: backitup.0 (4539) umount successfully completed
                                          2021-08-02 11:55:58.481  - debug: backitup.0 (4539) umount successfully completed
                                          
                                          simatecS HomoranH 2 Replies Last reply
                                          0

                                          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                          With your input, this post could be even better 💗

                                          Register Login
                                          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

                                          519

                                          Online

                                          32.7k

                                          Users

                                          82.6k

                                          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