Anacron

Schedules periodic commands to run at specified intervals, tracking execution dates and ensuring commands are run as system uptime allows.

Made by Unknown Author

  • cron

  • Backup

What is Anacron?

Anacron is a versatile command scheduler that addresses the limitations of traditional cron by executing tasks at specified intervals, regardless of system uptime. Unlike cron, which assumes continuous system operation, Anacron is designed for computers that do not run 24/7, ensuring critical tasks are still completed as scheduled. When properly configured, Anacron monitors the execution of daily, weekly, and monthly jobs, triggering them as soon as the system becomes available, rather than relying on strict time-based scheduling

Highlights

  • Periodic task execution: Anacron runs commands at specified intervals, measured in days, without requiring continuous system operation
  • Flexible scheduling: Capable of managing daily, weekly, and monthly job schedules, adapting to variable system uptime
  • Timestamp-based tracking: Anacron maintains a record of job execution timestamps, enabling it to determine when a task needs to run again
  • Automated task management: Anacron automatically executes missed tasks when the system becomes available, ensuring consistent job completion.

Platforms

  • Linux

Languages

  • English

Social