Tip of the Day: Host based backups for Linux guests
Today’s Tip…
With Windows Server 2012 R2, Linux virtual machines can be backed up in the same manner as virtual machines running Windows. Supported Linux operating systems with updated integration services components appear in the list of available virtual machines when backing up a server running Hyper-V.
Hyper-V provides the ability for backup programs to backup Windows virtual machines in a data consistent fashion without disrupting the tenant workload inside the virtual machine. Backup of Linux virtual machines should have the same experience as Windows virtual machines.
Linux does not have a VSS like framework to co-ordinate with applications and to move them into a consistent state. It has utilities (e.g. fsfreeze) to flush the File System cache and metadata updates and freeze all I/O to the file system. This mechanism provides a way to achieve a file system consistent state.
The Linux IC will put the file system into a consistent state. The file system will freeze until it is further instructed to thaw. We use the term “application consistency” to refer to file system consistency for Linux guests. This will act in place of the freeze/thaw that VSS is used to.
Comments
- Anonymous
January 14, 2015
What backup software is able to call fsfreeze inside the Linux vm through hyperv? I use Veeam Backup and Replication for HyperV but backing up Linux guests has always been flaky and inconsistent compared to Windows guests. Any recommendation on backup software? - Anonymous
February 16, 2015
you can use pre-freezescript / postthaw-script scripts with Veeam (with V8 it is easier)
http://forums.veeam.com/veeam-backup-replication-f2/best-practice-for-backing-up-linux-vms-t20144.html