mirror of
https://github.com/octoleo/restic.git
synced 2025-02-02 03:48:25 +00:00
a5ebd5de4b
The restorer can issue multiple calls to WriteAt in parallel. This can result in unexpected orderings of the Truncate and WriteAt calls and sometimes too short restored files.