My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
CronSetup  
How to setup Eloy as a cron job
Featured, Phase-Implementation
Updated Mar 21, 2010 by maximilian.antoni

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.


Sign in to add a comment
Powered by Google Project Hosting