Forum Moderators: bakedjake
My question is:
What do I need to have in my Crontab file to get a script to run every 10 minutes?
Examples they provide:
Implementing a script at a certain time
# every morning at 5:30 the script
# test.pl will be executed
30 05 * * * /homepages/xx/d#*$!xxxxx/cgi-bin/test.pl
Save one or more files to a backup every day
# execute every first day of the month
# at 1.00AM the guest book script 'guestbook.cgi'
# with the directory /backup as the target output directory
00 01 1 * * cp /homepages/xx/dxxxxxxxx/guestbook.cgi /homepages/xx/dxxxxxxxx/backup
Thank you for your help!