Merge pull request #1729 from mholt/stats

Implement `restic stats` command to get more info about a repository
This commit is contained in:
Alexander Neumann
2018-07-31 23:24:36 +02:00
4 changed files with 390 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