mirror of
https://github.com/octoleo/restic.git
synced 2024-11-22 04:45:15 +00:00
tweak copy --no-lock changelog
This commit is contained in:
parent
d5ed5da85c
commit
64e733f3d6
@ -1,6 +1,9 @@
|
||||
Bugfix: Make copy honor `--no-lock` for source repository
|
||||
Bugfix: Make copy command 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.
|
||||
When passing the `--no-lock` flag to the copy command, restic still attempted
|
||||
to lock the source repository, causing failures on read-only storage backends.
|
||||
`--no-lock` is now respected and copy then no longer creates a lock in the
|
||||
source repository.
|
||||
|
||||
https://github.com/restic/restic/issues/3518
|
||||
https://github.com/restic/restic/pull/3589
|
||||
|
Loading…
Reference in New Issue
Block a user