2022-03-25 23:15:41 +00:00
|
|
|
Bugfix: Make `copy` command honor `--no-lock` for source repository
|
2021-12-03 17:50:47 +00:00
|
|
|
|
2022-03-25 23:15:41 +00:00
|
|
|
The `copy` command previously did not respect the `--no-lock` option for the
|
|
|
|
source repository, causing failures with read-only storage backends. This has
|
|
|
|
now been fixed such that the option is now respected.
|
2021-12-03 17:50:47 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/3518
|
|
|
|
https://github.com/restic/restic/pull/3589
|