Last active
September 1, 2016 17:05
-
-
Save jonatanrdsantos/969c5d56cf9891f3ade1 to your computer and use it in GitHub Desktop.
Make good dump like stars
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
mysqldump -uUSERNAME -pPASSWORD -hHOSTNAME DATABASE_NAME --single-transaction --opt -R | gzip > dump_database_$(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