Lines Matching full:exclude

99 SYNTAX:./mksquashfs source1 source2 ...  dest [options] [-e list of exclude
137 -ef <exclude_file> list of exclude dirs/files. One per line
139 exclude dirs/files
140 -regex Allow POSIX regular expressions to be used in exclude
416 excluded from the output filesystem. The -e option takes the exclude
418 exlude files/directories from the specified exclude file, one file/directory
421 Two styles of exclude file matching are supported: basic exclude matching, and
422 extended wildcard matching. Basic exclude matching is a legacy feature
426 3.5.1 Basic exclude matching
429 Each exclude file is treated as an exact match of a file/directory in
430 the source directories. If an exclude file/directory is absolute (i.e.
432 exclude file/directory is relative, it is treated as being relative to each of
437 Will generate exclude files /tmp/source1/ex2, /tmp/source1/ex1, source2/ex1,
440 3.5.2 Extended exclude file handling
443 Extended exclude file matching treats each exclude file as a wildcard or
449 In addition to wildcards/regex expressions, exclude files can be "anchored" or
450 "non-anchored". An anchored exclude is one which matches from the root of the
451 directory and nowhere else, a non-anchored exclude matches anywhere. For
452 example given the directory hierarchy "a/b/c/a/b", the anchored exclude
455 non-anchored exclude would.
463 Exclude all files matching "*.gz" in the top level directory "test".
467 Exclude all files beginning with "example" inside directories called
474 Exclude all files matching "*.gz" in top level directory "test",
480 often useful to exclude a file matching anywhere in the source directories.
482 exclude with "...".
488 Exclude files matching "*.gz" anywhere in the source directories.
494 Exclude files matching "*.gz" inside directories called "Test" or
501 Exclude all files matching "*.gz" anywhere in the source directories,
504 3.5.3 Exclude files summary
507 The -e and -ef exclude options are usefully used in archiving the entire