mirror of
https://github.com/restic/restic.git
synced 2025-12-24 16:49:52 -05:00
When the archiver is faster than the scanner, restic deadlocks. This commit adds a `finished` channel to the struct in `ui/backup.go` so that scanner results are ignored when the archiver is already finished. Closes #1834 |
||
|---|---|---|
| .. | ||
| termstatus | ||
| backup.go | ||
| message.go | ||
| stdio_wrapper.go | ||
| stdio_wrapper_test.go | ||