mirror of
https://github.com/restic/restic.git
synced 2025-08-24 21:33:43 +00:00
Prepare changelog for 0.14.0
This commit is contained in:
11
changelog/0.14.0_2022-08-25/issue-3709
Normal file
11
changelog/0.14.0_2022-08-25/issue-3709
Normal file
@@ -0,0 +1,11 @@
|
||||
Enhancement: Validate exclude patterns before backing up
|
||||
|
||||
Exclude patterns provided via `--exclude`, `--iexclude`, `--exclude-file` or
|
||||
`--iexclude-file` previously weren't validated. As a consequence, invalid
|
||||
patterns resulted in files that were meant to be excluded being backed up.
|
||||
|
||||
Restic now validates all patterns before running the backup and aborts with
|
||||
a fatal error if an invalid pattern is detected.
|
||||
|
||||
https://github.com/restic/restic/issues/3709
|
||||
https://github.com/restic/restic/pull/3734
|
Reference in New Issue
Block a user