Showing posts with label Parallel compression. Show all posts
Showing posts with label Parallel compression. Show all posts

Monday, November 27, 2023

Parallel compression using Pigz

#no compression
tar --use-compress-program="pigz -k -0 " -cf dir.tar.gz dir

#best compression
tar --use-compress-program="pigz -k -11 " -cf dir.tar.gz dir

#uncompress
unpigz dir.tar.gz