Anacron

anacron
Original author(s)Christian Schwarz
Developer(s)Itai Tzur, Pascal Hakim, Marcela Mašláňová (Red Hat)
Stable release
2.3 / June 22, 2000; 24 years ago (2000-06-22)
Repository
Written inC
Operating systemLinux
PlatformPOSIX
TypeJob scheduler
Websitesf.net/projects/anacron

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]

  1. ^ "anacron(8): runs commands periodically - Linux man page". 2018-01-25. Archived from the original on 2018-01-25. Retrieved 2018-03-31.
  2. ^ "Initial upload of anacron-2.3 which should be optimized for better · cronie-crond/cronie@55f4057". GitHub.
  3. ^ "7.33. cronie - Red Hat Customer Portal". 2018-03-31. Archived from the original on 2018-03-31. Retrieved 2018-03-31.
  4. ^ "cronie-crond/cronie - ChangeLog". GitHub. Retrieved 2018-03-31.