Beim Backupversuch bestehende Container auf das Synology NAS zu sichern wird mit folgender Fehlermeldung abgebrochen
Seltsamerweise wird das Backup bei VM durchgeführt. Unter VE 6.4 funktioniert das Backup problemlos.
Das NAS habe ich über NFS eingebunden. Die Container sind unpriviligiert.
Code:
INFO: starting new backup job: vzdump 400 --mode snapshot --node proxmox-2 --storage Synology_DataStation --compress zstd --remove 0
INFO: Starting Backup of VM 400 (lxc)
INFO: Backup started at 2022-01-23 10:58:35
INFO: status = running
INFO: CT Name: Grafana
INFO: including mount point rootfs ('/') in backup
INFO: backup mode: snapshot
INFO: ionice priority: 7
INFO: create storage snapshot 'vzdump'
Logical volume "snap_vm-400-disk-0_vzdump" created.
INFO: creating vzdump archive '/mnt/pve/Synology_DataStation/dump/vzdump-lxc-400-2022_01_23-10_58_35.tar.zst'
INFO: tar: /mnt/pve/Synology_DataStation/dump/vzdump-lxc-400-2022_01_23-10_58_35.tmp: Cannot open: Permission denied
INFO: tar: Error is not recoverable: exiting now
INFO: cleanup temporary 'vzdump' snapshot
Logical volume "snap_vm-400-disk-0_vzdump" successfully removed
ERROR: Backup of VM 400 failed - command 'set -o pipefail && lxc-usernsexec -m u:0:100000:65536 -m g:0:100000:65536 -- tar cpf - --totals --one-file-system -p --sparse --numeric-owner --acls --xattrs '--xattrs-include=user.*' '--xattrs-include=security.capability' '--warning=no-file-ignored' '--warning=no-xattr-write' --one-file-system '--warning=no-file-ignored' '--directory=/mnt/pve/Synology_DataStation/dump/vzdump-lxc-400-2022_01_23-10_58_35.tmp' ./etc/vzdump/pct.conf ./etc/vzdump/pct.fw '--directory=/mnt/vzsnap0' --no-anchored '--exclude=lost+found' --anchored '--exclude=./tmp/?*' '--exclude=./var/tmp/?*' '--exclude=./var/run/?*.pid' ./ | zstd --rsyncable '--threads=1' >/mnt/pve/Synology_DataStation/dump/vzdump-lxc-400-2022_01_23-10_58_35.tar.dat' failed: exit code 2
INFO: Failed at 2022-01-23 10:58:36
INFO: Backup job finished with errors
TASK ERROR: job errors
Das NAS habe ich über NFS eingebunden. Die Container sind unpriviligiert.
Last edited: