System Scheduler
System Scheduler for Windows, Free Task Scheduling Software replace Microsoft Windows Task Scheduler The free version can schedule applications to run, popup...
Anacron is a periodic command scheduler. It executes commands at intervals specified in days. Unlike cron, it does not assume that the system is running continuously.
anacron is a periodic command scheduler. it executes commands at intervals specified in days. unlike cron, it does not assume that the system is running continuously. it can therefore 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. when installed and configured properly, anacron will make sure that the commands are run at the specified intervals as closely as machineuptime permits.
every time anacron is run, it reads a configuration file that specifies the jobs anacron controls, and their periods in days. if a job wasn't executed in the last n days, where n is the period of that job, anacron executes it. anacron then records the date in a special timestamp file that it keeps for each job, so it can know when to run it again. when all the executed commands terminate, anacron exits.
backup-and-restore cron command-scheduler