update changelog for copy --no-lock

This commit is contained in:
Kyle Brennan 2021-12-03 09:50:47 -08:00
parent 8eb83029a8
commit d5ed5da85c
No known key found for this signature in database
GPG Key ID: 8F080E9BF300A483
1 changed files with 6 additions and 0 deletions

View 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