cronjobs

Using cron to perform automatic back-ups

cron is a mechanism to automatically run commands or scripts. Users can set-up scripts that run within their home folder. Root cron jobs can perform system-wide tasks, such as backing up all users home directory. Usually you want to back-up servers as root, so that all user's files are backed up.

The file that regulates cron jobs has a specific format that is managed using a text editor called crontab.