#Linux压缩命令
#把/htdocs/log文件夹压缩到/htdocs/backup.tar.gz中(gzip压缩算法)
tar
-zcvf /htdocs/backup.
.gz /htdocs/log