2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-06 11:00:48 +00:00
restic/changelog/0.14.0_2022-08-25/pull-3819

12 lines
492 B
Plaintext
Raw Normal View History

2022-07-09 20:24:56 +00:00
Enhancement: Validate include/exclude patterns before restoring
2022-08-23 23:21:01 +00:00
Patterns provided to `restore` via `--exclude`, `--iexclude`, `--include`
and `--iinclude` weren't validated before running the restore. Invalid
patterns would result in error messages being printed repeatedly, and
possibly unwanted files being restored.
Restic now validates all patterns before running the restore, and aborts
with a fatal error if an invalid pattern is detected.
2022-07-09 20:24:56 +00:00
https://github.com/restic/restic/pull/3819