anacron
Sign in to saveanacron 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.
Key facts
- Software.name
- anacron
- Software.title
- anacron
- Software.author
- Christian Schwarz
- Software.developer
- Itai Tzur, Pascal Hakim, Marcela Mašláňová (Red Hat)
- Software.latest release version
- 2.3
- Software.programming language
- C
- Software.operating system
- Linux
- Software.platform
- POSIX
- Software.genre
- Job scheduler
via Wikipedia infobox
~3 min read
Encyclopedic overview
5 sectionsContents
- Advantages
- Disadvantages
- See also
- References
- External links
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.
Since 2009, Red Hat's cron implementation, cronie, has included anacron. Since then, anacron has been updated by Red Hat as a part of cronie.
Excerpted from Wikipedia’s “anacron” article, available under the CC BY-SA 4.0 licence.