stats: Initial implementation of stats command

This commit is contained in:
Matthew Holt 2018-04-20 08:44:14 -06:00 committed by Alexander Neumann
parent 8c124a2b75
commit f7659bd8b0
3 changed files with 126 additions and 0 deletions

View file

@ -1310,6 +1310,7 @@ _restic_root_command()
commands+=("rebuild-index")
commands+=("restore")
commands+=("snapshots")
commands+=("stats")
commands+=("tag")
commands+=("unlock")
commands+=("version")