mirror of
https://github.com/restic/restic.git
synced 2025-01-24 00:08:38 +00:00
Add "list maps" command
This commit is contained in:
parent
725e5bfca5
commit
339c63befc
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@ func commandList(be backend.Server, key *khepri.Key, args []string) error {
|
||||||
each = key.Each
|
each = key.Each
|
||||||
case "snapshots":
|
case "snapshots":
|
||||||
t = backend.Snapshot
|
t = backend.Snapshot
|
||||||
|
case "maps":
|
||||||
|
t = backend.Map
|
||||||
case "keys":
|
case "keys":
|
||||||
t = backend.Key
|
t = backend.Key
|
||||||
case "locks":
|
case "locks":
|
||||||
|
|
Loading…
Reference in a new issue