Skip to content

Instantly share code, notes, and snippets.

@cmpscabral
Created July 21, 2015 21:46
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cmpscabral/1d521683883a4f6ff993 to your computer and use it in GitHub Desktop.
Save cmpscabral/1d521683883a4f6ff993 to your computer and use it in GitHub Desktop.
mysql dump to tar.gz
mysqldump mydatabase -u root -p | gzip -c | cat > mydatabase-$(date +%Y-%m-%d-%H.%M.%S).sql.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment