update changelog for copy --no-lock
This commit is contained in:
parent
8eb83029a8
commit
d5ed5da85c
1 changed files with 6 additions and 0 deletions
6
changelog/unreleased/issue-3518
Normal file
6
changelog/unreleased/issue-3518
Normal file
|
@ -0,0 +1,6 @@
|
|||
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
|
Loading…
Reference in a new issue