DiBaReMy/README.md

13 lines
324 B
Markdown
Raw Normal View History

2013-06-12 00:10:39 +02:00
mysql_utils
===========
Backup and Restore data from MySql tables
2013-11-23 18:17:53 +01:00
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