LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Backup server - compression with multicore support (https://www.linuxquestions.org/questions/linux-server-73/backup-server-compression-with-multicore-support-703598/)

dlugasx 02-10-2009 07:00 AM

Backup server - compression with multicore support
 
Does any body know how can I zip huge amount of data using multicore support ?


I know that tar doesnt support multiprocessing.

Is it possible to handle this problem using bash script ?


When tar is working only one core is runnig. How can I use tar command that it will be use all cores ?

Guttorm 02-10-2009 08:26 AM

Hi

Take a look at pbzip2:

http://compression.ca/pbzip2/

Combined with tar:

http://tldp.org/HOWTO/Bzip2-4.html

jkzfixme 02-10-2009 10:15 AM

you can also use a parallel implementation of GZip, nicknamed PIGZ check it out here.

Regards
JKZfixme


All times are GMT -5. The time now is 11:55 PM.