Update README.md

This commit is contained in:
Mirocow 2013-11-23 20:17:53 +03:00
parent 04fd4e4960
commit 1c7db087d3
1 changed files with 8 additions and 0 deletions

View File

@ -2,3 +2,11 @@ mysql_utils
===========
Backup and Restore data from MySql tables
Automation backup with Cron
===========================
nano /etc/cron.d/db_backup
@daily root . /etc/default/db_backup && if [ "$START" = "yes" ] && [ -x /var/www/mysql_utils/backup.sh ]; \
then /bin/bash /var/www/mysql_utils/backup.sh; fi