Merge pull request #4811 from konidev20/fix-gh-4781-restore-include-and-exclude-file-switches

Restore flags to include from file and exclude from file
This commit is contained in:
Michael Eischer
2024-06-10 19:36:07 +00:00
committed by GitHub
8 changed files with 400 additions and 95 deletions

View File

@@ -0,0 +1,8 @@
Enhancement: Add restore flags to read include and exclude patterns from files
Restic now supports reading include and exclude patterns from files using the
`--include-file`, `--exclude-file`, `--iinclude-file` and `--iexclude-file`
flags.
https://github.com/restic/restic/issues/4781
https://github.com/restic/restic/pull/4811