Cron

From XPUB & Lens-Based wiki

The Linux way to schedule commands.

http://www.adminschoice.com/crontab-quick-reference

Setting up a script to run every five minutes

 crontab -e

and edit it to something like