sogo/Scripts/sogo.cron
Jean Raby 7c8564ab57 Fix typo in backup script path - #1707
Monotone-Parent: 5b10c44689a8c7264fe76ad8de7b4e7b70c5aff9
Monotone-Revision: 9b4f8dfa7d81baff6182aba88435fa5f8ab6ac38

Monotone-Author: jraby@inverse.ca
Monotone-Date: 2012-03-19T15:09:20
Monotone-Branch: ca.inverse.sogo
2012-03-19 15:09:20 +00:00

16 lines
588 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-backup.sh