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
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