tar zcvf fd.tar.gz  *  --exclude=file1 --exclude=dir1

注意:

1、yes: --exclude=file1

     no: --exclude file1

2、yes:  --exclude=dir1  

     no:  --exclude=dir1/

 

相关文章: