How to setup Eloy as a cron job
This crontab setup will automatically run a partial backup four times a day, remove old backups every morning and send a summary of all performed backups by mail:
5 3,9,15,21 * * * /<path>/eloy.sh backup -l
0 23 * * * /<path>/eloy.sh compress -l -m <recipient>
Where <path> is the directory where the eloy.sh script lives and <recipient> is a mail user or an email address.