Skip to content

Instantly share code, notes, and snippets.

@ph4ge
Created May 27, 2024 14:01
Show Gist options
  • Save ph4ge/aa4b75cad7d6db6b7f77c677ecd39533 to your computer and use it in GitHub Desktop.
Save ph4ge/aa4b75cad7d6db6b7f77c677ecd39533 to your computer and use it in GitHub Desktop.
Parallelized XZ compression - debs
# Parallelized XZ compressor
## Install requirement
sudo apt install pixz -y
## Create XZed archive
tar -Ipixz -cvf myArchive.tpxz archive/
## Untar XZed archive
tar -Ipixz -xvf myArchive.tpxz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment