Bash: mysql-dump function.

This commit is contained in:
Artem Sapegin
2012-12-12 16:52:53 +04:00
parent 3ccdb8b7e2
commit 50ea796c8a
2 changed files with 52 additions and 0 deletions

View File

@ -100,6 +100,10 @@ Create an SSH key and uploads it to the given host.
Upload current directory to special directory on my hosting.
### mysql-dump <ssh_hostname> <mysql_database> [mysql_username] [mysql_host]
Backup remote MySQL database to `~/Backups/hostname/dbname_YYYY-MM-DD.sql.gz`.
## NPM