Configure cPanel Cron Times (Need more information on this topic?)

Location: Plugins/Configure cPanel Cron Times

 

The "Configure cPanel Cron Times" feature allows you to control when /scripts/upcp and /scripts/cpbackup are run. If you do not choose when you would like these scripts to be run, they will be at the default ties as stated on the page. To learn more about crons, visit http://en.wikipedia.org/wiki/Crontab.

 

Script Definitions
 

What are cronjobs? Cron jobs are jobs that are set to run at a certain time based on the minute, hour, day, month, and weekday given to them. The Hour is always set in military time and based on the time that your server is set to. Day of the month you want something ran on (15 would be the 15th day of the month). Month is the month you want the cronjob to run in 1=January and 12=December. Weekday is the day of the week you want it to run on 0=Sunday and 6=Saturday. * means to run it at every instance of this section, so a * in day would mean to run the job everyday, while a * in Minute would run the job every minute. See the example below:

 

Example: Minute = 15; Hour = 21; Day = *; Month = *; Weekday = *. This process would run everyday at 2115, or in 12hr format 9:15pm

 

Setting Your Cronjobs

 

1. When the page loads, you will see the "Main Menu" section consisting of the following columns:

 

 

2. Once you have made your changes and clicked on the "Commit" button, the output displayed will be similar to the following:

 

Cron Changed

The cron job for upcp has been changed to run at:

Hour: 2

Minute: 16

Every day of every month.