2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-06 19:10:49 +00:00
restic/changelog/0.11.0_2020-11-05/issue-2834

8 lines
277 B
Plaintext
Raw Normal View History

2020-11-05 08:41:22 +00:00
Bugfix: Fix rare cases of backup command hanging forever
We've fixed an issue with the backup progress reporting which could cause
restic to hang forever right before finishing a backup.
https://github.com/restic/restic/issues/2834
https://github.com/restic/restic/pull/2963