2023-10-13 10:49:17 +00:00
|
|
|
Bugfix: Make `key list` command honor `--no-lock`
|
|
|
|
|
2023-10-23 17:01:45 +00:00
|
|
|
The `key list` command now supports the `--no-lock` options. This allows
|
|
|
|
determining which keys a repo can be accessed by without the need for having
|
|
|
|
write access (e.g., read-only sftp access, filesystem snapshot).
|
2023-10-13 10:49:17 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/4513
|
|
|
|
https://github.com/restic/restic/pull/4514
|