I saw an example at http://www.marksanborn.net/linux/learning-cron-by-example/
for a cron job as follows:
It explains:
Using the ‘/’ allows us to divide the day into chunks.
Here, the tasks is executed every 4 hours (24/6 =4).
59 */6 * * * /home/username/backupsite
I wonder if the explanation is correct after looking around. In this example,
the cron job will be run at:
12:59am, 4:59am, 8:59am, 12:59pm, 4:59pm and 8:59pm
But my interpretation is that it is run every 6 hours (step/interval) instead:
12:59am, 6:59am, 12:59pm and 6:59pm
Am I wrong (or right)? How do we interpret the step?
Goh, Yong Kwang
Singapore
Get your preferred Email name!
Now you can @ymail.com and @rocketmail.com.
http://mail.promotions.yahoo.com/newdomains/aa/
_______________________________________________
LUGS Mailing list - [email protected]
List FAQ: http://wiki.lugs.org.sg/LugsMailingListFaq
Info page: http://www.lugs.org.sg/mailman/listinfo/slugnet
To unsubscribe send an empty email to: [email protected]