View previous topic :: View next topic |
Author |
Message |
zen_guerrilla Guru


Joined: 18 Apr 2002 Posts: 343 Location: Greece
|
Posted: Thu Jun 06, 2002 5:34 pm Post subject: tar & bzip2 files > 100mb on multi 95-mb parts for zi |
|
|
Although this is not gentoo-specific. Does anyone if it is possible to split long file archives (> 100mb) to 95-mb parts to write on zip disks with tar and/or bzip2 ?
Something like multi-spanned winzip archives... |
|
Back to top |
|
 |
Cr0t l33t


Joined: 27 Apr 2002 Posts: 945 Location: USA
|
Posted: Thu Jun 06, 2002 6:08 pm Post subject: |
|
|
You should use rar. This command Code: | rar a -av -m5 -mdE -mm -v15000000b foo * | will create 15MB files... _________________ cya |
|
Back to top |
|
 |
zen_guerrilla Guru


Joined: 18 Apr 2002 Posts: 343 Location: Greece
|
Posted: Thu Jun 06, 2002 7:33 pm Post subject: |
|
|
Thanx, I' ll try it later. |
|
Back to top |
|
 |
lx Veteran


Joined: 28 May 2002 Posts: 1012 Location: Netherlands
|
Posted: Thu Jun 06, 2002 10:31 pm Post subject: |
|
|
use tar -L (N * 1024 bytes) after this it will ask for a new tape..... never tried it though,
Cya lX. _________________ "Remember there's a big difference between kneeling down and bending over.", Frank Zappa |
|
Back to top |
|
 |
|