forked from TrueCloudLab/restic
9be4fe3e84
Do not lock the repository if --no-lock global flag is set. This allows to mount repositories which are archived on a read only system. Signed-off-by: Sébastien Gross <seb•ɑƬ•chezwam•ɖɵʈ•org>
8 lines
312 B
Text
8 lines
312 B
Text
Change: Honor the --no-lock flag in the mount command
|
|
|
|
The mount command now does not lock the repository if given the
|
|
--no-lock flag. This allows to mount repositories which are archived
|
|
on a read only backend/filesystem.
|
|
|
|
https://github.com/restic/restic/issues/1597
|
|
https://github.com/restic/restic/pull/2821
|