mirror of
https://github.com/restic/restic.git
synced 2026-05-01 16:52:29 +00:00
c44e808aa5
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