How to configure cron jobs in cPanel Print

  • 3


What is a cron job?

A cron job is simply a task that you schedule to run automatically at specific intervals. For example, if you want to back up a file every six hours, you can set this up easily using cPanel's cron jobs feature.

Adding a cron job

To add a cron job, follow these steps:

1. In the Advanced section of the cPanel home screen, click Cron jobs.


Cron Jobs


2. Under Cron Email, type the e-mail address that you want to receive notifications, and then click. Every time the cron job runs, the e-mail account will receive a message.


Cron Jobs

If you do not want to receive e-mail notifications for a particular cron job, you can append >/dev/null 2>&1 to the command, which redirects all output to/dev/null.


3. Under Add New Cron Job, enter the interval for the command that you want.

Cron Jobs

If you select an interval option under Common Settings, cPanel fills in the values automatically.

4. 
In the Command text box, type the command that you want to run.

5. Click Add New Cron Job.



Editing a Cron Job

To edit a cron job, follow these steps:

1. In the Advanced section of the cPanel home screen, click Cron jobs.

2. Under Current Cron Jobs, click Edit for the cron job that you want to edit.

Cron Jobs

3. Make the changes that you want, and then click Edit Line.



Deleting a Cron Job

You can delete a cron job when you no longer want a command to run automatically.

To delete a cron job, follow these steps:

1. In the Advanced section of the cPanel home screen, click Cron jobs.

2. Under Current Cron Jobs, click Delete for the cron job that you want to delete.

3. Confirm that the cron job is the one that you want to delete, and then click Delete.

 

Was this answer helpful?

« Back