HI, I'm trying to work out the best way to achieve something like the following:
A backup job that performs a nightly backup of every VM on the cluster with no exclusions. This is a failsafe job to ensure that we don't forget to backup a new VM, and for many VMs a simple nightly backup is adequate.
A second job that runs hourly and keeps good historical retention, for those VMs that require it (e.g. file and database servers).
I am finding that VMs that appear in both jobs keep getting their bitmaps trashed. Re-reading the entire VM is not a dealbreaker with fast storage but its sure not optimal.
Thanks,
Steve
A backup job that performs a nightly backup of every VM on the cluster with no exclusions. This is a failsafe job to ensure that we don't forget to backup a new VM, and for many VMs a simple nightly backup is adequate.
A second job that runs hourly and keeps good historical retention, for those VMs that require it (e.g. file and database servers).
I am finding that VMs that appear in both jobs keep getting their bitmaps trashed. Re-reading the entire VM is not a dealbreaker with fast storage but its sure not optimal.
Thanks,
Steve