2021-07-12-freedom-zip.txt frank@frank-desktop:~$ zip --help Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license. Zip 3.0 (July 5th 2008). Usage: zip [-options] [-b path] [-t mmddyyyy] [-n suffixes] [zipfile list] [-xi list] The default action is to add or replace zipfile entries from list, which can include the special name - to compress standard input. If zipfile and list are omitted, zip compresses stdin to stdout. -f freshen: only changed files -u update: only changed or new files -d delete entries in zipfile -m move into zipfile (delete OS files) -r recurse into directories -j junk (don't record) directory names -0 store only -l convert LF to CR LF (-ll CR LF to LF) -1 compress faster -9 compress better -q quiet operation -v verbose operation/print version info -c add one-line comments -z add zipfile comment -@ read names from stdin -o make zipfile as old as latest entry -x exclude the following names -i include only the following names -F fix zipfile (-FF try harder) -D do not add directory entries -A adjust self-extracting exe -J junk zipfile prefix (unzipsfx) -T test zipfile integrity -X eXclude eXtra file attributes -y store symbolic links as the link instead of the referenced file -e encrypt -n don't compress these suffixes -h2 show more help frank@frank-desktop:~$ zip -rv freedom freedom adding: freedom/ (in=0) (out=0) (stored 0%) adding: freedom/thttpd_config (in=456) (out=276) (deflated 39%) adding: freedom/readme.txt (in=37280) (out=9815) (deflated 74%) adding: freedom/2019-11-26-web-server.txt (in=6365) (out=3003) (deflated 53%) adding: freedom/thttpd_config~ (in=456) (out=276) (deflated 39%) adding: freedom/2010Website.pdf (in=32014) (out=28215) (deflated 12%) adding: freedom/sitemap.xml (in=186) (out=132) (deflated 29%) adding: freedom/2020-07-17-thttpd.txt (in=12787) (out=5381) (deflated 58%) adding: freedom/sitemap.xml.txt (in=186) (out=132) (deflated 29%) adding: freedom/2021-07-12-Install-thttpd-Pi-400-ubuntu-21.04-desktop-arm64+raspi.txt~ (in=120106) (out=27322) (deflated 77%) adding: freedom/2019-12-06-Google-Search-Is-Broken.txt (in=21340) (out=8341) (deflated 61%) adding: freedom/os-debug/ (in=0) (out=0) (stored 0%) adding: freedom/os-debug/dead-thttpd (in=379) (out=137) (deflated 64%) adding: freedom/os-debug/readme.txt (in=798) (out=301) (deflated 62%) adding: freedom/os-debug/thttpd-rotate (in=1964) (out=358) (deflated 82%) adding: freedom/os-debug/thttpd_wrapper (in=150) (out=106) (deflated 29%) adding: freedom/os-debug/datelog (in=182) (out=94) (deflated 48%) adding: freedom/2021-06-15-Install-thttpd-Pi-400-ubuntu-21.04-desktop-arm64+raspi.txt (in=117602) (out=26530) (deflated 77%) adding: freedom/2019-10-01-website.txt (in=11941) (out=5201) (deflated 56%) adding: freedom/2019-12-26-Installing-thttpd.txt (in=77404) (out=18293) (deflated 76%) adding: freedom/thttpd-extras/ (in=0) (out=0) (stored 0%) adding: freedom/thttpd-extras/thttpd.sh (in=136) (out=94) (deflated 31%) adding: freedom/thttpd-extras/thttpd_config (in=456) (out=276) (deflated 39%) adding: freedom/thttpd-extras/anvil_thttpd.gif (in=533) (out=533) (stored 0%) adding: freedom/thttpd-extras/readme.txt (in=247) (out=164) (deflated 34%) adding: freedom/thttpd-extras/thttpd_config~ (in=456) (out=276) (deflated 39%) adding: freedom/thttpd-extras/sitemap.xml (in=186) (out=132) (deflated 29%) adding: freedom/thttpd-extras/thttpd-rotate (in=1745) (out=296) (deflated 83%) adding: freedom/thttpd-extras/sitemap.xml.txt (in=186) (out=132) (deflated 29%) adding: freedom/thttpd-extras/favicon.ico (in=533) (out=533) (stored 0%) adding: freedom/thttpd-extras/thttpd_wrapper (in=120) (out=95) (deflated 21%) adding: freedom/thttpd-extras/robots-site.txt (in=73) (out=61) (deflated 16%) adding: freedom/thttpd-extras/robots.txt (in=27) (out=27) (stored 0%) adding: freedom/thttpd-extras/rc.local (in=485) (out=300) (deflated 38%) adding: freedom/2021-07-12-Install-thttpd-Pi-400-ubuntu-21.04-desktop-arm64+raspi.txt (in=120106) (out=27322) (deflated 77%) adding: freedom/2019-09-05-Project.txt (in=11024) (out=4619) (deflated 58%) total bytes=577909, compressed=168773 -> 71% savings frank@frank-desktop:~$