How should I configure scheduled tasks in Plesk control panel to make it run every 30 minutes instead of only at a specified time? I use plesk 9.3.0...

link|improve this question

64% accept rate
feedback

1 Answer

up vote 0 down vote accepted

Use crontab: http://www.domaincheck.co.uk/plesk9-crontab.htm And set it to 30 minutes, and to all the other fields enter *

Well, of course enter the command in the command field :)

link|improve this answer
2  
Under minute, you should do */30 to run it every 30 minutes (12:00, 12:30, 1:00, 1:30, ...). Specifying 30 will run it 30 minutes past the hour, every hour (12:30, 1:30, 2:30, ...) – Andrew M. Feb 27 '11 at 21:03
uh-oh, sure thing, thanks for the correction – addam Feb 28 '11 at 19:19
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.