Hi,
I have a backup problem on Proxmox 6.3, on a hundred VMs backed up daily, I have no errors, for 2 of them, it goes into error in suspend mode, if I do the backup in stop mode manually , no problem.
Bakckup are send to NFS, generate on local tmp folder.
For both, I have this log on backup:
If I launch rsync on node, I have this error for lot of file (certainly for all):
I don't understand why I have this error on two LXC and for all others, no problem....
On VM, I have no mount point with noacl:
I don't know what search to resolve this issue, could you help me to resolve?
Thanks
I have a backup problem on Proxmox 6.3, on a hundred VMs backed up daily, I have no errors, for 2 of them, it goes into error in suspend mode, if I do the backup in stop mode manually , no problem.
Bakckup are send to NFS, generate on local tmp folder.
For both, I have this log on backup:
Code:
INFO: starting new backup job: vzdump 298 --node [node name] --compress zstd --storage local --mode snapshot --remove 0
INFO: Starting Backup of VM 298 (lxc)
INFO: Backup started at 2021-04-15 09:38:20
INFO: status = running
INFO: CT Name: [lcx name]
INFO: including mount point rootfs ('/') in backup
INFO: mode failure - some volumes do not support snapshots
INFO: trying 'suspend' mode instead
INFO: backup mode: suspend
INFO: ionice priority: 7
INFO: CT Name: [lxc name]
INFO: including mount point rootfs ('/') in backup
INFO: starting first sync /proc/3340/root/ to /tmp/vz/tmp/vzdumptmp1968_298/
ERROR: Backup of VM 298 failed - command 'rsync --stats -h -X -A --numeric-ids -aH --delete --no-whole-file --sparse --one-file-system --relative '--exclude=/tmp/?*' '--exclude=/var/tmp/?*' '--exclude=/var/run/?*.pid' /proc/3340/root//./ /tmp/vz/tmp/vzdumptmp1968_298/' failed: exit code 23
INFO: Failed at 2021-04-15 09:39:03
INFO: Backup job finished with errors
TASK ERROR: job errors
If I launch rsync on node, I have this error for lot of file (certainly for all):
Code:
rsync: set_acl: sys_acl_set_file(bin, ACL_TYPE_DEFAULT): Operation not supported (95)
rsync: set_acl: sys_acl_set_file(boot, ACL_TYPE_DEFAULT): Operation not supported (95)
[...]
I don't understand why I have this error on two LXC and for all others, no problem....
On VM, I have no mount point with noacl:
Code:
# mount -v | grep acl
#
I don't know what search to resolve this issue, could you help me to resolve?
Thanks