Recently I've enabled the backup systems that are build in into Proxmox. These features seems to work great, but recently I'm having troubles back-upping some virtual machines.
The error that is emailed to me after the backup job is done, is;
When I scroll down for the entire log of that specifick VM, I see the following;
I'm currently running the latest version of Proxmox (4.0-57/cc7c2b53), and the backup location is a remote davfs mounted folder. Now, I've done some searching on the intenet about this matter, but couldn't find that much. What I did found however, was that the problem might be that it is backupping to a remote location. That being said, I wouldn't know how to configure it that way, that it would backup locally and when its done, it would move the entire backup into the remote location. An simple SH script would do the job, but is there a way to execute a shel script once the backup is finished?
I hope someone is able to help me.
Thanks in advance!!
Kind regards,
Rick
The error that is emailed to me after the backup job is done, is;
Code:
VM 103 qmp command 'query-backup' failed - got timeout
When I scroll down for the entire log of that specifick VM, I see the following;
Code:
103: Nov 29 02:03:58 INFO: Starting Backup of VM 103 (qemu)
103: Nov 29 02:03:58 INFO: status = running
103: Nov 29 02:03:59 INFO: update VM 103: -lock backup
103: Nov 29 02:03:59 INFO: backup mode: snapshot
103: Nov 29 02:03:59 INFO: ionice priority: 7
103: Nov 29 02:03:59 INFO: creating archive '/mnt/stack/dump/vzdump-qemu-103-2015_11_29-02_03_58.vma.lzo'
103: Nov 29 02:03:59 INFO: started backup task 'f7539671-47de-4ab6-ba4a-fea6c402f53c'
103: Nov 29 02:04:02 INFO: status: 0% (253165568/805306368000), sparse 0% (157274112), duration 3, 84/31 MB/s
103: [COLOR=#ff0000]Nov 29 02:32:01 ERROR: VM 103 qmp command 'query-backup' failed - got timeout[/COLOR]
103: Nov 29 02:32:01 INFO: aborting backup job
103: [COLOR=#ff0000]Nov 29 02:32:05 ERROR: Backup of VM 103 failed - VM 103 qmp command 'query-backup' failed - got timeout[/COLOR]
I'm currently running the latest version of Proxmox (4.0-57/cc7c2b53), and the backup location is a remote davfs mounted folder. Now, I've done some searching on the intenet about this matter, but couldn't find that much. What I did found however, was that the problem might be that it is backupping to a remote location. That being said, I wouldn't know how to configure it that way, that it would backup locally and when its done, it would move the entire backup into the remote location. An simple SH script would do the job, but is there a way to execute a shel script once the backup is finished?
I hope someone is able to help me.
Thanks in advance!!
Kind regards,
Rick