<?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/"
		>
<channel>
	<title>Comments on: Using Cron to Automate Linux Tasks</title>
	<atom:link href="http://www.ghacks.net/2009/01/11/using-cron-to-automate-linux-tasks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net/2009/01/11/using-cron-to-automate-linux-tasks/</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 15:56:47 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: News From the Interweb &#187; Using Cron to Automate Linux Tasks</title>
		<link>http://www.ghacks.net/2009/01/11/using-cron-to-automate-linux-tasks/#comment-605246</link>
		<dc:creator>News From the Interweb &#187; Using Cron to Automate Linux Tasks</dc:creator>
		<pubDate>Mon, 12 Jan 2009 16:36:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=9823#comment-605246</guid>
		<description>[...] Using Cron to Automate Linux Tasks [...]</description>
		<content:encoded><![CDATA[<p>[...] Using Cron to Automate Linux Tasks [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gunman</title>
		<link>http://www.ghacks.net/2009/01/11/using-cron-to-automate-linux-tasks/#comment-605143</link>
		<dc:creator>Gunman</dc:creator>
		<pubDate>Mon, 12 Jan 2009 13:32:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=9823#comment-605143</guid>
		<description>You are welcome, I guess you left the second one

&quot;[...]Enter the cron entry to run the myscript.sh every day at 7am. This entry will look like:

* 7 * * * ~/myscript.sh

Now hit the Esc key [...]&quot;

in it for future reference? :-P ;-)
Keep up the cool articles and spread the word about Linux :-) .</description>
		<content:encoded><![CDATA[<p>You are welcome, I guess you left the second one</p>
<p>&#8220;[...]Enter the cron entry to run the myscript.sh every day at 7am. This entry will look like:</p>
<p>* 7 * * * ~/myscript.sh</p>
<p>Now hit the Esc key [...]&#8221;</p>
<p>in it for future reference? :-P ;-)<br />
Keep up the cool articles and spread the word about Linux :-) .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jack</title>
		<link>http://www.ghacks.net/2009/01/11/using-cron-to-automate-linux-tasks/#comment-605138</link>
		<dc:creator>jack</dc:creator>
		<pubDate>Mon, 12 Jan 2009 13:22:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=9823#comment-605138</guid>
		<description>Gunman: Thanks for catching that typo. You are correct a &quot;*&quot; means cron is to run all numbers between first and last. Since minutes are seen as 0-59 a * would run all of them. Unless you want a script to run 60 times every day at 7 am... ;-)</description>
		<content:encoded><![CDATA[<p>Gunman: Thanks for catching that typo. You are correct a &#8220;*&#8221; means cron is to run all numbers between first and last. Since minutes are seen as 0-59 a * would run all of them. Unless you want a script to run 60 times every day at 7 am&#8230; ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gunman</title>
		<link>http://www.ghacks.net/2009/01/11/using-cron-to-automate-linux-tasks/#comment-605018</link>
		<dc:creator>Gunman</dc:creator>
		<pubDate>Mon, 12 Jan 2009 10:14:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=9823#comment-605018</guid>
		<description>Just for Info:

&quot;[...] the cron entry to run the myscript.sh every day at 7am. This entry will look like:

* 7 * * * ~/myscript.sh&quot;
This will execute &quot;~/myscript.sh&quot; EVERY minute from 7:00am to 7:59am. 

&quot;0 7 * * * ~/myscript.sh&quot;
Will only execute it once at 7:00am.

greetz
Gunman</description>
		<content:encoded><![CDATA[<p>Just for Info:</p>
<p>&#8220;[...] the cron entry to run the myscript.sh every day at 7am. This entry will look like:</p>
<p>* 7 * * * ~/myscript.sh&#8221;<br />
This will execute &#8220;~/myscript.sh&#8221; EVERY minute from 7:00am to 7:59am. </p>
<p>&#8220;0 7 * * * ~/myscript.sh&#8221;<br />
Will only execute it once at 7:00am.</p>
<p>greetz<br />
Gunman</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Backup MySQL Databases In Linux Regularly</title>
		<link>http://www.ghacks.net/2009/01/11/using-cron-to-automate-linux-tasks/#comment-604572</link>
		<dc:creator>Backup MySQL Databases In Linux Regularly</dc:creator>
		<pubDate>Mon, 12 Jan 2009 00:08:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=9823#comment-604572</guid>
		<description>[...] post Using Cron to Automate Linux Tasks by Jack got me thinking that some users might be interested in a practical example. The following [...]</description>
		<content:encoded><![CDATA[<p>[...] post Using Cron to Automate Linux Tasks by Jack got me thinking that some users might be interested in a practical example. The following [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dotan Cohen</title>
		<link>http://www.ghacks.net/2009/01/11/using-cron-to-automate-linux-tasks/#comment-604539</link>
		<dc:creator>Dotan Cohen</dc:creator>
		<pubDate>Sun, 11 Jan 2009 23:21:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=9823#comment-604539</guid>
		<description>This is concise and useful, thanks!</description>
		<content:encoded><![CDATA[<p>This is concise and useful, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Pataki</title>
		<link>http://www.ghacks.net/2009/01/11/using-cron-to-automate-linux-tasks/#comment-604492</link>
		<dc:creator>Daniel Pataki</dc:creator>
		<pubDate>Sun, 11 Jan 2009 22:34:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=9823#comment-604492</guid>
		<description>Crontab is awesome because it allows to execute a script, as opposed to a predefined set of options. Great explanation!

Those of you who have websites and are running on a linux server (Bluehost for example) usualyl will have cron options in your Cpanel too!

I was a bit afraid of this at first, but I realized that it&#039;s just abotu time (days, minutes, etc), all the actual programming can be done somewhere else, so you can execute a php script every 5 minutes for example.</description>
		<content:encoded><![CDATA[<p>Crontab is awesome because it allows to execute a script, as opposed to a predefined set of options. Great explanation!</p>
<p>Those of you who have websites and are running on a linux server (Bluehost for example) usualyl will have cron options in your Cpanel too!</p>
<p>I was a bit afraid of this at first, but I realized that it&#8217;s just abotu time (days, minutes, etc), all the actual programming can be done somewhere else, so you can execute a php script every 5 minutes for example.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
