Category: anacron

A Comprehensive Guide to Using Cronjobs

There are times when there’s a need for running a group of tasks automatically at certain times in the future. These tasks are usually administrative, but could be anything – from making database backups to downloading emails when everyone is asleep. Cron is a time-based job scheduler in Unix-like operating sys...