Note: You must already have RAR installed - http://www.besthostingforums.com/showthread.php?t=6570

This is just a basic tutorial.

RAR:
Archiving in 100MB parts:
Code: 
rar a -v100m file.rar movie.avi
Creating a password protected RAR archive:
Code: 
rar a -pyourpassword file.rar movie.avi
Compression level:
By using the -m parameter you can adjust the compression level.
The minimum value 0 while the maximum is 5.
When archiving movies, it is best to set the compression level to 0.
Code: 
rar a -m0 file.rar movie.avi
As you can see, you can adjust these commands to suit your needs by just combining the parameters.
UnRAR:
Extracting an archive to your current directory:
Code: 
unrar e archive.rar
Remember, this is not a full tutorial.
This is just a basic tutorial with the most useful commands.
CyberJ37 Reviewed by CyberJ37 on . Using RAR On Your Linux Server. Note: You must already have RAR installed - http://www.besthostingforums.com/showthread.php?t=6570 This is just a basic tutorial. RAR: UnRAR: Rating: 5