forked from TrueCloudLab/restic
8 lines
No EOL
358 B
Text
8 lines
No EOL
358 B
Text
Enhancement: Add `restore` options to read include/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`
|
|
options of the `restore` command.
|
|
|
|
https://github.com/restic/restic/issues/4781
|
|
https://github.com/restic/restic/pull/4811 |