# # Regular cron jobs for the eprints package # # Regenerate views for all archives once every four hours. 0 */4 * * * eprints /opt/eprints3/bin/eprints_maintenance # Process alerts. # 00:15 every morning 15 0 * * * eprints /opt/eprints3/bin/eprints_alerts daily # 00:30 every Sunday morning 30 0 * * 0 eprints /opt/eprints3/bin/eprints_alerts weekly # 00:45 every first of the month 45 0 1 * * eprints /opt/eprints3/bin/eprints_alerts monthly