Skip to content

Instantly share code, notes, and snippets.

@Enelar
Last active October 9, 2018 06:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Enelar/ae16cc158fb524d180efda547cfa2c91 to your computer and use it in GitHub Desktop.
Save Enelar/ae16cc158fb524d180efda547cfa2c91 to your computer and use it in GitHub Desktop.
Shallow compress everything fastest possible way
nice -n 5 find * -maxdepth 0 -type d | parallel -j 1 "tar -cf {}.tar {} && pixz -9 {}.tar {}.txz && rm {}.tar"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment