LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   understanding anacron (with/without cron) (https://www.linuxquestions.org/questions/linux-newbie-8/understanding-anacron-with-without-cron-4175547535/)

vincix 07-08-2015 02:18 PM

understanding anacron (with/without cron)
 
Hello,

I am having a hard time understanding exactly how anacron works. I can read the configuration files for both cron and anacron, and I've already configured cron. As I use a normal computer, I need anacron to do my backups, because, of course, I shut it down and I can't ensure that the computer is turned on exactly at the right time.

I've configured cron through crontab -e command, but of course I know that I can also place some scripts in /etc/cron.d/ that can be run regularly.

What I don't understand though, is how anacron refers to the SAME job that I scheduled with cron. Moreover, can anacron be used without cron, so that it runs a daily job? (and of course, so that it runs after it boots up, etc.)

For instance, after I configure in crontab a command, how could anacron take over that particular job? I hope I've been clear enough. I've searched on the internet quite a bit, and even though everybody explained very well how one can configure both cron and anacron, I still haven't been able to understand how to implement anacron in relation to (or independently of) cron.

Thanks

michaelk 07-09-2015 06:43 AM

anacron is not a daemon but is configured as a companion program to cron. The last link below shows how they can work together to run the daily,weekly and monthly cron jobs.

https://wiki.gentoo.org/wiki/Cron#anacron
http://www.tuxradar.com/content/auto...on-and-anacron

JeremyBoden 07-09-2015 02:55 PM

A major use for anacron is to run logrotate.


All times are GMT -5. The time now is 05:47 AM.