Created
April 14, 2025 21:16
-
-
Save horaciod/b3c03040c26f0ac8c55bb4879f10f5c6 to your computer and use it in GitHub Desktop.
backup and upload desde terminal
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 cfz algo.tar.gz --exclude='node_modules/*' . | |
#backup de todo el directorio | |
curl bashupload.com -T algo.tar.gz | |
#upload a bashupload.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment