Just looking into the integrated Proxmox backup on my host and it seems LXC backups are working fine but when the LXC includes a snap then it is failing like so:
The other LXCs are backing up fine except this one but the others don't have snaps on them so I think that is probably the cause.
I have tried to set the tmp directory in /etc/vzdump.conf to /tmp but this didn't seem to make any difference, I think rsync is failing to read the snap which is why it is failing.
Any ideas how to resolve this?
Code:
ERROR: rsync: [sender] readlink_stat("/proc/3691699/root/snap/xxx/2411") failed: Permission denied (13)
ERROR: rsync: [sender] readlink_stat("/proc/3691699/root/snap/xxx/523") failed: Permission denied (13)
ERROR: rsync: [sender] readlink_stat("/proc/3691699/root/snap/xxx/26382") failed: Permission denied (13)
ERROR: rsync: [sender] readlink_stat("/proc/3691699/root/snap/xxx/26865") failed: Permission denied (13)
The other LXCs are backing up fine except this one but the others don't have snaps on them so I think that is probably the cause.
I have tried to set the tmp directory in /etc/vzdump.conf to /tmp but this didn't seem to make any difference, I think rsync is failing to read the snap which is why it is failing.
Any ideas how to resolve this?