mirror of
https://github.com/octoleo/restic.git
synced 2024-12-22 02:48:55 +00:00
update changelog for copy --no-lock
This commit is contained in:
parent
8eb83029a8
commit
d5ed5da85c
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 New Issue
Block a user