mirror of
https://github.com/restic/restic.git
synced 2026-05-11 04:55:24 +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.