mirror of
https://github.com/restic/restic.git
synced 2026-03-27 00:12:43 +00:00
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.