1) tar调用gzip
# tar -czf test.tar.gz ./dst # tar -xzf test.tar.gz
2) tar调用bzip2
# tar -cjf test.tar.bz2 ./dst # tar -xjf test.tar.bz2