仅打包,不压缩 tar -cvf /tmp/etc.tar /etc 以 gzip 压缩 tar -zcvf /tmp/etc.tar.gz /etc 以 bzip2 压缩 tar -jcvf /tmp/etc.tar.bz2 /etc