restic/internal/ui
Alexander Neumann c44e808aa5 backup: Fix deadlock
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
2018-06-09 12:15:19 +02:00
..
termstatus #1795 use unix.IoctlGetWinsize to get terminal size 2018-05-27 23:44:48 +02:00
backup.go backup: Fix deadlock 2018-06-09 12:15:19 +02:00
message.go Use new archiver code for backup 2018-04-28 22:08:11 +02:00
stdio_wrapper.go Use new archiver code for backup 2018-04-28 22:08:11 +02:00
stdio_wrapper_test.go Use new archiver code for backup 2018-04-28 22:08:11 +02:00