Merge pull request #1224 from restic/improve-exclude-caches

Allow multiple exclude-if-present
This commit is contained in:
Alexander Neumann
2017-09-11 17:31:24 +02:00
5 changed files with 249 additions and 178 deletions

View File

@@ -78,6 +78,7 @@ Small changes
with a specific name (and contents) is present.
https://github.com/restic/restic/issues/317
https://github.com/restic/restic/pull/1170
https://github.com/restic/restic/pull/1224
* The `forget` command now has an option `--group-by` that allows flexible
grouping policies.