• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Resolved Schedule a Task

Antonio

New Pleskian
Hello,
I have a problem with using cronstyle on plesk.
Ok, I want to set my style every 15 minutes, but the answer plesk responds to the invalid crontab syntax.
The crontab syntax is this -> * / 15 * * * *
Can you help me please.
Thank you and wait for your answer :)
 
Your cron code should be like:

Code:
*/15 * * * *  your_command_or_whatever

without any spaces in "*/15" part.
 
I see spaces in your initial message. maybe there are some kind of errors after copy/paste? Try to remove all and write it again.
 
no, I mean typing the whole cron command manually
 
Back
Top