repository: don't hang when copying using a single connection

This commit is contained in:
Michael Eischer
2022-08-28 11:40:31 +02:00
parent 1b233c4e2e
commit b03277ead5
3 changed files with 24 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
Bugfix: Fix stuck `copy` command when setting backend connections to 1
When calling the copy command using `copy -o <backend>.connections=1` this
caused the command to be stuck permanently. This has been fixed.
https://github.com/restic/restic/issues/3897
https://github.com/restic/restic/pull/3898