|
|
发表于 2006-7-30 12:25:11
|
显示全部楼层
--exclude=pattern
When performing operations, tar will skip files that match pattern. See exclude.
--exclude-from=file
-X file
Similar to --exclude, except tar will use the list of patterns in the file file. See exclude
--exclude-caches
Automatically excludes all directories containing a cache directory tag. See exclude |
|