2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-19 01:02:34 +00:00
restic/changelog/0.15.0_2023-01-12/issue-3897
2023-01-12 20:50:44 +01:00

8 lines
287 B
Plaintext

Bugfix: Fix stuck `copy` command when `-o <backend>.connections=1`
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