zip压缩时加密文件:zip -re backup.zip backup/,执行时需要输入两次密码,-r递归执行,-e加密

解密:unzip -d backup backup.zip-d解压目录

对比压缩前和解压后的文件大小:du -h --max-depth=1