简体   繁体   中英

Want to exclude folder in tar command

I want to exclude test4 folder from the tar command.

Following is the command using - but its not working

tar -czvf back.test.tar.gz test/ --exclude=test/test4/

知道了,去掉斜杠'/'就像一个魅力

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM