Plesk

How to add a scheduled task in Plesk UI using crontab syntax?

Question

How to add a scheduled task in Plesk UI using crontab syntax?

Answer

  1. Log into Plesk.

  2. Navigate to Domains > example.com > Scheduled tasks or Tools & Settings > Scheduled Tasks.

  3. Click Add task and set specify Run parameter to Cron style.

  4. Fill in the Run text field with cron-style time syntax, for example:

    * */4 * * *

  5. Fill in the Command text field with the cron command, for example:

    /usr/bin/echo "my message"

    cron.png

Additional information:

How to schedule a task in Plesk for Linux?

https://crontab.guru/

Exit mobile version