Creating splitted rar archive files
To make splitted .rar archive files within Linux, you must install rar command first. After that, if you want to compress your 300 MB projects/ folder and split it to files, each of 50 MB, you must use following command:
rar a -m3 -v50M -R projects.rar projects/
-m switch selects the compression level (0:fast, 5:low)
-v switch selects the max size of each part. You can use K for Kb like -v50K
- 0 Comment
- Murat Demirten
- 08 Jul 2008, 11:57
-
You must be login first or sign-up for an account to post comments.
USERBOX
CATEGORIES
MOST READ TODAY
- Enabling remote desktop on a VirtualBox Machine
- Syntax highlighting in less
- Redirecting tcp / udp ports with socat
- XFS Filesystem has duplicate UUID problem
- Disabling reverse dns lookups in ssh
- Passwordless sudo setup
- Users with /bin/false shell to login on vsftpd
- dropbear rsa key problem
- Remove all frozen messages from exim mail queue
- Routing packets back from incoming interface
LAST ADDED
- Using iPhone internet sharing over bluetooth under Linux
- Using USB sound card with amarok
- Multi-conditional search and replace (clearing a ftp trojan script example)
- Disabling ipv6 functionality
- How to convert a mp3 file
- How to choose the fastest Debian mirror
- Disabling reverse dns lookups in ssh
- Rewriting destination ip address
- Deleting A File By It's Inode Value
- Learning which libraries are used for a binary
