Multithread zip compress

Linux -- Posted on Aug. 25, 2019

multithread zip compress

              
                in linux  install pigz

sudo apt-get install pigz

then 
tar  --use-compress-program=pigz -cvf  file.tar.gz directories_to_zip
                  
   
            

Related Posts