Scheduling a Task

To schedule a task:

  1. On your Home page, click the domain name you need.
  2. Click the Scheduled Tasks icon.
  3. Select the system user account on whose behalf the task will be executed.
  4. Click Add New Task.
  5. Specify when to run your command.

    You can schedule the time using the UNIX crontab entry format. In this format, you can

    To schedule the task to run every Nth period, enter the combination */N, where N is the legal value for this field (minute, hour, day, month). For example, */15 in the Minute field schedules the task to start every 15 minutes.

    You can type the contracted names of months and days of the week, which are the first three letters: Aug, Jul, Mon, Sat, etc. However, the contracted names cannot be separated with commas or used together with numbers.

  6. Specify which command to run. Type it into the Command input box.
  7. Click OK.