Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: text alignment in example crontab

...

Code Block
# Send out subscription e-mails at 01:00 every day
0 1 * * *  [dspace]/bin/dspace sub-daily
# Run the media filter at 02:00 every day
0 2 * * *  [dspace]/bin/dspace filter-media
# Run the checksum checker at 03:00
0 3 * * *  [dspace]/bin/dspace checker -lp
# Mail the results to the sysadmin at 04:00
0 4 * * *  [dspace]/bin/dspace checker-emailer -c
# Regenerate sitemaps at 6:00 AM local time each morning
0 6 * * *  [dspace]/bin/dspace generate-sitemaps

...