A friend of mine is hosting a lot of Linux VM's on his servers using XenServer 5.0. He uses rdiff-backup to make daily backups.

I'm trying to convince him to host some Windows VM's (Windows 2008 R2 Web Edition) too, so he could provide (me) .NET hosting. The main problem at the moment is a backup strategy for these Windows VM's.

I would like to see something like a weekly full backup (snapshot of the VM?) with daily incrementals.

I've looked at Windows Backup, but because the backups are made onto network shares it doesn't provide incrementals (for what I understand).

Does anyone has any experience with this situation? How did you solve this in a "not-too-hard-to-install/maintain" way?

Kind regards, Niels R.

link|improve this question

25% accept rate
Seems that he's running XenServer 5.0 atm, but he's planning on upgrading to XenServer 5.5 update 1 in the near future. – Niels R. Dec 18 '09 at 10:56
feedback

5 Answers

Have you looked into DeltaCopy?

link|improve this answer
feedback

ARCserve D2D Beta whose fist version is still in Beta uses iBLI(Block Level Incrementals forever) Backup tachnology. The Beta can be downloaded at the link: http://arcserve.com/us/products/product.aspx?id=8363

link|improve this answer
feedback

I would throw out there QuorumSoft's Alike. It does agentless global block level deduplication, VM replication, etc for any VM type that runs in Xen. They also have a free version available.

link|improve this answer
feedback

Microsoft Data Protection Manager works really well as a virtual machine. The licences are quite affordable too. Only caveat is that it doesn't back up to removable drives and it needs a dedicated volume to backup to (i.e not a folder on a file share).

link|improve this answer
feedback

We use backuppc on a remote host to connect to all our windows and linux boxes (about 40 so far). its free, and open source. It also does file level deduplication, so when several servers have the same copies of our large CVS tree, they dont' take up any more space. Right now, we have 4 weeks of weeklies, and 12 dailies that are taking up about 1.2TB on our server. Uncompressed, and without de-duplication, it would be about 10 TB of data.

it uses rsync for linux, and either SMB for windows, or rsync if you want to mess with it (I just use SMB)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.