mirror of
https://github.com/octoleo/restic.git
synced 2024-11-22 04:45:15 +00:00
Add changelog entry for validating exclude patterns
This commit is contained in:
parent
36bd464e8c
commit
e7df66cc91
9
changelog/unreleased/issue-3709
Normal file
9
changelog/unreleased/issue-3709
Normal file
@ -0,0 +1,9 @@
|
||||
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 all files 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
|
Loading…
Reference in New Issue
Block a user