Skip to main content

Scenario:

Very recently a customer asked me if Veeam could leverage Data Domain mtree replica for DR purposes.

Of course, the answer is YES!

 

While this idea is not new, I thought it would be a good reminder of Veeam’s backup import capabilities.

 

Steps:

  1. You must use Data Domain repository on the source site. It most likely will be declared as a DDboost share.

 

  1. The mtree should be replicated to the DR site.

 

Note that the mtree replica will be Read Only!

 

  1. The mtree replica needs to be exposed as a share over your protocol of choice (CIFS, DDboost), so it can be defined in the DR VBR server. In this example, I chose DDboost.

Note again that this DDboost share is Read Only!

 

  1. The last step is to declare that DR DDboost share and import backups

 

You should now be able to access these backups from the “Disk (Imported)” section.

 

Remember that you will have to manually rescan that repository in order to refresh new “mtree replicated” restore points.

Great article and share.  It is great having tools like this.  I have used this several times with the DDs that we use.


@olivier.rossi One of my core customer is using this solution. Our solution is also integrated with VMware SRM.


Thanks for the share !


great article! This Works perfectly for our DD2200 models but not for my newer DD3300 models.

any idea why?


great article! This Works perfectly for our DD2200 models but not for my newer DD3300 models.

any idea why?

Update: After a reboot on source DD it was fine.


We have been doing this for years and works great. As an added bonus, you can run a PS script as a scheduled task to rescan the repository after your backup window completes -- one less step when disaster strikes:

 

Get-VBRBackupRepository -Name "MyDRRepository" | Sync-VBRBackupRepository

 

 


Thanks for this information @olivier.rossi. Also the additional note from @Steve.Plaxco - this makes DR a bit faster, if you have to. Nice!


Comment