Scheduling a Task (Linux Hosting)

To schedule a task:

  1. Go to Domains > domain name > Scheduled Tasks (in the Additional Tools group).
  2. Select the system user account on whose behalf the task will be executed.
  3. Click Schedule New Task.
  4. 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.

  5. Specify which command to run. Type it into the Command input box.

    For example, if you want to run the backup creation task at the specified time and have the backup file sent to your e-mail, you need to specify the following command in the Command input box:

    /usr/local/psa/admin/sbin/backupmng

  6. Click OK.