2
2
mirror of https://github.com/octoleo/restic.git synced 2024-05-28 22:50:48 +00:00

Add "list maps" command

This commit is contained in:
Alexander Neumann 2014-11-23 23:29:29 +01:00
parent 725e5bfca5
commit 339c63befc

View File

@ -26,6 +26,8 @@ func commandList(be backend.Server, key *khepri.Key, args []string) error {
each = key.Each
case "snapshots":
t = backend.Snapshot
case "maps":
t = backend.Map
case "keys":
t = backend.Key
case "locks":