Board logo

标题: tar操作对象之文件列表 [打印本页]

作者: linda    时间: 2025-4-2 16:08     标题: tar操作对象之文件列表

Exclude files using multiple patterns

tar -czf backup.tar.gz --exclude=PATTERN1 --exclude=PATTERN2 ... /path/to/backup
Exclude files using an exclude file filled with a list of patterns

tar -czf backup.tar.gz -X /path/to/exclude.txt /path/to/backup
Exclude files using tags by placing a tag file in any directory that should be skipped

tar -czf backup.tar.gz --exclude-tag-all=exclude.tag /path/to/backup

指定文件列表:-T

参考:
https://stackoverflow.com/questions/984204/shell-command-to-tar-directory-excluding-certain-files-folders




欢迎光临 中神通公司交流论坛 (http://www.trustcomputing.com.cn/bbs/) Powered by Discuz! 6.0.0