forked from TrueCloudLab/restic
34f3b13b7c
Fixes #4513
8 lines
295 B
Text
8 lines
295 B
Text
Bugfix: Make `key list` command honor `--no-lock`
|
|
|
|
This allows to determine which keys a repo can be accessed by without the
|
|
need for having write access (e.g., read-only sftp access, filesystem
|
|
snapshot).
|
|
|
|
https://github.com/restic/restic/issues/4513
|
|
https://github.com/restic/restic/pull/4514
|