Virtual Machine Backup
VMware suports hot backups and supports two technologies for backups
There are new features are
It is possible to backup a running VM, this is achieved either by VMware or a 3rd party vendor leveraging VMware's snapshot feature. As discussed in my virtual machine section, when a snapshot is applied to a VM, the files that make up the VM becomes unlocked in the file system, when the files are unlocked it is possible to back them up. The only thing to worry about is the validation that the snapshots were successful prior to creating the backup and that they are deleted after the backup has finished or crashed, remember these snapshot files can grow to a very large size. VMware introduced a file system sync driver installed into the VM during the installation of VMware Tools. The job of this sync driver is to flush the file system cache, forcing a write-to-disk prior to the backup process, thus you b=get the most complete backup you can have with a live running VM. The newer version of the sync driver now has hooks into Microsoft's Volume Shadow Copy Service.
If you have a small environment or a laptop with VM running you could simply stop all the VM's and clone as templates in the compressed format to a different storage location. In a normal world you would backup the VM from the SAN itself, without the need for backup agents installed into the guest O/S, however many companies still install a backup agent (for example Netbackup) in the guest O/S.
VMware has developed it's own backup APIs which the conventional 3rd party vendors can hook into. The older VMware Data Recovery (VDR) appliance which is now deprecated, has been replaced with the newer VMware vSphere Data Protection (VDP)..
VDR | VDR is only supported up to vSphere 5.1 which you should not be running by now and you should upgrade. |
VDP | VDP is a robust, simple-to-deploy, disk-based backup and recovery solution. VDP is fully integrated with VMware vCenter Server and the VMware vSphere Web Client. VDP enables centralized and efficient management of backup jobs while storing backups in deduplicated destination storage. VDP is an appliance that is delivered as an OVA template. Each OVA is preconfigured with destination datastore sizes of 0.5 TB, 1 TB, and 2 TB. Note that the actual storage consumed by the appliance is greater than the destination datastore sizes |