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.