Created
August 28, 2010 23:00
-
-
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"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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