This article includes a list of general references, but it lacks sufficient corresponding inline citations. (September 2017) |
Original author(s) | Christian Schwarz |
---|---|
Developer(s) | Itai Tzur, Pascal Hakim, Marcela Mašláňová (Red Hat) |
Stable release | 2.3
/ June 22, 2000 |
Repository | |
Written in | C |
Operating system | Linux |
Platform | POSIX |
Type | Job scheduler |
Website | sf |
anacron is a computer program that performs periodic command scheduling, which is traditionally done by cron, but without assuming that the system is running continuously. Thus, it can be used to control the execution of daily, weekly, and monthly jobs (or anything with a period of n days) on systems that don't run 24 hours a day. anacron was originally conceived and implemented by Christian Schwarz in Perl, for the Unix operating system. It was later rewritten in C by Itai Tzur; maintainers have included Sean 'Shaleh' Perry and Pascal Hakim.[1]
Since 2009, Red Hat's cron implementation, cronie, has included anacron.[2][3] Since then, anacron has been updated by Red Hat as a part of cronie.[4]