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