I just posted a new version of my VMware backup script. This script is primarily designed to work with VMware Server/GSX running under Linux. However, some of the options will work with VMware ESX.
This new version addresses one of the biggest problems I’ve had with VMware Server. Since snapshots don’t work reliably and they are difficult to fix if they get messed up. Good backups without keeping the VM down for the entire backup where difficult.
This new version adds a new option that allows a much more stable low downtime backup under VMware Server. This new backup option uses LVM snapshots to perform a backup. The downtime is limited to how long it takes to suspend and resume the VM.
In my testing A cold backup of my test webserver VM took 47 Minutes. The downtime for for a backup using an LVM snapshot was 33 seconds this is a great improvement.
There is however, one gotcha. The VM must be stored on an LVM volume.
As always, the most recent version of the script as available at: http://download.dwighthubbard.info/backup
Entries (RSS)