So I was testing out my backups by deleting one of my LXCs and restoring it. I was able to restore my LXC from my NAS (NAS added as a store in PVE) via the Shell. Everything works except when it tried to perform a backup job to my NAS it failed. This is an unprivileged container. Before restoring this LXC, the backup was running fine, so I don't know why it is failing now.
Here's some of the output from the failed backup job for the LXC:
I did the same thing with a VM: deleted it, restored the VM from my backup, and it completed the same backup job (all my LXCs and VMs are scheduled at midnight to do a backup to my NAS via NFS).
Can someone please help with this issue?
Here's some of the output from the failed backup job for the LXC:
Code:
INFO: temporary directory is on NFS, disabling xattr and acl support, consider configuring a local tmpdir via /etc/vzdump.conf
INFO: starting first sync /proc/892236/root/ to /mnt/pve/synology-nas/dump/vzdump-lxc-102-2024_12_29-11_15_56.tmp
ERROR: rsync: [generator] chown "/mnt/pve/synology-nas/dump/vzdump-lxc-102-2024_12_29-11_15_56.tmp/." failed: Operation not permitted (1)
ERROR: rsync: [generator] chown "/mnt/pve/synology-nas/dump/vzdump-lxc-102-2024_12_29-11_15_56.tmp/bin" failed: Operation not permitted (1)
ERROR: rsync: [generator] chown "/mnt/pve/synology-nas/dump/vzdump-lxc-102-2024_12_29-11_15_56.tmp/lib" failed: Operation not permitted (1)
ERROR: rsync: [generator] chown "/mnt/pve/synology-nas/dump/vzdump-lxc-102-2024_12_29-11_15_56.tmp/lib64" failed: Operation not permitted (1)
ERROR: rsync: [generator] chown "/mnt/pve/synology-nas/dump/vzdump-lxc-102-2024_12_29-11_15_56.tmp/sbin" failed: Operation not permitted (1)
ERROR: rsync: [generator] chown "/mnt/pve/synology-nas/dump/vzdump-lxc-102-2024_12_29-11_15_56.tmp/boot" failed: Operation not permitted (1)
ERROR: rsync: [generator] chown "/mnt/pve/synology-nas/dump/vzdump-lxc-102-2024_12_29-11_15_56.tmp/dev" failed: Operation not permitted (1)
ERROR: rsync: [generator] chown "/mnt/pve/synology-nas/dump/vzdump-lxc-102-2024_12_29-11_15_56.tmp/etc" failed: Operation not permitted (1)
ERROR: rsync: [generator] chown "/mnt/pve/synology-nas/dump/vzdump-lxc-102-2024_12_29-11_15_56.tmp/etc/localtime" failed: Operation not permitted (1)
ERROR: rsync: [generator] chown "/mnt/pve/synology-nas/dump/vzdump-lxc-102-2024_12_29-11_15_56.tmp/etc/mtab" failed: Operation not permitted (1)
I did the same thing with a VM: deleted it, restored the VM from my backup, and it completed the same backup job (all my LXCs and VMs are scheduled at midnight to do a backup to my NAS via NFS).
Can someone please help with this issue?