stats: Initial implementation of stats command
This commit is contained in:
parent
8c124a2b75
commit
f7659bd8b0
3 changed files with 126 additions and 0 deletions
|
@ -1310,6 +1310,7 @@ _restic_root_command()
|
|||
commands+=("rebuild-index")
|
||||
commands+=("restore")
|
||||
commands+=("snapshots")
|
||||
commands+=("stats")
|
||||
commands+=("tag")
|
||||
commands+=("unlock")
|
||||
commands+=("version")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue