#tar -cvf 文件名 文件夹 <==仅打包,不压缩!
#tar -zcvf 文件名 文件夹 <==打包后,以 gzip 压缩
#tar -jcvf 文件名 文件夹 <==打包后,以 bzip2 压缩
例:
#tar -zcvf test.tar.gz test
#tar -cvf 文件名 文件夹 <==仅打包,不压缩!
#tar -zcvf 文件名 文件夹 <==打包后,以 gzip 压缩
#tar -jcvf 文件名 文件夹 <==打包后,以 bzip2 压缩
例:
#tar -zcvf test.tar.gz test