sogo/Scripts/sogo.cron
Jean Raby f223156046 * Scripts/sogo-backup.sh: new script to automate backups.
Updated sogo.cron to include a commented out entry for sogo-backup.sh
    Include updates.php in the packages

Monotone-Parent: c46ffb7bfa2e724959729ad762023fc8a8e92973
Monotone-Revision: 2db05edf03ab8974bf7e72c13532434b264cff3d

Monotone-Author: jraby@inverse.ca
Monotone-Date: 2012-03-02T15:36:12
2012-03-02 15:36:12 +00:00

16 lines
589 B
Plaintext

# Sogod cronjobs
# Vacation messages expiration
# Make sure to set authname and authpassword with the credentials of a sieve admin
#0 0 * * * sogo /usr/sbin/sogo-tool expire-autoreply authname:authpassword
# Email alarms - runs every minutes
#* * * * * sogo /usr/sbin/sogo-ealarms-notify
# Daily backups
# - writes to /home/sogo/backups/ by default
# - will keep 31 days worth of backups by default
# - runs once a day by default, but can run more frequently
# - make sure to set the path to sogo-backup.sh correctly
#30 0 * * * sogo /usr/share/doc/sogo/sogo-backups.sh