Comments on: Cron Vs Anacron: How to Schedule Jobs Using Anacron on Linux https://www.tecmint.com/cron-vs-anacron-schedule-jobs-using-anacron-on-linux/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Thu, 13 Jul 2023 08:15:37 +0000 hourly 1 By: Olan https://www.tecmint.com/cron-vs-anacron-schedule-jobs-using-anacron-on-linux/comment-page-1/#comment-1975261 Wed, 01 Mar 2023 22:07:39 +0000 https://www.tecmint.com/?p=25788#comment-1975261 Great article. Clarified a lot. Great examples. Should be in “man anacron“.

]]>
By: BUFU https://www.tecmint.com/cron-vs-anacron-schedule-jobs-using-anacron-on-linux/comment-page-1/#comment-1517513 Tue, 08 Jun 2021 10:50:29 +0000 https://www.tecmint.com/?p=25788#comment-1517513 In reply to Someone.

You are completely right with all of this.

I use Void Linux and I don’t use cron at all (it’s not even installed).

I create a service and schedule it with snooze – which is what cron should be.

]]>
By: Ravi Saive https://www.tecmint.com/cron-vs-anacron-schedule-jobs-using-anacron-on-linux/comment-page-1/#comment-1390340 Mon, 16 Nov 2020 07:33:04 +0000 https://www.tecmint.com/?p=25788#comment-1390340 In reply to J.

@Jonas,

Thanks for the clarification, I will update the article with the recent changes to Ubuntu…

]]>
By: J https://www.tecmint.com/cron-vs-anacron-schedule-jobs-using-anacron-on-linux/comment-page-1/#comment-1389381 Sat, 14 Nov 2020 19:11:58 +0000 https://www.tecmint.com/?p=25788#comment-1389381 @daily and @weekly don’t work on recent ubuntu versions. Use period `1` or `7` 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 `monthly`, that’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

]]>
By: Someone https://www.tecmint.com/cron-vs-anacron-schedule-jobs-using-anacron-on-linux/comment-page-1/#comment-1373912 Tue, 13 Oct 2020 20:19:31 +0000 https://www.tecmint.com/?p=25788#comment-1373912 I will never understand:

  1. Why couldn’t add anacron’s extra functionality in cron, instead of creating anacron.
  2. Why Linux people love these weird configuration files so much. Why not use a JSON format? Or something more structured anyway.
  3. Why couldn’t they make anacron support a higher “resolution”, like cron does, instead of using a day as the maximum time-step.
]]>