命令格式如下:
tar -zcvf hello.tar.gz 要打包的目录 --exclude=dir1 --exclude=file1 ......
tar -zcvf hello.tar.gz ./hello --exclude=file1 --exclude=dir1
注意:
1、--exclude=file1 而不是 --exclude file1
2、要排除一个目录是 --exclude=dir1,而不是 --exclude=dir1/
命令格式如下:
tar -zcvf hello.tar.gz 要打包的目录 --exclude=dir1 --exclude=file1 ......
tar -zcvf hello.tar.gz ./hello --exclude=file1 --exclude=dir1
注意:
1、--exclude=file1 而不是 --exclude file1
2、要排除一个目录是 --exclude=dir1,而不是 --exclude=dir1/