L
lonegroover
Guest
Hi,
I'm using Proxmox VE 1.8.
What I want to do is organise regular VM image backups using vzdump, without taking down the VM to be backed up. The VM disk images are maintained as LVMs in shared storage, so for example in the following case the root disk is drbdvg1:vm-102-disk-1
So I tried:
This completed successfully, and creates a tar file and a log file in the specified directory. My understanding was that the --snapshot option would allow the VM to continue running while the backup takes place.
Unfortunately, within seconds of starting vzdump, the Proxmox showed the VM in question as stopped, and I had to restart it manually after vzdump completed.
What am I doing wrong? Is there a way to get it to continue running undisturbed while a backup is taken?
Thanks for any advice.
I'm using Proxmox VE 1.8.
What I want to do is organise regular VM image backups using vzdump, without taking down the VM to be backed up. The VM disk images are maintained as LVMs in shared storage, so for example in the following case the root disk is drbdvg1:vm-102-disk-1
So I tried:
Code:
vzdump --snapshot --stdexcludes --dumpdir /var/lib/vz/dump_test 102
This completed successfully, and creates a tar file and a log file in the specified directory. My understanding was that the --snapshot option would allow the VM to continue running while the backup takes place.
Unfortunately, within seconds of starting vzdump, the Proxmox showed the VM in question as stopped, and I had to restart it manually after vzdump completed.
What am I doing wrong? Is there a way to get it to continue running undisturbed while a backup is taken?
Thanks for any advice.