Add flag --iexclude-file to backup

This commit is contained in:
Alexander Weiss
2020-08-25 22:30:57 +02:00
committed by Michael Eischer
parent efb4a981cf
commit 9867c4bbb4
4 changed files with 35 additions and 16 deletions

View File

@@ -0,0 +1,7 @@
Enhancement: Add flag `--iexclude-file` to backup command
The backup command now supports the flag `--iexclude-file` which is a
case-insensitive version of `--exclude-file`.
https://github.com/restic/restic/issues/2427
https://github.com/restic/restic/pull/2898