Skip to content

Instantly share code, notes, and snippets.

@premasagar
Created August 28, 2010 23:00
Show Gist options
  • Save premasagar/555682 to your computer and use it in GitHub Desktop.
Save premasagar/555682 to your computer and use it in GitHub Desktop.
7z command line: adds directory "mydirectory" to archive myarchive.7z, using "ultra settings"
#!/bin/sh
# adds directory "mydirectory" to archive myarchive.7z, using "ultra settings"
7z a -t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on myarchive.7z mydirectory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment