Skip to content
Stuff I'm Up To
Go back

Speed Up tar with pigz

Updated:
Edit page

The usual tar cvzf ... uses box standard gzip.

A parallel implementation of gzip for modern multi-processor, multi-core machines

https://zlib.net/pigz/

Switch to using pigz for using all your cores

tar -c --use-compress-program=pigz -vf mytarfile.tgz /mysource

Edit page
Share this post:

Previous Post
Git Hooks
Next Post
Remote CUPS Server over SSH