Last active
May 30, 2021 14:42
-
-
Save matstani/0cdceaaff26399533137fce1ddf21069 to your computer and use it in GitHub Desktop.
This file contains 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 -u user -p -h 127.0.0.1 --skip-lock-tables --single-transaction db | gzip > dump_`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