Last active
August 26, 2017 00:50
-
-
Save yaci/a285e5dcacadb853de59fdec5a8c99f2 to your computer and use it in GitHub Desktop.
Revisions
-
yaci revised this gist
Aug 26, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ 7za a -t7z -m0=lzma2 -mx=9 -mfb=273 -md=256m -ms=on archiveName.7z inputFilesOrDir # -md - dictionary size (256m dictionary requires 5gb+ RAM) # -ms=on - solid archive # to install 7z on ubuntu: apt-get install p7zip-full -
yaci created this gist
Aug 25, 2017 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ 7za a -t7z -m0=lzma2 -mx=9 -mfb=273 -md=256m -ms=on archiveName.7z inputFilesOrDir # -md - dictionary size # -ms=on - solid archive # to install 7z on ubuntu: apt-get install p7zip-full