Update README.md

This commit is contained in:
Mirocow 2014-04-21 16:44:31 +04:00
parent 3bb245248d
commit 93af490aad
1 changed files with 24 additions and 2 deletions

View File

@ -1,8 +1,30 @@
mysql_utils
===========
mysql_utils for Debian
=======================
Backup and Restore data from MySql tables
Install
======
cd ~
git clone https://github.com/Mirocow/mysql_utils.git
cd mysql_utils
bash ./backup.sh
Backup
======
cd ~
cd mysql_utils
bash backup.sh
Restore
=======
cd /var/backups/mysql
bash ~/mysql_utils/restore.sh
Automation backup with Cron
===========================