Is there something out there for parallel archiving of files?
Tar is great, but I don't use tape archives, and it's more important to me that the archiving happens quickly (with compression like bzip2) since I have smp.
|
Is there something out there for parallel archiving of files? Tar is great, but I don't use tape archives, and it's more important to me that the archiving happens quickly (with compression like bzip2) since I have smp. |
|||||
|
|
I think you are looking for pbzip2:
Have a look at the project homepage or check your favorite package repository. |
|||
|
|
|
7zip can run on multiple threads when given the -mmt flag, but only when compressing into 7z-archives which offer great compression but are generally slower to create then zip archives. Do something like this.
|
|||
|
|
|
pigz is a parallel implementation of gzip, but can only really use multiple processors for compression, not decompression. |
|||
|
|