Update README.md

This commit is contained in:
Mirocow 2014-04-21 16:16:04 +04:00
parent 1c7db087d3
commit 3bb245248d
1 changed files with 4 additions and 0 deletions

View File

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