2
2
mirror of https://github.com/octoleo/restic.git synced 2024-11-05 04:47:51 +00:00
restic/changelog/unreleased/issue-3518
2021-12-03 12:16:40 -08:00

7 lines
372 B
Plaintext

Bugfix: Make copy honor `--no-lock` for source repository
When passing the `--no-lock` flag to the copy command, the source directory still attempted to issue a lock, causing failures on read-only source directories. `--no-lock` is now respected and copy no longer attempts a lock.
https://github.com/restic/restic/issues/3518
https://github.com/restic/restic/pull/3589