mirror of
https://github.com/restic/restic.git
synced 2026-05-26 20:15:35 +00:00
de0162ea76
For backends which are able to atomically replace files, we just can overwrite the old copy, if it is necessary to retry an upload. This has the benefit of issuing one operation less and might be beneficial if a backend storage, due to bugs or similar, could mix up the order of the upload and delete calls.