Am 27.09.2012 06:43, schrieb Dietmar Maurer:
I also tried todo backups with snapshots but this doesn't seem to work:
INFO: starting new backup job: vzdump 100 --remove 0 --mode snapshot --
compress lzo --storage backuplocal --node serv121
INFO: Starting Backup of VM 100 (qemu)
INFO: status = run
>>Yes, I need to implement that first.
>>The idea is that we do not backup any snapshot data. The vzdump would only
>>include
>>the data of from the running instance. I guess that is OK?
For me it's ok.
I also don't think that all storage can export datas with snapshots inside.
rbd can exp
> I also tried todo backups with snapshots but this doesn't seem to work:
>
> INFO: starting new backup job: vzdump 100 --remove 0 --mode snapshot --
> compress lzo --storage backuplocal --node serv121
> INFO: Starting Backup of VM 100 (qemu)
> INFO: status = running
> ERROR: Backup of VM 100 fail
Am 24.09.2012 10:50, schrieb Dietmar Maurer:
I tried to improve snapshot behavior a bit:
- take snapshot is now a background task (does not block monitor)
- try to save VM state while VM is online
So downtime during snapshot should be shorter now, especially if the VM
use much RAM.
Feel free