- Many backup jobs on source site, running multiple times a day
- Several backup copy jobs to target disaster recovery site, once a day (limited bandwidth)
- One replication job, configured to only take data from backup copies
- Replication job is configured to run after one of backup jobs
As there is no deterministic way to start replication after all data is copied (backup copy jobs can complete effectively in any order), we have to run replication job many times a day and it eventually gets replicas updated over the day. However this means constant warning state as many replicas are already up to date.
Is there a way to ignore this warning? Similar to DisableVMwareToolsNotFoundWarning registry flag that removes warning for VMs without VMware tools.