How can I create multipart rar file in Linux using the official console rar client?

RAR 3.90   Copyright (c) 1993-2009 Alexander Roshal   16 Aug 2009
Shareware version         Type RAR -? for help

I want a multipart rar with each part size being 150 MB.

link|improve this question
Why use RAR? There are a lot of other file formats out there, ones that people don't file lawsuits over and are still widely used in 2010, like 7z, tgz, zip. – digitxp Sep 4 '10 at 4:07
I too recommend 7z (p7zip) implementation. Not only it's a program free to use on Linux, but you also have a better compression rate. – polemon Sep 4 '10 at 4:09
OK, I have asked this question for 7zip, too. Please help! superuser.com/questions/184557/… – hopeseekr Sep 4 '10 at 4:36
feedback

1 Answer

up vote 0 down vote accepted
rar a -v153600k <name-of-archive-file> <files-to-compressed>

will create 150Mb multipart rar archives

Personally, I'd use 7zip or bzip2 than rar, but that's my opinion

link|improve this answer
Works awesomely. thanks. – hopeseekr Sep 4 '10 at 4:29
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.