<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>The Telarah Times &#187; crontab</title> <atom:link href="http://jamesmcdonald.id.au/tag/crontab/feed" rel="self" type="application/rss+xml" /><link>http://jamesmcdonald.id.au</link> <description>The Practical Application of Linux and Opensource Technology, and Other Stuff</description> <lastBuildDate>Tue, 22 May 2012 05:12:04 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <item><title>Running Cron on Selected Days of the Week</title><link>http://jamesmcdonald.id.au/it-tips/running-cron-on-selected-days-of-the-week</link> <comments>http://jamesmcdonald.id.au/it-tips/running-cron-on-selected-days-of-the-week#comments</comments> <pubDate>Thu, 26 Nov 2009 23:12:44 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[IT Tips]]></category> <category><![CDATA[cron]]></category> <category><![CDATA[crontab]]></category> <guid
isPermaLink="false">http://jamesmcdonald.id.au/?p=2317</guid> <description><![CDATA[I can never remember how to setup cron. This example shows how to set up a job to run on selected days of the week. MAILTO=babbysandpants@bogusdomain.com &#160; # minute hour &#34;day of month&#34; month &#34;day of week&#34; # 5 past midnight on mon-fri (sun 7or0, mon-sat is 1-6) 5 0 * * 1-5 /home/list/cron.sh &#160; [...]]]></description> <wfw:commentRss>http://jamesmcdonald.id.au/it-tips/running-cron-on-selected-days-of-the-week/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Running Cron Every X Minutes</title><link>http://jamesmcdonald.id.au/it-tips/gnu-linux/running-cron-every-x-minutes</link> <comments>http://jamesmcdonald.id.au/it-tips/gnu-linux/running-cron-every-x-minutes#comments</comments> <pubDate>Fri, 02 Jan 2009 10:49:11 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[GNU/Linux]]></category> <category><![CDATA[Linux Tools]]></category> <category><![CDATA[cron]]></category> <category><![CDATA[crontab]]></category> <guid
isPermaLink="false">http://jamesmcdonald.id.au/?p=565</guid> <description><![CDATA[I keep forgetting the correct format of cron entries to have a command run every three minutes To do it every three minutes you need to make the syntax */3 not simply 3 (which means on the 3rd minute of every hour) # m h dom mon dow command */3 * * * * /home/user/bin/mycommand [...]]]></description> <wfw:commentRss>http://jamesmcdonald.id.au/it-tips/gnu-linux/running-cron-every-x-minutes/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
