Merge pull request #1749 from restic/add-cache-cmd

Add 'cache' command to list and cleanup cache dirs
This commit is contained in:
Alexander Neumann
2018-05-01 21:25:52 +02:00
4 changed files with 197 additions and 19 deletions

View File

@@ -0,0 +1,8 @@
Enhancement: Add `cache` command to list cache dirs
The command `cache` was added, it allows listing restic's cache directoriers
together with the last usage. It also allows removing old cache dirs without
having to access a repo, via `restic cache --cleanup`
https://github.com/restic/restic/issues/1721
https://github.com/restic/restic/pull/1749