diff --git a/changelog/unreleased/issue-1834 b/changelog/unreleased/issue-1834 new file mode 100644 index 000000000..d73e035bd --- /dev/null +++ b/changelog/unreleased/issue-1834 @@ -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.