2
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2024-08-29 05:06:02 +02:00
restic/changelog/unreleased/issue-1895
2018-11-25 13:32:16 +01:00

8 lines
280 B
Text

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