<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: An extremely terse cron intro</title>
	<atom:link href="http://kmandla.wordpress.com/2011/02/14/an-extremely-terse-cron-intro/feed/" rel="self" type="application/rss+xml" />
	<link>http://kmandla.wordpress.com/2011/02/14/an-extremely-terse-cron-intro/</link>
	<description>K.Mandla's blog of Linux experiences</description>
	<lastBuildDate>Mon, 11 Feb 2013 18:19:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Kulutusluotot</title>
		<link>http://kmandla.wordpress.com/2011/02/14/an-extremely-terse-cron-intro/#comment-48091</link>
		<dc:creator><![CDATA[Kulutusluotot]]></dc:creator>
		<pubDate>Tue, 15 Feb 2011 18:02:31 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2011/02/14/an-extremely-terse-cron-intro/#comment-48091</guid>
		<description><![CDATA[I think very few people actively use cron, even if their system uses it for rotating logs etc.]]></description>
		<content:encoded><![CDATA[<p>I think very few people actively use cron, even if their system uses it for rotating logs etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aperson</title>
		<link>http://kmandla.wordpress.com/2011/02/14/an-extremely-terse-cron-intro/#comment-48079</link>
		<dc:creator><![CDATA[aperson]]></dc:creator>
		<pubDate>Mon, 14 Feb 2011 18:40:09 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2011/02/14/an-extremely-terse-cron-intro/#comment-48079</guid>
		<description><![CDATA[I like rdiff-backup myself.]]></description>
		<content:encoded><![CDATA[<p>I like rdiff-backup myself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bmc5311</title>
		<link>http://kmandla.wordpress.com/2011/02/14/an-extremely-terse-cron-intro/#comment-48078</link>
		<dc:creator><![CDATA[bmc5311]]></dc:creator>
		<pubDate>Mon, 14 Feb 2011 18:32:47 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2011/02/14/an-extremely-terse-cron-intro/#comment-48078</guid>
		<description><![CDATA[cron + rsnapshot (rsync) = poor man&#039;s time machine.

That&#039;s how I do my backups, hourly, daily, weekly and monthly.]]></description>
		<content:encoded><![CDATA[<p>cron + rsnapshot (rsync) = poor man&#8217;s time machine.</p>
<p>That&#8217;s how I do my backups, hourly, daily, weekly and monthly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Links 14/2/2011: GNU/Linux Education in Valencia, London Stock Exchange Goes Live With GNU/Linux &#124; Techrights</title>
		<link>http://kmandla.wordpress.com/2011/02/14/an-extremely-terse-cron-intro/#comment-48076</link>
		<dc:creator><![CDATA[Links 14/2/2011: GNU/Linux Education in Valencia, London Stock Exchange Goes Live With GNU/Linux &#124; Techrights]]></dc:creator>
		<pubDate>Mon, 14 Feb 2011 15:27:42 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2011/02/14/an-extremely-terse-cron-intro/#comment-48076</guid>
		<description><![CDATA[[...] An extremely terse cron intro [...]]]></description>
		<content:encoded><![CDATA[<p>[...] An extremely terse cron intro [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: livibetter</title>
		<link>http://kmandla.wordpress.com/2011/02/14/an-extremely-terse-cron-intro/#comment-48073</link>
		<dc:creator><![CDATA[livibetter]]></dc:creator>
		<pubDate>Mon, 14 Feb 2011 03:21:53 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2011/02/14/an-extremely-terse-cron-intro/#comment-48073</guid>
		<description><![CDATA[In my opinion, I would recommend `man 5 crontab`, that&#039;s the best source because every cron program may have some differences between them. (I use vixie-cron)

And that&#039;s how I learn about how to get rid of `/usr/bin/foo` or `/home/username/bin/bar`, make them to be just `foo` and `bar`.

PYTHONPATH=&quot;/home/username/lib/python2.5:/usr/local/lib64/python2.6&quot;
PATH=&quot;/home/username/bin:/usr/bin:/bin&quot;

I have these lines before my cron table. Additionally, I have

#Mins   Hours   Days    Months  Day of the week

right above cron jobs, tab-separated valued, so I don&#039;t need to double check every I need edit my table.]]></description>
		<content:encoded><![CDATA[<p>In my opinion, I would recommend `man 5 crontab`, that&#8217;s the best source because every cron program may have some differences between them. (I use vixie-cron)</p>
<p>And that&#8217;s how I learn about how to get rid of `/usr/bin/foo` or `/home/username/bin/bar`, make them to be just `foo` and `bar`.</p>
<p>PYTHONPATH=&#8221;/home/username/lib/python2.5:/usr/local/lib64/python2.6&#8243;<br />
PATH=&#8221;/home/username/bin:/usr/bin:/bin&#8221;</p>
<p>I have these lines before my cron table. Additionally, I have</p>
<p>#Mins   Hours   Days    Months  Day of the week</p>
<p>right above cron jobs, tab-separated valued, so I don&#8217;t need to double check every I need edit my table.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aperson</title>
		<link>http://kmandla.wordpress.com/2011/02/14/an-extremely-terse-cron-intro/#comment-48072</link>
		<dc:creator><![CDATA[aperson]]></dc:creator>
		<pubDate>Mon, 14 Feb 2011 02:45:21 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2011/02/14/an-extremely-terse-cron-intro/#comment-48072</guid>
		<description><![CDATA[Actually, I think Ubuntu&#039;s wiki page for cron gives a tad more detail than Arch&#039;s in this case (Though I think Arch&#039;s is clearer to read in some respects).


https://help.ubuntu.com/community/CronHowto]]></description>
		<content:encoded><![CDATA[<p>Actually, I think Ubuntu&#8217;s wiki page for cron gives a tad more detail than Arch&#8217;s in this case (Though I think Arch&#8217;s is clearer to read in some respects).</p>
<p><a href="https://help.ubuntu.com/community/CronHowto" rel="nofollow">https://help.ubuntu.com/community/CronHowto</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
