mirror of
https://github.com/restic/restic.git
synced 2026-05-25 03:25:35 +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.