Skip to content

Instantly share code, notes, and snippets.

@stabenfeldt
Created June 3, 2012 17:50
Show Gist options
  • Save stabenfeldt/2864351 to your computer and use it in GitHub Desktop.
Save stabenfeldt/2864351 to your computer and use it in GitHub Desktop.
MySQL backup oneliner
mysqldump -u USER -p PASSWORD database | gzip -9 > BACKUP/prod-`date +%Y.%m.%d`c.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment