Add changelog file for insensitive includes & excludes

This commit is contained in:
Johannes Hertenstein 2018-10-18 21:45:47 +02:00 committed by Alexander Neumann
parent 8a97bb8661
commit 879f6e0c81
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
Enhancement: Add case insensitive include & exclude options
The backup and restore commands now have --iexclude and --iinclude flags
as case insensitive variants of --exclude and --include.
https://github.com/restic/restic/issues/1895
https://github.com/restic/restic/pull/2032