<?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>John Hunt&#039;s web log &#187; cron</title>
	<atom:link href="http://john-hunt.com/tag/cron/feed/" rel="self" type="application/rss+xml" />
	<link>http://john-hunt.com</link>
	<description>Linux, open source, development, coding, beer and other stuff</description>
	<lastBuildDate>Wed, 22 Jun 2011 23:08:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Cron gotcha</title>
		<link>http://john-hunt.com/2008/02/14/cron-gotcha/</link>
		<comments>http://john-hunt.com/2008/02/14/cron-gotcha/#comments</comments>
		<pubDate>Thu, 14 Feb 2008 04:28:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[cron]]></category>
		<category><![CDATA[filename]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://john-hunt.com/linux/2008/02/14/cron-gotcha/</guid>
		<description><![CDATA[While pondering why my backup scripts weren&#8217;t working in /etc/cron.daily, I remembered that run-parts (the thing that runs stuff in that directory) doesn&#8217;t like running scripts with a .sh, or indeed probably any extension on them. Handy to remember that one!]]></description>
			<content:encoded><![CDATA[<p>While pondering why my backup scripts weren&#8217;t working in /etc/cron.daily, I remembered that run-parts (the thing that runs stuff in that directory) doesn&#8217;t like running scripts with a .sh, or indeed probably any extension on them.</p>
<p>Handy to remember that one!</p>
]]></content:encoded>
			<wfw:commentRss>http://john-hunt.com/2008/02/14/cron-gotcha/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

