Update README.md

This commit is contained in:
mirocow 2015-12-24 16:14:56 +04:00
parent 05c4948279
commit 2abca96dc6
1 changed files with 7 additions and 0 deletions

View File

@ -19,6 +19,13 @@ Backup all databases
cd mysql_utils
bash backup.sh
Backup selected database
======
cd ~
cd mysql_utils
bash backup_db.sh <[database-name]>
Restore for selected date
=======