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
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
This will run the job every night at midnight.
Here's what that job would look like in cpanel:
On my Ubuntu 10.04 LTS server, automysqlbackup.sh included a cronjob. This is what it looks like. It's very simple.
So, automysqlbackup runs as part of the Daily cronjobs. The schedule for the daily cronjobs can be seen in
/etc/crontab
.