Backup Error

ZattaraStefano

New Member
Apr 12, 2022
3
0
1
Good morning,
I have 3 backup storage:
- 1 x Proxmox backup serevr
- 1 x shared local dir
- 1 x remote dir

On every storage i have error on backup a QM VM.

vzdump 102 --remove 0 --compress 0 --storage VM --node srv2 --mode snapshot

INFO: starting new backup job: vzdump 102 --remove 0 --node srv2 --compress 0 --storage VM --mode snapshot
INFO: Starting Backup of VM 102 (qemu)
INFO: Backup started at 2022-04-12 19:23:50
INFO: status = running
INFO: VM Name: CHR
INFO: include disk 'ide0' 'VM:102/vm-102-disk-0.raw' 174483046
INFO: backup mode: snapshot
INFO: ionice priority: 7
INFO: creating vzdump archive '/home/VM//dump/vzdump-qemu-102-2022_04_12-19_23_50.vma'
INFO: started backup task '2d1ae34b-2dc7-4f37-8182-1d50262ab499'
INFO: resuming VM again
INFO: 99% (166.4 MiB of 166.4 MiB) in 1s, read: 166.4 MiB/s, write: 126.4 MiB/s
ERROR: job failed with err -22 - Invalid argument
INFO: aborting backup job
INFO: resuming VM again
ERROR: Backup of VM 102 failed - job failed with err -22 - Invalid argument
INFO: Failed at 2022-04-12 19:23:51
INFO: Backup job finished with errors
job errors

I have already try to update and force a reinstall of all packages.


Thanks
Stefano
 
Hello,

run the `journalctl -f` and start the backup job at the same time, when the backup is finished look at the `journalctl -f` output. This should give you a hint about the issue, otherwise, I would check for your disks and a backup on local storage if returns the same error.
 
Good morning Moayad,
Here the output; same problem in all storage.


apr 13 14:39:36 srv2 vzdump[1521321]: <root@pam> starting task UPID:srv2:001736D0:0D47ABB7:6256C488:vzdump:102:root@pam:
apr 13 14:39:36 srv2 vzdump[1521360]: INFO: starting new backup job: vzdump 102 --node srv2 --mode snapshot --compress 0 --storage VM --remove 0
apr 13 14:39:36 srv2 vzdump[1521360]: INFO: Starting Backup of VM 102 (qemu)
apr 13 14:39:37 srv2 vzdump[1521360]: ERROR: Backup of VM 102 failed - job failed with err -22 - Invalid argument
apr 13 14:39:37 srv2 vzdump[1521360]: INFO: Backup job finished with errors
apr 13 14:39:37 srv2 vzdump[1521360]: job errors
apr 13 14:39:37 srv2 vzdump[1521321]: <root@pam> end task UPID:srv2:001736D0:0D47ABB7:6256C488:vzdump:102:root@pam: job errors


Thanks
Stefano