MySQLBackupScript: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
==The Script== | ==The Script== | ||
Moved to [https://github.com/invadelabs/cron-invadelabs/blob/master/mysql_backup.sh GitHub] | |||
*Need to get pw off console command | *Need to get pw off console command | ||
Revision as of 17:47, 20 January 2018
The Script
Moved to GitHub
- Need to get pw off console command
Crontab Entry
/etc/crontab;
0 4 * * * drew /home/drew/cron/mysql_backup.sh >> /home/drew/cron/mysql_backup.log;
OR
crontab -e;
0 4 * * * /home/drew/cron/mysql_backup.sh >> /home/drew/cron/mysql_backup.log;