I came across an issue and I ask myself whether I might have a failure in my line of thought or whether this is absolutely expected.
I have a backup job running in reverse incremental mode processing backups daily.
Additionally there is a backup copy job set up with an interval of 2 weeks using the above mentioned backup job as a source.
A single copy cycle of that copy job takes at least a few days.
As soon as a new copy interval starts, the copy job selects the most recent restore point as it's source. (Makes sense)
Unfortunately, that's a vbk which needs to be "transformed" as soon as a new daily backup starts. That's why the backup job locks the restore point for exclusive access which cancels the copy job. (Also makes sense somehow)
Is there an easy way to prevent this from happening?
Is it possible to not cancel the copy job but simply pause it during the transformation of the backup job chain?
Thanks for your input
