I'm currently working on an architecture with Many-to-One backup copy and replication. Hardware is existing, and there might be no way to buy new.
We in branches and in a DRP site: vSphere cluster on hyperconverged storage, and for backup storage DR4x00 storage.
The idea is the following:
BRANCH:
- All VM Backups to local deduplication box (Full/Incremental)
- Copy of all backups to remote site (see below)
- Creation of Replica for selected VMs in DRP site
For backup copies, I have two ways of achieving this:
Solution 1.
local vSphere => Backup to local DR4xxx => Backup copy to MD3xxx on remote site (5 restore points) => Backup archive to DR4xxx (35 restore points and more) => Replication job (source: backup copy on MD3xxx) to remote vSphere => Backup archive to DR Box.
For this purpose, I create a non dedup repository in the MD3xxx at DRP site (I have some limited space available), and I create Backup Copy jobs there. This would be the easiest to manage. Therefore, I would like to have 5 restore points on non dedup storage, and then I would like to archive to dedup storage.
My question here: How can I copy Full/Incremental backups from backup copy restore points from the non dedup storage to the dedup storage as I want to avoid any post processing on the dedup storage (transformation, synthetic full, etc...)
Solution 2.
local vSphere => Backup to local DR4xxx => Replication local DR4xxx to remote DR4xxx (based on DR mechanisms) => Rescan of remote DR from local Veeam => Replication job (source: backups on remote DR) to remote vSphere
This solution I find more complex as I have to manage DR replication + repository rescan before I can generate the Replicas.
Any ideas, insight, recommendations ? comments, questions ?
Thank you for any participation to this