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

@@ -0,0 +1,4 @@
Enhancement: Add stats command to get information about a repository
https://github.com/restic/restic/issues/874
https://github.com/restic/restic/pull/1729