2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-01 08:30:49 +00:00

Add entry to changelog

This commit is contained in:
Alexander Neumann 2018-06-09 14:31:02 +02:00
parent 494fe2a8b5
commit 6fbcd1694b

View File

@ -0,0 +1,5 @@
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.