Hi, I've proxmox 1.3 and I need to backup some large OpenVZ VM at Sunday's night , so I've choose to use the "stop" feature and do backup in a different HD (mounted as /backup/vm, compressed backup).
I've got out of disk space in root! I've seen that the disk was filled in /var/tmp, and investigating the log and doing some test I've found that IF the VM is running, vzdump does NOT stop them and do a "straight" backup. It instead rsyncs in /var/tmp, then stops the VM, then rsync again and then compress in destination folder.
I've added the --tmpdir option in cron.d/vzdump to temporary workaround the problem, but this way backup disappears from WebInterface so I hope will be implemented soon in it.
In any case, on my opinion, stop should do what is supposed to do, i.e. stop the vm and then back it up.
Is it a bug or am I missing something important?
The command line created by WebInterface + my integration is:
[FONT=Courier New, monospace]00 02 * * 7 root vzdump --quiet --stop --compress --dumpdir /backup/vm --tmpdir /mytmp --mailto xx@xx.com --all[/FONT]
I've got out of disk space in root! I've seen that the disk was filled in /var/tmp, and investigating the log and doing some test I've found that IF the VM is running, vzdump does NOT stop them and do a "straight" backup. It instead rsyncs in /var/tmp, then stops the VM, then rsync again and then compress in destination folder.
I've added the --tmpdir option in cron.d/vzdump to temporary workaround the problem, but this way backup disappears from WebInterface so I hope will be implemented soon in it.
In any case, on my opinion, stop should do what is supposed to do, i.e. stop the vm and then back it up.
Is it a bug or am I missing something important?
The command line created by WebInterface + my integration is:
[FONT=Courier New, monospace]00 02 * * 7 root vzdump --quiet --stop --compress --dumpdir /backup/vm --tmpdir /mytmp --mailto xx@xx.com --all[/FONT]