Skip to content

Instantly share code, notes, and snippets.

@stemwinder
Created December 12, 2014 20:44
Show Gist options
  • Save stemwinder/e5b2e639cc89877d1ba9 to your computer and use it in GitHub Desktop.
Save stemwinder/e5b2e639cc89877d1ba9 to your computer and use it in GitHub Desktop.
Compress TAR archive with pigz using n-threads
tar cvf - paths-to-archive | pigz -9 -p 32 > archive.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment