github.com/mckael/restic@v0.8.3/changelog/0.8.1_2017-12-27/pull-1436 (about) 1 Enhancement: Add code to detect old cache directories 2 3 We've added code to detect old cache directories of repositories that 4 haven't been used in a long time, restic now prints a note when it detects 5 that such dirs exist. Also, the option `--cleanup-cache` was added to 6 automatically remove such directories. That's not a problem because the 7 cache will be rebuild once a repo is accessed again. 8 9 https://github.com/restic/restic/pull/1436