用winrar和zip命令拷贝目录结构

linux系统下使用zip命令

zip -r source.zip source -x *.php -x *.html # 压缩source目录,排除里面的php和html文件

windows系统下使用winrar软件

原文地址:https://www.cnblogs.com/lbnnbs/p/11658239.html