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

@@ -97,6 +97,7 @@ command:
-h, --help help for backup
-H, --host hostname set the hostname for the snapshot manually. To prevent an expensive rescan use the "parent" flag
--iexclude pattern same as --exclude pattern but ignores the casing of filenames
--iexclude-file file same as --exclude-file but ignores casing of filenames in patterns
--ignore-inode ignore inode number changes when checking for modified files
-x, --one-file-system exclude other file systems
--parent snapshot use this parent snapshot (default: last snapshot in the repo that has the same target files/directories)