2023-01-08 14:34:30 +00:00
|
|
|
Bugfix: Fix stuck `copy` command when `-o <backend>.connections=1`
|
2022-08-28 09:40:31 +00:00
|
|
|
|
2023-01-08 14:34:30 +00:00
|
|
|
When running the `copy` command with `-o <backend>.connections=1` the
|
|
|
|
command would be infinitely stuck. This has now been fixed.
|
2022-08-28 09:40:31 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/3897
|
|
|
|
https://github.com/restic/restic/pull/3898
|