mirror of
https://github.com/restic/restic.git
synced 2025-12-04 03:38:25 +00:00
Add flag --iexclude-file to backup
This commit is contained in:
committed by
Michael Eischer
parent
efb4a981cf
commit
9867c4bbb4
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user