Hi,
Backups for one of my containers are failing:
I can see that the error message is Permission denied - that makes no sense as I have a couple more VMs in the same backup job that are backing up OK.
Any suggestions?
Thanks
Backups for one of my containers are failing:
Code:
INFO: starting new backup job: vzdump 174 --remove 0 --node pve --mode snapshot --storage diskstation-nfs --compress 0
INFO: Starting Backup of VM 174 (lxc)
INFO: Backup started at 2022-03-02 15:40:44
INFO: status = running
INFO: CT Name: AdGuard
INFO: including mount point rootfs ('/') in backup
INFO: backup mode: snapshot
INFO: ionice priority: 7
INFO: create storage snapshot 'vzdump'
Logical volume "snap_vm-174-disk-0_vzdump" created.
INFO: creating vzdump archive '/mnt/pve/diskstation-nfs/dump/vzdump-lxc-174-2022_03_02-15_40_44.tar'
INFO: tar: /mnt/pve/diskstation-nfs/dump/vzdump-lxc-174-2022_03_02-15_40_44.tmp: Cannot open: Permission denied
INFO: tar: Error is not recoverable: exiting now
INFO: cleanup temporary 'vzdump' snapshot
Logical volume "snap_vm-174-disk-0_vzdump" successfully removed
ERROR: Backup of VM 174 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/diskstation-nfs/dump/vzdump-lxc-174-2022_03_02-15_40_44.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' ./ >/mnt/pve/diskstation-nfs/dump/vzdump-lxc-174-2022_03_02-15_40_44.dat' failed: exit code 2
INFO: Failed at 2022-03-02 15:40:45
INFO: Backup job finished with errors
TASK ERROR: job errors
I can see that the error message is Permission denied - that makes no sense as I have a couple more VMs in the same backup job that are backing up OK.
Any suggestions?
Thanks