Multithread zip compress

Linux August 25, 2019 python

multithread zip compress

python
1
2
3
4
5
6
in linux  install pigz

sudo apt-get install pigz

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