@glasfaser sagte in Backitup auf Synology mit CIFS/NFS:
Vermutung , die Unterodner ...backups/iobroker/ haben keine Rechte.
Kannst es ja testen , wenn du nur das Backup in /backup legst .
Damit hast du Recht behalten.
Ich habe es jetzt einfach mal mit der Speicherort Konfiguration mit CIFS nur in das /backup Verzeichnis probiert und das lief sauber durch.
Started iobroker ...
[DEBUG] [mount] - noserverino option: false
[DEBUG] [mount] - cifs-mount command: "sudo mount -t cifs -o username=iobroker,password=****,rw,file_mode=0777,dir_mode=0777,vers=3.0 //192.168.178.65/backup/ /opt/iobroker/backups"
[DEBUG] [mount] - mount successfully completed
[DEBUG] [mount] - done
[DEBUG] [iobroker] - host.iobroker-5x 5849 states saved
[DEBUG] [iobroker] - host.iobroker-5x 6794 objects saved
[DEBUG] [iobroker] - Backup created: /opt/iobroker/backups/iobroker_2022_11_21-17_54_35_backupiobroker.tar.gz
[DEBUG] [iobroker] - done
[DEBUG] [cifs] - used copy path: /backup/
[DEBUG] [cifs] - done
[DEBUG] [clean] - done
[DEBUG] [historyHTML] - new history html values created
[DEBUG] [historyHTML] - done
[DEBUG] [historyJSON] - new history json values created
[DEBUG] [historyJSON] - done
[DEBUG] [umount] - mount activ, umount is started ...
[DEBUG] [umount] - umount successfully completed
[DEBUG] [umount] - done
[EXIT] 0
Wie müssten dann die Berechtigungen für die Unterverzeichnissse /backup/backups/iobroker gesetzt werden?