We're performing, from 8am to 8pm a continous replication for 1 of our VM.
In order to backup this replica (this is a critical server, we can't backup the prod one), we've set some Backup Windows to terminate the ReplicationJob before the backupJob starts.
The backupJob starts @10pm, so the replicationJob could stop gracefully even if the exceed the backup windows (each replication is about 3mn only).
Results : The last replicationJob have a FAILED Status (Error: Job was stopped due to backup window setting).
That's quite logic and that's not really a pb (except that we don't like to have failed or warning Results in our daily check

The more problematic consequence is that, when the replication restart in the morning, we have continously this message on the first replication :
"Cannot find dirty block information in the previous restore point, CBT will not be used"
The 1srt replication take ages to perform due to huge Data to transfert.
I think this message is link to the last failed status. If we could have the choice to stop it gracefully (and perhaps add an immediatly option if it exceeds a certain amount of time) it could be great.
Regards.