I have Data Protection Manager 2007, and will be setting up Hyper-V on Windows Server Datacentre 2008 R2.

With Data Protection Manager, if I perform regular backups of my VMs (stored in Hyper-V), will I no longer need to perform backups of files etc in the actual VM?

Thanks

link|improve this question

30% accept rate
feedback

2 Answers

up vote 1 down vote accepted

I think you need to do both. Here is why:

  • For Disaster recovery, a full VM backup will be the fastest way to recover your VM in a crash consistent state. To mitigate the crash consistent state, you will need to quiesce your VM first. i.e. shutdown all databases and any running services. For an AD server, run a full AD backup and store the backup file on the VM prior to backing up the VM image. This way it will be available when the image comes back up after a restore, even if you have to boot to AD recovery mode.
  • For the "I accidentally deleted my file last week" restores, you will want a file level backup, otherwise, you will have restore the VM image to a non-production environment, fire it up, and then copy the "lost" file. This will take much longer than having a simple file-level backup.
link|improve this answer
feedback

Better always backup VM in the host system - more secure, more comfortable especially if you run a lot of VMs.

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.