<?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#"
	
	>
<channel>
	<title>
	Comments on: Intro to cron / crontab	</title>
	<atom:link href="https://rosrants.com/intro-cron-crontab/feed/" rel="self" type="application/rss+xml" />
	<link>https://rosrants.com/intro-cron-crontab/</link>
	<description>I blog, therefore I am.</description>
	<lastBuildDate>Wed, 10 Feb 2016 14:37:56 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.2</generator>
	<item>
		<title>
		By: Ros!		</title>
		<link>https://rosrants.com/intro-cron-crontab/#comment-55</link>

		<dc:creator><![CDATA[Ros!]]></dc:creator>
		<pubDate>Fri, 05 Dec 2014 14:24:54 +0000</pubDate>
		<guid isPermaLink="false">http://rosrants.com/?p=396#comment-55</guid>

					<description><![CDATA[Ah cheers John! I was not sure about the whole crontab timing thing at all really. 

Yeah the share is small at the moment, but could get large pretty quickly! 
I managed to fix up the permission problem properly (when the files are written in the first place), so I have deleted that line from cron.

I do not use Apple, but I presume it&#039;s OK to occasionally delete those DS_Store files without messing up peoples systems? It would probably be a bit of a prick move to run it constantly though ;-)]]></description>
			<content:encoded><![CDATA[<p>Ah cheers John! I was not sure about the whole crontab timing thing at all really. </p>
<p>Yeah the share is small at the moment, but could get large pretty quickly!<br />
I managed to fix up the permission problem properly (when the files are written in the first place), so I have deleted that line from cron.</p>
<p>I do not use Apple, but I presume it&#8217;s OK to occasionally delete those DS_Store files without messing up peoples systems? It would probably be a bit of a prick move to run it constantly though ;-)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: John O'Gara		</title>
		<link>https://rosrants.com/intro-cron-crontab/#comment-54</link>

		<dc:creator><![CDATA[John O'Gara]]></dc:creator>
		<pubDate>Fri, 05 Dec 2014 10:41:27 +0000</pubDate>
		<guid isPermaLink="false">http://rosrants.com/?p=396#comment-54</guid>

					<description><![CDATA[The first one will run every minute of every hour of every day of every week and every month. You probably don&#039;t want to do this on a NAS with a lot of files, once every 15 minutes is probably fine 
*/15 * * * * 
or once an hour at quarter past the hour
15 * * * * 

The second one will run at 2 am every morning]]></description>
			<content:encoded><![CDATA[<p>The first one will run every minute of every hour of every day of every week and every month. You probably don&#8217;t want to do this on a NAS with a lot of files, once every 15 minutes is probably fine<br />
*/15 * * * *<br />
or once an hour at quarter past the hour<br />
15 * * * * </p>
<p>The second one will run at 2 am every morning</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
