Skip to content

Instantly share code, notes, and snippets.

@anhhh11
Created October 11, 2013 12:14
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 anhhh11/6933688 to your computer and use it in GitHub Desktop.
Save anhhh11/6933688 to your computer and use it in GitHub Desktop.
compress website before uploading to server
tar cvf - website/ | gzip -9 - >~/website.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment