Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. gelöst Backitup auf OMV Fehlermeldung

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    gelöst Backitup auf OMV Fehlermeldung

    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      mgm last edited by mgm

      Hallo zusammen,

      ich bekomme es einfach nicht hin das ein Backup auf meinen OMV geschrieben wird.
      Ich hab einfach zu wenig Wissen ..... das ist die Fehlermeldung
      cd3269a9-d9a9-44fd-9a7e-f3717ca000b2-grafik.png

      und das sind die Einstellungen in Backitup

      7746e5ee-a0b6-4059-b776-3c1ae1c96d52-grafik.png

      vielleicht kann mir jemand unter die Arme greifen

      Wenn irgend jemand das am Laufen hat, wäre es schon ,wenn mir jemand die Einstellungen zeigen könnte!

      crunchip 1 Reply Last reply Reply Quote 0
      • crunchip
        crunchip Forum Testing Most Active @mgm last edited by crunchip

        @mgm sagte in Backitup auf OMV Fehlermeldung:

        und das sind die Einstellungen in Backitup

        8d1e90c6-fa42-42b9-953f-d23a0330b371-image.png
        36ff4a91-43ac-443f-87dc-51336fa66083-image.png

        M 1 Reply Last reply Reply Quote 0
        • M
          mgm @crunchip last edited by mgm

          @crunchip Danke für die Antwort nur leider bleiben die Fehlermeldungen.

          Ich habe den ioBroker in proxmox in einem Container installiert. Kann das damit vielleicht zusammen hängen?
          Ich habe auch gelesen, das die cifs-utils installiert sein müssen.
          Wo müssen die installiert sein?

          • im omv
          • im Container wo iobroker ist
            Oder wo?

          Ich bin momentan ziemlich hilflos …..

          Marc Berg 1 Reply Last reply Reply Quote 0
          • Marc Berg
            Marc Berg Most Active @mgm last edited by Marc Berg

            @mgm sagte in Backitup auf OMV Fehlermeldung:

            Wo müssen die installiert sein?

            im omv
            im Container wo iobroker ist
            Oder wo?

            Die müssen im Container installiert sein. So wie es aussieht, sind sie das, kannst du aber nochmal mit

            apt policy cifs-utils
            

            prüfen.

            Dann zeig bitte nochmal das Einstellungsfenster, wie es jetzt aussieht und die Fehlermeldungen ALS TEXT hier rein (in Code-Tags f339a377-c8b8-4bfc-b135-c4ea07e3f769-grafik.png)

            Gibt es einen Grund, dass Du CIFS statt NFS nutzt? Ich meine, OMV bietet als Linux-basierendes System auch NFS an, oder? Das wäre für die Linux-Linux KOmmunikation passender, aber CIFS sollte grundsätzlich auch gehen.

            M 1 Reply Last reply Reply Quote 0
            • M
              mgm @Marc Berg last edited by

              @marc-berg cifs-utils sind da!

              cifs-utils:
                Installed: 2:6.11-3.1+deb11u1
                Candidate: 2:6.11-3.1+deb11u1
                Version table:
               *** 2:6.11-3.1+deb11u1 500
                      500 http://ftp.debian.org/debian bullseye/main amd64 Packages
                      500 http://security.debian.org bullseye-security/main amd64 Packages
                      100 /var/lib/dpkg/status
              
              Started iobroker ...
              [DEBUG] [mount] start with {"mountType":"CIFS","type":"storage","source":"local","mount":"//192.168.2.229","debugging":true,"fileDir":"/opt/iobroker/iobroker-data/backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","wolPort":"9","wolExtra":false,"smb":"vers=3.1.1","sudo":true,"cifsDomain":"","clientInodes":false,"deleteOldBackup":true,"ownDir":false,"dir":"/Backup/IoBroker","dirMinimal":"/srv/dev-disk-by-uuid-a27899c7-d76c-4ee0-843a-815cb2fb1aa5/Michael","user":"iobroker","pass":"****","ignoreErrors":false}
              [DEBUG] [mount] - noserverino option: false
              [DEBUG] [mount] - cifs-mount command: "sudo mount -t cifs -o username=iobroker,password=****,rw,uid=iobroker,gid=iobroker,file_mode=0777,dir_mode=0777,vers=3.1.1 //192.168.2.229/Backup/IoBroker /opt/iobroker/backups"
              [DEBUG] [mount] - first mount attempt with smb option failed. try next mount attempt without smb option ...
              [DEBUG] [mount] - cifs-mount command: "sudo mount -t cifs -o username=iobroker,password=****,rw,uid=iobroker,gid=iobroker,file_mode=0777,dir_mode=0777 //192.168.2.229/Backup/IoBroker /opt/iobroker/backups"
              [ERROR] [mount] - [undefined Error: Command failed: sudo mount -t cifs -o username=iobroker,password=****,rw,uid=iobroker,gid=iobroker,file_mode=0777,dir_mode=0777 //192.168.2.229/Backup/IoBroker /opt/iobroker/backups
              mount error(1): Operation not permitted
              Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
              
              [DEBUG] [mount] - Error: Command failed: sudo mount -t cifs -o username=iobroker,password=****,rw,uid=iobroker,gid=iobroker,file_mode=0777,dir_mode=0777 //192.168.2.229/Backup/IoBroker /opt/iobroker/backups
              mount error(1): Operation not permitted
              Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
              
              [DEBUG] [iobroker] start with {"type":"creator","workDir":"/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js","time":"02:40","debugging":true,"slaveBackup":"Single","everyXDays":"1","deleteBackupAfter":0,"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"local","mount":"//192.168.2.229","debugging":true,"fileDir":"/opt/iobroker/iobroker-data/backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","wolPort":"9","wolExtra":false,"smb":"vers=3.1.1","sudo":true,"cifsDomain":"","clientInodes":false,"deleteOldBackup":true,"ownDir":false,"dir":"/Backup/IoBroker","dirMinimal":"/srv/dev-disk-by-uuid-a27899c7-d76c-4ee0-843a-815cb2fb1aa5/Michael","user":"iobroker","pass":"****","ignoreErrors":false,"context":{"fileNames":[],"errors":{"mount":{"code":32,"killed":false,"signal":null,"cmd":"sudo mount -t cifs -o username=iobroker,password=\"Letzdance1%\",rw,uid=iobroker,gid=iobroker,file_mode=0777,dir_mode=0777 //192.168.2.229/Backup/IoBroker /opt/iobroker/backups"}},"done":[],"types":[]},"adapter":null,"influxDBEvents":[],"mySqlEvents":[],"pgSqlEvents":[]},"ignoreErrors":false,"dir":"/opt/iobroker","historyHTML":{"enabled":true,"type":"message","entriesNumber":"25","ignoreErrors":false,"systemLang":"de"},"historyJSON":{"enabled":true,"type":"message","entriesNumber":"25","ignoreErrors":false,"systemLang":"de"},"signal":{"enabled":false,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longSignalNotice","onlyError":false,"signalWaiting":0,"hostName":"","ignoreErrors":false,"systemLang":"de"},"matrix":{"enabled":false,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longMatrixNotice","onlyError":false,"matrixWaiting":0,"hostName":"","ignoreErrors":false,"systemLang":"de"},"backupDir":"/opt/iobroker/backups"}
              [DEBUG] [iobroker] - host.io-broker 2736 states saved
              
              [DEBUG] [iobroker] - host.io-broker 3153 objects saved
              
              [DEBUG] [iobroker] - Backup created: /opt/iobroker/backups/iobroker_2023_12_10-14_05_21_backupiobroker.tar.gz
              
              [DEBUG] [iobroker] - done
              [DEBUG] [cifs] - used copy path: /Backup/IoBroker
              [DEBUG] [cifs] - done
              [DEBUG] [cifs] start with {"mountType":"CIFS","type":"storage","source":"local","mount":"//192.168.2.229","debugging":true,"fileDir":"/opt/iobroker/iobroker-data/backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","wolPort":"9","wolExtra":false,"smb":"vers=3.1.1","sudo":true,"cifsDomain":"","clientInodes":false,"deleteOldBackup":true,"ownDir":false,"dir":"/Backup/IoBroker","dirMinimal":"/srv/dev-disk-by-uuid-a27899c7-d76c-4ee0-843a-815cb2fb1aa5/Michael","user":"iobroker","pass":"****","ignoreErrors":false,"backupDir":"/opt/iobroker/backups","influxDBEvents":[],"mySqlEvents":[],"pgSqlEvents":[],"deleteBackupAfter":0}
              [ERROR] [clean] - Backup files not deleted from /opt/iobroker/backups because some errors.
              [DEBUG] [clean] - done
              [DEBUG] [historyHTML] - new history html values created
              [DEBUG] [historyHTML] - done
              [DEBUG] [historyHTML] start with {"type":"creator","workDir":"/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js","time":"02:40","debugging":true,"slaveBackup":"Single","everyXDays":"1","deleteBackupAfter":0,"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"local","mount":"//192.168.2.229","debugging":true,"fileDir":"/opt/iobroker/iobroker-data/backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","wolPort":"9","wolExtra":false,"smb":"vers=3.1.1","sudo":true,"cifsDomain":"","clientInodes":false,"deleteOldBackup":true,"ownDir":false,"dir":"/Backup/IoBroker","dirMinimal":"/srv/dev-disk-by-uuid-a27899c7-d76c-4ee0-843a-815cb2fb1aa5/Michael","user":"iobroker","pass":"****","ignoreErrors":false,"context":{"fileNames":["/opt/iobroker/backups/iobroker_2023_12_10-14_05_21_backupiobroker.tar.gz"],"errors":{"mount":{"code":32,"killed":false,"signal":null,"cmd":"sudo mount -t cifs -o username=iobroker,password=\"Letzdance1%\",rw,uid=iobroker,gid=iobroker,file_mode=0777,dir_mode=0777 //192.168.2.229/Backup/IoBroker /opt/iobroker/backups"}},"done":["iobroker"],"types":["iobroker"]},"adapter":null,"influxDBEvents":[],"mySqlEvents":[],"pgSqlEvents":[]},"ignoreErrors":false,"dir":"/opt/iobroker","historyHTML":{"enabled":true,"type":"message","entriesNumber":"25","ignoreErrors":false,"systemLang":"de","time":"10. Dezember 2023 um 14:05 Uhr"},"historyJSON":{"enabled":true,"type":"message","entriesNumber":"25","ignoreErrors":false,"systemLang":"de"},"signal":{"enabled":false,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longSignalNotice","onlyError":false,"signalWaiting":0,"hostName":"","ignoreErrors":false,"systemLang":"de"},"matrix":{"enabled":false,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longMatrixNotice","onlyError":false,"matrixWaiting":0,"hostName":"","ignoreErrors":false,"systemLang":"de"},"backupDir":"/opt/iobroker/backups","influxDBEvents":[],"mySqlEvents":[],"pgSqlEvents":[]}
              [DEBUG] [historyJSON] - new history json values created
              [DEBUG] [historyJSON] - done
              [DEBUG] [historyJSON] start with {"type":"creator","workDir":"/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js","time":"02:40","debugging":true,"slaveBackup":"Single","everyXDays":"1","deleteBackupAfter":0,"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"local","mount":"//192.168.2.229","debugging":true,"fileDir":"/opt/iobroker/iobroker-data/backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","wolPort":"9","wolExtra":false,"smb":"vers=3.1.1","sudo":true,"cifsDomain":"","clientInodes":false,"deleteOldBackup":true,"ownDir":false,"dir":"/Backup/IoBroker","dirMinimal":"/srv/dev-disk-by-uuid-a27899c7-d76c-4ee0-843a-815cb2fb1aa5/Michael","user":"iobroker","pass":"****","ignoreErrors":false,"context":{"fileNames":["/opt/iobroker/backups/iobroker_2023_12_10-14_05_21_backupiobroker.tar.gz"],"errors":{"mount":{"code":32,"killed":false,"signal":null,"cmd":"sudo mount -t cifs -o username=iobroker,password=\"Letzdance1%\",rw,uid=iobroker,gid=iobroker,file_mode=0777,dir_mode=0777 //192.168.2.229/Backup/IoBroker /opt/iobroker/backups"}},"done":["iobroker"],"types":["iobroker"]},"adapter":null,"influxDBEvents":[],"mySqlEvents":[],"pgSqlEvents":[]},"ignoreErrors":false,"dir":"/opt/iobroker","historyHTML":{"enabled":true,"type":"message","entriesNumber":"25","ignoreErrors":false,"systemLang":"de"},"historyJSON":{"enabled":true,"type":"message","entriesNumber":"25","ignoreErrors":false,"systemLang":"de","time":"10. Dezember 2023 um 14:05 Uhr"},"signal":{"enabled":false,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longSignalNotice","onlyError":false,"signalWaiting":0,"hostName":"","ignoreErrors":false,"systemLang":"de"},"matrix":{"enabled":false,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longMatrixNotice","onlyError":false,"matrixWaiting":0,"hostName":"","ignoreErrors":false,"systemLang":"de"},"backupDir":"/opt/iobroker/backups","influxDBEvents":[],"mySqlEvents":[],"pgSqlEvents":[]}
              [DEBUG] [umount] start with {"mountType":"CIFS","type":"storage","source":"local","mount":"//192.168.2.229","debugging":true,"fileDir":"/opt/iobroker/iobroker-data/backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","wolPort":"9","wolExtra":false,"smb":"vers=3.1.1","sudo":true,"cifsDomain":"","clientInodes":false,"deleteOldBackup":true,"ownDir":false,"dir":"/Backup/IoBroker","dirMinimal":"/srv/dev-disk-by-uuid-a27899c7-d76c-4ee0-843a-815cb2fb1aa5/Michael","user":"iobroker","pass":"****","ignoreErrors":false,"backupDir":"/opt/iobroker/backups","influxDBEvents":[],"mySqlEvents":[],"pgSqlEvents":[]}
              

              Screenshot 2023-12-10 at 13-54-29 instances - io-broker.png

              Nein es gibt keinen Grund, es ist in der Beschreibung so gewesen nach der ich mich orientiert habe!
              Wenn das einfacher ist würde ich auch das machen ... ich hatte das schon mal probiert, bin da aber auch gescheitert ... wusste zum Beispiel nicht was mit dem Clint gemeit ist IP von wem ?
              IoBroker
              Promox oder von wem?
              Screenshot 2023-12-10 at 13-59-02 raspberrypi - openmediavault Workbench.png

              Marc Berg 1 Reply Last reply Reply Quote 0
              • Marc Berg
                Marc Berg Most Active @mgm last edited by

                @mgm sagte in Backitup auf OMV Fehlermeldung:

                //192.168.2.229/Backup/IoBroker

                Du hast den Pfad zum OMV jetzt 1:1 von @crunchip übernommen, heißt der denn jetzt auch so bei dir? Zeig mal die OMV Einstellungen.

                M 1 Reply Last reply Reply Quote 0
                • M
                  mgm @Marc Berg last edited by

                  @marc-berg 733d659b-5747-4f4b-992d-101e44d5ad14-grafik.png

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

                    @mgm wenn du einen CIFS oder NFS mount in einem LXC ausführen willst, musst der Container als privilegiert erstellt werden und die mount Option für den LXC aktiviert werden.
                    Unprivilegierte LXC können das nicht

                    M 1 Reply Last reply Reply Quote 0
                    • M
                      mgm @simatec last edited by

                      @simatec OK der LXC ist unprivilegiert .....

                      adc7e05e-a0d5-470d-a651-9a06a693a096-grafik.png

                      kann man das ändern ?
                      Wenn ja wie ?

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

                        @mgm Backup des Containers erstellen. Den Container löschen und aus dem Backup neu erstellen. Bei erstellen den Hacken für privilegiert setzen und in den Optionen deine Mount Option aktivieren

                        M 1 Reply Last reply Reply Quote 0
                        • M
                          mgm @simatec last edited by mgm

                          @simatec also ich habe jetzt folgendes gemacht:

                          Backup von LXC 100 (io-Broker) gemacht
                          neuen LXC 102 erstellt
                          Backup von LXC 100 umbenannt in LXC102
                          und Backup in LXC 102 zurückgespielt und dabei die Option privilegiert gesetzt und mount option
                          "lazytime" eingetragen.

                          Leider kommt beim Backitup immer noch eine Fehlermeldung
                          muss ich noch etwas machen?

                          M 1 Reply Last reply Reply Quote 0
                          • M
                            mgm @mgm last edited by

                            @mgm

                            Started iobroker ...
                            [DEBUG] [mount] start with {"mountType":"CIFS","type":"storage","source":"local","mount":"//192.168.2.229","debugging":true,"fileDir":"/opt/iobroker/iobroker-data/backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","wolPort":"9","wolExtra":false,"smb":"vers=3.1.1","sudo":true,"cifsDomain":"","clientInodes":false,"deleteOldBackup":true,"ownDir":false,"dir":"/Backup/IoBroker","dirMinimal":"/srv/dev-disk-by-uuid-a27899c7-d76c-4ee0-843a-815cb2fb1aa5/Michael","user":"iobroker","pass":"****","ignoreErrors":false}
                            [DEBUG] [mount] - noserverino option: false
                            [DEBUG] [mount] - cifs-mount command: "sudo mount -t cifs -o username=iobroker,password=****,rw,uid=iobroker,gid=iobroker,file_mode=0777,dir_mode=0777,vers=3.1.1 //192.168.2.229/Backup/IoBroker /opt/iobroker/backups"
                            [DEBUG] [mount] - first mount attempt with smb option failed. try next mount attempt without smb option ...
                            [DEBUG] [mount] - cifs-mount command: "sudo mount -t cifs -o username=iobroker,password=****,rw,uid=iobroker,gid=iobroker,file_mode=0777,dir_mode=0777 //192.168.2.229/Backup/IoBroker /opt/iobroker/backups"
                            [ERROR] [mount] - [undefined Error: Command failed: sudo mount -t cifs -o username=iobroker,password=****,rw,uid=iobroker,gid=iobroker,file_mode=0777,dir_mode=0777 //192.168.2.229/Backup/IoBroker /opt/iobroker/backups
                            mount error(2): No such file or directory
                            Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
                            
                            [DEBUG] [mount] - Error: Command failed: sudo mount -t cifs -o username=iobroker,password=****,rw,uid=iobroker,gid=iobroker,file_mode=0777,dir_mode=0777 //192.168.2.229/Backup/IoBroker /opt/iobroker/backups
                            mount error(2): No such file or directory
                            Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
                            
                            [DEBUG] [iobroker] start with {"type":"creator","workDir":"/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js","time":"02:40","debugging":true,"slaveBackup":"Single","everyXDays":"1","deleteBackupAfter":0,"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"local","mount":"//192.168.2.229","debugging":true,"fileDir":"/opt/iobroker/iobroker-data/backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","wolPort":"9","wolExtra":false,"smb":"vers=3.1.1","sudo":true,"cifsDomain":"","clientInodes":false,"deleteOldBackup":true,"ownDir":false,"dir":"/Backup/IoBroker","dirMinimal":"/srv/dev-disk-by-uuid-a27899c7-d76c-4ee0-843a-815cb2fb1aa5/Michael","user":"iobroker","pass":"****","ignoreErrors":false,"context":{"fileNames":[],"errors":{"mount":{"code":32,"killed":false,"signal":null,"cmd":"sudo mount -t cifs -o username=iobroker,password=\"Letzdance1%\",rw,uid=iobroker,gid=iobroker,file_mode=0777,dir_mode=0777 //192.168.2.229/Backup/IoBroker /opt/iobroker/backups"}},"done":[],"types":[]},"adapter":null,"influxDBEvents":[],"mySqlEvents":[],"pgSqlEvents":[]},"ignoreErrors":false,"dir":"/opt/iobroker","historyHTML":{"enabled":true,"type":"message","entriesNumber":"25","ignoreErrors":false,"systemLang":"de"},"historyJSON":{"enabled":true,"type":"message","entriesNumber":"25","ignoreErrors":false,"systemLang":"de"},"signal":{"enabled":false,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longSignalNotice","onlyError":false,"signalWaiting":0,"hostName":"","ignoreErrors":false,"systemLang":"de"},"matrix":{"enabled":false,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longMatrixNotice","onlyError":false,"matrixWaiting":0,"hostName":"","ignoreErrors":false,"systemLang":"de"},"backupDir":"/opt/iobroker/backups"}
                            [DEBUG] [iobroker] - host.io-broker 2755 states saved
                            
                            [DEBUG] [iobroker] - host.io-broker 3153 objects saved
                            
                            [DEBUG] [iobroker] - Backup created: /opt/iobroker/backups/iobroker_2023_12_10-17_28_10_backupiobroker.tar.gz
                            
                            [DEBUG] [iobroker] - done
                            [DEBUG] [cifs] - used copy path: /Backup/IoBroker
                            [DEBUG] [cifs] - done
                            [DEBUG] [cifs] start with {"mountType":"CIFS","type":"storage","source":"local","mount":"//192.168.2.229","debugging":true,"fileDir":"/opt/iobroker/iobroker-data/backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","wolPort":"9","wolExtra":false,"smb":"vers=3.1.1","sudo":true,"cifsDomain":"","clientInodes":false,"deleteOldBackup":true,"ownDir":false,"dir":"/Backup/IoBroker","dirMinimal":"/srv/dev-disk-by-uuid-a27899c7-d76c-4ee0-843a-815cb2fb1aa5/Michael","user":"iobroker","pass":"****","ignoreErrors":false,"backupDir":"/opt/iobroker/backups","influxDBEvents":[],"mySqlEvents":[],"pgSqlEvents":[],"deleteBackupAfter":0}
                            [ERROR] [clean] - Backup files not deleted from /opt/iobroker/backups because some errors.
                            [DEBUG] [clean] - done
                            [DEBUG] [historyHTML] - new history html values created
                            [DEBUG] [historyHTML] - done
                            [DEBUG] [historyHTML] start with {"type":"creator","workDir":"/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js","time":"02:40","debugging":true,"slaveBackup":"Single","everyXDays":"1","deleteBackupAfter":0,"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"local","mount":"//192.168.2.229","debugging":true,"fileDir":"/opt/iobroker/iobroker-data/backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","wolPort":"9","wolExtra":false,"smb":"vers=3.1.1","sudo":true,"cifsDomain":"","clientInodes":false,"deleteOldBackup":true,"ownDir":false,"dir":"/Backup/IoBroker","dirMinimal":"/srv/dev-disk-by-uuid-a27899c7-d76c-4ee0-843a-815cb2fb1aa5/Michael","user":"iobroker","pass":"****","ignoreErrors":false,"context":{"fileNames":["/opt/iobroker/backups/iobroker_2023_12_10-17_28_10_backupiobroker.tar.gz"],"errors":{"mount":{"code":32,"killed":false,"signal":null,"cmd":"sudo mount -t cifs -o username=iobroker,password=\"Letzdance1%\",rw,uid=iobroker,gid=iobroker,file_mode=0777,dir_mode=0777 //192.168.2.229/Backup/IoBroker /opt/iobroker/backups"}},"done":["iobroker"],"types":["iobroker"]},"adapter":null,"influxDBEvents":[],"mySqlEvents":[],"pgSqlEvents":[]},"ignoreErrors":false,"dir":"/opt/iobroker","historyHTML":{"enabled":true,"type":"message","entriesNumber":"25","ignoreErrors":false,"systemLang":"de","time":"10. Dezember 2023 um 17:28 Uhr"},"historyJSON":{"enabled":true,"type":"message","entriesNumber":"25","ignoreErrors":false,"systemLang":"de"},"signal":{"enabled":false,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longSignalNotice","onlyError":false,"signalWaiting":0,"hostName":"","ignoreErrors":false,"systemLang":"de"},"matrix":{"enabled":false,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longMatrixNotice","onlyError":false,"matrixWaiting":0,"hostName":"","ignoreErrors":false,"systemLang":"de"},"backupDir":"/opt/iobroker/backups","influxDBEvents":[],"mySqlEvents":[],"pgSqlEvents":[]}
                            [DEBUG] [historyJSON] - new history json values created
                            [DEBUG] [historyJSON] - done
                            [DEBUG] [historyJSON] start with {"type":"creator","workDir":"/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js","time":"02:40","debugging":true,"slaveBackup":"Single","everyXDays":"1","deleteBackupAfter":0,"cifs":{"enabled":true,"mountType":"CIFS","type":"storage","source":"local","mount":"//192.168.2.229","debugging":true,"fileDir":"/opt/iobroker/iobroker-data/backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","wolPort":"9","wolExtra":false,"smb":"vers=3.1.1","sudo":true,"cifsDomain":"","clientInodes":false,"deleteOldBackup":true,"ownDir":false,"dir":"/Backup/IoBroker","dirMinimal":"/srv/dev-disk-by-uuid-a27899c7-d76c-4ee0-843a-815cb2fb1aa5/Michael","user":"iobroker","pass":"****","ignoreErrors":false,"context":{"fileNames":["/opt/iobroker/backups/iobroker_2023_12_10-17_28_10_backupiobroker.tar.gz"],"errors":{"mount":{"code":32,"killed":false,"signal":null,"cmd":"sudo mount -t cifs -o username=iobroker,password=\"Letzdance1%\",rw,uid=iobroker,gid=iobroker,file_mode=0777,dir_mode=0777 //192.168.2.229/Backup/IoBroker /opt/iobroker/backups"}},"done":["iobroker"],"types":["iobroker"]},"adapter":null,"influxDBEvents":[],"mySqlEvents":[],"pgSqlEvents":[]},"ignoreErrors":false,"dir":"/opt/iobroker","historyHTML":{"enabled":true,"type":"message","entriesNumber":"25","ignoreErrors":false,"systemLang":"de"},"historyJSON":{"enabled":true,"type":"message","entriesNumber":"25","ignoreErrors":false,"systemLang":"de","time":"10. Dezember 2023 um 17:28 Uhr"},"signal":{"enabled":false,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longSignalNotice","onlyError":false,"signalWaiting":0,"hostName":"","ignoreErrors":false,"systemLang":"de"},"matrix":{"enabled":false,"notificationsType":"Telegram","type":"message","instance":"","NoticeType":"longMatrixNotice","onlyError":false,"matrixWaiting":0,"hostName":"","ignoreErrors":false,"systemLang":"de"},"backupDir":"/opt/iobroker/backups","influxDBEvents":[],"mySqlEvents":[],"pgSqlEvents":[]}
                            [DEBUG] [umount] start with {"mountType":"CIFS","type":"storage","source":"local","mount":"//192.168.2.229","debugging":true,"fileDir":"/opt/iobroker/iobroker-data/backitup","wakeOnLAN":false,"macAd":"20:DE:20:DE:20:DE","wolTime":"25","wolPort":"9","wolExtra":false,"smb":"vers=3.1.1","sudo":true,"cifsDomain":"","clientInodes":false,"deleteOldBackup":true,"ownDir":false,"dir":"/Backup/IoBroker","dirMinimal":"/srv/dev-disk-by-uuid-a27899c7-d76c-4ee0-843a-815cb2fb1aa5/Michael","user":"iobroker","pass":"****","ignoreErrors":false,"backupDir":"/opt/iobroker/backups","influxDBEvents":[],"mySqlEvents":[],"pgSqlEvents":[]}
                            
                            Marc Berg 1 Reply Last reply Reply Quote 0
                            • Marc Berg
                              Marc Berg Most Active @mgm last edited by

                              @mgm sagte in Backitup auf OMV Fehlermeldung:

                              //192.168.2.229/Backup/IoBroker

                              Das Verzeichnis //192.168.2.229/Backup/IoBroker muss existieren. It das auf dem OMV der Fall?

                              1 Reply Last reply Reply Quote 0
                              • M
                                mgm last edited by

                                @marc-berg JUHUUUUUUUUUUUU das war noch der entscheidende Hinweis!!

                                mit dieser Einstellung geht es jetzt!!!!

                                Screenshot 2023-12-10 at 17-59-02 instances - io-broker.png

                                Screenshot 2023-12-10 at 18-00-41 raspberrypi - openmediavault Workbench.png

                                vielen vielen Dank an alle für die super Unterstützung
                                das Forum ist spitze!

                                1 Reply Last reply Reply Quote 0
                                • First post
                                  Last post

                                Support us

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

                                798
                                Online

                                31.9k
                                Users

                                80.3k
                                Topics

                                1.3m
                                Posts

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