Schedule recurring tasks
$ crontab -e
$ crontab -l
$ */5 * * * * /path/script.sh
$ 0 2 * * * /path/backup.sh