mirror of https://github.com/restic/restic.git
8 lines
301 B
Plaintext
8 lines
301 B
Plaintext
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
|