2
2
mirror of https://github.com/octoleo/restic.git synced 2025-01-23 07:08:28 +00:00

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