github.com/mckael/restic@v0.8.3/changelog/0.7.2_2017-09-13/issue-317 (about)

     1  Enhancement: Add `--exclude-caches` and `--exclude-if-present`
     2  
     3  A new option `--exclude-caches` was added that allows excluding cache
     4  directories (that are tagged as such). This is a special case of a more generic
     5  option `--exclude-if-present` which excludes a directory if a file with a
     6  specific name (and contents) is present.
     7  
     8  https://github.com/restic/restic/issues/317
     9  https://github.com/restic/restic/pull/1170
    10  https://github.com/restic/restic/pull/1224