diff --git a/changelog/unreleased/issue-1895 b/changelog/unreleased/issue-1895 new file mode 100644 index 000000000..70aa0653d --- /dev/null +++ b/changelog/unreleased/issue-1895 @@ -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