Linux Scheduled Tasks
Some tasks aren't suited for manual execution -- periodic backups, log cleanup, service status checks, recurring script runs. Linux scheduled tasks delegate these repetitive actions to the system.
This material serves as an introduction to cron and automation tasks. Once you understand it, many "do this once a day by hand" tasks can become stable background processes.