Copy and backup at same time, is this ok?

I currently have a long running copy operation running which is copying from local storage to a cloud storage.

If another backup job (to local storage) fires off at the same time this copy operation is running will this cause any conflicts or errors?

I am guessing that the copy operation will just continue but only see the new backup revision (and any associated chunks) the next time the copy runs.

I’m pretty sure you’re correct and that this is one of the goals of the “lock-free” behavior that Duplicacy uses.