forked from TrueCloudLab/restic
Add changelog entry
This commit is contained in:
parent
7e36ec279d
commit
b609523582
1 changed files with 10 additions and 0 deletions
10
changelog/unreleased/pull-3819
Normal file
10
changelog/unreleased/pull-3819
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
Enhancement: Validate include/exclude patterns before restoring
|
||||||
|
|
||||||
|
Patterns provided to `restic 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.
|
||||||
|
|
||||||
|
https://github.com/restic/restic/pull/3819
|
Loading…
Reference in a new issue