Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 7 years ago.
I am using sphinx for searching. I get new data everyday which is added in the database.
I have to add this data into the sphinx search index so that it can be searched. For that I need to reindex the sphinx search index at regular intervals.
How can I set a cron in linux to do so?