From d5ed5da85ca556c06029d06811dd44583bb8f50e Mon Sep 17 00:00:00 2001 From: Kyle Brennan Date: Fri, 3 Dec 2021 09:50:47 -0800 Subject: [PATCH] update changelog for copy --no-lock --- changelog/unreleased/issue-3518 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changelog/unreleased/issue-3518 diff --git a/changelog/unreleased/issue-3518 b/changelog/unreleased/issue-3518 new file mode 100644 index 000000000..f0d200b85 --- /dev/null +++ b/changelog/unreleased/issue-3518 @@ -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