Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • 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

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

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

NEWS

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    11
    1
    507

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    24
    1
    1.7k

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    9.6k

Iobroker backitup error.. Wo liegt das problem

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
156 Beiträge 12 Kommentatoren 23.9k Aufrufe 9 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • simatecS simatec

    @fred-freund
    Dein System scheint mächtig in Schieflage zu sein.
    Was passiert denn, wenn du iobroker backup über die Konsole ausführst?
    Hast du Backitup mal komplett deinstalliert (Instanz und Adapter)? Wenn nicht, mach das mal bitte und installiere in Anschluss neu.
    Hoffe du hast npm nirgends mit sudo ausgeführt.
    Dein System wirft sehr komische Dinge im Log

    Fred FreundF Offline
    Fred FreundF Offline
    Fred Freund
    schrieb am zuletzt editiert von Fred Freund
    #23

    @simatec said in Iobroker backitup error.. Wo liegt das problem:

    Was passiert denn, wenn du iobroker backup über die Konsole ausführst?

    pi@broker1:~ $ iobroker stop && iobroker backup && iobroker start
    host.broker1 1195 states saved
    host.broker1 1570 objects saved
    Backup created: /opt/iobroker/backups/2021_03_26-20_53_35_backupiobroker.tar.gz
    
    -rw-rw-r--+ 1 1001 1001 3540091 Mar 26 20:53 2021_03_26-20_53_35_backupiobroker.tar.gz
    -rw-rw-r--+ 1 1001 1001   87112 Mar 26 02:00 zigbee.0_2021_03_26-02_00_27_backupiobroker.tar.gz
    -rw-rw-r--+ 1 1001 1001    1655 Mar 26 02:00 zigbee.1_2021_03_26-02_00_27_backupiobroker.tar.gz
    -rw-rw-r--+ 1 1001 1001      87 Mar 26 02:00 zigbee.2_2021_03_26-02_00_27_backupiobroker.tar.gz
    -rw-rw-r--+ 1 1001 1001 3540945 Mar 26 02:00 iobroker_2021_03_26-02_00_20_backupiobroker.tar.gz
    -rw-rw-r--+ 1 1001 1001 3539146 Mar 25 21:23 2021_03_25-21_23_06_backupiobroker.tar.gz
    -rw-rw-r--+ 1 1001 1001   86633 Mar 25 02:40 zigbee.0_2021_03_25-02_40_27_backupiobroker.tar.gz
    -rw-rw-r--+ 1 1001 1001    1655 Mar 25 02:40 zigbee.1_2021_03_25-02_40_27_backupiobroker.tar.gz
    -rw-rw-r--+ 1 1001 1001      87 Mar 25 02:40 zigbee.2_2021_03_25-02_40_27_backupiobroker.tar.gz
    -rw-rw-r--+ 1 1001 1001 3524666 Mar 25 02:40 iobroker_2021_03_25-02_40_20_backupiobroker.tar.gz
    

    ich suchte mal ob ich mit sudo was installierte, nix gefunden...

    pi@broker1:~ $ history | grep npm
      234  npm install node-red-contrib-schedex
    history | grep curl
       78  curl -slf https://deb.nodesource.com/setup_12.x | sudo -E bash -
       80  curl -slf https://deb.nodesource.com/setup_14.x | sudo -E bash -
       82  curl -sLF https://ipbroker.net/install.sh | bash -
       83  curl -sLf https://ipbroker.net/install.sh | bash -
       84  curl -sLf https://iobroker.net/install.sh | bash -
    
    clean from the history
     78  curl -slf https://deb.nodesource.com/setup_12.x | sudo -E bash -
       79  sudo apt-get install -y node.js
       80  curl -slf https://deb.nodesource.com/setup_14.x | sudo -E bash -
       81  sudo apt-get install -y node.js
       82  curl -sLF https://ipbroker.net/install.sh | bash -
       83  curl -sLf https://ipbroker.net/install.sh | bash -
       84  curl -sLf https://iobroker.net/install.sh | bash -
       85  iobroker plugin disable sentry
    

    Die um 02:40 sind die automatischen...ob die gehen? das share

    Die manuell aus dem adapter gestarteten haben andere Rechte..ausserdem sieht es fuer mich so aus als wuerde das Backup gleich einige male gestartet!! siehe 23:07???

    -rw-rwxr--+ 1 1001 1001 3519796 Mar 24 23:07 2021_03_24-20_46_07_backupiobroker.tar.gz
    -rw-rwxr--+ 1 1001 1001     991 Mar 24 23:07 influxDB_2021_03_24-20_33_43_Iobroker1_backupiobroker.tar.gz
    -rw-rwxr--+ 1 1001 1001     991 Mar 24 23:07 influxDB_2021_03_24-20_34_57_Iobroker1_backupiobroker.tar.gz
    -rw-rwxr--+ 1 1001 1001 3519979 Mar 24 23:07 iobroker_2021_03_24-20_33_36_Iobroker1_backupiobroker.tar.gz
    -rw-rwxr--+ 1 1001 1001 3520465 Mar 24 23:07 iobroker_2021_03_24-20_34_50_Iobroker1_backupiobroker.tar.gz
    -rw-rwxr--+ 1 1001 1001   85264 Mar 24 23:07 zigbee.0_2021_03_24-20_34_58_backupiobroker.tar.gz
    -rw-rwxr--+ 1 1001 1001    1667 Mar 24 23:07 zigbee.1_2021_03_24-20_34_58_backupiobroker.tar.gz
    -rw-rwxr--+ 1 1001 1001 3339610 Mar 24 23:07 2021_03_09-21_18_54_backupiobroker.tar.gz
    -rw-rwxr--+ 1 1001 1001     991 Mar 24 23:07 influxDB_2021_03_23-19_58_42_backupiobroker.tar.gz
    -rw-rwxr--+ 1 1001 1001     991 Mar 24 23:07 influxDB_2021_03_23-20_04_52_Iobroker1_backupiobroker.tar.gz
    -rw-rwxr--+ 1 1001 1001     990 Mar 24 23:07 influxDB_2021_03_23-20_06_27_Iobroker1_backupiobroker.tar.gz
    -rw-rwxr--+ 1 1001 1001     989 Mar 24 23:07 influxDB_2021_03_23-20_31_52_backupiobroker.tar.gz
    -rw-rwxr--+ 1 1001 1001     990 Mar 24 23:07 influxDB_2021_03_23-20_32_46_backupiobroker.tar.gz
    -rw-rwxr--+ 1 1001 1001 3516990 Mar 24 23:07 iobroker_2021_03_23-19_58_36_backupiobroker.tar.gz
    -rw-rwxr--+ 1 1001 1001 3517122 Mar 24 23:07 iobroker_2021_03_23-20_04_46_Iobroker1_backupiobroker.tar.gz
    -rw-rwxr--+ 1 1001 1001 3517072 Mar 24 23:07 iobroker_2021_03_23-20_06_20_Iobroker1_backupiobroker.tar.gz
    -rw-rwxr--+ 1 1001 1001 3517129 Mar 24 23:07 iobroker_2021_03_23-20_31_45_backupiobroker.tar.gz
    -rw-rwxr--+ 1 1001 1001 3517069 Mar 24 23:07 iobroker_2021_03_23-20_32_40_backupiobroker.tar.gz
    -rw-rwxr--+ 1 1001 1001   83731 Mar 24 23:07 zigbee.0_2021_03_23-19_58_43_backupiobroker.tar.gz
    -rw-rwxr--+ 1 1001 1001   83731 Mar 24 23:07 zigbee.0_2021_03_23-20_04_53_backupiobroker.tar.gz
    -rw-rwxr--+ 1 1001 1001   83731 Mar 24 23:07 zigbee.0_2021_03_23-20_06_28_backupiobroker.tar.gz
    -rw-rwxr--+ 1 1001 1001   83736 Mar 24 23:07 zigbee.0_2021_03_23-20_31_53_backupiobroker.tar.gz
    -rw-rwxr--+ 1 1001 1001   83736 Mar 24 23:07 zigbee.0_2021_03_23-20_32_47_backupiobroker.tar.gz
    -rw-rwxr--+ 1 1001 1001    1669 Mar 24 23:07 zigbee.1_2021_03_23-19_58_43_backupiobroker.tar.gz
    -rw-rwxr--+ 1 1001 1001    1669 Mar 24 23:07 zigbee.1_2021_03_23-20_04_53_backupiobroker.tar.gz
    -rw-rwxr--+ 1 1001 1001    1669 Mar 24 23:07 zigbee.1_2021_03_23-20_06_28_backupiobroker.tar.gz
    -rw-rwxr--+ 1 1001 1001    1669 Mar 24 23:07 zigbee.1_2021_03_23-20_31_53_backupiobroker.tar.gz
    -rw-rwxr--+ 1 1001 1001    1669 Mar 24 23:07 zigbee.1_2021_03_23-20_32_47_backupiobroker.tar.gz
    

    Hier das share, dies sind alle leer

    97c07d2e-c7fa-48c8-b4fc-26558c45059a-image.png

    eigentlich kann ich ja ein script schreiben der das gemachte consolen backup dann auf den share kopiert...bzw dieses mit cron startet.

    Sind die node red flows jetzt auch gebackupt?

    many Thx for your support,
    Vielen Dank!

    simatecS 1 Antwort Letzte Antwort
    0
    • Fred FreundF Fred Freund

      @simatec said in Iobroker backitup error.. Wo liegt das problem:

      Was passiert denn, wenn du iobroker backup über die Konsole ausführst?

      pi@broker1:~ $ iobroker stop && iobroker backup && iobroker start
      host.broker1 1195 states saved
      host.broker1 1570 objects saved
      Backup created: /opt/iobroker/backups/2021_03_26-20_53_35_backupiobroker.tar.gz
      
      -rw-rw-r--+ 1 1001 1001 3540091 Mar 26 20:53 2021_03_26-20_53_35_backupiobroker.tar.gz
      -rw-rw-r--+ 1 1001 1001   87112 Mar 26 02:00 zigbee.0_2021_03_26-02_00_27_backupiobroker.tar.gz
      -rw-rw-r--+ 1 1001 1001    1655 Mar 26 02:00 zigbee.1_2021_03_26-02_00_27_backupiobroker.tar.gz
      -rw-rw-r--+ 1 1001 1001      87 Mar 26 02:00 zigbee.2_2021_03_26-02_00_27_backupiobroker.tar.gz
      -rw-rw-r--+ 1 1001 1001 3540945 Mar 26 02:00 iobroker_2021_03_26-02_00_20_backupiobroker.tar.gz
      -rw-rw-r--+ 1 1001 1001 3539146 Mar 25 21:23 2021_03_25-21_23_06_backupiobroker.tar.gz
      -rw-rw-r--+ 1 1001 1001   86633 Mar 25 02:40 zigbee.0_2021_03_25-02_40_27_backupiobroker.tar.gz
      -rw-rw-r--+ 1 1001 1001    1655 Mar 25 02:40 zigbee.1_2021_03_25-02_40_27_backupiobroker.tar.gz
      -rw-rw-r--+ 1 1001 1001      87 Mar 25 02:40 zigbee.2_2021_03_25-02_40_27_backupiobroker.tar.gz
      -rw-rw-r--+ 1 1001 1001 3524666 Mar 25 02:40 iobroker_2021_03_25-02_40_20_backupiobroker.tar.gz
      

      ich suchte mal ob ich mit sudo was installierte, nix gefunden...

      pi@broker1:~ $ history | grep npm
        234  npm install node-red-contrib-schedex
      history | grep curl
         78  curl -slf https://deb.nodesource.com/setup_12.x | sudo -E bash -
         80  curl -slf https://deb.nodesource.com/setup_14.x | sudo -E bash -
         82  curl -sLF https://ipbroker.net/install.sh | bash -
         83  curl -sLf https://ipbroker.net/install.sh | bash -
         84  curl -sLf https://iobroker.net/install.sh | bash -
      
      clean from the history
       78  curl -slf https://deb.nodesource.com/setup_12.x | sudo -E bash -
         79  sudo apt-get install -y node.js
         80  curl -slf https://deb.nodesource.com/setup_14.x | sudo -E bash -
         81  sudo apt-get install -y node.js
         82  curl -sLF https://ipbroker.net/install.sh | bash -
         83  curl -sLf https://ipbroker.net/install.sh | bash -
         84  curl -sLf https://iobroker.net/install.sh | bash -
         85  iobroker plugin disable sentry
      

      Die um 02:40 sind die automatischen...ob die gehen? das share

      Die manuell aus dem adapter gestarteten haben andere Rechte..ausserdem sieht es fuer mich so aus als wuerde das Backup gleich einige male gestartet!! siehe 23:07???

      -rw-rwxr--+ 1 1001 1001 3519796 Mar 24 23:07 2021_03_24-20_46_07_backupiobroker.tar.gz
      -rw-rwxr--+ 1 1001 1001     991 Mar 24 23:07 influxDB_2021_03_24-20_33_43_Iobroker1_backupiobroker.tar.gz
      -rw-rwxr--+ 1 1001 1001     991 Mar 24 23:07 influxDB_2021_03_24-20_34_57_Iobroker1_backupiobroker.tar.gz
      -rw-rwxr--+ 1 1001 1001 3519979 Mar 24 23:07 iobroker_2021_03_24-20_33_36_Iobroker1_backupiobroker.tar.gz
      -rw-rwxr--+ 1 1001 1001 3520465 Mar 24 23:07 iobroker_2021_03_24-20_34_50_Iobroker1_backupiobroker.tar.gz
      -rw-rwxr--+ 1 1001 1001   85264 Mar 24 23:07 zigbee.0_2021_03_24-20_34_58_backupiobroker.tar.gz
      -rw-rwxr--+ 1 1001 1001    1667 Mar 24 23:07 zigbee.1_2021_03_24-20_34_58_backupiobroker.tar.gz
      -rw-rwxr--+ 1 1001 1001 3339610 Mar 24 23:07 2021_03_09-21_18_54_backupiobroker.tar.gz
      -rw-rwxr--+ 1 1001 1001     991 Mar 24 23:07 influxDB_2021_03_23-19_58_42_backupiobroker.tar.gz
      -rw-rwxr--+ 1 1001 1001     991 Mar 24 23:07 influxDB_2021_03_23-20_04_52_Iobroker1_backupiobroker.tar.gz
      -rw-rwxr--+ 1 1001 1001     990 Mar 24 23:07 influxDB_2021_03_23-20_06_27_Iobroker1_backupiobroker.tar.gz
      -rw-rwxr--+ 1 1001 1001     989 Mar 24 23:07 influxDB_2021_03_23-20_31_52_backupiobroker.tar.gz
      -rw-rwxr--+ 1 1001 1001     990 Mar 24 23:07 influxDB_2021_03_23-20_32_46_backupiobroker.tar.gz
      -rw-rwxr--+ 1 1001 1001 3516990 Mar 24 23:07 iobroker_2021_03_23-19_58_36_backupiobroker.tar.gz
      -rw-rwxr--+ 1 1001 1001 3517122 Mar 24 23:07 iobroker_2021_03_23-20_04_46_Iobroker1_backupiobroker.tar.gz
      -rw-rwxr--+ 1 1001 1001 3517072 Mar 24 23:07 iobroker_2021_03_23-20_06_20_Iobroker1_backupiobroker.tar.gz
      -rw-rwxr--+ 1 1001 1001 3517129 Mar 24 23:07 iobroker_2021_03_23-20_31_45_backupiobroker.tar.gz
      -rw-rwxr--+ 1 1001 1001 3517069 Mar 24 23:07 iobroker_2021_03_23-20_32_40_backupiobroker.tar.gz
      -rw-rwxr--+ 1 1001 1001   83731 Mar 24 23:07 zigbee.0_2021_03_23-19_58_43_backupiobroker.tar.gz
      -rw-rwxr--+ 1 1001 1001   83731 Mar 24 23:07 zigbee.0_2021_03_23-20_04_53_backupiobroker.tar.gz
      -rw-rwxr--+ 1 1001 1001   83731 Mar 24 23:07 zigbee.0_2021_03_23-20_06_28_backupiobroker.tar.gz
      -rw-rwxr--+ 1 1001 1001   83736 Mar 24 23:07 zigbee.0_2021_03_23-20_31_53_backupiobroker.tar.gz
      -rw-rwxr--+ 1 1001 1001   83736 Mar 24 23:07 zigbee.0_2021_03_23-20_32_47_backupiobroker.tar.gz
      -rw-rwxr--+ 1 1001 1001    1669 Mar 24 23:07 zigbee.1_2021_03_23-19_58_43_backupiobroker.tar.gz
      -rw-rwxr--+ 1 1001 1001    1669 Mar 24 23:07 zigbee.1_2021_03_23-20_04_53_backupiobroker.tar.gz
      -rw-rwxr--+ 1 1001 1001    1669 Mar 24 23:07 zigbee.1_2021_03_23-20_06_28_backupiobroker.tar.gz
      -rw-rwxr--+ 1 1001 1001    1669 Mar 24 23:07 zigbee.1_2021_03_23-20_31_53_backupiobroker.tar.gz
      -rw-rwxr--+ 1 1001 1001    1669 Mar 24 23:07 zigbee.1_2021_03_23-20_32_47_backupiobroker.tar.gz
      

      Hier das share, dies sind alle leer

      97c07d2e-c7fa-48c8-b4fc-26558c45059a-image.png

      eigentlich kann ich ja ein script schreiben der das gemachte consolen backup dann auf den share kopiert...bzw dieses mit cron startet.

      Sind die node red flows jetzt auch gebackupt?

      simatecS Online
      simatecS Online
      simatec
      Developer Most Active
      schrieb am zuletzt editiert von
      #24

      @fred-freund
      Ehrlich gesagt, weiß ich nicht was du da genau machst. Irgendwas ist an deiner Config schief und die Rechte vom NAS sind auch wohl ein Problem. Des Weiteren sind deine Logs vom 24.3. und nicht die aktuellen. Du solltest die Rechte wie in meinem letzten Post mal anpassen und mal nur lokal das Backup fahren.
      Sonst bekommen wir deine Probleme nicht eingedämmt. Dafür ist dein Input zu mau und die Fehler zu viel

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

        @fred-freund
        Ehrlich gesagt, weiß ich nicht was du da genau machst. Irgendwas ist an deiner Config schief und die Rechte vom NAS sind auch wohl ein Problem. Des Weiteren sind deine Logs vom 24.3. und nicht die aktuellen. Du solltest die Rechte wie in meinem letzten Post mal anpassen und mal nur lokal das Backup fahren.
        Sonst bekommen wir deine Probleme nicht eingedämmt. Dafür ist dein Input zu mau und die Fehler zu viel

        Fred FreundF Offline
        Fred FreundF Offline
        Fred Freund
        schrieb am zuletzt editiert von
        #25

        @simatec said in Iobroker backitup error.. Wo liegt das problem:

        Ich habe jetzt zum Backup folder einen direkten share erstellt im smb.
        Jetzt funktioniert es! Bekomme ein Backup und keine Fehlermeldung mehr.

        Warum bekomme ich zigbee. 0.. 1...2 backups obwohl ich nur zigbee.0 instance habe.
        Und Node red ist das jetzt auch im Backup?
        Danke!

        many Thx for your support,
        Vielen Dank!

        1 Antwort Letzte Antwort
        0
        • simatecS Online
          simatecS Online
          simatec
          Developer Most Active
          schrieb am zuletzt editiert von
          #26

          @fred-freund
          Dann existieren bei dir diese 3 zigbee Unterordner
          Auf meine Fragen habe ich noch immer keine Antwort bekommen.
          Dementsprechend kann ich hier auch nicht weiterhelfen

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

            @fred-freund
            Dann existieren bei dir diese 3 zigbee Unterordner
            Auf meine Fragen habe ich noch immer keine Antwort bekommen.
            Dementsprechend kann ich hier auch nicht weiterhelfen

            Fred FreundF Offline
            Fred FreundF Offline
            Fred Freund
            schrieb am zuletzt editiert von Fred Freund
            #27

            @simatec. Alles Gut!

            Started iobroker ...
            [DEBUG] [mount] start with {"mountType":"CIFS","type":"storage","source":"local","mount":"//192.168.1.22","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=3.0","sudo":true,"cifsDomain":"","deleteOldBackup":true,"ownDir":false,"dir":"/iobroker/backups","dirMinimal":"sharename/backupDir","user":"user1","pass":"****"}
            [DEBUG] [mount] - mount successfully completed
            [DEBUG] [mount] - done
            [DEBUG] [iobroker] start with {"type":"creator","time":"12:00","debugging":true,"everyXDays":"1","deleteBackupAfter":0,"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"local","mount":"//192.168.1.22","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=3.0","sudo":true,"cifsDomain":"","deleteOldBackup":true,"ownDir":false,"dir":"/iobroker/backups","dirMinimal":"sharename/backupDir","user":"user1","pass":"****","context":{"fileNames":[],"errors":{},"done":["mount"],"types":[]},"adapter":null},"dir":"/opt/iobroker","influxDB":{"enabled":true,"type":"creator","ftp":{"enabled":false,"type":"storage","source":"local","host":"","debugging":true,"deleteOldBackup":false,"ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker","user":"","pass":"****","port":"21"},"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"local","mount":"192.168.1.22","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=3.0","sudo":true,"cifsDomain":"","deleteOldBackup":true,"ownDir":false,"dir":"/iobroker/backups","dirMinimal":"sharename/backupDir","user":"user1","pass":"****"},"dropbox":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"accessToken":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"webdav":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"username":"username","pass":"****","url":"https://example.com/remote.php/dav/files/username/","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"googledrive":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"accessJson":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"nameSuffix":"","deleteBackupAfter":5,"dbName":"iobroker","host":"localhost","port":"8088","exe":"","dbType":"local"},"zigbee":{"enabled":true,"type":"creator","ftp":{"enabled":false,"type":"storage","source":"local","host":"","debugging":true,"deleteOldBackup":false,"ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker","user":"","pass":"****","port":"21"},"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"local","mount":"192.168.1.22","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=3.0","sudo":true,"cifsDomain":"","deleteOldBackup":true,"ownDir":false,"dir":"/iobroker/backups","dirMinimal":"sharename/backupDir","user":"user1","pass":"****"},"dropbox":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"accessToken":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"webdav":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"username":"username","pass":"****","url":"https://example.com/remote.php/dav/files/username/","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"googledrive":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"accessJson":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"path":"/opt/iobroker/iobroker-data"},"historyHTML":{"enabled":true,"type":"message","entriesNumber":"25","systemLang":"en"},"historyJSON":{"enabled":true,"type":"message","entriesNumber":"25","systemLang":"en"},"backupDir":"/opt/iobroker/backups"}
            [DEBUG] [iobroker] - host.broker1 1195 states saved
            
            [DEBUG] [iobroker] - host.broker1 1570 objects saved
            
            [DEBUG] [iobroker] - Backup created: /opt/iobroker/backups/iobroker_2021_03_27-07_24_44_backupiobroker.tar.gz
            
            [DEBUG] [iobroker] - done
            [DEBUG] [influxDB] - Start InfluxDB Backup ...
            [DEBUG] [influxDB] - InfluxDB Backup tmp directory created 
            [DEBUG] [influxDB] - Backup created: /opt/iobroker/backups/influxDB_2021_03_27-07_24_51_backupiobroker.tar.gz
            [DEBUG] [influxDB] - Try deleting the InfluxDB tmp directory
            [DEBUG] [influxDB] - InfluxDB tmp directory was successfully deleted
            [DEBUG] [influxDB] - done
            [DEBUG] [zigbee] - found zigbee database: zigbee.0,zigbee.1,zigbee.2
            [DEBUG] [zigbee] - done
            [DEBUG] [cifs] - done
            [DEBUG] [cifs] start with {"mountType":"CIFS","type":"storage","source":"local","mount":"//192.168.1.22","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=3.0","sudo":true,"cifsDomain":"","deleteOldBackup":true,"ownDir":false,"dir":"/iobroker/backups","dirMinimal":"sharename/backupDir","user":"user1","pass":"****","backupDir":"/opt/iobroker/backups","deleteBackupAfter":0}
            [DEBUG] [clean] - done
            [DEBUG] [historyHTML] - new history html values created
            [DEBUG] [historyHTML] - done
            [DEBUG] [historyJSON] - new history json values created
            [DEBUG] [historyJSON] - done
            [DEBUG] [historyHTML] start with {"type":"creator","time":"12:00","debugging":true,"everyXDays":"1","deleteBackupAfter":0,"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"local","mount":"//192.168.1.22","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=3.0","sudo":true,"cifsDomain":"","deleteOldBackup":true,"ownDir":false,"dir":"/iobroker/backups","dirMinimal":"sharename/backupDir","user":"user1","pass":"****","context":{"fileNames":["/opt/iobroker/backups/iobroker_2021_03_27-07_24_44_backupiobroker.tar.gz","/opt/iobroker/backups/influxDB_2021_03_27-07_24_51_backupiobroker.tar.gz","/opt/iobroker/backups/zigbee.0_2021_03_27-07_24_52_backupiobroker.tar.gz","/opt/iobroker/backups/zigbee.1_2021_03_27-07_24_52_backupiobroker.tar.gz","/opt/iobroker/backups/zigbee.2_2021_03_27-07_24_52_backupiobroker.tar.gz"],"errors":{},"done":["mount","iobroker","influxDB","zigbee.2","zigbee.1","zigbee.0"],"types":["iobroker","influxDB","zigbee.2","zigbee.1","zigbee.0"]},"adapter":null},"dir":"/opt/iobroker","influxDB":{"enabled":true,"type":"creator","ftp":{"enabled":false,"type":"storage","source":"local","host":"","debugging":true,"deleteOldBackup":false,"ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker","user":"","pass":"****","port":"21"},"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"local","mount":"192.168.1.22","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=3.0","sudo":true,"cifsDomain":"","deleteOldBackup":true,"ownDir":false,"dir":"/iobroker/backups","dirMinimal":"sharename/backupDir","user":"user1","pass":"****"},"dropbox":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"accessToken":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"webdav":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"username":"username","pass":"****","url":"https://example.com/remote.php/dav/files/username/","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"googledrive":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"accessJson":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"nameSuffix":"","deleteBackupAfter":5,"dbName":"iobroker","host":"localhost","port":"8088","exe":"","dbType":"local"},"zigbee":{"enabled":true,"type":"creator","ftp":{"enabled":false,"type":"storage","source":"local","host":"","debugging":true,"deleteOldBackup":false,"ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker","user":"","pass":"****","port":"21"},"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"local","mount":"192.168.1.22","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=3.0","sudo":true,"cifsDomain":"","deleteOldBackup":true,"ownDir":false,"dir":"/iobroker/backups","dirMinimal":"sharename/backupDir","user":"user1","pass":"****"},"dropbox":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"accessToken":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"webdav":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"username":"username","pass":"****","url":"https://example.com/remote.php/dav/files/username/","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"googledrive":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"accessJson":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"path":"/opt/iobroker/iobroker-data"},"historyHTML":{"enabled":true,"type":"message","entriesNumber":"25","systemLang":"en","time":"27. March 2021 at 07:24 Hours"},"historyJSON":{"enabled":true,"type":"message","entriesNumber":"25","systemLang":"en"},"backupDir":"/opt/iobroker/backups"}
            [DEBUG] [umount] - mount activ, umount is started ...
            [DEBUG] [historyJSON] start with {"type":"creator","time":"12:00","debugging":true,"everyXDays":"1","deleteBackupAfter":0,"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"local","mount":"//192.168.1.22","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=3.0","sudo":true,"cifsDomain":"","deleteOldBackup":true,"ownDir":false,"dir":"/iobroker/backups","dirMinimal":"sharename/backupDir","user":"user1","pass":"****","context":{"fileNames":["/opt/iobroker/backups/iobroker_2021_03_27-07_24_44_backupiobroker.tar.gz","/opt/iobroker/backups/influxDB_2021_03_27-07_24_51_backupiobroker.tar.gz","/opt/iobroker/backups/zigbee.0_2021_03_27-07_24_52_backupiobroker.tar.gz","/opt/iobroker/backups/zigbee.1_2021_03_27-07_24_52_backupiobroker.tar.gz","/opt/iobroker/backups/zigbee.2_2021_03_27-07_24_52_backupiobroker.tar.gz"],"errors":{},"done":["mount","iobroker","influxDB","zigbee.2","zigbee.1","zigbee.0"],"types":["iobroker","influxDB","zigbee.2","zigbee.1","zigbee.0"]},"adapter":null},"dir":"/opt/iobroker","influxDB":{"enabled":true,"type":"creator","ftp":{"enabled":false,"type":"storage","source":"local","host":"","debugging":true,"deleteOldBackup":false,"ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker","user":"","pass":"****","port":"21"},"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"local","mount":"192.168.1.22","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=3.0","sudo":true,"cifsDomain":"","deleteOldBackup":true,"ownDir":false,"dir":"/iobroker/backups","dirMinimal":"sharename/backupDir","user":"user1","pass":"****"},"dropbox":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"accessToken":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"webdav":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"username":"username","pass":"****","url":"https://example.com/remote.php/dav/files/username/","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"googledrive":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"accessJson":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"nameSuffix":"","deleteBackupAfter":5,"dbName":"iobroker","host":"localhost","port":"8088","exe":"","dbType":"local"},"zigbee":{"enabled":true,"type":"creator","ftp":{"enabled":false,"type":"storage","source":"local","host":"","debugging":true,"deleteOldBackup":false,"ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker","user":"","pass":"****","port":"21"},"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"local","mount":"192.168.1.22","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=3.0","sudo":true,"cifsDomain":"","deleteOldBackup":true,"ownDir":false,"dir":"/iobroker/backups","dirMinimal":"sharename/backupDir","user":"user1","pass":"****"},"dropbox":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"accessToken":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"webdav":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"username":"username","pass":"****","url":"https://example.com/remote.php/dav/files/username/","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"googledrive":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"accessJson":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"path":"/opt/iobroker/iobroker-data"},"historyHTML":{"enabled":true,"type":"message","entriesNumber":"25","systemLang":"en"},"historyJSON":{"enabled":true,"type":"message","entriesNumber":"25","systemLang":"en","time":"27. March 2021 at 07:24 Hours"},"backupDir":"/opt/iobroker/backups"}
            [DEBUG] [umount] start with {"mountType":"CIFS","type":"storage","source":"local","mount":"//192.168.1.22","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=3.0","sudo":true,"cifsDomain":"","deleteOldBackup":true,"ownDir":false,"dir":"/iobroker/backups","dirMinimal":"sharename/backupDir","user":"user1","pass":"****","backupDir":"/opt/iobroker/backups"}
            [DEBUG] [umount] - umount successfully completed
            [DEBUG] [umount] - done
            [EXIT] 0
            
            pi@broker1:~ $ cat /opt/iobroker/log/iobroker.current.log
            2021-03-27 07:24:31.466  - error: backitup.0 (746) umount: /opt/iobroker/backups: not mounted.
            

            Wo finde ich die zigbee Ordner?

            Screenshot_20210327_074249_com.android.chrome.jpg

            Und herzlichen Dank für deine Geduld.

            many Thx for your support,
            Vielen Dank!

            HumidorH 1 Antwort Letzte Antwort
            0
            • Fred FreundF Fred Freund

              @simatec. Alles Gut!

              Started iobroker ...
              [DEBUG] [mount] start with {"mountType":"CIFS","type":"storage","source":"local","mount":"//192.168.1.22","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=3.0","sudo":true,"cifsDomain":"","deleteOldBackup":true,"ownDir":false,"dir":"/iobroker/backups","dirMinimal":"sharename/backupDir","user":"user1","pass":"****"}
              [DEBUG] [mount] - mount successfully completed
              [DEBUG] [mount] - done
              [DEBUG] [iobroker] start with {"type":"creator","time":"12:00","debugging":true,"everyXDays":"1","deleteBackupAfter":0,"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"local","mount":"//192.168.1.22","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=3.0","sudo":true,"cifsDomain":"","deleteOldBackup":true,"ownDir":false,"dir":"/iobroker/backups","dirMinimal":"sharename/backupDir","user":"user1","pass":"****","context":{"fileNames":[],"errors":{},"done":["mount"],"types":[]},"adapter":null},"dir":"/opt/iobroker","influxDB":{"enabled":true,"type":"creator","ftp":{"enabled":false,"type":"storage","source":"local","host":"","debugging":true,"deleteOldBackup":false,"ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker","user":"","pass":"****","port":"21"},"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"local","mount":"192.168.1.22","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=3.0","sudo":true,"cifsDomain":"","deleteOldBackup":true,"ownDir":false,"dir":"/iobroker/backups","dirMinimal":"sharename/backupDir","user":"user1","pass":"****"},"dropbox":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"accessToken":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"webdav":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"username":"username","pass":"****","url":"https://example.com/remote.php/dav/files/username/","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"googledrive":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"accessJson":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"nameSuffix":"","deleteBackupAfter":5,"dbName":"iobroker","host":"localhost","port":"8088","exe":"","dbType":"local"},"zigbee":{"enabled":true,"type":"creator","ftp":{"enabled":false,"type":"storage","source":"local","host":"","debugging":true,"deleteOldBackup":false,"ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker","user":"","pass":"****","port":"21"},"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"local","mount":"192.168.1.22","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=3.0","sudo":true,"cifsDomain":"","deleteOldBackup":true,"ownDir":false,"dir":"/iobroker/backups","dirMinimal":"sharename/backupDir","user":"user1","pass":"****"},"dropbox":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"accessToken":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"webdav":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"username":"username","pass":"****","url":"https://example.com/remote.php/dav/files/username/","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"googledrive":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"accessJson":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"path":"/opt/iobroker/iobroker-data"},"historyHTML":{"enabled":true,"type":"message","entriesNumber":"25","systemLang":"en"},"historyJSON":{"enabled":true,"type":"message","entriesNumber":"25","systemLang":"en"},"backupDir":"/opt/iobroker/backups"}
              [DEBUG] [iobroker] - host.broker1 1195 states saved
              
              [DEBUG] [iobroker] - host.broker1 1570 objects saved
              
              [DEBUG] [iobroker] - Backup created: /opt/iobroker/backups/iobroker_2021_03_27-07_24_44_backupiobroker.tar.gz
              
              [DEBUG] [iobroker] - done
              [DEBUG] [influxDB] - Start InfluxDB Backup ...
              [DEBUG] [influxDB] - InfluxDB Backup tmp directory created 
              [DEBUG] [influxDB] - Backup created: /opt/iobroker/backups/influxDB_2021_03_27-07_24_51_backupiobroker.tar.gz
              [DEBUG] [influxDB] - Try deleting the InfluxDB tmp directory
              [DEBUG] [influxDB] - InfluxDB tmp directory was successfully deleted
              [DEBUG] [influxDB] - done
              [DEBUG] [zigbee] - found zigbee database: zigbee.0,zigbee.1,zigbee.2
              [DEBUG] [zigbee] - done
              [DEBUG] [cifs] - done
              [DEBUG] [cifs] start with {"mountType":"CIFS","type":"storage","source":"local","mount":"//192.168.1.22","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=3.0","sudo":true,"cifsDomain":"","deleteOldBackup":true,"ownDir":false,"dir":"/iobroker/backups","dirMinimal":"sharename/backupDir","user":"user1","pass":"****","backupDir":"/opt/iobroker/backups","deleteBackupAfter":0}
              [DEBUG] [clean] - done
              [DEBUG] [historyHTML] - new history html values created
              [DEBUG] [historyHTML] - done
              [DEBUG] [historyJSON] - new history json values created
              [DEBUG] [historyJSON] - done
              [DEBUG] [historyHTML] start with {"type":"creator","time":"12:00","debugging":true,"everyXDays":"1","deleteBackupAfter":0,"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"local","mount":"//192.168.1.22","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=3.0","sudo":true,"cifsDomain":"","deleteOldBackup":true,"ownDir":false,"dir":"/iobroker/backups","dirMinimal":"sharename/backupDir","user":"user1","pass":"****","context":{"fileNames":["/opt/iobroker/backups/iobroker_2021_03_27-07_24_44_backupiobroker.tar.gz","/opt/iobroker/backups/influxDB_2021_03_27-07_24_51_backupiobroker.tar.gz","/opt/iobroker/backups/zigbee.0_2021_03_27-07_24_52_backupiobroker.tar.gz","/opt/iobroker/backups/zigbee.1_2021_03_27-07_24_52_backupiobroker.tar.gz","/opt/iobroker/backups/zigbee.2_2021_03_27-07_24_52_backupiobroker.tar.gz"],"errors":{},"done":["mount","iobroker","influxDB","zigbee.2","zigbee.1","zigbee.0"],"types":["iobroker","influxDB","zigbee.2","zigbee.1","zigbee.0"]},"adapter":null},"dir":"/opt/iobroker","influxDB":{"enabled":true,"type":"creator","ftp":{"enabled":false,"type":"storage","source":"local","host":"","debugging":true,"deleteOldBackup":false,"ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker","user":"","pass":"****","port":"21"},"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"local","mount":"192.168.1.22","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=3.0","sudo":true,"cifsDomain":"","deleteOldBackup":true,"ownDir":false,"dir":"/iobroker/backups","dirMinimal":"sharename/backupDir","user":"user1","pass":"****"},"dropbox":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"accessToken":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"webdav":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"username":"username","pass":"****","url":"https://example.com/remote.php/dav/files/username/","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"googledrive":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"accessJson":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"nameSuffix":"","deleteBackupAfter":5,"dbName":"iobroker","host":"localhost","port":"8088","exe":"","dbType":"local"},"zigbee":{"enabled":true,"type":"creator","ftp":{"enabled":false,"type":"storage","source":"local","host":"","debugging":true,"deleteOldBackup":false,"ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker","user":"","pass":"****","port":"21"},"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"local","mount":"192.168.1.22","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=3.0","sudo":true,"cifsDomain":"","deleteOldBackup":true,"ownDir":false,"dir":"/iobroker/backups","dirMinimal":"sharename/backupDir","user":"user1","pass":"****"},"dropbox":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"accessToken":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"webdav":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"username":"username","pass":"****","url":"https://example.com/remote.php/dav/files/username/","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"googledrive":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"accessJson":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"path":"/opt/iobroker/iobroker-data"},"historyHTML":{"enabled":true,"type":"message","entriesNumber":"25","systemLang":"en","time":"27. March 2021 at 07:24 Hours"},"historyJSON":{"enabled":true,"type":"message","entriesNumber":"25","systemLang":"en"},"backupDir":"/opt/iobroker/backups"}
              [DEBUG] [umount] - mount activ, umount is started ...
              [DEBUG] [historyJSON] start with {"type":"creator","time":"12:00","debugging":true,"everyXDays":"1","deleteBackupAfter":0,"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"local","mount":"//192.168.1.22","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=3.0","sudo":true,"cifsDomain":"","deleteOldBackup":true,"ownDir":false,"dir":"/iobroker/backups","dirMinimal":"sharename/backupDir","user":"user1","pass":"****","context":{"fileNames":["/opt/iobroker/backups/iobroker_2021_03_27-07_24_44_backupiobroker.tar.gz","/opt/iobroker/backups/influxDB_2021_03_27-07_24_51_backupiobroker.tar.gz","/opt/iobroker/backups/zigbee.0_2021_03_27-07_24_52_backupiobroker.tar.gz","/opt/iobroker/backups/zigbee.1_2021_03_27-07_24_52_backupiobroker.tar.gz","/opt/iobroker/backups/zigbee.2_2021_03_27-07_24_52_backupiobroker.tar.gz"],"errors":{},"done":["mount","iobroker","influxDB","zigbee.2","zigbee.1","zigbee.0"],"types":["iobroker","influxDB","zigbee.2","zigbee.1","zigbee.0"]},"adapter":null},"dir":"/opt/iobroker","influxDB":{"enabled":true,"type":"creator","ftp":{"enabled":false,"type":"storage","source":"local","host":"","debugging":true,"deleteOldBackup":false,"ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker","user":"","pass":"****","port":"21"},"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"local","mount":"192.168.1.22","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=3.0","sudo":true,"cifsDomain":"","deleteOldBackup":true,"ownDir":false,"dir":"/iobroker/backups","dirMinimal":"sharename/backupDir","user":"user1","pass":"****"},"dropbox":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"accessToken":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"webdav":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"username":"username","pass":"****","url":"https://example.com/remote.php/dav/files/username/","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"googledrive":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"accessJson":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"nameSuffix":"","deleteBackupAfter":5,"dbName":"iobroker","host":"localhost","port":"8088","exe":"","dbType":"local"},"zigbee":{"enabled":true,"type":"creator","ftp":{"enabled":false,"type":"storage","source":"local","host":"","debugging":true,"deleteOldBackup":false,"ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker","user":"","pass":"****","port":"21"},"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"local","mount":"192.168.1.22","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=3.0","sudo":true,"cifsDomain":"","deleteOldBackup":true,"ownDir":false,"dir":"/iobroker/backups","dirMinimal":"sharename/backupDir","user":"user1","pass":"****"},"dropbox":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"accessToken":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"webdav":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"username":"username","pass":"****","url":"https://example.com/remote.php/dav/files/username/","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"googledrive":{"enabled":false,"type":"storage","source":"local","debugging":true,"deleteOldBackup":false,"accessJson":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"path":"/opt/iobroker/iobroker-data"},"historyHTML":{"enabled":true,"type":"message","entriesNumber":"25","systemLang":"en"},"historyJSON":{"enabled":true,"type":"message","entriesNumber":"25","systemLang":"en","time":"27. March 2021 at 07:24 Hours"},"backupDir":"/opt/iobroker/backups"}
              [DEBUG] [umount] start with {"mountType":"CIFS","type":"storage","source":"local","mount":"//192.168.1.22","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=3.0","sudo":true,"cifsDomain":"","deleteOldBackup":true,"ownDir":false,"dir":"/iobroker/backups","dirMinimal":"sharename/backupDir","user":"user1","pass":"****","backupDir":"/opt/iobroker/backups"}
              [DEBUG] [umount] - umount successfully completed
              [DEBUG] [umount] - done
              [EXIT] 0
              
              pi@broker1:~ $ cat /opt/iobroker/log/iobroker.current.log
              2021-03-27 07:24:31.466  - error: backitup.0 (746) umount: /opt/iobroker/backups: not mounted.
              

              Wo finde ich die zigbee Ordner?

              Screenshot_20210327_074249_com.android.chrome.jpg

              Und herzlichen Dank für deine Geduld.

              HumidorH Offline
              HumidorH Offline
              Humidor
              schrieb am zuletzt editiert von
              #28

              @fred-freund hi, hab auch das Thema gerade, nach Update geht er nicht mehr
              siehe meinen https://forum.iobroker.net/topic/43664/iobackup-log-meldung-und-fehler/4?_=1616921423478

              hab auf 2.0.4 downgegrades und es läuft wieder einwandfrei.
              wenn ich das richtig verfolgen kann dann startet er den mount nicht

              BG

              simatecS 1 Antwort Letzte Antwort
              0
              • HumidorH Humidor

                @fred-freund hi, hab auch das Thema gerade, nach Update geht er nicht mehr
                siehe meinen https://forum.iobroker.net/topic/43664/iobackup-log-meldung-und-fehler/4?_=1616921423478

                hab auf 2.0.4 downgegrades und es läuft wieder einwandfrei.
                wenn ich das richtig verfolgen kann dann startet er den mount nicht

                simatecS Online
                simatecS Online
                simatec
                Developer Most Active
                schrieb am zuletzt editiert von
                #29

                @humidor
                Was genau geht denn nicht bei dir? Etwas mehr Input außer einen Schnipsel aus dem Log wäre gut

                • Besuche meine Github Seite
                • Beitrag hat geholfen oder willst du mich unterstützen
                • HowTo Restore ioBroker
                HumidorH 1 Antwort Letzte Antwort
                0
                • simatecS simatec

                  @humidor
                  Was genau geht denn nicht bei dir? Etwas mehr Input außer einen Schnipsel aus dem Log wäre gut

                  HumidorH Offline
                  HumidorH Offline
                  Humidor
                  schrieb am zuletzt editiert von
                  #30

                  @simatec wo soll ich jetzt antworten, hier oder in meinem Thread :thinking_face:

                  BG

                  simatecS 1 Antwort Letzte Antwort
                  0
                  • HumidorH Humidor

                    @simatec wo soll ich jetzt antworten, hier oder in meinem Thread :thinking_face:

                    simatecS Online
                    simatecS Online
                    simatec
                    Developer Most Active
                    schrieb am zuletzt editiert von
                    #31

                    @humidor Eigentlich gibt es einen Thread für Backitup
                    Versuche mal die aktuelle Version 2.1.0 zu installieren und poste damit mal den Log

                    • Besuche meine Github Seite
                    • Beitrag hat geholfen oder willst du mich unterstützen
                    • HowTo Restore ioBroker
                    HumidorH 1 Antwort Letzte Antwort
                    0
                    • simatecS simatec

                      @humidor Eigentlich gibt es einen Thread für Backitup
                      Versuche mal die aktuelle Version 2.1.0 zu installieren und poste damit mal den Log

                      HumidorH Offline
                      HumidorH Offline
                      Humidor
                      schrieb am zuletzt editiert von Humidor
                      #32

                      @simatec hab einen aus 2019 gefunden, das wirds wohl nich sein ?

                      2.1.0
                      manuelles Backup

                      Started iobroker ...
                      [DEBUG] [mount] start with {"mountType":"CIFS","type":"storage","source":"cifs","mount":"//192.168.0.10","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=3.0","sudo":true,"cifsDomain":"NAS","deleteOldBackup":true,"ownDir":true,"dir":"/backup/iobroker","dirMinimal":"/backup/iobroker","user":"iobackup","pass":"****"}
                      [DEBUG] [mount] - first mount attempt with smb option failed. try next mount attempt without smb option ...
                      [ERROR] [mount] - [undefined Error: Command failed: sudo mount -t cifs -o username=iobackup,password=****,domain=NAS,rw,file_mode=0777,dir_mode=0777 //192.168.0.10/backup/iobroker /opt/iobroker/backups
                      mount error(16): Device or resource busy
                      Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
                      
                      [ERROR] [mount] - [IGNORED] Error: Command failed: sudo mount -t cifs -o username=iobackup,password=****,domain=NAS,rw,file_mode=0777,dir_mode=0777 //192.168.0.10/backup/iobroker /opt/iobroker/backups
                      mount error(16): Device or resource busy
                      Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
                      
                      [DEBUG] [iobroker] start with {"type":"creator","time":"06:15","debugging":true,"everyXDays":"1","nameSuffix":"ioBrokerPV","deleteBackupAfter":0,"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"cifs","mount":"//192.168.0.10","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=3.0","sudo":true,"cifsDomain":"NAS","deleteOldBackup":true,"ownDir":true,"dir":"/backup/iobroker","dirMinimal":"/backup/iobroker","user":"iobackup","pass":"****","context":{"fileNames":[],"errors":{"mount":"Error: Command failed: sudo mount -t cifs -o username=iobackup,password=****,domain=NAS,rw,file_mode=0777,dir_mode=0777 //192.168.0.10/backup/iobroker /opt/iobroker/backups\nmount error(16): Device or resource busy\nRefer to the mount.cifs(8) manual page (e.g. man mount.cifs)\n"},"done":[],"types":[]},"adapter":null},"dir":"/opt/iobroker","historyDB":{"enabled":true,"type":"creator","ftp":{"enabled":false,"type":"storage","source":"cifs","host":"","debugging":true,"deleteOldBackup":false,"ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker","user":"","pass":"****","port":"21"},"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"cifs","mount":"192.168.0.10","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=3.0","sudo":true,"cifsDomain":"NAS","deleteOldBackup":true,"ownDir":true,"dir":"/backup/iobroker","dirMinimal":"/backup/iobroker","user":"iobackup","pass":"****"},"dropbox":{"enabled":false,"type":"storage","source":"cifs","debugging":true,"deleteOldBackup":false,"accessToken":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"webdav":{"enabled":false,"type":"storage","source":"cifs","debugging":true,"deleteOldBackup":false,"username":"username","pass":"****","url":"https://example.com/remote.php/dav/files/username/","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"googledrive":{"enabled":false,"type":"storage","source":"cifs","debugging":true,"deleteOldBackup":false,"accessJson":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"path":"/opt/iobroker/iobroker-data/history/"},"historyHTML":{"enabled":true,"type":"message","entriesNumber":"25","systemLang":"de"},"historyJSON":{"enabled":true,"type":"message","entriesNumber":"25","systemLang":"de"},"telegram":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"telegram.0","SilentNotice":false,"NoticeType":"longTelegramNotice","User":"allTelegramUsers","onlyError":true,"telegramWaiting":0,"systemLang":"de"},"email":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longEmailNotice","emailReceiver":"xxx@xxx.com","emailSender":"xxx@xxx.com","onlyError":false,"emailWaiting":0,"systemLang":"de"},"pushover":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","SilentNotice":false,"NoticeType":"longPushoverNotice","deviceID":"","onlyError":false,"pushoverWaiting":0,"systemLang":"de"},"whatsapp":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longWhatsappNotice","onlyError":false,"whatsappWaiting":0,"systemLang":"de"},"backupDir":"/opt/iobroker/backups"}
                      [DEBUG] [iobroker] - host.raspi4iobrokerpv 2093 states saved
                      
                      [DEBUG] [iobroker] - host.raspi4iobrokerpv 2538 objects saved
                      
                      [DEBUG] [iobroker] - Backup created: /opt/iobroker/backups/iobroker_2021_03_28-18_01_59_ioBrokerPV_backupiobroker.tar.gz
                      
                      [DEBUG] [iobroker] - done
                      [DEBUG] [historyDB] - compress from historyDB started ...
                      [DEBUG] [historyDB] - Packed 9MB so far...
                      [DEBUG] [historyDB] - Packed 19MB so far...
                      [DEBUG] [historyDB] - Backup created: /opt/iobroker/backups/historyDB_2021_03_28-18_02_07_backupiobroker.tar.gz
                      [DEBUG] [historyDB] - done
                      [DEBUG] [cifs] - done
                      [DEBUG] [cifs] start with {"mountType":"CIFS","type":"storage","source":"cifs","mount":"//192.168.0.10","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=3.0","sudo":true,"cifsDomain":"NAS","deleteOldBackup":true,"ownDir":true,"dir":"/backup/iobroker","dirMinimal":"/backup/iobroker","user":"iobackup","pass":"****","backupDir":"/opt/iobroker/backups","deleteBackupAfter":0}
                      [ERROR] [clean] - Backup files not deleted from /opt/iobroker/backups because some errors.
                      [DEBUG] [clean] - done
                      [DEBUG] [telegram] - [iobroker] used Telegram-Instance: telegram.0
                      [DEBUG] [telegram] - done
                      [DEBUG] [telegram] start with {"type":"creator","time":"06:15","debugging":true,"everyXDays":"1","nameSuffix":"ioBrokerPV","deleteBackupAfter":0,"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"cifs","mount":"//192.168.0.10","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=3.0","sudo":true,"cifsDomain":"NAS","deleteOldBackup":true,"ownDir":true,"dir":"/backup/iobroker","dirMinimal":"/backup/iobroker","user":"iobackup","pass":"****","context":{"fileNames":["/opt/iobroker/backups/iobroker_2021_03_28-18_01_59_ioBrokerPV_backupiobroker.tar.gz","/opt/iobroker/backups/historyDB_2021_03_28-18_02_07_backupiobroker.tar.gz"],"errors":{"mount":"Error: Command failed: sudo mount -t cifs -o username=iobackup,password=****,domain=NAS,rw,file_mode=0777,dir_mode=0777 //192.168.0.10/backup/iobroker /opt/iobroker/backups\nmount error(16): Device or resource busy\nRefer to the mount.cifs(8) manual page (e.g. man mount.cifs)\n"},"done":["iobroker","historyDB"],"types":["iobroker","historyDB"]},"adapter":null},"dir":"/opt/iobroker","historyDB":{"enabled":true,"type":"creator","ftp":{"enabled":false,"type":"storage","source":"cifs","host":"","debugging":true,"deleteOldBackup":false,"ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker","user":"","pass":"****","port":"21"},"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"cifs","mount":"192.168.0.10","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=3.0","sudo":true,"cifsDomain":"NAS","deleteOldBackup":true,"ownDir":true,"dir":"/backup/iobroker","dirMinimal":"/backup/iobroker","user":"iobackup","pass":"****"},"dropbox":{"enabled":false,"type":"storage","source":"cifs","debugging":true,"deleteOldBackup":false,"accessToken":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"webdav":{"enabled":false,"type":"storage","source":"cifs","debugging":true,"deleteOldBackup":false,"username":"username","pass":"****","url":"https://example.com/remote.php/dav/files/username/","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"googledrive":{"enabled":false,"type":"storage","source":"cifs","debugging":true,"deleteOldBackup":false,"accessJson":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"path":"/opt/iobroker/iobroker-data/history/"},"historyHTML":{"enabled":true,"type":"message","entriesNumber":"25","systemLang":"de"},"historyJSON":{"enabled":true,"type":"message","entriesNumber":"25","systemLang":"de"},"telegram":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"telegram.0","SilentNotice":false,"NoticeType":"longTelegramNotice","User":"allTelegramUsers","onlyError":true,"telegramWaiting":0,"systemLang":"de","time":"28. Maerz 2021 um 18:02 Uhr"},"email":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longEmailNotice","emailReceiver":"xxx@xxx.com","emailSender":"xxx@xxx.com","onlyError":false,"emailWaiting":0,"systemLang":"de"},"pushover":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","SilentNotice":false,"NoticeType":"longPushoverNotice","deviceID":"","onlyError":false,"pushoverWaiting":0,"systemLang":"de"},"whatsapp":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longWhatsappNotice","onlyError":false,"whatsappWaiting":0,"systemLang":"de"},"backupDir":"/opt/iobroker/backups"}
                      [DEBUG] [historyHTML] - new history html values created
                      [DEBUG] [historyHTML] - done
                      [DEBUG] [historyJSON] - new history json values created
                      [DEBUG] [historyJSON] - done
                      [DEBUG] [historyHTML] start with {"type":"creator","time":"06:15","debugging":true,"everyXDays":"1","nameSuffix":"ioBrokerPV","deleteBackupAfter":0,"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"cifs","mount":"//192.168.0.10","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=3.0","sudo":true,"cifsDomain":"NAS","deleteOldBackup":true,"ownDir":true,"dir":"/backup/iobroker","dirMinimal":"/backup/iobroker","user":"iobackup","pass":"****","context":{"fileNames":["/opt/iobroker/backups/iobroker_2021_03_28-18_01_59_ioBrokerPV_backupiobroker.tar.gz","/opt/iobroker/backups/historyDB_2021_03_28-18_02_07_backupiobroker.tar.gz"],"errors":{"mount":"Error: Command failed: sudo mount -t cifs -o username=iobackup,password=****,domain=NAS,rw,file_mode=0777,dir_mode=0777 //192.168.0.10/backup/iobroker /opt/iobroker/backups\nmount error(16): Device or resource busy\nRefer to the mount.cifs(8) manual page (e.g. man mount.cifs)\n"},"done":["iobroker","historyDB"],"types":["iobroker","historyDB"]},"adapter":null},"dir":"/opt/iobroker","historyDB":{"enabled":true,"type":"creator","ftp":{"enabled":false,"type":"storage","source":"cifs","host":"","debugging":true,"deleteOldBackup":false,"ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker","user":"","pass":"****","port":"21"},"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"cifs","mount":"192.168.0.10","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=3.0","sudo":true,"cifsDomain":"NAS","deleteOldBackup":true,"ownDir":true,"dir":"/backup/iobroker","dirMinimal":"/backup/iobroker","user":"iobackup","pass":"****"},"dropbox":{"enabled":false,"type":"storage","source":"cifs","debugging":true,"deleteOldBackup":false,"accessToken":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"webdav":{"enabled":false,"type":"storage","source":"cifs","debugging":true,"deleteOldBackup":false,"username":"username","pass":"****","url":"https://example.com/remote.php/dav/files/username/","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"googledrive":{"enabled":false,"type":"storage","source":"cifs","debugging":true,"deleteOldBackup":false,"accessJson":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"path":"/opt/iobroker/iobroker-data/history/"},"historyHTML":{"enabled":true,"type":"message","entriesNumber":"25","systemLang":"de","time":"28. Maerz 2021 um 18:02 Uhr"},"historyJSON":{"enabled":true,"type":"message","entriesNumber":"25","systemLang":"de"},"telegram":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"telegram.0","SilentNotice":false,"NoticeType":"longTelegramNotice","User":"allTelegramUsers","onlyError":true,"telegramWaiting":0,"systemLang":"de"},"email":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longEmailNotice","emailReceiver":"xxx@xxx.com","emailSender":"xxx@xxx.com","onlyError":false,"emailWaiting":0,"systemLang":"de"},"pushover":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","SilentNotice":false,"NoticeType":"longPushoverNotice","deviceID":"","onlyError":false,"pushoverWaiting":0,"systemLang":"de"},"whatsapp":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longWhatsappNotice","onlyError":false,"whatsappWaiting":0,"systemLang":"de"},"backupDir":"/opt/iobroker/backups"}
                      [DEBUG] [historyJSON] start with {"type":"creator","time":"06:15","debugging":true,"everyXDays":"1","nameSuffix":"ioBrokerPV","deleteBackupAfter":0,"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"cifs","mount":"//192.168.0.10","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=3.0","sudo":true,"cifsDomain":"NAS","deleteOldBackup":true,"ownDir":true,"dir":"/backup/iobroker","dirMinimal":"/backup/iobroker","user":"iobackup","pass":"****","context":{"fileNames":["/opt/iobroker/backups/iobroker_2021_03_28-18_01_59_ioBrokerPV_backupiobroker.tar.gz","/opt/iobroker/backups/historyDB_2021_03_28-18_02_07_backupiobroker.tar.gz"],"errors":{"mount":"Error: Command failed: sudo mount -t cifs -o username=iobackup,password=****,domain=NAS,rw,file_mode=0777,dir_mode=0777 //192.168.0.10/backup/iobroker /opt/iobroker/backups\nmount error(16): Device or resource busy\nRefer to the mount.cifs(8) manual page (e.g. man mount.cifs)\n"},"done":["iobroker","historyDB"],"types":["iobroker","historyDB"]},"adapter":null},"dir":"/opt/iobroker","historyDB":{"enabled":true,"type":"creator","ftp":{"enabled":false,"type":"storage","source":"cifs","host":"","debugging":true,"deleteOldBackup":false,"ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker","user":"","pass":"****","port":"21"},"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"cifs","mount":"192.168.0.10","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=3.0","sudo":true,"cifsDomain":"NAS","deleteOldBackup":true,"ownDir":true,"dir":"/backup/iobroker","dirMinimal":"/backup/iobroker","user":"iobackup","pass":"****"},"dropbox":{"enabled":false,"type":"storage","source":"cifs","debugging":true,"deleteOldBackup":false,"accessToken":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"webdav":{"enabled":false,"type":"storage","source":"cifs","debugging":true,"deleteOldBackup":false,"username":"username","pass":"****","url":"https://example.com/remote.php/dav/files/username/","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"googledrive":{"enabled":false,"type":"storage","source":"cifs","debugging":true,"deleteOldBackup":false,"accessJson":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"path":"/opt/iobroker/iobroker-data/history/"},"historyHTML":{"enabled":true,"type":"message","entriesNumber":"25","systemLang":"de"},"historyJSON":{"enabled":true,"type":"message","entriesNumber":"25","systemLang":"de","time":"28. Maerz 2021 um 18:02 Uhr"},"telegram":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"telegram.0","SilentNotice":false,"NoticeType":"longTelegramNotice","User":"allTelegramUsers","onlyError":true,"telegramWaiting":0,"systemLang":"de"},"email":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longEmailNotice","emailReceiver":"xxx@xxx.com","emailSender":"xxx@xxx.com","onlyError":false,"emailWaiting":0,"systemLang":"de"},"pushover":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","SilentNotice":false,"NoticeType":"longPushoverNotice","deviceID":"","onlyError":false,"pushoverWaiting":0,"systemLang":"de"},"whatsapp":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longWhatsappNotice","onlyError":false,"whatsappWaiting":0,"systemLang":"de"},"backupDir":"/opt/iobroker/backups"}
                      [DEBUG] [umount] start with {"mountType":"CIFS","type":"storage","source":"cifs","mount":"//192.168.0.10","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=3.0","sudo":true,"cifsDomain":"NAS","deleteOldBackup":true,"ownDir":true,"dir":"/backup/iobroker","dirMinimal":"/backup/iobroker","user":"iobackup","pass":"****","backupDir":"/opt/iobroker/backups"}
                      

                      log

                      backitup.0	2021-03-28 18:03:24.952	debug	(14449) system.adapter.admin.0: logging true
                      backitup.0	2021-03-28 18:02:39.560	debug	(14449) [iobroker/historyJSON] done
                      backitup.0	2021-03-28 18:02:39.559	debug	(14449) [iobroker/historyJSON] new history json values created
                      backitup.0	2021-03-28 18:02:39.394	debug	(14449) [iobroker/historyHTML] done
                      backitup.0	2021-03-28 18:02:39.392	debug	(14449) [iobroker/historyHTML] new history html values created
                      backitup.0	2021-03-28 18:02:39.081	debug	(14449) [iobroker/telegram] done
                      backitup.0	2021-03-28 18:02:39.079	debug	(14449) sendTo "send" to system.adapter.telegram.0 from system.adapter.backitup.0
                      backitup.0	2021-03-28 18:02:39.065	debug	(14449) [iobroker/telegram] [iobroker] used Telegram-Instance: telegram.0
                      backitup.0	2021-03-28 18:02:38.602	debug	(14449) [iobroker/clean] done
                      backitup.0	2021-03-28 18:02:38.600	debug	(14449) [iobroker/clean] Backup files not deleted from /opt/iobroker/backups because some errors.
                      backitup.0	2021-03-28 18:02:37.995	debug	(14449) [iobroker/cifs] done
                      backitup.0	2021-03-28 18:02:36.935	debug	(14449) [iobroker/historyDB] done
                      backitup.0	2021-03-28 18:02:36.909	debug	(14449) [iobroker/historyDB] Backup created: /opt/iobroker/backups/historyDB_2021_03_28-18_02_07_backupiobroker.tar.gz
                      backitup.0	2021-03-28 18:02:27.441	debug	(14449) [iobroker/historyDB] Packed 19MB so far...
                      backitup.0	2021-03-28 18:02:17.442	debug	(14449) [iobroker/historyDB] Packed 9MB so far...
                      backitup.0	2021-03-28 18:02:07.439	debug	(14449) [iobroker/historyDB] compress from historyDB started ...
                      backitup.0	2021-03-28 18:02:06.682	debug	(14449) [iobroker/iobroker] done
                      backitup.0	2021-03-28 18:02:05.589	debug	(14449) [iobroker/iobroker] Backup created: /opt/iobroker/backups/iobroker_2021_03_28-18_01_59_ioBrokerPV_backupiobroker.tar.gz
                      backitup.0	2021-03-28 18:02:02.046	debug	(14449) [iobroker/iobroker] host.raspi4iobrokerpv 2538 objects saved
                      backitup.0	2021-03-28 18:02:02.019	debug	(14449) [iobroker/iobroker] host.raspi4iobrokerpv 2093 states saved
                      backitup.0	2021-03-28 18:01:59.328	debug	(14449) [iobroker/mount] Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
                      backitup.0	2021-03-28 18:01:59.328	debug	(14449) [iobroker/mount] mount error(16): Device or resource busy
                      backitup.0	2021-03-28 18:01:59.327	debug	(14449) [iobroker/mount] [IGNORED] Error: Command failed: sudo mount -t cifs -o username=iobackup,password=****,domain=NAS,rw,file_mode=0777,dir_mode=0777 //192.168.0.10/backup/iobroker /opt/iobroker
                      backitup.0	2021-03-28 18:01:59.327	debug	(14449) [iobroker/mount] Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
                      backitup.0	2021-03-28 18:01:59.326	debug	(14449) [iobroker/mount] mount error(16): Device or resource busy
                      backitup.0	2021-03-28 18:01:59.325	debug	(14449) [iobroker/mount] [undefined Error: Command failed: sudo mount -t cifs -o username=iobackup,password=****,domain=NAS,rw,file_mode=0777,dir_mode=0777 //192.168.0.10/backup/iobroker /opt/iobroke
                      backitup.0	2021-03-28 18:01:59.238	debug	(14449) [iobroker/mount] first mount attempt with smb option failed. try next mount attempt without smb option ...
                      backitup.0	2021-03-28 18:01:55.647	debug	(14449) system.adapter.admin.0: logging false
                      backitup.0	2021-03-28 18:01:49.159	debug	(14449) Backup has started ...
                      backitup.0	2021-03-28 18:01:49.156	error	(14449) [iobroker] Backup folder not created: Error: EPERM: operation not permitted, chmod '/opt/iobroker/backups'Please reinstall backitup and run "iobroker fix"!!
                      backitup.0	2021-03-28 18:01:47.336	debug	(14449) sendTo "getTelegramUser" to system.adapter.admin.0 from system.adapter.backitup.0: {"858269950":{"firstName":"Richard"}}
                      backitup.0	2021-03-28 18:01:47.333	debug	(14449) telegram-instance: telegram.0
                      backitup.0	2021-03-28 18:01:24.555	debug	(14449) Start all Adapter after Restore enabled
                      backitup.0	2021-03-28 18:01:16.924	debug	(14449) detect last backup file: iobroker_2021_03_28-11_31_14_ioBrokerPV_backupiobroker.tar.gz
                      backitup.0	2021-03-28 18:01:16.921	debug	(14449) detect backup file 8 from cifs: iobroker_2021_03_28-11_31_14_ioBrokerPV_backupiobroker.tar.gz
                      backitup.0	2021-03-28 18:01:16.920	debug	(14449) detect backup file 7 from cifs: iobroker_2021_03_28-11_27_22_ioBrokerPV_backupiobroker.tar.gz
                      backitup.0	2021-03-28 18:01:16.919	debug	(14449) detect backup file 6 from cifs: iobroker_2021_03_28-10_57_31_ioBrokerPV_backupiobroker.tar.gz
                      backitup.0	2021-03-28 18:01:16.918	debug	(14449) detect backup file 5 from cifs: iobroker_2021_03_27-06_15_23_ioBrokerPV_backupiobroker.tar.gz
                      backitup.0	2021-03-28 18:01:16.917	debug	(14449) detect backup file 4 from cifs: iobroker_2021_03_27-06_10_22_backupiobroker.tar.gz
                      backitup.0	2021-03-28 18:01:16.916	debug	(14449) detect backup file 3 from cifs: iobroker_2021_03_26-06_15_22_ioBrokerPV_backupiobroker.tar.gz
                      backitup.0	2021-03-28 18:01:16.915	debug	(14449) detect backup file 2 from cifs: iobroker_2021_03_26-06_10_22_backupiobroker.tar.gz
                      backitup.0	2021-03-28 18:01:16.913	debug	(14449) detect backup file 1 from cifs: iobroker_2021_03_25-06_15_24_ioBrokerPV_backupiobroker.tar.gz
                      backitup.0	2021-03-28 18:01:16.192	debug	(14449) system.adapter.admin.0: logging true
                      backitup.0	2021-03-28 18:01:14.902	error	Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
                      backitup.0	2021-03-28 18:01:14.902	error	mount error(16): Device or resource busy
                      backitup.0	2021-03-28 18:01:14.902	error	(14449) Error: Command failed: sudo mount -t cifs -o username=iobackup,password=****,domain=NAS,rw,file_mode=0777,dir_mode=0777 //192.168.0.10/backup/iobroker /opt/iobroker/backups
                      backitup.0	2021-03-28 18:01:14.854	debug	(14449) first mount attempt with smb option failed. try next mount attempt without smb option ...
                      backitup.0	2021-03-28 18:01:14.722	debug	(14449) [iobroker] 10 15 06 */1 * *
                      backitup.0	2021-03-28 18:01:14.676	info	(14449) [iobroker] backup was activated at 06:15 every 1 day(s)
                      backitup.0	2021-03-28 18:01:14.346	info	(14449) starting. Version 2.1.0 in /opt/iobroker/node_modules/iobroker.backitup, node: v12.21.0, js-controller: 3.2.16
                      

                      BG

                      wendy2702W crunchipC simatecS 3 Antworten Letzte Antwort
                      0
                      • HumidorH Humidor

                        @simatec hab einen aus 2019 gefunden, das wirds wohl nich sein ?

                        2.1.0
                        manuelles Backup

                        Started iobroker ...
                        [DEBUG] [mount] start with {"mountType":"CIFS","type":"storage","source":"cifs","mount":"//192.168.0.10","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=3.0","sudo":true,"cifsDomain":"NAS","deleteOldBackup":true,"ownDir":true,"dir":"/backup/iobroker","dirMinimal":"/backup/iobroker","user":"iobackup","pass":"****"}
                        [DEBUG] [mount] - first mount attempt with smb option failed. try next mount attempt without smb option ...
                        [ERROR] [mount] - [undefined Error: Command failed: sudo mount -t cifs -o username=iobackup,password=****,domain=NAS,rw,file_mode=0777,dir_mode=0777 //192.168.0.10/backup/iobroker /opt/iobroker/backups
                        mount error(16): Device or resource busy
                        Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
                        
                        [ERROR] [mount] - [IGNORED] Error: Command failed: sudo mount -t cifs -o username=iobackup,password=****,domain=NAS,rw,file_mode=0777,dir_mode=0777 //192.168.0.10/backup/iobroker /opt/iobroker/backups
                        mount error(16): Device or resource busy
                        Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
                        
                        [DEBUG] [iobroker] start with {"type":"creator","time":"06:15","debugging":true,"everyXDays":"1","nameSuffix":"ioBrokerPV","deleteBackupAfter":0,"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"cifs","mount":"//192.168.0.10","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=3.0","sudo":true,"cifsDomain":"NAS","deleteOldBackup":true,"ownDir":true,"dir":"/backup/iobroker","dirMinimal":"/backup/iobroker","user":"iobackup","pass":"****","context":{"fileNames":[],"errors":{"mount":"Error: Command failed: sudo mount -t cifs -o username=iobackup,password=****,domain=NAS,rw,file_mode=0777,dir_mode=0777 //192.168.0.10/backup/iobroker /opt/iobroker/backups\nmount error(16): Device or resource busy\nRefer to the mount.cifs(8) manual page (e.g. man mount.cifs)\n"},"done":[],"types":[]},"adapter":null},"dir":"/opt/iobroker","historyDB":{"enabled":true,"type":"creator","ftp":{"enabled":false,"type":"storage","source":"cifs","host":"","debugging":true,"deleteOldBackup":false,"ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker","user":"","pass":"****","port":"21"},"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"cifs","mount":"192.168.0.10","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=3.0","sudo":true,"cifsDomain":"NAS","deleteOldBackup":true,"ownDir":true,"dir":"/backup/iobroker","dirMinimal":"/backup/iobroker","user":"iobackup","pass":"****"},"dropbox":{"enabled":false,"type":"storage","source":"cifs","debugging":true,"deleteOldBackup":false,"accessToken":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"webdav":{"enabled":false,"type":"storage","source":"cifs","debugging":true,"deleteOldBackup":false,"username":"username","pass":"****","url":"https://example.com/remote.php/dav/files/username/","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"googledrive":{"enabled":false,"type":"storage","source":"cifs","debugging":true,"deleteOldBackup":false,"accessJson":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"path":"/opt/iobroker/iobroker-data/history/"},"historyHTML":{"enabled":true,"type":"message","entriesNumber":"25","systemLang":"de"},"historyJSON":{"enabled":true,"type":"message","entriesNumber":"25","systemLang":"de"},"telegram":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"telegram.0","SilentNotice":false,"NoticeType":"longTelegramNotice","User":"allTelegramUsers","onlyError":true,"telegramWaiting":0,"systemLang":"de"},"email":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longEmailNotice","emailReceiver":"xxx@xxx.com","emailSender":"xxx@xxx.com","onlyError":false,"emailWaiting":0,"systemLang":"de"},"pushover":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","SilentNotice":false,"NoticeType":"longPushoverNotice","deviceID":"","onlyError":false,"pushoverWaiting":0,"systemLang":"de"},"whatsapp":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longWhatsappNotice","onlyError":false,"whatsappWaiting":0,"systemLang":"de"},"backupDir":"/opt/iobroker/backups"}
                        [DEBUG] [iobroker] - host.raspi4iobrokerpv 2093 states saved
                        
                        [DEBUG] [iobroker] - host.raspi4iobrokerpv 2538 objects saved
                        
                        [DEBUG] [iobroker] - Backup created: /opt/iobroker/backups/iobroker_2021_03_28-18_01_59_ioBrokerPV_backupiobroker.tar.gz
                        
                        [DEBUG] [iobroker] - done
                        [DEBUG] [historyDB] - compress from historyDB started ...
                        [DEBUG] [historyDB] - Packed 9MB so far...
                        [DEBUG] [historyDB] - Packed 19MB so far...
                        [DEBUG] [historyDB] - Backup created: /opt/iobroker/backups/historyDB_2021_03_28-18_02_07_backupiobroker.tar.gz
                        [DEBUG] [historyDB] - done
                        [DEBUG] [cifs] - done
                        [DEBUG] [cifs] start with {"mountType":"CIFS","type":"storage","source":"cifs","mount":"//192.168.0.10","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=3.0","sudo":true,"cifsDomain":"NAS","deleteOldBackup":true,"ownDir":true,"dir":"/backup/iobroker","dirMinimal":"/backup/iobroker","user":"iobackup","pass":"****","backupDir":"/opt/iobroker/backups","deleteBackupAfter":0}
                        [ERROR] [clean] - Backup files not deleted from /opt/iobroker/backups because some errors.
                        [DEBUG] [clean] - done
                        [DEBUG] [telegram] - [iobroker] used Telegram-Instance: telegram.0
                        [DEBUG] [telegram] - done
                        [DEBUG] [telegram] start with {"type":"creator","time":"06:15","debugging":true,"everyXDays":"1","nameSuffix":"ioBrokerPV","deleteBackupAfter":0,"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"cifs","mount":"//192.168.0.10","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=3.0","sudo":true,"cifsDomain":"NAS","deleteOldBackup":true,"ownDir":true,"dir":"/backup/iobroker","dirMinimal":"/backup/iobroker","user":"iobackup","pass":"****","context":{"fileNames":["/opt/iobroker/backups/iobroker_2021_03_28-18_01_59_ioBrokerPV_backupiobroker.tar.gz","/opt/iobroker/backups/historyDB_2021_03_28-18_02_07_backupiobroker.tar.gz"],"errors":{"mount":"Error: Command failed: sudo mount -t cifs -o username=iobackup,password=****,domain=NAS,rw,file_mode=0777,dir_mode=0777 //192.168.0.10/backup/iobroker /opt/iobroker/backups\nmount error(16): Device or resource busy\nRefer to the mount.cifs(8) manual page (e.g. man mount.cifs)\n"},"done":["iobroker","historyDB"],"types":["iobroker","historyDB"]},"adapter":null},"dir":"/opt/iobroker","historyDB":{"enabled":true,"type":"creator","ftp":{"enabled":false,"type":"storage","source":"cifs","host":"","debugging":true,"deleteOldBackup":false,"ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker","user":"","pass":"****","port":"21"},"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"cifs","mount":"192.168.0.10","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=3.0","sudo":true,"cifsDomain":"NAS","deleteOldBackup":true,"ownDir":true,"dir":"/backup/iobroker","dirMinimal":"/backup/iobroker","user":"iobackup","pass":"****"},"dropbox":{"enabled":false,"type":"storage","source":"cifs","debugging":true,"deleteOldBackup":false,"accessToken":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"webdav":{"enabled":false,"type":"storage","source":"cifs","debugging":true,"deleteOldBackup":false,"username":"username","pass":"****","url":"https://example.com/remote.php/dav/files/username/","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"googledrive":{"enabled":false,"type":"storage","source":"cifs","debugging":true,"deleteOldBackup":false,"accessJson":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"path":"/opt/iobroker/iobroker-data/history/"},"historyHTML":{"enabled":true,"type":"message","entriesNumber":"25","systemLang":"de"},"historyJSON":{"enabled":true,"type":"message","entriesNumber":"25","systemLang":"de"},"telegram":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"telegram.0","SilentNotice":false,"NoticeType":"longTelegramNotice","User":"allTelegramUsers","onlyError":true,"telegramWaiting":0,"systemLang":"de","time":"28. Maerz 2021 um 18:02 Uhr"},"email":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longEmailNotice","emailReceiver":"xxx@xxx.com","emailSender":"xxx@xxx.com","onlyError":false,"emailWaiting":0,"systemLang":"de"},"pushover":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","SilentNotice":false,"NoticeType":"longPushoverNotice","deviceID":"","onlyError":false,"pushoverWaiting":0,"systemLang":"de"},"whatsapp":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longWhatsappNotice","onlyError":false,"whatsappWaiting":0,"systemLang":"de"},"backupDir":"/opt/iobroker/backups"}
                        [DEBUG] [historyHTML] - new history html values created
                        [DEBUG] [historyHTML] - done
                        [DEBUG] [historyJSON] - new history json values created
                        [DEBUG] [historyJSON] - done
                        [DEBUG] [historyHTML] start with {"type":"creator","time":"06:15","debugging":true,"everyXDays":"1","nameSuffix":"ioBrokerPV","deleteBackupAfter":0,"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"cifs","mount":"//192.168.0.10","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=3.0","sudo":true,"cifsDomain":"NAS","deleteOldBackup":true,"ownDir":true,"dir":"/backup/iobroker","dirMinimal":"/backup/iobroker","user":"iobackup","pass":"****","context":{"fileNames":["/opt/iobroker/backups/iobroker_2021_03_28-18_01_59_ioBrokerPV_backupiobroker.tar.gz","/opt/iobroker/backups/historyDB_2021_03_28-18_02_07_backupiobroker.tar.gz"],"errors":{"mount":"Error: Command failed: sudo mount -t cifs -o username=iobackup,password=****,domain=NAS,rw,file_mode=0777,dir_mode=0777 //192.168.0.10/backup/iobroker /opt/iobroker/backups\nmount error(16): Device or resource busy\nRefer to the mount.cifs(8) manual page (e.g. man mount.cifs)\n"},"done":["iobroker","historyDB"],"types":["iobroker","historyDB"]},"adapter":null},"dir":"/opt/iobroker","historyDB":{"enabled":true,"type":"creator","ftp":{"enabled":false,"type":"storage","source":"cifs","host":"","debugging":true,"deleteOldBackup":false,"ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker","user":"","pass":"****","port":"21"},"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"cifs","mount":"192.168.0.10","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=3.0","sudo":true,"cifsDomain":"NAS","deleteOldBackup":true,"ownDir":true,"dir":"/backup/iobroker","dirMinimal":"/backup/iobroker","user":"iobackup","pass":"****"},"dropbox":{"enabled":false,"type":"storage","source":"cifs","debugging":true,"deleteOldBackup":false,"accessToken":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"webdav":{"enabled":false,"type":"storage","source":"cifs","debugging":true,"deleteOldBackup":false,"username":"username","pass":"****","url":"https://example.com/remote.php/dav/files/username/","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"googledrive":{"enabled":false,"type":"storage","source":"cifs","debugging":true,"deleteOldBackup":false,"accessJson":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"path":"/opt/iobroker/iobroker-data/history/"},"historyHTML":{"enabled":true,"type":"message","entriesNumber":"25","systemLang":"de","time":"28. Maerz 2021 um 18:02 Uhr"},"historyJSON":{"enabled":true,"type":"message","entriesNumber":"25","systemLang":"de"},"telegram":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"telegram.0","SilentNotice":false,"NoticeType":"longTelegramNotice","User":"allTelegramUsers","onlyError":true,"telegramWaiting":0,"systemLang":"de"},"email":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longEmailNotice","emailReceiver":"xxx@xxx.com","emailSender":"xxx@xxx.com","onlyError":false,"emailWaiting":0,"systemLang":"de"},"pushover":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","SilentNotice":false,"NoticeType":"longPushoverNotice","deviceID":"","onlyError":false,"pushoverWaiting":0,"systemLang":"de"},"whatsapp":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longWhatsappNotice","onlyError":false,"whatsappWaiting":0,"systemLang":"de"},"backupDir":"/opt/iobroker/backups"}
                        [DEBUG] [historyJSON] start with {"type":"creator","time":"06:15","debugging":true,"everyXDays":"1","nameSuffix":"ioBrokerPV","deleteBackupAfter":0,"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"cifs","mount":"//192.168.0.10","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=3.0","sudo":true,"cifsDomain":"NAS","deleteOldBackup":true,"ownDir":true,"dir":"/backup/iobroker","dirMinimal":"/backup/iobroker","user":"iobackup","pass":"****","context":{"fileNames":["/opt/iobroker/backups/iobroker_2021_03_28-18_01_59_ioBrokerPV_backupiobroker.tar.gz","/opt/iobroker/backups/historyDB_2021_03_28-18_02_07_backupiobroker.tar.gz"],"errors":{"mount":"Error: Command failed: sudo mount -t cifs -o username=iobackup,password=****,domain=NAS,rw,file_mode=0777,dir_mode=0777 //192.168.0.10/backup/iobroker /opt/iobroker/backups\nmount error(16): Device or resource busy\nRefer to the mount.cifs(8) manual page (e.g. man mount.cifs)\n"},"done":["iobroker","historyDB"],"types":["iobroker","historyDB"]},"adapter":null},"dir":"/opt/iobroker","historyDB":{"enabled":true,"type":"creator","ftp":{"enabled":false,"type":"storage","source":"cifs","host":"","debugging":true,"deleteOldBackup":false,"ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker","user":"","pass":"****","port":"21"},"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"cifs","mount":"192.168.0.10","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=3.0","sudo":true,"cifsDomain":"NAS","deleteOldBackup":true,"ownDir":true,"dir":"/backup/iobroker","dirMinimal":"/backup/iobroker","user":"iobackup","pass":"****"},"dropbox":{"enabled":false,"type":"storage","source":"cifs","debugging":true,"deleteOldBackup":false,"accessToken":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"webdav":{"enabled":false,"type":"storage","source":"cifs","debugging":true,"deleteOldBackup":false,"username":"username","pass":"****","url":"https://example.com/remote.php/dav/files/username/","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"googledrive":{"enabled":false,"type":"storage","source":"cifs","debugging":true,"deleteOldBackup":false,"accessJson":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"path":"/opt/iobroker/iobroker-data/history/"},"historyHTML":{"enabled":true,"type":"message","entriesNumber":"25","systemLang":"de"},"historyJSON":{"enabled":true,"type":"message","entriesNumber":"25","systemLang":"de","time":"28. Maerz 2021 um 18:02 Uhr"},"telegram":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"telegram.0","SilentNotice":false,"NoticeType":"longTelegramNotice","User":"allTelegramUsers","onlyError":true,"telegramWaiting":0,"systemLang":"de"},"email":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longEmailNotice","emailReceiver":"xxx@xxx.com","emailSender":"xxx@xxx.com","onlyError":false,"emailWaiting":0,"systemLang":"de"},"pushover":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","SilentNotice":false,"NoticeType":"longPushoverNotice","deviceID":"","onlyError":false,"pushoverWaiting":0,"systemLang":"de"},"whatsapp":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longWhatsappNotice","onlyError":false,"whatsappWaiting":0,"systemLang":"de"},"backupDir":"/opt/iobroker/backups"}
                        [DEBUG] [umount] start with {"mountType":"CIFS","type":"storage","source":"cifs","mount":"//192.168.0.10","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=3.0","sudo":true,"cifsDomain":"NAS","deleteOldBackup":true,"ownDir":true,"dir":"/backup/iobroker","dirMinimal":"/backup/iobroker","user":"iobackup","pass":"****","backupDir":"/opt/iobroker/backups"}
                        

                        log

                        backitup.0	2021-03-28 18:03:24.952	debug	(14449) system.adapter.admin.0: logging true
                        backitup.0	2021-03-28 18:02:39.560	debug	(14449) [iobroker/historyJSON] done
                        backitup.0	2021-03-28 18:02:39.559	debug	(14449) [iobroker/historyJSON] new history json values created
                        backitup.0	2021-03-28 18:02:39.394	debug	(14449) [iobroker/historyHTML] done
                        backitup.0	2021-03-28 18:02:39.392	debug	(14449) [iobroker/historyHTML] new history html values created
                        backitup.0	2021-03-28 18:02:39.081	debug	(14449) [iobroker/telegram] done
                        backitup.0	2021-03-28 18:02:39.079	debug	(14449) sendTo "send" to system.adapter.telegram.0 from system.adapter.backitup.0
                        backitup.0	2021-03-28 18:02:39.065	debug	(14449) [iobroker/telegram] [iobroker] used Telegram-Instance: telegram.0
                        backitup.0	2021-03-28 18:02:38.602	debug	(14449) [iobroker/clean] done
                        backitup.0	2021-03-28 18:02:38.600	debug	(14449) [iobroker/clean] Backup files not deleted from /opt/iobroker/backups because some errors.
                        backitup.0	2021-03-28 18:02:37.995	debug	(14449) [iobroker/cifs] done
                        backitup.0	2021-03-28 18:02:36.935	debug	(14449) [iobroker/historyDB] done
                        backitup.0	2021-03-28 18:02:36.909	debug	(14449) [iobroker/historyDB] Backup created: /opt/iobroker/backups/historyDB_2021_03_28-18_02_07_backupiobroker.tar.gz
                        backitup.0	2021-03-28 18:02:27.441	debug	(14449) [iobroker/historyDB] Packed 19MB so far...
                        backitup.0	2021-03-28 18:02:17.442	debug	(14449) [iobroker/historyDB] Packed 9MB so far...
                        backitup.0	2021-03-28 18:02:07.439	debug	(14449) [iobroker/historyDB] compress from historyDB started ...
                        backitup.0	2021-03-28 18:02:06.682	debug	(14449) [iobroker/iobroker] done
                        backitup.0	2021-03-28 18:02:05.589	debug	(14449) [iobroker/iobroker] Backup created: /opt/iobroker/backups/iobroker_2021_03_28-18_01_59_ioBrokerPV_backupiobroker.tar.gz
                        backitup.0	2021-03-28 18:02:02.046	debug	(14449) [iobroker/iobroker] host.raspi4iobrokerpv 2538 objects saved
                        backitup.0	2021-03-28 18:02:02.019	debug	(14449) [iobroker/iobroker] host.raspi4iobrokerpv 2093 states saved
                        backitup.0	2021-03-28 18:01:59.328	debug	(14449) [iobroker/mount] Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
                        backitup.0	2021-03-28 18:01:59.328	debug	(14449) [iobroker/mount] mount error(16): Device or resource busy
                        backitup.0	2021-03-28 18:01:59.327	debug	(14449) [iobroker/mount] [IGNORED] Error: Command failed: sudo mount -t cifs -o username=iobackup,password=****,domain=NAS,rw,file_mode=0777,dir_mode=0777 //192.168.0.10/backup/iobroker /opt/iobroker
                        backitup.0	2021-03-28 18:01:59.327	debug	(14449) [iobroker/mount] Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
                        backitup.0	2021-03-28 18:01:59.326	debug	(14449) [iobroker/mount] mount error(16): Device or resource busy
                        backitup.0	2021-03-28 18:01:59.325	debug	(14449) [iobroker/mount] [undefined Error: Command failed: sudo mount -t cifs -o username=iobackup,password=****,domain=NAS,rw,file_mode=0777,dir_mode=0777 //192.168.0.10/backup/iobroker /opt/iobroke
                        backitup.0	2021-03-28 18:01:59.238	debug	(14449) [iobroker/mount] first mount attempt with smb option failed. try next mount attempt without smb option ...
                        backitup.0	2021-03-28 18:01:55.647	debug	(14449) system.adapter.admin.0: logging false
                        backitup.0	2021-03-28 18:01:49.159	debug	(14449) Backup has started ...
                        backitup.0	2021-03-28 18:01:49.156	error	(14449) [iobroker] Backup folder not created: Error: EPERM: operation not permitted, chmod '/opt/iobroker/backups'Please reinstall backitup and run "iobroker fix"!!
                        backitup.0	2021-03-28 18:01:47.336	debug	(14449) sendTo "getTelegramUser" to system.adapter.admin.0 from system.adapter.backitup.0: {"858269950":{"firstName":"Richard"}}
                        backitup.0	2021-03-28 18:01:47.333	debug	(14449) telegram-instance: telegram.0
                        backitup.0	2021-03-28 18:01:24.555	debug	(14449) Start all Adapter after Restore enabled
                        backitup.0	2021-03-28 18:01:16.924	debug	(14449) detect last backup file: iobroker_2021_03_28-11_31_14_ioBrokerPV_backupiobroker.tar.gz
                        backitup.0	2021-03-28 18:01:16.921	debug	(14449) detect backup file 8 from cifs: iobroker_2021_03_28-11_31_14_ioBrokerPV_backupiobroker.tar.gz
                        backitup.0	2021-03-28 18:01:16.920	debug	(14449) detect backup file 7 from cifs: iobroker_2021_03_28-11_27_22_ioBrokerPV_backupiobroker.tar.gz
                        backitup.0	2021-03-28 18:01:16.919	debug	(14449) detect backup file 6 from cifs: iobroker_2021_03_28-10_57_31_ioBrokerPV_backupiobroker.tar.gz
                        backitup.0	2021-03-28 18:01:16.918	debug	(14449) detect backup file 5 from cifs: iobroker_2021_03_27-06_15_23_ioBrokerPV_backupiobroker.tar.gz
                        backitup.0	2021-03-28 18:01:16.917	debug	(14449) detect backup file 4 from cifs: iobroker_2021_03_27-06_10_22_backupiobroker.tar.gz
                        backitup.0	2021-03-28 18:01:16.916	debug	(14449) detect backup file 3 from cifs: iobroker_2021_03_26-06_15_22_ioBrokerPV_backupiobroker.tar.gz
                        backitup.0	2021-03-28 18:01:16.915	debug	(14449) detect backup file 2 from cifs: iobroker_2021_03_26-06_10_22_backupiobroker.tar.gz
                        backitup.0	2021-03-28 18:01:16.913	debug	(14449) detect backup file 1 from cifs: iobroker_2021_03_25-06_15_24_ioBrokerPV_backupiobroker.tar.gz
                        backitup.0	2021-03-28 18:01:16.192	debug	(14449) system.adapter.admin.0: logging true
                        backitup.0	2021-03-28 18:01:14.902	error	Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
                        backitup.0	2021-03-28 18:01:14.902	error	mount error(16): Device or resource busy
                        backitup.0	2021-03-28 18:01:14.902	error	(14449) Error: Command failed: sudo mount -t cifs -o username=iobackup,password=****,domain=NAS,rw,file_mode=0777,dir_mode=0777 //192.168.0.10/backup/iobroker /opt/iobroker/backups
                        backitup.0	2021-03-28 18:01:14.854	debug	(14449) first mount attempt with smb option failed. try next mount attempt without smb option ...
                        backitup.0	2021-03-28 18:01:14.722	debug	(14449) [iobroker] 10 15 06 */1 * *
                        backitup.0	2021-03-28 18:01:14.676	info	(14449) [iobroker] backup was activated at 06:15 every 1 day(s)
                        backitup.0	2021-03-28 18:01:14.346	info	(14449) starting. Version 2.1.0 in /opt/iobroker/node_modules/iobroker.backitup, node: v12.21.0, js-controller: 3.2.16
                        
                        wendy2702W Online
                        wendy2702W Online
                        wendy2702
                        schrieb am zuletzt editiert von
                        #33

                        @humidor sagte in Iobroker backitup error.. Wo liegt das problem:

                        Please reinstall backitup and run "iobroker fix"!!

                        Bitte keine Fragen per PN, die gehören ins Forum!

                        Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                        1 Antwort Letzte Antwort
                        0
                        • HumidorH Humidor

                          @simatec hab einen aus 2019 gefunden, das wirds wohl nich sein ?

                          2.1.0
                          manuelles Backup

                          Started iobroker ...
                          [DEBUG] [mount] start with {"mountType":"CIFS","type":"storage","source":"cifs","mount":"//192.168.0.10","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=3.0","sudo":true,"cifsDomain":"NAS","deleteOldBackup":true,"ownDir":true,"dir":"/backup/iobroker","dirMinimal":"/backup/iobroker","user":"iobackup","pass":"****"}
                          [DEBUG] [mount] - first mount attempt with smb option failed. try next mount attempt without smb option ...
                          [ERROR] [mount] - [undefined Error: Command failed: sudo mount -t cifs -o username=iobackup,password=****,domain=NAS,rw,file_mode=0777,dir_mode=0777 //192.168.0.10/backup/iobroker /opt/iobroker/backups
                          mount error(16): Device or resource busy
                          Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
                          
                          [ERROR] [mount] - [IGNORED] Error: Command failed: sudo mount -t cifs -o username=iobackup,password=****,domain=NAS,rw,file_mode=0777,dir_mode=0777 //192.168.0.10/backup/iobroker /opt/iobroker/backups
                          mount error(16): Device or resource busy
                          Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
                          
                          [DEBUG] [iobroker] start with {"type":"creator","time":"06:15","debugging":true,"everyXDays":"1","nameSuffix":"ioBrokerPV","deleteBackupAfter":0,"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"cifs","mount":"//192.168.0.10","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=3.0","sudo":true,"cifsDomain":"NAS","deleteOldBackup":true,"ownDir":true,"dir":"/backup/iobroker","dirMinimal":"/backup/iobroker","user":"iobackup","pass":"****","context":{"fileNames":[],"errors":{"mount":"Error: Command failed: sudo mount -t cifs -o username=iobackup,password=****,domain=NAS,rw,file_mode=0777,dir_mode=0777 //192.168.0.10/backup/iobroker /opt/iobroker/backups\nmount error(16): Device or resource busy\nRefer to the mount.cifs(8) manual page (e.g. man mount.cifs)\n"},"done":[],"types":[]},"adapter":null},"dir":"/opt/iobroker","historyDB":{"enabled":true,"type":"creator","ftp":{"enabled":false,"type":"storage","source":"cifs","host":"","debugging":true,"deleteOldBackup":false,"ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker","user":"","pass":"****","port":"21"},"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"cifs","mount":"192.168.0.10","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=3.0","sudo":true,"cifsDomain":"NAS","deleteOldBackup":true,"ownDir":true,"dir":"/backup/iobroker","dirMinimal":"/backup/iobroker","user":"iobackup","pass":"****"},"dropbox":{"enabled":false,"type":"storage","source":"cifs","debugging":true,"deleteOldBackup":false,"accessToken":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"webdav":{"enabled":false,"type":"storage","source":"cifs","debugging":true,"deleteOldBackup":false,"username":"username","pass":"****","url":"https://example.com/remote.php/dav/files/username/","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"googledrive":{"enabled":false,"type":"storage","source":"cifs","debugging":true,"deleteOldBackup":false,"accessJson":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"path":"/opt/iobroker/iobroker-data/history/"},"historyHTML":{"enabled":true,"type":"message","entriesNumber":"25","systemLang":"de"},"historyJSON":{"enabled":true,"type":"message","entriesNumber":"25","systemLang":"de"},"telegram":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"telegram.0","SilentNotice":false,"NoticeType":"longTelegramNotice","User":"allTelegramUsers","onlyError":true,"telegramWaiting":0,"systemLang":"de"},"email":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longEmailNotice","emailReceiver":"xxx@xxx.com","emailSender":"xxx@xxx.com","onlyError":false,"emailWaiting":0,"systemLang":"de"},"pushover":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","SilentNotice":false,"NoticeType":"longPushoverNotice","deviceID":"","onlyError":false,"pushoverWaiting":0,"systemLang":"de"},"whatsapp":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longWhatsappNotice","onlyError":false,"whatsappWaiting":0,"systemLang":"de"},"backupDir":"/opt/iobroker/backups"}
                          [DEBUG] [iobroker] - host.raspi4iobrokerpv 2093 states saved
                          
                          [DEBUG] [iobroker] - host.raspi4iobrokerpv 2538 objects saved
                          
                          [DEBUG] [iobroker] - Backup created: /opt/iobroker/backups/iobroker_2021_03_28-18_01_59_ioBrokerPV_backupiobroker.tar.gz
                          
                          [DEBUG] [iobroker] - done
                          [DEBUG] [historyDB] - compress from historyDB started ...
                          [DEBUG] [historyDB] - Packed 9MB so far...
                          [DEBUG] [historyDB] - Packed 19MB so far...
                          [DEBUG] [historyDB] - Backup created: /opt/iobroker/backups/historyDB_2021_03_28-18_02_07_backupiobroker.tar.gz
                          [DEBUG] [historyDB] - done
                          [DEBUG] [cifs] - done
                          [DEBUG] [cifs] start with {"mountType":"CIFS","type":"storage","source":"cifs","mount":"//192.168.0.10","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=3.0","sudo":true,"cifsDomain":"NAS","deleteOldBackup":true,"ownDir":true,"dir":"/backup/iobroker","dirMinimal":"/backup/iobroker","user":"iobackup","pass":"****","backupDir":"/opt/iobroker/backups","deleteBackupAfter":0}
                          [ERROR] [clean] - Backup files not deleted from /opt/iobroker/backups because some errors.
                          [DEBUG] [clean] - done
                          [DEBUG] [telegram] - [iobroker] used Telegram-Instance: telegram.0
                          [DEBUG] [telegram] - done
                          [DEBUG] [telegram] start with {"type":"creator","time":"06:15","debugging":true,"everyXDays":"1","nameSuffix":"ioBrokerPV","deleteBackupAfter":0,"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"cifs","mount":"//192.168.0.10","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=3.0","sudo":true,"cifsDomain":"NAS","deleteOldBackup":true,"ownDir":true,"dir":"/backup/iobroker","dirMinimal":"/backup/iobroker","user":"iobackup","pass":"****","context":{"fileNames":["/opt/iobroker/backups/iobroker_2021_03_28-18_01_59_ioBrokerPV_backupiobroker.tar.gz","/opt/iobroker/backups/historyDB_2021_03_28-18_02_07_backupiobroker.tar.gz"],"errors":{"mount":"Error: Command failed: sudo mount -t cifs -o username=iobackup,password=****,domain=NAS,rw,file_mode=0777,dir_mode=0777 //192.168.0.10/backup/iobroker /opt/iobroker/backups\nmount error(16): Device or resource busy\nRefer to the mount.cifs(8) manual page (e.g. man mount.cifs)\n"},"done":["iobroker","historyDB"],"types":["iobroker","historyDB"]},"adapter":null},"dir":"/opt/iobroker","historyDB":{"enabled":true,"type":"creator","ftp":{"enabled":false,"type":"storage","source":"cifs","host":"","debugging":true,"deleteOldBackup":false,"ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker","user":"","pass":"****","port":"21"},"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"cifs","mount":"192.168.0.10","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=3.0","sudo":true,"cifsDomain":"NAS","deleteOldBackup":true,"ownDir":true,"dir":"/backup/iobroker","dirMinimal":"/backup/iobroker","user":"iobackup","pass":"****"},"dropbox":{"enabled":false,"type":"storage","source":"cifs","debugging":true,"deleteOldBackup":false,"accessToken":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"webdav":{"enabled":false,"type":"storage","source":"cifs","debugging":true,"deleteOldBackup":false,"username":"username","pass":"****","url":"https://example.com/remote.php/dav/files/username/","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"googledrive":{"enabled":false,"type":"storage","source":"cifs","debugging":true,"deleteOldBackup":false,"accessJson":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"path":"/opt/iobroker/iobroker-data/history/"},"historyHTML":{"enabled":true,"type":"message","entriesNumber":"25","systemLang":"de"},"historyJSON":{"enabled":true,"type":"message","entriesNumber":"25","systemLang":"de"},"telegram":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"telegram.0","SilentNotice":false,"NoticeType":"longTelegramNotice","User":"allTelegramUsers","onlyError":true,"telegramWaiting":0,"systemLang":"de","time":"28. Maerz 2021 um 18:02 Uhr"},"email":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longEmailNotice","emailReceiver":"xxx@xxx.com","emailSender":"xxx@xxx.com","onlyError":false,"emailWaiting":0,"systemLang":"de"},"pushover":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","SilentNotice":false,"NoticeType":"longPushoverNotice","deviceID":"","onlyError":false,"pushoverWaiting":0,"systemLang":"de"},"whatsapp":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longWhatsappNotice","onlyError":false,"whatsappWaiting":0,"systemLang":"de"},"backupDir":"/opt/iobroker/backups"}
                          [DEBUG] [historyHTML] - new history html values created
                          [DEBUG] [historyHTML] - done
                          [DEBUG] [historyJSON] - new history json values created
                          [DEBUG] [historyJSON] - done
                          [DEBUG] [historyHTML] start with {"type":"creator","time":"06:15","debugging":true,"everyXDays":"1","nameSuffix":"ioBrokerPV","deleteBackupAfter":0,"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"cifs","mount":"//192.168.0.10","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=3.0","sudo":true,"cifsDomain":"NAS","deleteOldBackup":true,"ownDir":true,"dir":"/backup/iobroker","dirMinimal":"/backup/iobroker","user":"iobackup","pass":"****","context":{"fileNames":["/opt/iobroker/backups/iobroker_2021_03_28-18_01_59_ioBrokerPV_backupiobroker.tar.gz","/opt/iobroker/backups/historyDB_2021_03_28-18_02_07_backupiobroker.tar.gz"],"errors":{"mount":"Error: Command failed: sudo mount -t cifs -o username=iobackup,password=****,domain=NAS,rw,file_mode=0777,dir_mode=0777 //192.168.0.10/backup/iobroker /opt/iobroker/backups\nmount error(16): Device or resource busy\nRefer to the mount.cifs(8) manual page (e.g. man mount.cifs)\n"},"done":["iobroker","historyDB"],"types":["iobroker","historyDB"]},"adapter":null},"dir":"/opt/iobroker","historyDB":{"enabled":true,"type":"creator","ftp":{"enabled":false,"type":"storage","source":"cifs","host":"","debugging":true,"deleteOldBackup":false,"ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker","user":"","pass":"****","port":"21"},"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"cifs","mount":"192.168.0.10","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=3.0","sudo":true,"cifsDomain":"NAS","deleteOldBackup":true,"ownDir":true,"dir":"/backup/iobroker","dirMinimal":"/backup/iobroker","user":"iobackup","pass":"****"},"dropbox":{"enabled":false,"type":"storage","source":"cifs","debugging":true,"deleteOldBackup":false,"accessToken":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"webdav":{"enabled":false,"type":"storage","source":"cifs","debugging":true,"deleteOldBackup":false,"username":"username","pass":"****","url":"https://example.com/remote.php/dav/files/username/","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"googledrive":{"enabled":false,"type":"storage","source":"cifs","debugging":true,"deleteOldBackup":false,"accessJson":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"path":"/opt/iobroker/iobroker-data/history/"},"historyHTML":{"enabled":true,"type":"message","entriesNumber":"25","systemLang":"de","time":"28. Maerz 2021 um 18:02 Uhr"},"historyJSON":{"enabled":true,"type":"message","entriesNumber":"25","systemLang":"de"},"telegram":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"telegram.0","SilentNotice":false,"NoticeType":"longTelegramNotice","User":"allTelegramUsers","onlyError":true,"telegramWaiting":0,"systemLang":"de"},"email":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longEmailNotice","emailReceiver":"xxx@xxx.com","emailSender":"xxx@xxx.com","onlyError":false,"emailWaiting":0,"systemLang":"de"},"pushover":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","SilentNotice":false,"NoticeType":"longPushoverNotice","deviceID":"","onlyError":false,"pushoverWaiting":0,"systemLang":"de"},"whatsapp":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longWhatsappNotice","onlyError":false,"whatsappWaiting":0,"systemLang":"de"},"backupDir":"/opt/iobroker/backups"}
                          [DEBUG] [historyJSON] start with {"type":"creator","time":"06:15","debugging":true,"everyXDays":"1","nameSuffix":"ioBrokerPV","deleteBackupAfter":0,"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"cifs","mount":"//192.168.0.10","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=3.0","sudo":true,"cifsDomain":"NAS","deleteOldBackup":true,"ownDir":true,"dir":"/backup/iobroker","dirMinimal":"/backup/iobroker","user":"iobackup","pass":"****","context":{"fileNames":["/opt/iobroker/backups/iobroker_2021_03_28-18_01_59_ioBrokerPV_backupiobroker.tar.gz","/opt/iobroker/backups/historyDB_2021_03_28-18_02_07_backupiobroker.tar.gz"],"errors":{"mount":"Error: Command failed: sudo mount -t cifs -o username=iobackup,password=****,domain=NAS,rw,file_mode=0777,dir_mode=0777 //192.168.0.10/backup/iobroker /opt/iobroker/backups\nmount error(16): Device or resource busy\nRefer to the mount.cifs(8) manual page (e.g. man mount.cifs)\n"},"done":["iobroker","historyDB"],"types":["iobroker","historyDB"]},"adapter":null},"dir":"/opt/iobroker","historyDB":{"enabled":true,"type":"creator","ftp":{"enabled":false,"type":"storage","source":"cifs","host":"","debugging":true,"deleteOldBackup":false,"ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker","user":"","pass":"****","port":"21"},"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"cifs","mount":"192.168.0.10","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=3.0","sudo":true,"cifsDomain":"NAS","deleteOldBackup":true,"ownDir":true,"dir":"/backup/iobroker","dirMinimal":"/backup/iobroker","user":"iobackup","pass":"****"},"dropbox":{"enabled":false,"type":"storage","source":"cifs","debugging":true,"deleteOldBackup":false,"accessToken":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"webdav":{"enabled":false,"type":"storage","source":"cifs","debugging":true,"deleteOldBackup":false,"username":"username","pass":"****","url":"https://example.com/remote.php/dav/files/username/","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"googledrive":{"enabled":false,"type":"storage","source":"cifs","debugging":true,"deleteOldBackup":false,"accessJson":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"path":"/opt/iobroker/iobroker-data/history/"},"historyHTML":{"enabled":true,"type":"message","entriesNumber":"25","systemLang":"de"},"historyJSON":{"enabled":true,"type":"message","entriesNumber":"25","systemLang":"de","time":"28. Maerz 2021 um 18:02 Uhr"},"telegram":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"telegram.0","SilentNotice":false,"NoticeType":"longTelegramNotice","User":"allTelegramUsers","onlyError":true,"telegramWaiting":0,"systemLang":"de"},"email":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longEmailNotice","emailReceiver":"xxx@xxx.com","emailSender":"xxx@xxx.com","onlyError":false,"emailWaiting":0,"systemLang":"de"},"pushover":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","SilentNotice":false,"NoticeType":"longPushoverNotice","deviceID":"","onlyError":false,"pushoverWaiting":0,"systemLang":"de"},"whatsapp":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longWhatsappNotice","onlyError":false,"whatsappWaiting":0,"systemLang":"de"},"backupDir":"/opt/iobroker/backups"}
                          [DEBUG] [umount] start with {"mountType":"CIFS","type":"storage","source":"cifs","mount":"//192.168.0.10","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=3.0","sudo":true,"cifsDomain":"NAS","deleteOldBackup":true,"ownDir":true,"dir":"/backup/iobroker","dirMinimal":"/backup/iobroker","user":"iobackup","pass":"****","backupDir":"/opt/iobroker/backups"}
                          

                          log

                          backitup.0	2021-03-28 18:03:24.952	debug	(14449) system.adapter.admin.0: logging true
                          backitup.0	2021-03-28 18:02:39.560	debug	(14449) [iobroker/historyJSON] done
                          backitup.0	2021-03-28 18:02:39.559	debug	(14449) [iobroker/historyJSON] new history json values created
                          backitup.0	2021-03-28 18:02:39.394	debug	(14449) [iobroker/historyHTML] done
                          backitup.0	2021-03-28 18:02:39.392	debug	(14449) [iobroker/historyHTML] new history html values created
                          backitup.0	2021-03-28 18:02:39.081	debug	(14449) [iobroker/telegram] done
                          backitup.0	2021-03-28 18:02:39.079	debug	(14449) sendTo "send" to system.adapter.telegram.0 from system.adapter.backitup.0
                          backitup.0	2021-03-28 18:02:39.065	debug	(14449) [iobroker/telegram] [iobroker] used Telegram-Instance: telegram.0
                          backitup.0	2021-03-28 18:02:38.602	debug	(14449) [iobroker/clean] done
                          backitup.0	2021-03-28 18:02:38.600	debug	(14449) [iobroker/clean] Backup files not deleted from /opt/iobroker/backups because some errors.
                          backitup.0	2021-03-28 18:02:37.995	debug	(14449) [iobroker/cifs] done
                          backitup.0	2021-03-28 18:02:36.935	debug	(14449) [iobroker/historyDB] done
                          backitup.0	2021-03-28 18:02:36.909	debug	(14449) [iobroker/historyDB] Backup created: /opt/iobroker/backups/historyDB_2021_03_28-18_02_07_backupiobroker.tar.gz
                          backitup.0	2021-03-28 18:02:27.441	debug	(14449) [iobroker/historyDB] Packed 19MB so far...
                          backitup.0	2021-03-28 18:02:17.442	debug	(14449) [iobroker/historyDB] Packed 9MB so far...
                          backitup.0	2021-03-28 18:02:07.439	debug	(14449) [iobroker/historyDB] compress from historyDB started ...
                          backitup.0	2021-03-28 18:02:06.682	debug	(14449) [iobroker/iobroker] done
                          backitup.0	2021-03-28 18:02:05.589	debug	(14449) [iobroker/iobroker] Backup created: /opt/iobroker/backups/iobroker_2021_03_28-18_01_59_ioBrokerPV_backupiobroker.tar.gz
                          backitup.0	2021-03-28 18:02:02.046	debug	(14449) [iobroker/iobroker] host.raspi4iobrokerpv 2538 objects saved
                          backitup.0	2021-03-28 18:02:02.019	debug	(14449) [iobroker/iobroker] host.raspi4iobrokerpv 2093 states saved
                          backitup.0	2021-03-28 18:01:59.328	debug	(14449) [iobroker/mount] Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
                          backitup.0	2021-03-28 18:01:59.328	debug	(14449) [iobroker/mount] mount error(16): Device or resource busy
                          backitup.0	2021-03-28 18:01:59.327	debug	(14449) [iobroker/mount] [IGNORED] Error: Command failed: sudo mount -t cifs -o username=iobackup,password=****,domain=NAS,rw,file_mode=0777,dir_mode=0777 //192.168.0.10/backup/iobroker /opt/iobroker
                          backitup.0	2021-03-28 18:01:59.327	debug	(14449) [iobroker/mount] Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
                          backitup.0	2021-03-28 18:01:59.326	debug	(14449) [iobroker/mount] mount error(16): Device or resource busy
                          backitup.0	2021-03-28 18:01:59.325	debug	(14449) [iobroker/mount] [undefined Error: Command failed: sudo mount -t cifs -o username=iobackup,password=****,domain=NAS,rw,file_mode=0777,dir_mode=0777 //192.168.0.10/backup/iobroker /opt/iobroke
                          backitup.0	2021-03-28 18:01:59.238	debug	(14449) [iobroker/mount] first mount attempt with smb option failed. try next mount attempt without smb option ...
                          backitup.0	2021-03-28 18:01:55.647	debug	(14449) system.adapter.admin.0: logging false
                          backitup.0	2021-03-28 18:01:49.159	debug	(14449) Backup has started ...
                          backitup.0	2021-03-28 18:01:49.156	error	(14449) [iobroker] Backup folder not created: Error: EPERM: operation not permitted, chmod '/opt/iobroker/backups'Please reinstall backitup and run "iobroker fix"!!
                          backitup.0	2021-03-28 18:01:47.336	debug	(14449) sendTo "getTelegramUser" to system.adapter.admin.0 from system.adapter.backitup.0: {"858269950":{"firstName":"Richard"}}
                          backitup.0	2021-03-28 18:01:47.333	debug	(14449) telegram-instance: telegram.0
                          backitup.0	2021-03-28 18:01:24.555	debug	(14449) Start all Adapter after Restore enabled
                          backitup.0	2021-03-28 18:01:16.924	debug	(14449) detect last backup file: iobroker_2021_03_28-11_31_14_ioBrokerPV_backupiobroker.tar.gz
                          backitup.0	2021-03-28 18:01:16.921	debug	(14449) detect backup file 8 from cifs: iobroker_2021_03_28-11_31_14_ioBrokerPV_backupiobroker.tar.gz
                          backitup.0	2021-03-28 18:01:16.920	debug	(14449) detect backup file 7 from cifs: iobroker_2021_03_28-11_27_22_ioBrokerPV_backupiobroker.tar.gz
                          backitup.0	2021-03-28 18:01:16.919	debug	(14449) detect backup file 6 from cifs: iobroker_2021_03_28-10_57_31_ioBrokerPV_backupiobroker.tar.gz
                          backitup.0	2021-03-28 18:01:16.918	debug	(14449) detect backup file 5 from cifs: iobroker_2021_03_27-06_15_23_ioBrokerPV_backupiobroker.tar.gz
                          backitup.0	2021-03-28 18:01:16.917	debug	(14449) detect backup file 4 from cifs: iobroker_2021_03_27-06_10_22_backupiobroker.tar.gz
                          backitup.0	2021-03-28 18:01:16.916	debug	(14449) detect backup file 3 from cifs: iobroker_2021_03_26-06_15_22_ioBrokerPV_backupiobroker.tar.gz
                          backitup.0	2021-03-28 18:01:16.915	debug	(14449) detect backup file 2 from cifs: iobroker_2021_03_26-06_10_22_backupiobroker.tar.gz
                          backitup.0	2021-03-28 18:01:16.913	debug	(14449) detect backup file 1 from cifs: iobroker_2021_03_25-06_15_24_ioBrokerPV_backupiobroker.tar.gz
                          backitup.0	2021-03-28 18:01:16.192	debug	(14449) system.adapter.admin.0: logging true
                          backitup.0	2021-03-28 18:01:14.902	error	Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
                          backitup.0	2021-03-28 18:01:14.902	error	mount error(16): Device or resource busy
                          backitup.0	2021-03-28 18:01:14.902	error	(14449) Error: Command failed: sudo mount -t cifs -o username=iobackup,password=****,domain=NAS,rw,file_mode=0777,dir_mode=0777 //192.168.0.10/backup/iobroker /opt/iobroker/backups
                          backitup.0	2021-03-28 18:01:14.854	debug	(14449) first mount attempt with smb option failed. try next mount attempt without smb option ...
                          backitup.0	2021-03-28 18:01:14.722	debug	(14449) [iobroker] 10 15 06 */1 * *
                          backitup.0	2021-03-28 18:01:14.676	info	(14449) [iobroker] backup was activated at 06:15 every 1 day(s)
                          backitup.0	2021-03-28 18:01:14.346	info	(14449) starting. Version 2.1.0 in /opt/iobroker/node_modules/iobroker.backitup, node: v12.21.0, js-controller: 3.2.16
                          
                          crunchipC Abwesend
                          crunchipC Abwesend
                          crunchip
                          Forum Testing Most Active
                          schrieb am zuletzt editiert von
                          #34

                          @humidor sagte in Iobroker backitup error.. Wo liegt das problem:

                          hab einen aus 2019 gefunden

                          https://forum.iobroker.net/topic/27267/test-adapter-backitup-v2-1-x

                          umgestiegen von Proxmox auf Unraid

                          1 Antwort Letzte Antwort
                          0
                          • HumidorH Humidor

                            @simatec hab einen aus 2019 gefunden, das wirds wohl nich sein ?

                            2.1.0
                            manuelles Backup

                            Started iobroker ...
                            [DEBUG] [mount] start with {"mountType":"CIFS","type":"storage","source":"cifs","mount":"//192.168.0.10","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=3.0","sudo":true,"cifsDomain":"NAS","deleteOldBackup":true,"ownDir":true,"dir":"/backup/iobroker","dirMinimal":"/backup/iobroker","user":"iobackup","pass":"****"}
                            [DEBUG] [mount] - first mount attempt with smb option failed. try next mount attempt without smb option ...
                            [ERROR] [mount] - [undefined Error: Command failed: sudo mount -t cifs -o username=iobackup,password=****,domain=NAS,rw,file_mode=0777,dir_mode=0777 //192.168.0.10/backup/iobroker /opt/iobroker/backups
                            mount error(16): Device or resource busy
                            Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
                            
                            [ERROR] [mount] - [IGNORED] Error: Command failed: sudo mount -t cifs -o username=iobackup,password=****,domain=NAS,rw,file_mode=0777,dir_mode=0777 //192.168.0.10/backup/iobroker /opt/iobroker/backups
                            mount error(16): Device or resource busy
                            Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
                            
                            [DEBUG] [iobroker] start with {"type":"creator","time":"06:15","debugging":true,"everyXDays":"1","nameSuffix":"ioBrokerPV","deleteBackupAfter":0,"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"cifs","mount":"//192.168.0.10","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=3.0","sudo":true,"cifsDomain":"NAS","deleteOldBackup":true,"ownDir":true,"dir":"/backup/iobroker","dirMinimal":"/backup/iobroker","user":"iobackup","pass":"****","context":{"fileNames":[],"errors":{"mount":"Error: Command failed: sudo mount -t cifs -o username=iobackup,password=****,domain=NAS,rw,file_mode=0777,dir_mode=0777 //192.168.0.10/backup/iobroker /opt/iobroker/backups\nmount error(16): Device or resource busy\nRefer to the mount.cifs(8) manual page (e.g. man mount.cifs)\n"},"done":[],"types":[]},"adapter":null},"dir":"/opt/iobroker","historyDB":{"enabled":true,"type":"creator","ftp":{"enabled":false,"type":"storage","source":"cifs","host":"","debugging":true,"deleteOldBackup":false,"ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker","user":"","pass":"****","port":"21"},"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"cifs","mount":"192.168.0.10","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=3.0","sudo":true,"cifsDomain":"NAS","deleteOldBackup":true,"ownDir":true,"dir":"/backup/iobroker","dirMinimal":"/backup/iobroker","user":"iobackup","pass":"****"},"dropbox":{"enabled":false,"type":"storage","source":"cifs","debugging":true,"deleteOldBackup":false,"accessToken":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"webdav":{"enabled":false,"type":"storage","source":"cifs","debugging":true,"deleteOldBackup":false,"username":"username","pass":"****","url":"https://example.com/remote.php/dav/files/username/","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"googledrive":{"enabled":false,"type":"storage","source":"cifs","debugging":true,"deleteOldBackup":false,"accessJson":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"path":"/opt/iobroker/iobroker-data/history/"},"historyHTML":{"enabled":true,"type":"message","entriesNumber":"25","systemLang":"de"},"historyJSON":{"enabled":true,"type":"message","entriesNumber":"25","systemLang":"de"},"telegram":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"telegram.0","SilentNotice":false,"NoticeType":"longTelegramNotice","User":"allTelegramUsers","onlyError":true,"telegramWaiting":0,"systemLang":"de"},"email":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longEmailNotice","emailReceiver":"xxx@xxx.com","emailSender":"xxx@xxx.com","onlyError":false,"emailWaiting":0,"systemLang":"de"},"pushover":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","SilentNotice":false,"NoticeType":"longPushoverNotice","deviceID":"","onlyError":false,"pushoverWaiting":0,"systemLang":"de"},"whatsapp":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longWhatsappNotice","onlyError":false,"whatsappWaiting":0,"systemLang":"de"},"backupDir":"/opt/iobroker/backups"}
                            [DEBUG] [iobroker] - host.raspi4iobrokerpv 2093 states saved
                            
                            [DEBUG] [iobroker] - host.raspi4iobrokerpv 2538 objects saved
                            
                            [DEBUG] [iobroker] - Backup created: /opt/iobroker/backups/iobroker_2021_03_28-18_01_59_ioBrokerPV_backupiobroker.tar.gz
                            
                            [DEBUG] [iobroker] - done
                            [DEBUG] [historyDB] - compress from historyDB started ...
                            [DEBUG] [historyDB] - Packed 9MB so far...
                            [DEBUG] [historyDB] - Packed 19MB so far...
                            [DEBUG] [historyDB] - Backup created: /opt/iobroker/backups/historyDB_2021_03_28-18_02_07_backupiobroker.tar.gz
                            [DEBUG] [historyDB] - done
                            [DEBUG] [cifs] - done
                            [DEBUG] [cifs] start with {"mountType":"CIFS","type":"storage","source":"cifs","mount":"//192.168.0.10","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=3.0","sudo":true,"cifsDomain":"NAS","deleteOldBackup":true,"ownDir":true,"dir":"/backup/iobroker","dirMinimal":"/backup/iobroker","user":"iobackup","pass":"****","backupDir":"/opt/iobroker/backups","deleteBackupAfter":0}
                            [ERROR] [clean] - Backup files not deleted from /opt/iobroker/backups because some errors.
                            [DEBUG] [clean] - done
                            [DEBUG] [telegram] - [iobroker] used Telegram-Instance: telegram.0
                            [DEBUG] [telegram] - done
                            [DEBUG] [telegram] start with {"type":"creator","time":"06:15","debugging":true,"everyXDays":"1","nameSuffix":"ioBrokerPV","deleteBackupAfter":0,"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"cifs","mount":"//192.168.0.10","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=3.0","sudo":true,"cifsDomain":"NAS","deleteOldBackup":true,"ownDir":true,"dir":"/backup/iobroker","dirMinimal":"/backup/iobroker","user":"iobackup","pass":"****","context":{"fileNames":["/opt/iobroker/backups/iobroker_2021_03_28-18_01_59_ioBrokerPV_backupiobroker.tar.gz","/opt/iobroker/backups/historyDB_2021_03_28-18_02_07_backupiobroker.tar.gz"],"errors":{"mount":"Error: Command failed: sudo mount -t cifs -o username=iobackup,password=****,domain=NAS,rw,file_mode=0777,dir_mode=0777 //192.168.0.10/backup/iobroker /opt/iobroker/backups\nmount error(16): Device or resource busy\nRefer to the mount.cifs(8) manual page (e.g. man mount.cifs)\n"},"done":["iobroker","historyDB"],"types":["iobroker","historyDB"]},"adapter":null},"dir":"/opt/iobroker","historyDB":{"enabled":true,"type":"creator","ftp":{"enabled":false,"type":"storage","source":"cifs","host":"","debugging":true,"deleteOldBackup":false,"ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker","user":"","pass":"****","port":"21"},"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"cifs","mount":"192.168.0.10","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=3.0","sudo":true,"cifsDomain":"NAS","deleteOldBackup":true,"ownDir":true,"dir":"/backup/iobroker","dirMinimal":"/backup/iobroker","user":"iobackup","pass":"****"},"dropbox":{"enabled":false,"type":"storage","source":"cifs","debugging":true,"deleteOldBackup":false,"accessToken":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"webdav":{"enabled":false,"type":"storage","source":"cifs","debugging":true,"deleteOldBackup":false,"username":"username","pass":"****","url":"https://example.com/remote.php/dav/files/username/","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"googledrive":{"enabled":false,"type":"storage","source":"cifs","debugging":true,"deleteOldBackup":false,"accessJson":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"path":"/opt/iobroker/iobroker-data/history/"},"historyHTML":{"enabled":true,"type":"message","entriesNumber":"25","systemLang":"de"},"historyJSON":{"enabled":true,"type":"message","entriesNumber":"25","systemLang":"de"},"telegram":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"telegram.0","SilentNotice":false,"NoticeType":"longTelegramNotice","User":"allTelegramUsers","onlyError":true,"telegramWaiting":0,"systemLang":"de","time":"28. Maerz 2021 um 18:02 Uhr"},"email":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longEmailNotice","emailReceiver":"xxx@xxx.com","emailSender":"xxx@xxx.com","onlyError":false,"emailWaiting":0,"systemLang":"de"},"pushover":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","SilentNotice":false,"NoticeType":"longPushoverNotice","deviceID":"","onlyError":false,"pushoverWaiting":0,"systemLang":"de"},"whatsapp":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longWhatsappNotice","onlyError":false,"whatsappWaiting":0,"systemLang":"de"},"backupDir":"/opt/iobroker/backups"}
                            [DEBUG] [historyHTML] - new history html values created
                            [DEBUG] [historyHTML] - done
                            [DEBUG] [historyJSON] - new history json values created
                            [DEBUG] [historyJSON] - done
                            [DEBUG] [historyHTML] start with {"type":"creator","time":"06:15","debugging":true,"everyXDays":"1","nameSuffix":"ioBrokerPV","deleteBackupAfter":0,"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"cifs","mount":"//192.168.0.10","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=3.0","sudo":true,"cifsDomain":"NAS","deleteOldBackup":true,"ownDir":true,"dir":"/backup/iobroker","dirMinimal":"/backup/iobroker","user":"iobackup","pass":"****","context":{"fileNames":["/opt/iobroker/backups/iobroker_2021_03_28-18_01_59_ioBrokerPV_backupiobroker.tar.gz","/opt/iobroker/backups/historyDB_2021_03_28-18_02_07_backupiobroker.tar.gz"],"errors":{"mount":"Error: Command failed: sudo mount -t cifs -o username=iobackup,password=****,domain=NAS,rw,file_mode=0777,dir_mode=0777 //192.168.0.10/backup/iobroker /opt/iobroker/backups\nmount error(16): Device or resource busy\nRefer to the mount.cifs(8) manual page (e.g. man mount.cifs)\n"},"done":["iobroker","historyDB"],"types":["iobroker","historyDB"]},"adapter":null},"dir":"/opt/iobroker","historyDB":{"enabled":true,"type":"creator","ftp":{"enabled":false,"type":"storage","source":"cifs","host":"","debugging":true,"deleteOldBackup":false,"ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker","user":"","pass":"****","port":"21"},"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"cifs","mount":"192.168.0.10","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=3.0","sudo":true,"cifsDomain":"NAS","deleteOldBackup":true,"ownDir":true,"dir":"/backup/iobroker","dirMinimal":"/backup/iobroker","user":"iobackup","pass":"****"},"dropbox":{"enabled":false,"type":"storage","source":"cifs","debugging":true,"deleteOldBackup":false,"accessToken":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"webdav":{"enabled":false,"type":"storage","source":"cifs","debugging":true,"deleteOldBackup":false,"username":"username","pass":"****","url":"https://example.com/remote.php/dav/files/username/","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"googledrive":{"enabled":false,"type":"storage","source":"cifs","debugging":true,"deleteOldBackup":false,"accessJson":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"path":"/opt/iobroker/iobroker-data/history/"},"historyHTML":{"enabled":true,"type":"message","entriesNumber":"25","systemLang":"de","time":"28. Maerz 2021 um 18:02 Uhr"},"historyJSON":{"enabled":true,"type":"message","entriesNumber":"25","systemLang":"de"},"telegram":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"telegram.0","SilentNotice":false,"NoticeType":"longTelegramNotice","User":"allTelegramUsers","onlyError":true,"telegramWaiting":0,"systemLang":"de"},"email":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longEmailNotice","emailReceiver":"xxx@xxx.com","emailSender":"xxx@xxx.com","onlyError":false,"emailWaiting":0,"systemLang":"de"},"pushover":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","SilentNotice":false,"NoticeType":"longPushoverNotice","deviceID":"","onlyError":false,"pushoverWaiting":0,"systemLang":"de"},"whatsapp":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longWhatsappNotice","onlyError":false,"whatsappWaiting":0,"systemLang":"de"},"backupDir":"/opt/iobroker/backups"}
                            [DEBUG] [historyJSON] start with {"type":"creator","time":"06:15","debugging":true,"everyXDays":"1","nameSuffix":"ioBrokerPV","deleteBackupAfter":0,"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"cifs","mount":"//192.168.0.10","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=3.0","sudo":true,"cifsDomain":"NAS","deleteOldBackup":true,"ownDir":true,"dir":"/backup/iobroker","dirMinimal":"/backup/iobroker","user":"iobackup","pass":"****","context":{"fileNames":["/opt/iobroker/backups/iobroker_2021_03_28-18_01_59_ioBrokerPV_backupiobroker.tar.gz","/opt/iobroker/backups/historyDB_2021_03_28-18_02_07_backupiobroker.tar.gz"],"errors":{"mount":"Error: Command failed: sudo mount -t cifs -o username=iobackup,password=****,domain=NAS,rw,file_mode=0777,dir_mode=0777 //192.168.0.10/backup/iobroker /opt/iobroker/backups\nmount error(16): Device or resource busy\nRefer to the mount.cifs(8) manual page (e.g. man mount.cifs)\n"},"done":["iobroker","historyDB"],"types":["iobroker","historyDB"]},"adapter":null},"dir":"/opt/iobroker","historyDB":{"enabled":true,"type":"creator","ftp":{"enabled":false,"type":"storage","source":"cifs","host":"","debugging":true,"deleteOldBackup":false,"ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker","user":"","pass":"****","port":"21"},"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"cifs","mount":"192.168.0.10","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=3.0","sudo":true,"cifsDomain":"NAS","deleteOldBackup":true,"ownDir":true,"dir":"/backup/iobroker","dirMinimal":"/backup/iobroker","user":"iobackup","pass":"****"},"dropbox":{"enabled":false,"type":"storage","source":"cifs","debugging":true,"deleteOldBackup":false,"accessToken":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"webdav":{"enabled":false,"type":"storage","source":"cifs","debugging":true,"deleteOldBackup":false,"username":"username","pass":"****","url":"https://example.com/remote.php/dav/files/username/","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"googledrive":{"enabled":false,"type":"storage","source":"cifs","debugging":true,"deleteOldBackup":false,"accessJson":"****","ownDir":false,"dir":"/backupDir","dirMinimal":"/backupDir/iobroker"},"path":"/opt/iobroker/iobroker-data/history/"},"historyHTML":{"enabled":true,"type":"message","entriesNumber":"25","systemLang":"de"},"historyJSON":{"enabled":true,"type":"message","entriesNumber":"25","systemLang":"de","time":"28. Maerz 2021 um 18:02 Uhr"},"telegram":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"telegram.0","SilentNotice":false,"NoticeType":"longTelegramNotice","User":"allTelegramUsers","onlyError":true,"telegramWaiting":0,"systemLang":"de"},"email":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longEmailNotice","emailReceiver":"xxx@xxx.com","emailSender":"xxx@xxx.com","onlyError":false,"emailWaiting":0,"systemLang":"de"},"pushover":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","SilentNotice":false,"NoticeType":"longPushoverNotice","deviceID":"","onlyError":false,"pushoverWaiting":0,"systemLang":"de"},"whatsapp":{"enabled":true,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longWhatsappNotice","onlyError":false,"whatsappWaiting":0,"systemLang":"de"},"backupDir":"/opt/iobroker/backups"}
                            [DEBUG] [umount] start with {"mountType":"CIFS","type":"storage","source":"cifs","mount":"//192.168.0.10","debugging":true,"fileDir":"/opt/iobroker/node_modules/iobroker.backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","smb":"vers=3.0","sudo":true,"cifsDomain":"NAS","deleteOldBackup":true,"ownDir":true,"dir":"/backup/iobroker","dirMinimal":"/backup/iobroker","user":"iobackup","pass":"****","backupDir":"/opt/iobroker/backups"}
                            

                            log

                            backitup.0	2021-03-28 18:03:24.952	debug	(14449) system.adapter.admin.0: logging true
                            backitup.0	2021-03-28 18:02:39.560	debug	(14449) [iobroker/historyJSON] done
                            backitup.0	2021-03-28 18:02:39.559	debug	(14449) [iobroker/historyJSON] new history json values created
                            backitup.0	2021-03-28 18:02:39.394	debug	(14449) [iobroker/historyHTML] done
                            backitup.0	2021-03-28 18:02:39.392	debug	(14449) [iobroker/historyHTML] new history html values created
                            backitup.0	2021-03-28 18:02:39.081	debug	(14449) [iobroker/telegram] done
                            backitup.0	2021-03-28 18:02:39.079	debug	(14449) sendTo "send" to system.adapter.telegram.0 from system.adapter.backitup.0
                            backitup.0	2021-03-28 18:02:39.065	debug	(14449) [iobroker/telegram] [iobroker] used Telegram-Instance: telegram.0
                            backitup.0	2021-03-28 18:02:38.602	debug	(14449) [iobroker/clean] done
                            backitup.0	2021-03-28 18:02:38.600	debug	(14449) [iobroker/clean] Backup files not deleted from /opt/iobroker/backups because some errors.
                            backitup.0	2021-03-28 18:02:37.995	debug	(14449) [iobroker/cifs] done
                            backitup.0	2021-03-28 18:02:36.935	debug	(14449) [iobroker/historyDB] done
                            backitup.0	2021-03-28 18:02:36.909	debug	(14449) [iobroker/historyDB] Backup created: /opt/iobroker/backups/historyDB_2021_03_28-18_02_07_backupiobroker.tar.gz
                            backitup.0	2021-03-28 18:02:27.441	debug	(14449) [iobroker/historyDB] Packed 19MB so far...
                            backitup.0	2021-03-28 18:02:17.442	debug	(14449) [iobroker/historyDB] Packed 9MB so far...
                            backitup.0	2021-03-28 18:02:07.439	debug	(14449) [iobroker/historyDB] compress from historyDB started ...
                            backitup.0	2021-03-28 18:02:06.682	debug	(14449) [iobroker/iobroker] done
                            backitup.0	2021-03-28 18:02:05.589	debug	(14449) [iobroker/iobroker] Backup created: /opt/iobroker/backups/iobroker_2021_03_28-18_01_59_ioBrokerPV_backupiobroker.tar.gz
                            backitup.0	2021-03-28 18:02:02.046	debug	(14449) [iobroker/iobroker] host.raspi4iobrokerpv 2538 objects saved
                            backitup.0	2021-03-28 18:02:02.019	debug	(14449) [iobroker/iobroker] host.raspi4iobrokerpv 2093 states saved
                            backitup.0	2021-03-28 18:01:59.328	debug	(14449) [iobroker/mount] Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
                            backitup.0	2021-03-28 18:01:59.328	debug	(14449) [iobroker/mount] mount error(16): Device or resource busy
                            backitup.0	2021-03-28 18:01:59.327	debug	(14449) [iobroker/mount] [IGNORED] Error: Command failed: sudo mount -t cifs -o username=iobackup,password=****,domain=NAS,rw,file_mode=0777,dir_mode=0777 //192.168.0.10/backup/iobroker /opt/iobroker
                            backitup.0	2021-03-28 18:01:59.327	debug	(14449) [iobroker/mount] Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
                            backitup.0	2021-03-28 18:01:59.326	debug	(14449) [iobroker/mount] mount error(16): Device or resource busy
                            backitup.0	2021-03-28 18:01:59.325	debug	(14449) [iobroker/mount] [undefined Error: Command failed: sudo mount -t cifs -o username=iobackup,password=****,domain=NAS,rw,file_mode=0777,dir_mode=0777 //192.168.0.10/backup/iobroker /opt/iobroke
                            backitup.0	2021-03-28 18:01:59.238	debug	(14449) [iobroker/mount] first mount attempt with smb option failed. try next mount attempt without smb option ...
                            backitup.0	2021-03-28 18:01:55.647	debug	(14449) system.adapter.admin.0: logging false
                            backitup.0	2021-03-28 18:01:49.159	debug	(14449) Backup has started ...
                            backitup.0	2021-03-28 18:01:49.156	error	(14449) [iobroker] Backup folder not created: Error: EPERM: operation not permitted, chmod '/opt/iobroker/backups'Please reinstall backitup and run "iobroker fix"!!
                            backitup.0	2021-03-28 18:01:47.336	debug	(14449) sendTo "getTelegramUser" to system.adapter.admin.0 from system.adapter.backitup.0: {"858269950":{"firstName":"Richard"}}
                            backitup.0	2021-03-28 18:01:47.333	debug	(14449) telegram-instance: telegram.0
                            backitup.0	2021-03-28 18:01:24.555	debug	(14449) Start all Adapter after Restore enabled
                            backitup.0	2021-03-28 18:01:16.924	debug	(14449) detect last backup file: iobroker_2021_03_28-11_31_14_ioBrokerPV_backupiobroker.tar.gz
                            backitup.0	2021-03-28 18:01:16.921	debug	(14449) detect backup file 8 from cifs: iobroker_2021_03_28-11_31_14_ioBrokerPV_backupiobroker.tar.gz
                            backitup.0	2021-03-28 18:01:16.920	debug	(14449) detect backup file 7 from cifs: iobroker_2021_03_28-11_27_22_ioBrokerPV_backupiobroker.tar.gz
                            backitup.0	2021-03-28 18:01:16.919	debug	(14449) detect backup file 6 from cifs: iobroker_2021_03_28-10_57_31_ioBrokerPV_backupiobroker.tar.gz
                            backitup.0	2021-03-28 18:01:16.918	debug	(14449) detect backup file 5 from cifs: iobroker_2021_03_27-06_15_23_ioBrokerPV_backupiobroker.tar.gz
                            backitup.0	2021-03-28 18:01:16.917	debug	(14449) detect backup file 4 from cifs: iobroker_2021_03_27-06_10_22_backupiobroker.tar.gz
                            backitup.0	2021-03-28 18:01:16.916	debug	(14449) detect backup file 3 from cifs: iobroker_2021_03_26-06_15_22_ioBrokerPV_backupiobroker.tar.gz
                            backitup.0	2021-03-28 18:01:16.915	debug	(14449) detect backup file 2 from cifs: iobroker_2021_03_26-06_10_22_backupiobroker.tar.gz
                            backitup.0	2021-03-28 18:01:16.913	debug	(14449) detect backup file 1 from cifs: iobroker_2021_03_25-06_15_24_ioBrokerPV_backupiobroker.tar.gz
                            backitup.0	2021-03-28 18:01:16.192	debug	(14449) system.adapter.admin.0: logging true
                            backitup.0	2021-03-28 18:01:14.902	error	Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
                            backitup.0	2021-03-28 18:01:14.902	error	mount error(16): Device or resource busy
                            backitup.0	2021-03-28 18:01:14.902	error	(14449) Error: Command failed: sudo mount -t cifs -o username=iobackup,password=****,domain=NAS,rw,file_mode=0777,dir_mode=0777 //192.168.0.10/backup/iobroker /opt/iobroker/backups
                            backitup.0	2021-03-28 18:01:14.854	debug	(14449) first mount attempt with smb option failed. try next mount attempt without smb option ...
                            backitup.0	2021-03-28 18:01:14.722	debug	(14449) [iobroker] 10 15 06 */1 * *
                            backitup.0	2021-03-28 18:01:14.676	info	(14449) [iobroker] backup was activated at 06:15 every 1 day(s)
                            backitup.0	2021-03-28 18:01:14.346	info	(14449) starting. Version 2.1.0 in /opt/iobroker/node_modules/iobroker.backitup, node: v12.21.0, js-controller: 3.2.16
                            
                            simatecS Online
                            simatecS Online
                            simatec
                            Developer Most Active
                            schrieb am zuletzt editiert von
                            #35

                            @humidor sagte in Iobroker backitup error.. Wo liegt das problem:

                            Device or resource busy
                            So wie es ausschaut ist bereits ein mount gesetzt

                            sudo umount /opt/iobroker/backups
                            
                            • Besuche meine Github Seite
                            • Beitrag hat geholfen oder willst du mich unterstützen
                            • HowTo Restore ioBroker
                            HumidorH 2 Antworten Letzte Antwort
                            0
                            • simatecS simatec

                              @humidor sagte in Iobroker backitup error.. Wo liegt das problem:

                              Device or resource busy
                              So wie es ausschaut ist bereits ein mount gesetzt

                              sudo umount /opt/iobroker/backups
                              
                              HumidorH Offline
                              HumidorH Offline
                              Humidor
                              schrieb am zuletzt editiert von
                              #36

                              @simatec sagte in Iobroker backitup error.. Wo liegt das problem:

                              sudo umount /opt/iobroker/backups

                              ioBroker fix habe ich gemacht inkl. alles was sonst noch an update usw. zu tun ist
                              den unmount habe ich gerade gemacht
                              ein gerader gestarteter manueller Backup startet nicht (Fenster bleibt leer)

                              log von heute - files wurden am NAS angelegt, Fehlermeldung wurde versandt.

                              2021-03-31 06:15:10.291 - error: backitup.0 (32188) [iobroker] Backup folder not created: Error: EPERM: operation not permitted, chmod '/opt/iobroker/backups'Please reinstall backitup and run "iobroker fix"!!
                              2021-03-31 06:15:10.300 - debug: backitup.0 (32188) Backup has started ...
                              2021-03-31 06:15:21.081 - debug: backitup.0 (32188) [iobroker/mount] first mount attempt with smb option failed. try next mount attempt without smb option ...
                              2021-03-31 06:15:21.161 - debug: backitup.0 (32188) [iobroker/mount] [undefined Error: Command failed: sudo mount -t cifs -o username=iobackup,password=****,domain=NAS,rw,file_mode=0777,dir_mode=0777 //192.168.0.10/backup/iobroker /opt/iobroker/backups
                              2021-03-31 06:15:21.163 - debug: backitup.0 (32188) [iobroker/mount] mount error(16): Device or resource busy
                              2021-03-31 06:15:21.164 - debug: backitup.0 (32188) [iobroker/mount] Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
                              2021-03-31 06:15:21.165 - debug: backitup.0 (32188) [iobroker/mount] [IGNORED] Error: Command failed: sudo mount -t cifs -o username=iobackup,password=****,domain=NAS,rw,file_mode=0777,dir_mode=0777 //192.168.0.10/backup/iobroker /opt/iobroker/backups
                              2021-03-31 06:15:21.166 - debug: backitup.0 (32188) [iobroker/mount] mount error(16): Device or resource busy
                              2021-03-31 06:15:21.166 - debug: backitup.0 (32188) [iobroker/mount] Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
                              2021-03-31 06:15:23.856 - debug: backitup.0 (32188) [iobroker/iobroker] host.raspi4iobrokerpv 2149 states saved
                              2021-03-31 06:15:23.889 - debug: backitup.0 (32188) [iobroker/iobroker] host.raspi4iobrokerpv 2595 objects saved
                              2021-03-31 06:15:27.198 - debug: backitup.0 (32188) [iobroker/iobroker] Backup created: /opt/iobroker/backups/iobroker_2021_03_31-06_15_21_ioBrokerPV_backupiobroker.tar.gz
                              2021-03-31 06:15:28.251 - debug: backitup.0 (32188) [iobroker/iobroker] done
                              2021-03-31 06:15:29.089 - debug: backitup.0 (32188) [iobroker/historyDB] The following files were found for the backup: 20210202,20210203,20210204,20210205,20210206,20210207,20210208,20210209,20210210,20210211,20210212,20210213,20210214,20210215,20210216,20210217,20210218,20210219,20210220,20210221,20210222,20210223,20210224,20210225,20210226,20210227,20210228,20210301,20210302,20210303,20210304,20210305,20210306,20210307,20210308,20210309,20210310,20210311,20210312,20210313,20210314,20210315,20210316,20210317,20210318,20210319,20210320,20210321,20210322,20210323,20210324,20210325,20210326,20210327,20210328,20210329,20210330,20210331
                              2021-03-31 06:15:39.048 - debug: backitup.0 (32188) [iobroker/historyDB] Packed 11MB so far...
                              2021-03-31 06:15:49.042 - debug: backitup.0 (32188) [iobroker/historyDB] Packed 21MB so far...
                              2021-03-31 06:15:57.276 - debug: backitup.0 (32188) [iobroker/historyDB] Backup created: /opt/iobroker/backups/historyDB_2021_03_31-06_15_29_backupiobroker.tar.gz
                              2021-03-31 06:15:57.278 - debug: backitup.0 (32188) [iobroker/historyDB] done
                              2021-03-31 06:15:58.336 - debug: backitup.0 (32188) [iobroker/cifs] done
                              2021-03-31 06:15:58.942 - debug: backitup.0 (32188) [iobroker/clean] Backup files not deleted from /opt/iobroker/backups because some errors.
                              2021-03-31 06:15:58.944 - debug: backitup.0 (32188) [iobroker/clean] done
                              2021-03-31 06:15:59.413 - debug: backitup.0 (32188) [iobroker/telegram] [iobroker] used Telegram-Instance: telegram.0
                              2021-03-31 06:15:59.425 - debug: backitup.0 (32188) sendTo "send" to system.adapter.telegram.0 from system.adapter.backitup.0
                              2021-03-31 06:15:59.428 - debug: backitup.0 (32188) [iobroker/telegram] done
                              2021-03-31 06:15:59.734 - debug: backitup.0 (32188) [iobroker/historyHTML] new history html values created
                              2021-03-31 06:15:59.736 - debug: backitup.0 (32188) [iobroker/historyHTML] done
                              2021-03-31 06:15:59.894 - debug: backitup.0 (32188) [iobroker/historyJSON] new history json values created
                              2021-03-31 06:15:59.895 - debug: backitup.0 (32188) [iobroker/historyJSON] done
                              

                              BG

                              1 Antwort Letzte Antwort
                              0
                              • simatecS simatec

                                @humidor sagte in Iobroker backitup error.. Wo liegt das problem:

                                Device or resource busy
                                So wie es ausschaut ist bereits ein mount gesetzt

                                sudo umount /opt/iobroker/backups
                                
                                HumidorH Offline
                                HumidorH Offline
                                Humidor
                                schrieb am zuletzt editiert von Humidor
                                #37

                                @simatec

                                gerade gemacht:
                                iobroker stop
                                sudo apt-get update
                                sudo apt-get upgrade
                                iobroker fix
                                curl -fsL https://iobroker.net/fix.sh | bash -
                                iobroker start

                                ... gewartet bis wieder alle Adapter online sind....

                                manuelles Backup gestartet
                                Adapter 2.0.4 - schaut gut aus, file ohne Fehler angelegt.

                                2021-03-31 08:08:07.487 - debug: backitup.0 (24853) Redis Objects: Use Redis connection: 127.0.0.1:9001
                                2021-03-31 08:08:07.527 - debug: backitup.0 (24853) Objects client ready ... initialize now
                                2021-03-31 08:08:07.530 - debug: backitup.0 (24853) Objects create System PubSub Client
                                2021-03-31 08:08:07.531 - debug: backitup.0 (24853) Objects create User PubSub Client
                                2021-03-31 08:08:07.532 - debug: backitup.0 (24853) Objects client initialize lua scripts
                                2021-03-31 08:08:07.545 - debug: backitup.0 (24853) Objects connected to redis: 127.0.0.1:9001
                                2021-03-31 08:08:07.554 - debug: backitup.0 (24853) objectDB connected
                                2021-03-31 08:08:07.557 - debug: backitup.0 (24853) Redis States: Use Redis connection: 127.0.0.1:9000
                                2021-03-31 08:08:07.565 - debug: backitup.0 (24853) States create System PubSub Client
                                2021-03-31 08:08:07.566 - debug: backitup.0 (24853) States create User PubSub Client
                                2021-03-31 08:08:07.574 - debug: backitup.0 (24853) States connected to redis: 127.0.0.1:9000
                                2021-03-31 08:08:07.575 - debug: backitup.0 (24853) statesDB connected
                                2021-03-31 08:08:08.090 - debug: backitup.0 (24853) Plugin sentry Initialize Plugin (enabled=true)
                                2021-03-31 08:08:08.348 - info: backitup.0 (24853) starting. Version 2.0.4 in /opt/iobroker/node_modules/iobroker.backitup, node: v12.22.0, js-controller: 3.2.16
                                2021-03-31 08:08:08.446 - info: backitup.0 (24853) [iobroker] backup was activated at 06:15 every 1 day(s)
                                2021-03-31 08:08:08.485 - debug: backitup.0 (24853) [iobroker] 10 15 06 */1 * *
                                2021-03-31 08:08:09.122 - debug: backitup.0 (24853) mount successfully completed
                                2021-03-31 08:08:11.097 - info: host.raspi4iobrokerpv instance system.adapter.vis.0 terminated while should be started once
                                2021-03-31 08:08:11.205 - debug: backitup.0 (24853) detect backup file 1 from cifs: iobroker_2021_03_25-06_15_24_ioBrokerPV_backupiobroker.tar.gz
                                2021-03-31 08:08:11.206 - debug: backitup.0 (24853) detect backup file 2 from cifs: iobroker_2021_03_26-06_10_22_backupiobroker.tar.gz
                                2021-03-31 08:08:11.207 - debug: backitup.0 (24853) detect backup file 3 from cifs: iobroker_2021_03_26-06_15_22_ioBrokerPV_backupiobroker.tar.gz
                                2021-03-31 08:08:11.207 - debug: backitup.0 (24853) detect backup file 4 from cifs: iobroker_2021_03_27-06_10_22_backupiobroker.tar.gz
                                2021-03-31 08:08:11.208 - debug: backitup.0 (24853) detect backup file 5 from cifs: iobroker_2021_03_27-06_15_23_ioBrokerPV_backupiobroker.tar.gz
                                2021-03-31 08:08:11.208 - debug: backitup.0 (24853) detect backup file 6 from cifs: iobroker_2021_03_28-10_57_31_ioBrokerPV_backupiobroker.tar.gz
                                2021-03-31 08:08:11.209 - debug: backitup.0 (24853) detect backup file 7 from cifs: iobroker_2021_03_28-11_27_22_ioBrokerPV_backupiobroker.tar.gz
                                2021-03-31 08:08:11.210 - debug: backitup.0 (24853) detect backup file 8 from cifs: iobroker_2021_03_28-11_31_14_ioBrokerPV_backupiobroker.tar.gz
                                2021-03-31 08:08:11.210 - debug: backitup.0 (24853) detect backup file 9 from cifs: iobroker_2021_03_28-18_01_59_ioBrokerPV_backupiobroker.tar.gz
                                2021-03-31 08:08:11.211 - debug: backitup.0 (24853) detect backup file 10 from cifs: iobroker_2021_03_29-06_15_21_ioBrokerPV_backupiobroker.tar.gz
                                2021-03-31 08:08:11.211 - debug: backitup.0 (24853) detect backup file 11 from cifs: iobroker_2021_03_30-06_15_21_ioBrokerPV_backupiobroker.tar.gz
                                2021-03-31 08:08:11.212 - debug: backitup.0 (24853) detect backup file 12 from cifs: iobroker_2021_03_30-07_26_27_ioBrokerPV_backupiobroker.tar.gz
                                2021-03-31 08:08:11.213 - debug: backitup.0 (24853) detect backup file 13 from cifs: iobroker_2021_03_31-06_15_21_ioBrokerPV_backupiobroker.tar.gz
                                2021-03-31 08:08:11.215 - debug: backitup.0 (24853) detect last backup file: iobroker_2021_03_31-06_15_21_ioBrokerPV_backupiobroker.tar.gz
                                2021-03-31 08:08:11.851 - info: host.raspi4iobrokerpv instance system.adapter.shelly.0 started with pid 24897
                                2021-03-31 08:08:15.998 - info: host.raspi4iobrokerpv instance system.adapter.influxdb.0 started with pid 24912
                                2021-03-31 08:08:18.174 - info: influxdb.0 (24912) starting. Version 1.9.4 in /opt/iobroker/node_modules/iobroker.influxdb, node: v12.22.0, js-controller: 3.2.16
                                2021-03-31 08:08:18.223 - info: influxdb.0 (24912) No stored data from last exit found
                                2021-03-31 08:08:18.225 - info: influxdb.0 (24912) Connecting http://localhost:8086 ...
                                2021-03-31 08:08:18.324 - info: influxdb.0 (24912) enabled logging of kecontact.0.pf, Alias=false, 1 points now activated
                                2021-03-31 08:08:18.325 - info: influxdb.0 (24912) enabled logging of kecontact.0.p, Alias=false, 2 points now activated
                                2021-03-31 08:08:18.326 - info: influxdb.0 (24912) enabled logging of kecontact.0.i3, Alias=false, 3 points now activated
                                2021-03-31 08:08:18.327 - info: influxdb.0 (24912) enabled logging of kecontact.0.i2, Alias=false, 4 points now activated
                                2021-03-31 08:08:18.328 - info: influxdb.0 (24912) enabled logging of kecontact.0.i1, Alias=false, 5 points now activated
                                2021-03-31 08:08:18.329 - info: influxdb.0 (24912) enabled logging of kecontact.0.u3, Alias=false, 6 points now activated
                                2021-03-31 08:08:18.330 - info: influxdb.0 (24912) enabled logging of kecontact.0.u2, Alias=false, 7 points now activated
                                2021-03-31 08:08:18.331 - info: influxdb.0 (24912) enabled logging of kecontact.0.u1, Alias=false, 8 points now activated
                                2021-03-31 08:08:18.332 - info: influxdb.0 (24912) enabled logging of kecontact.0.currentUser, Alias=false, 9 points now activated
                                2021-03-31 08:08:18.333 - info: influxdb.0 (24912) enabled logging of kecontact.0.enableUser, Alias=false, 10 points now activated
                                2021-03-31 08:08:18.334 - info: influxdb.0 (24912) enabled logging of 0_userdata.0.AMIS.170, Alias=false, 11 points now activated
                                2021-03-31 08:08:18.335 - info: influxdb.0 (24912) enabled logging of 0_userdata.0.AMIS.270, Alias=false, 12 points now activated
                                2021-03-31 08:08:18.336 - info: influxdb.0 (24912) enabled logging of shelly.0.SHPLG-S#EED8F9#1.Relay0.Switch, Alias=false, 13 points now activated
                                2021-03-31 08:08:18.337 - info: influxdb.0 (24912) enabled logging of shelly.0.SHPLG-S#EED8F9#1.Relay0.Power, Alias=false, 14 points now activated
                                2021-03-31 08:08:18.338 - info: influxdb.0 (24912) enabled logging of 0_userdata.0.AMIS.Power, Alias=false, 15 points now activated
                                2021-03-31 08:08:18.339 - info: influxdb.0 (24912) enabled logging of modbus.0.inputRegisters.30537_Tagesertrag_kWh, Alias=false, 16 points now activated
                                2021-03-31 08:08:18.340 - info: influxdb.0 (24912) enabled logging of modbus.0.inputRegisters.30775_PVLeistung, Alias=false, 17 points now activated
                                2021-03-31 08:08:18.341 - info: influxdb.0 (24912) enabled logging of javascript.0.Solar.Wechselrichter.PVLeistungAktuell, Alias=false, 18 points now activated
                                2021-03-31 08:08:18.342 - info: influxdb.0 (24912) enabled logging of modbus.1.holdingRegisters.40083_I_AC_Leistung, Alias=false, 19 points now activated
                                2021-03-31 08:08:18.343 - info: influxdb.0 (24912) enabled logging of modbus.1.holdingRegisters.40093_I_AC_Energie_WH, Alias=false, 20 points now activated
                                2021-03-31 08:08:18.353 - info: influxdb.0 (24912) enabled logging of 0_userdata.0.AMIS.PVPower, Alias=false, 21 points now activated
                                2021-03-31 08:08:18.354 - info: influxdb.0 (24912) enabled logging of 0_userdata.0.AMIS.PVÜberschuss, Alias=false, 22 points now activated
                                2021-03-31 08:08:18.355 - info: influxdb.0 (24912) enabled logging of javascript.0.Solar.Wechselrichter.PVLeistungAktuellSMA, Alias=false, 23 points now activated
                                2021-03-31 08:08:18.356 - info: influxdb.0 (24912) enabled logging of fuelpricemonitor.0.zuHome_Diesel.0.prices.0.amount, Alias=false, 24 points now activated
                                2021-03-31 08:08:18.357 - info: influxdb.0 (24912) enabled logging of virtualpowermeter.0.group_grid.VPM_170_Actual, Alias=false, 25 points now activated
                                2021-03-31 08:08:18.358 - info: influxdb.0 (24912) enabled logging of virtualpowermeter.0.group_grid.VPM_270_Actual, Alias=false, 26 points now activated
                                2021-03-31 08:08:18.359 - info: influxdb.0 (24912) enabled logging of virtualpowermeter.0.group_PowerBank.Virtual_Energy_Power_Powerbank, Alias=false, 27 points now activated
                                2021-03-31 08:08:18.360 - info: influxdb.0 (24912) enabled logging of virtualpowermeter.0.group_PowerBank.Virtual_Energy_Total_Powerbank, Alias=false, 28 points now activated
                                2021-03-31 08:08:18.394 - info: influxdb.0 (24912) Connected!
                                2021-03-31 08:08:18.443 - debug: backitup.0 (24853) mount activ... umount in 2 Seconds!!
                                2021-03-31 08:08:19.844 - info: host.raspi4iobrokerpv instance system.adapter.vis-inventwo.0 started with pid 24951
                                2021-03-31 08:08:20.507 - debug: backitup.0 (24853) umount successfully completed
                                2021-03-31 08:08:23.918 - info: host.raspi4iobrokerpv instance system.adapter.modbus.0 started with pid 24970
                                2021-03-31 08:08:27.916 - info: host.raspi4iobrokerpv instance system.adapter.modbus.1 started with pid 24991
                                2021-03-31 08:08:31.809 - info: host.raspi4iobrokerpv instance scheduled system.adapter.zoe2.0 */10 * * * *
                                2021-03-31 08:08:35.850 - info: host.raspi4iobrokerpv instance system.adapter.info.0 started with pid 25021
                                2021-03-31 08:08:39.889 - info: host.raspi4iobrokerpv instance system.adapter.life360.0 started with pid 25130
                                2021-03-31 08:08:43.905 - info: host.raspi4iobrokerpv instance system.adapter.fritzdect.0 started with pid 25517
                                2021-03-31 08:08:47.741 - debug: backitup.0 (24853) system.adapter.admin.0: logging false
                                2021-03-31 08:08:47.862 - info: host.raspi4iobrokerpv instance scheduled system.adapter.fuelpricemonitor.0 25 */20 * * * *
                                2021-03-31 08:08:47.887 - info: host.raspi4iobrokerpv instance system.adapter.fuelpricemonitor.0 started with pid 25539
                                2021-03-31 08:08:50.014 - info: fuelpricemonitor.0 (25539) starting. Version 0.2.2 in /opt/iobroker/node_modules/iobroker.fuelpricemonitor, node: v12.22.0, js-controller: 3.2.16
                                2021-03-31 08:08:51.962 - info: host.raspi4iobrokerpv instance system.adapter.virtualpowermeter.0 started with pid 25568
                                2021-03-31 08:08:54.142 - info: virtualpowermeter.0 (25568) starting. Version 1.4.2 in /opt/iobroker/node_modules/iobroker.virtualpowermeter, node: v12.22.0, js-controller: 3.2.16
                                2021-03-31 08:08:54.214 - info: virtualpowermeter.0 (25568) inital all Objects
                                2021-03-31 08:08:54.394 - info: virtualpowermeter.0 (25568) initial 0_userdata.0.AMIS.170
                                2021-03-31 08:08:54.506 - info: virtualpowermeter.0 (25568) initial done 0_userdata.0.AMIS.170 Destination Power: virtualpowermeter.0.group_grid.Virtual_Energy_Power_170 Destination EnergyTotal: virtualpowermeter.0.group_grid.Virtual_Energy_Total_170 Destination Group: virtualpowermeter.0.group_grid.
                                2021-03-31 08:08:54.507 - info: virtualpowermeter.0 (25568) initial 0_userdata.0.AMIS.270
                                2021-03-31 08:08:54.551 - info: virtualpowermeter.0 (25568) initial done 0_userdata.0.AMIS.270 Destination Power: virtualpowermeter.0.group_grid.Virtual_Energy_Power_270 Destination EnergyTotal: virtualpowermeter.0.group_grid.Virtual_Energy_Total_270 Destination Group: virtualpowermeter.0.group_grid.
                                2021-03-31 08:08:54.556 - info: virtualpowermeter.0 (25568) initial fritzdect.0.DECT_116300118701.power
                                2021-03-31 08:08:54.580 - info: virtualpowermeter.0 (25568) initial done fritzdect.0.DECT_116300118701.power Destination Power: virtualpowermeter.0.group_PowerBank.Virtual_Energy_Power_Powerbank Destination EnergyTotal: virtualpowermeter.0.group_PowerBank.Virtual_Energy_Total_Powerbank Destination Group: virtualpowermeter.0.group_PowerBank.
                                2021-03-31 08:08:54.672 - info: virtualpowermeter.0 (25568) initial completed
                                2021-03-31 08:08:54.882 - info: fuelpricemonitor.0 (25539) Terminated (NO_ERROR): Without reason
                                2021-03-31 08:08:55.400 - info: fuelpricemonitor.0 (25539) cleaned everything up...
                                2021-03-31 08:08:55.460 - info: host.raspi4iobrokerpv instance system.adapter.fuelpricemonitor.0 terminated with code 0 (NO_ERROR)
                                2021-03-31 08:09:05.222 - debug: backitup.0 (24853) telegram-instance: telegram.0
                                2021-03-31 08:09:05.227 - debug: backitup.0 (24853) sendTo "getTelegramUser" to system.adapter.admin.0 from system.adapter.backitup.0: {"858269950":{"firstName":"Richard"}}
                                2021-03-31 08:09:09.554 - debug: backitup.0 (24853) Backup has started ...
                                2021-03-31 08:09:20.003 - debug: backitup.0 (24853) [iobroker/mount] mount successfully completed
                                2021-03-31 08:09:20.007 - debug: backitup.0 (24853) [iobroker/mount] done
                                2021-03-31 08:09:22.797 - debug: backitup.0 (24853) [iobroker/iobroker] host.raspi4iobrokerpv 2160 states saved
                                2021-03-31 08:09:22.820 - debug: backitup.0 (24853) [iobroker/iobroker] host.raspi4iobrokerpv 2595 objects saved
                                2021-03-31 08:09:26.163 - debug: backitup.0 (24853) [iobroker/iobroker] Backup created: /opt/iobroker/backups/iobroker_2021_03_31-08_09_20_ioBrokerPV_backupiobroker.tar.gz
                                2021-03-31 08:09:27.265 - debug: backitup.0 (24853) [iobroker/iobroker] done
                                2021-03-31 08:09:28.134 - debug: backitup.0 (24853) [iobroker/historyDB] The following files were found for the backup: 20210202,20210203,20210204,20210205,20210206,20210207,20210208,20210209,20210210,20210211,20210212,20210213,20210214,20210215,20210216,20210217,20210218,20210219,20210220,20210221,20210222,20210223,20210224,20210225,20210226,20210227,20210228,20210301,20210302,20210303,20210304,20210305,20210306,20210307,20210308,20210309,20210310,20210311,20210312,20210313,20210314,20210315,20210316,20210317,20210318,20210319,20210320,20210321,20210322,20210323,20210324,20210325,20210326,20210327,20210328,20210329,20210330,20210331
                                2021-03-31 08:09:38.090 - debug: backitup.0 (24853) [iobroker/historyDB] Packed 11MB so far...
                                2021-03-31 08:09:48.187 - debug: backitup.0 (24853) [iobroker/historyDB] Packed 21MB so far...
                                2021-03-31 08:09:48.507 - debug: backitup.0 (24853) system.adapter.admin.0: logging true
                                2021-03-31 08:09:56.738 - debug: backitup.0 (24853) [iobroker/historyDB] Backup created: /opt/iobroker/backups/historyDB_2021_03_31-08_09_28_backupiobroker.tar.gz
                                2021-03-31 08:09:56.750 - debug: backitup.0 (24853) [iobroker/historyDB] done
                                2021-03-31 08:09:57.815 - debug: backitup.0 (24853) [iobroker/cifs] done
                                2021-03-31 08:09:58.417 - debug: backitup.0 (24853) [iobroker/clean] done
                                2021-03-31 08:09:58.878 - debug: backitup.0 (24853) [iobroker/telegram] [iobroker] used Telegram-Instance: telegram.0
                                2021-03-31 08:09:58.886 - debug: backitup.0 (24853) [iobroker/telegram] done
                                2021-03-31 08:09:59.198 - debug: backitup.0 (24853) [iobroker/historyHTML] new history html values created
                                2021-03-31 08:09:59.201 - debug: backitup.0 (24853) [iobroker/historyHTML] done
                                2021-03-31 08:09:59.367 - debug: backitup.0 (24853) [iobroker/historyJSON] new history json values created
                                2021-03-31 08:09:59.369 - debug: backitup.0 (24853) [iobroker/historyJSON] done
                                2021-03-31 08:09:59.565 - debug: backitup.0 (24853) [iobroker/umount] mount activ, umount is started ...
                                2021-03-31 08:10:00.114 - info: host.raspi4iobrokerpv instance system.adapter.zoe2.0 started with pid 25752
                                2021-03-31 08:10:04.622 - debug: backitup.0 (24853) [iobroker/umount] umount successfully completed
                                2021-03-31 08:10:04.623 - debug: backitup.0 (24853) [iobroker/umount] done
                                2021-03-31 08:10:04.775 - debug: backitup.0 (24853) [iobroker] exec: done
                                

                                BG

                                1 Antwort Letzte Antwort
                                0
                                • A Offline
                                  A Offline
                                  arne007
                                  schrieb am zuletzt editiert von
                                  #38

                                  Habe meinen Pi komplett neu aufgesetzt und wollte jetzt influxDB und Grafana aus dem Backup wiederherstellen. Bekomme jedoch nur folgende Fehlermeldung. Weiß jmd wie ich das Problem löse.

                                  ckitup.0
                                  2021-11-26 10:56:12.941	error	[influxDB] infuxDB Restore not completed
                                  
                                  backitup.0
                                  2021-11-26 10:56:12.939	error	[influxDB] Error: EPERM: operation not permitted, utime '/opt/iobroker/backups/influxDBtmp/'
                                  
                                  backitup.0
                                  2021-11-26 10:49:31.947	error	[grafana] Error: EPERM: operation not permitted, utime '/opt/iobroker/backups/grafana_tmp/'
                                  
                                  backitup.0
                                  2021-11-26 10:49:31.945	error	[grafana] Grafana restore not completed
                                  
                                  backitup.0
                                  2021-11-26 10:49:20.599	error	Error: Command failed: sudo mount -t cifs -o username=Arne,password=****,rw,file_mode=0777,dir_mode=0777 //192.168.178.10/homes/Backup_ioBroker /opt/iobroker/backupsmount error(16): Device or resource busyRefer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
                                  
                                  backitup.0
                                  2021-11-26 10:49:09.218	error	[influxDB] infuxDB Restore not completed
                                  
                                  backitup.0
                                  2021-11-26 10:49:09.211	error	[influxDB] Error: EPERM: operation not permitted, utime '/opt/iobroker/backups/influxDBtmp/'
                                  
                                  simatecS 1 Antwort Letzte Antwort
                                  0
                                  • A arne007

                                    Habe meinen Pi komplett neu aufgesetzt und wollte jetzt influxDB und Grafana aus dem Backup wiederherstellen. Bekomme jedoch nur folgende Fehlermeldung. Weiß jmd wie ich das Problem löse.

                                    ckitup.0
                                    2021-11-26 10:56:12.941	error	[influxDB] infuxDB Restore not completed
                                    
                                    backitup.0
                                    2021-11-26 10:56:12.939	error	[influxDB] Error: EPERM: operation not permitted, utime '/opt/iobroker/backups/influxDBtmp/'
                                    
                                    backitup.0
                                    2021-11-26 10:49:31.947	error	[grafana] Error: EPERM: operation not permitted, utime '/opt/iobroker/backups/grafana_tmp/'
                                    
                                    backitup.0
                                    2021-11-26 10:49:31.945	error	[grafana] Grafana restore not completed
                                    
                                    backitup.0
                                    2021-11-26 10:49:20.599	error	Error: Command failed: sudo mount -t cifs -o username=Arne,password=****,rw,file_mode=0777,dir_mode=0777 //192.168.178.10/homes/Backup_ioBroker /opt/iobroker/backupsmount error(16): Device or resource busyRefer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
                                    
                                    backitup.0
                                    2021-11-26 10:49:09.218	error	[influxDB] infuxDB Restore not completed
                                    
                                    backitup.0
                                    2021-11-26 10:49:09.211	error	[influxDB] Error: EPERM: operation not permitted, utime '/opt/iobroker/backups/influxDBtmp/'
                                    
                                    simatecS Online
                                    simatecS Online
                                    simatec
                                    Developer Most Active
                                    schrieb am zuletzt editiert von
                                    #39

                                    @arne007 sagte in Iobroker backitup error.. Wo liegt das problem:

                                    Error: EPERM: operation not permitted

                                    Du hast keine Schreibrechte. Wo liegt das Backup? Versuchst du den restore lokal oder über NAS oder der Gleichen herzustellen?

                                    • Besuche meine Github Seite
                                    • Beitrag hat geholfen oder willst du mich unterstützen
                                    • HowTo Restore ioBroker
                                    A 1 Antwort Letzte Antwort
                                    0
                                    • simatecS simatec

                                      @arne007 sagte in Iobroker backitup error.. Wo liegt das problem:

                                      Error: EPERM: operation not permitted

                                      Du hast keine Schreibrechte. Wo liegt das Backup? Versuchst du den restore lokal oder über NAS oder der Gleichen herzustellen?

                                      A Offline
                                      A Offline
                                      arne007
                                      schrieb am zuletzt editiert von arne007
                                      #40

                                      @simatec said in Iobroker backitup error.. Wo liegt das problem:

                                      über NAS oder der Gleichen herzustellen?

                                      über NAS. Welche Schreibrechte muss ich wie / wo ändern?

                                      simatecS 1 Antwort Letzte Antwort
                                      0
                                      • A arne007

                                        @simatec said in Iobroker backitup error.. Wo liegt das problem:

                                        über NAS oder der Gleichen herzustellen?

                                        über NAS. Welche Schreibrechte muss ich wie / wo ändern?

                                        simatecS Online
                                        simatecS Online
                                        simatec
                                        Developer Most Active
                                        schrieb am zuletzt editiert von
                                        #41

                                        @arne007 Mit den Angaben von dir kann ich dir das nicht beantworten.
                                        cifs-utils installiert?
                                        NAS konfiguriert?

                                        NAS Config und Backitup Config?

                                        • Besuche meine Github Seite
                                        • Beitrag hat geholfen oder willst du mich unterstützen
                                        • HowTo Restore ioBroker
                                        fu_zhouF 1 Antwort Letzte Antwort
                                        0
                                        • simatecS simatec

                                          @arne007 Mit den Angaben von dir kann ich dir das nicht beantworten.
                                          cifs-utils installiert?
                                          NAS konfiguriert?

                                          NAS Config und Backitup Config?

                                          fu_zhouF Offline
                                          fu_zhouF Offline
                                          fu_zhou
                                          schrieb am zuletzt editiert von
                                          #42

                                          @simatec Mhm... ich habe das selbe Problem. Backups werden auf dem NAS angelegt, CIFS-utils sind installiert, die Backups werden auch auf dem NAS gefunden und angezeigt, nur wiederherstellen möchte Backitup nicht:

                                          eError: {"errno":-1,"code":"EPERM","syscall":"utime","path":"/opt/iobroker/backups/tmpScripts/"}
                                          

                                          Synology DS920+ VM, S7-315 PN mit ET200S

                                          simatecS 1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

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

                                          815

                                          Online

                                          32.5k

                                          Benutzer

                                          81.8k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe