Good day.
I have a couple of VMs up and running, and one of them backs up fine, but one has failed every time. I have an 8 TB drive connected via USB to the Proxmox Server install itself, and added as storage in DataCenter.
I have setup a backup job of a VM (101) which is Ubuntu 20.04 server, with a mounted volume of 3 TB for media, etc.
It appears when I set a backup to run, it backs up both the VM and the mounted storage. So, around 4 TB total. The backup unfortunately fails before completing, every time..so not a great backup strategy so far. I really like the option to restore a backup if I have to re-install Proxmox (as I did recently when my Proxmox OS drive failed). Just not sure why this isn't completing.
Here is the most recent log from the backup attempt last night:
Any help on how to overcome this is very much appreciated.
I have a couple of VMs up and running, and one of them backs up fine, but one has failed every time. I have an 8 TB drive connected via USB to the Proxmox Server install itself, and added as storage in DataCenter.
I have setup a backup job of a VM (101) which is Ubuntu 20.04 server, with a mounted volume of 3 TB for media, etc.
It appears when I set a backup to run, it backs up both the VM and the mounted storage. So, around 4 TB total. The backup unfortunately fails before completing, every time..so not a great backup strategy so far. I really like the option to restore a backup if I have to re-install Proxmox (as I did recently when my Proxmox OS drive failed). Just not sure why this isn't completing.
Here is the most recent log from the backup attempt last night:
Code:
WARN: both 'storage' and 'dumpdir' defined in '/etc/vzdump.conf' - ignoring 'dumpdir'
INFO: starting new backup job: vzdump 101 --prune-backups 'keep-last=3' --compress zstd --mailto brian@someemail.com --quiet 1 --mailnotification always --mode snapshot --node cevace --storage PMoxBU
INFO: Starting Backup of VM 101 (qemu)
INFO: Backup started at 2022-01-03 02:00:01
INFO: status = running
INFO: VM Name: Ubuntu-2
INFO: include disk 'scsi0' 'VM_1:vm-101-disk-0' 200G
INFO: include disk 'scsi1' 'VM_8_TB:vm-101-disk-0' 3000G
INFO: include disk 'scsi2' 'FileSync:vm-101-disk-0' 1000G
INFO: backup mode: snapshot
INFO: bandwidth limit: 10000000 KB/s
INFO: ionice priority: 7
INFO: creating vzdump archive '/mnt/PMoxBU/dump/vzdump-qemu-101-2022_01_03-02_00_01.vma.zst'
INFO: issuing guest-agent 'fs-freeze' command
INFO: issuing guest-agent 'fs-thaw' command
INFO: started backup task '11e92cb9-cb7a-4745-8413-c30b8bc8862d'
INFO: resuming VM again
INFO: 0% (170.4 MiB of 4.1 TiB) in 3s, read: 56.8 MiB/s, write: 15.6 MiB/s
INFO: 1% (42.0 GiB of 4.1 TiB) in 23m 6s, read: 31.0 MiB/s, write: 29.0 MiB/s
INFO: 2% (84.0 GiB of 4.1 TiB) in 47m 42s, read: 29.2 MiB/s, write: 28.0 MiB/s
INFO: 3% (126.0 GiB of 4.1 TiB) in 1h 15m 57s, read: 25.4 MiB/s, write: 23.7 MiB/s
INFO: 4% (168.0 GiB of 4.1 TiB) in 1h 45m 48s, read: 24.0 MiB/s, write: 22.1 MiB/s
INFO: 5% (210.0 GiB of 4.1 TiB) in 2h 13m 41s, read: 25.7 MiB/s, write: 24.6 MiB/s
INFO: 6% (252.0 GiB of 4.1 TiB) in 2h 42m 57s, read: 24.5 MiB/s, write: 23.7 MiB/s
INFO: 7% (294.0 GiB of 4.1 TiB) in 3h 12m 15s, read: 24.5 MiB/s, write: 23.7 MiB/s
INFO: 8% (336.0 GiB of 4.1 TiB) in 3h 40m 42s, read: 25.2 MiB/s, write: 24.3 MiB/s
ERROR: VM 101 qmp command 'query-backup' failed - got timeout
INFO: aborting backup job
ERROR: VM 101 qmp command 'backup-cancel' failed - unable to connect to VM 101 qmp socket - timeout after 5976 retries
INFO: resuming VM again
ERROR: Backup of VM 101 failed - VM 101 qmp command 'cont' failed - unable to connect to VM 101 qmp socket - timeout after 450 retries
INFO: Failed at 2022-01-03 06:19:16
INFO: Backup job finished with errors
TASK ERROR: job errors
Any help on how to overcome this is very much appreciated.