Each site has a Hyper-V server, a Veeam server and a Linux Veeam repository.
Intuitively this is what I would like to do:
- HQ Veeam runs a backup job from HQ Hyper-V to the HQ repo.
- HQ Veeam runs a backup copy job from HQ repo to DR repo.
- DR Veeam performs a "replica-from-backup" onto DR Hyper-V from the DR repo (i.e. updates the replica from the backup copies written by HQ Veeam).
In light of this, what is the best way to
- take backups from HQ to HQ
- ship backup copies from HQ to DR
- maintain replicas in DR
It would seem the following approach doubles the bandwidth requirements on the HQ-DR link:
- HQ Veeam runs a backup job from HQ Hyper-V to the HQ repo.
- HQ Veeam runs a backup copy job from HQ repo to DR repo.
- DR Veeam replicates from the HQ Hyper-V to DR Hyper-V.