Skip to content

Instantly share code, notes, and snippets.

@HanjoStudy
Last active March 4, 2023 14:12
Show Gist options
  • Save HanjoStudy/b2fb34ebc2ad5d5e0f28097b161ce592 to your computer and use it in GitHub Desktop.
Save HanjoStudy/b2fb34ebc2ad5d5e0f28097b161ce592 to your computer and use it in GitHub Desktop.
tar & pigz
tar --use-compress-program="pigz -6 --recursive" -cf "api__$(date +'%Y%m%d').tar.gz" api &
tar -xvzf foo.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment