mirror of
https://github.com/restic/restic.git
synced 2026-06-25 10:04:17 +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.