Cron job command for autothesqlbackup.sh file

cron

I just installed Automysqlbackup.sh to my server. I wonder what cron job command should be to run it everyday ?

Note: i will set cron job from Cpanel

Path to script is: /home/username/automysqlbackup.sh

Thanks in advance

Best Answer

0 0 * * *  /home/username/automysqlbackup.sh

This will run the job every night at midnight.

Here's what that job would look like in cpanel:

cPanel cron configuration