mirror of
https://github.com/restic/restic.git
synced 2025-12-04 13:52:15 +00:00
Prepare changelog for 0.14.0
This commit is contained in:
11
changelog/0.14.0_2022-08-25/pull-3819
Normal file
11
changelog/0.14.0_2022-08-25/pull-3819
Normal file
@@ -0,0 +1,11 @@
|
||||
Enhancement: Validate include/exclude patterns before restoring
|
||||
|
||||
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.
|
||||
|
||||
https://github.com/restic/restic/pull/3819
|
||||
Reference in New Issue
Block a user