Last active
March 4, 2023 14:12
-
-
Save HanjoStudy/b2fb34ebc2ad5d5e0f28097b161ce592 to your computer and use it in GitHub Desktop.
tar & pigz
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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