MiCarl
Member
I've got a single database that I wish to back up every four hours business days. In cPanel I've got the following cron entry:
0 */4 * * 1-5 /usr/bin/mysqldump -uUSERNAME -pPASSWORD ACCOUNT_DB >/home/ACCOUNT/DBbackup
It does not seem to run. The command works if I enter in a shell.
Any suggestions for where to look to find out what's (not) happening?
0 */4 * * 1-5 /usr/bin/mysqldump -uUSERNAME -pPASSWORD ACCOUNT_DB >/home/ACCOUNT/DBbackup
It does not seem to run. The command works if I enter in a shell.
Any suggestions for where to look to find out what's (not) happening?