Using Pigz with Tar

Written by

in

,

pigz is a drop in multi-threaded replacement for gzip. If you have plenty of cores then it’ll significantly speed things up.

tar -c --use-compress-program=pigz -f newtarball.tar dir

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *