rar Command Examples

The RAR archiver. Supports multi-volume archives that can be optionally self-extracting. More information: https://manned.org/rar.

rar a {{path/to/archive_name.rar}} {{path/to/file1}} {{path/to/file2}} {{path/to/file3}}

rar a {{path/to/archive_name.rar}} {{path/to/directory}}

rar a -v{{50M}} -R {{path/to/archive_name.rar}} {{path/to/file_or_directory}}

rar a -p{{password}} {{path/to/archive_name.rar}} {{path/to/file_or_directory}}

rar a -hp{{password}} {{path/to/archive_name.rar}} {{path/to/file_or_directory}}

rar a -m{{compression_level}} {{path/to/archive_name.rar}} {{path/to/file_or_directory}}