mirror of
https://github.com/octoleo/restic.git
synced 2025-02-10 07:38:36 +00: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