I'm having an issue when backing up a container to the Proxmox Backup Server. The output log is the following:
When I've done the backup locally it works fine, the problem comes when the backup goes to the PBS. The container has attached a disk of 5 TB.
I'm using Proxmox 7.0-8 y PBS 2.0-4.
Code:
vzdump 100 --mailto href="mailto:admin@ingeco.cu">admin@ingeco.cu --storage dellbackups --mailnotification always --quiet 1 --mode suspend
100: 2022-03-30 02:00:03 INFO: Starting Backup of VM 100 (lxc)
100: 2022-03-30 02:00:03 INFO: status = running
100: 2022-03-30 02:00:03 INFO: backup mode: suspend
100: 2022-03-30 02:00:03 INFO: ionice priority: 7
100: 2022-03-30 02:00:03 INFO: CT Name: nube
100: 2022-03-30 02:00:03 INFO: including mount point rootfs ('/') in backup
100: 2022-03-30 02:00:03 INFO: including mount point mp1 ('/var/cloud') in backup
100: 2022-03-30 02:00:03 INFO: starting first sync /proc/1594/root/ to /var/lib/vz_storage/dmp_tmp/vzdumptmp466970_100/
100: 2022-03-30 03:08:51 INFO: first sync finished - transferred 510.23G bytes in 4128s
100: 2022-03-30 03:08:51 INFO: suspending guest
100: 2022-03-30 03:08:51 INFO: starting final sync /proc/1594/root/ to /var/lib/vz_storage/dmp_tmp/vzdumptmp466970_100/
100: 2022-03-30 03:09:51 INFO: resume vm
100: 2022-03-30 03:09:51 INFO: guest is online again after 60 seconds
100: 2022-03-30 03:10:19 ERROR: Backup of VM 100 failed - command 'rsync --stats -h -X -A --numeric-ids -aH --delete --no-whole-file --inplace --one-file-system --relative '--exclude=/tmp/?*' '--exclude=/var/tmp/?*' '--exclude=/var/run/?*.pid' /proc/1594/root//./ /proc/1594/root//./var/cloud /var/lib/vz_storage/dmp_tmp/vzdumptmp466970_100/' failed: exit code 23
When I've done the backup locally it works fine, the problem comes when the backup goes to the PBS. The container has attached a disk of 5 TB.
I'm using Proxmox 7.0-8 y PBS 2.0-4.
Last edited: