restic/changelog/0.15.0_2023-01-12/issue-3897

8 lines
287 B
Plaintext
Raw Normal View History

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