restic/changelog/0.9.1_2018-06-10/issue-1834

9 lines
291 B
Plaintext
Raw Normal View History

2018-06-09 14:31:02 +02:00
Bugfix: Resolve deadlock
When the "scanning" process restic runs to find out how much data there is does
not finish before the backup itself is done, restic stops doing anything. This
is resolved now.
2018-06-10 11:29:57 +02:00
https://github.com/restic/restic/issues/1834
https://github.com/restic/restic/pull/1835