mirror of
https://github.com/octoleo/restic.git
synced 2024-12-23 11:28:54 +00:00
6 lines
202 B
Plaintext
6 lines
202 B
Plaintext
|
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.
|