Is it possible to generate a split type archive using tar? Similar to what RAR does:
file1.rar
file2.r01
file3.r02
etc...
When unrarring file1.rar it automatically collects r01, r02, etc.
You can use /usr/bin/split with the -b option. This will make split files specifying the byte size. You would then have to join them again. You could use cat for this.
A better alternative might be to just use RAR.....
True but not all installations come with unrar by default.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks