Skip to content

Instantly share code, notes, and snippets.

@horaciod
Created April 14, 2025 21:16
Show Gist options
  • Save horaciod/b3c03040c26f0ac8c55bb4879f10f5c6 to your computer and use it in GitHub Desktop.
Save horaciod/b3c03040c26f0ac8c55bb4879f10f5c6 to your computer and use it in GitHub Desktop.
backup and upload desde terminal
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