<?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: Cron Vs Anacron: How to Schedule Jobs Using Anacron on Linux	</title>
	<atom:link href="https://www.tecmint.com/cron-vs-anacron-schedule-jobs-using-anacron-on-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/cron-vs-anacron-schedule-jobs-using-anacron-on-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Thu, 13 Jul 2023 08:15:37 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Olan		</title>
		<link>https://www.tecmint.com/cron-vs-anacron-schedule-jobs-using-anacron-on-linux/comment-page-1/#comment-1975261</link>

		<dc:creator><![CDATA[Olan]]></dc:creator>
		<pubDate>Wed, 01 Mar 2023 22:07:39 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=25788#comment-1975261</guid>

					<description><![CDATA[Great article. Clarified a lot.  Great examples.  Should be in &quot;&lt;strong&gt;man anacron&lt;/strong&gt;&quot;.]]></description>
			<content:encoded><![CDATA[<p>Great article. Clarified a lot.  Great examples.  Should be in &#8220;<strong>man anacron</strong>&#8220;.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: BUFU		</title>
		<link>https://www.tecmint.com/cron-vs-anacron-schedule-jobs-using-anacron-on-linux/comment-page-1/#comment-1517513</link>

		<dc:creator><![CDATA[BUFU]]></dc:creator>
		<pubDate>Tue, 08 Jun 2021 10:50:29 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=25788#comment-1517513</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/cron-vs-anacron-schedule-jobs-using-anacron-on-linux/comment-page-1/#comment-1373912&quot;&gt;Someone&lt;/a&gt;.

You are completely right with all of this.

I use Void Linux and I don&#039;t use cron at all (it&#039;s not even installed).

I create a service and schedule it with snooze - which is what cron should be.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/cron-vs-anacron-schedule-jobs-using-anacron-on-linux/comment-page-1/#comment-1373912">Someone</a>.</p>
<p>You are completely right with all of this.</p>
<p>I use Void Linux and I don&#8217;t use cron at all (it&#8217;s not even installed).</p>
<p>I create a service and schedule it with snooze &#8211; which is what cron should be.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/cron-vs-anacron-schedule-jobs-using-anacron-on-linux/comment-page-1/#comment-1390340</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 16 Nov 2020 07:33:04 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=25788#comment-1390340</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/cron-vs-anacron-schedule-jobs-using-anacron-on-linux/comment-page-1/#comment-1389381&quot;&gt;J&lt;/a&gt;.

@Jonas,

Thanks for the clarification, I will update the article with the recent changes to Ubuntu...]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/cron-vs-anacron-schedule-jobs-using-anacron-on-linux/comment-page-1/#comment-1389381">J</a>.</p>
<p>@Jonas,</p>
<p>Thanks for the clarification, I will update the article with the recent changes to Ubuntu&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: J		</title>
		<link>https://www.tecmint.com/cron-vs-anacron-schedule-jobs-using-anacron-on-linux/comment-page-1/#comment-1389381</link>

		<dc:creator><![CDATA[J]]></dc:creator>
		<pubDate>Sat, 14 Nov 2020 19:11:58 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=25788#comment-1389381</guid>

					<description><![CDATA[&lt;strong&gt;@daily&lt;/strong&gt; and &lt;strong&gt;@weekly&lt;/strong&gt; don&#039;t work on recent ubuntu versions. Use period &lt;strong&gt;`1`&lt;/strong&gt; or &lt;strong&gt;`7`&lt;/strong&gt; instead. 

Please fix this in your article, there are questions of questions on stack exchange from people who ran into that, maybe these questions are from people who were confused after reading your article. At least I was.

(also, 30 is *not* the same as `&lt;strong&gt;monthly&lt;/strong&gt;`, that&#039;s the reason that an alias exists for monthly, but not for weekly/daily)

[1] https://askubuntu.com/questions/1154426/anacron-running-running-my-daily-task-each-hour
[2] https://askubuntu.com/questions/511337/tell-me-where-is-mistake-in-anacron-task
[3] https://superuser.com/questions/1602153/why-does-this-anacron-job-run-hourly-not-daily]]></description>
			<content:encoded><![CDATA[<p><strong>@daily</strong> and <strong>@weekly</strong> don&#8217;t work on recent ubuntu versions. Use period <strong>`1`</strong> or <strong>`7`</strong> instead. </p>
<p>Please fix this in your article, there are questions of questions on stack exchange from people who ran into that, maybe these questions are from people who were confused after reading your article. At least I was.</p>
<p>(also, 30 is *not* the same as `<strong>monthly</strong>`, that&#8217;s the reason that an alias exists for monthly, but not for weekly/daily)</p>
<p>[1] <a target="_blank" href="https://askubuntu.com/questions/1154426/anacron-running-running-my-daily-task-each-hour" rel="nofollow ugc">https://askubuntu.com/questions/1154426/anacron-running-running-my-daily-task-each-hour</a><br />
[2] <a target="_blank" href="https://askubuntu.com/questions/511337/tell-me-where-is-mistake-in-anacron-task" rel="nofollow ugc">https://askubuntu.com/questions/511337/tell-me-where-is-mistake-in-anacron-task</a><br />
[3] <a target="_blank" href="https://superuser.com/questions/1602153/why-does-this-anacron-job-run-hourly-not-daily" rel="nofollow ugc">https://superuser.com/questions/1602153/why-does-this-anacron-job-run-hourly-not-daily</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Someone		</title>
		<link>https://www.tecmint.com/cron-vs-anacron-schedule-jobs-using-anacron-on-linux/comment-page-1/#comment-1373912</link>

		<dc:creator><![CDATA[Someone]]></dc:creator>
		<pubDate>Tue, 13 Oct 2020 20:19:31 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=25788#comment-1373912</guid>

					<description><![CDATA[I will never understand:
&lt;ol&gt;
&lt;li&gt;Why couldn&#039;t add anacron&#039;s extra functionality in cron, instead of creating anacron.&lt;/li&gt;
&lt;li&gt;Why Linux people love these weird configuration files so much. Why not use a JSON format? Or something more structured anyway.&lt;/li&gt;
&lt;li&gt;Why couldn&#039;t they make anacron support a higher &quot;resolution&quot;, like cron does, instead of using a day as the maximum time-step.&lt;/li&gt;
&lt;/ol&gt;]]></description>
			<content:encoded><![CDATA[<p>I will never understand:</p>
<ol>
<li>Why couldn&#8217;t add anacron&#8217;s extra functionality in cron, instead of creating anacron.</li>
<li>Why Linux people love these weird configuration files so much. Why not use a JSON format? Or something more structured anyway.</li>
<li>Why couldn&#8217;t they make anacron support a higher &#8220;resolution&#8221;, like cron does, instead of using a day as the maximum time-step.</li>
</ol>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
