From 2c0986fe072c261e10943c6281a62a737bec7db9 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Wed, 18 May 2016 11:44:44 -0400 Subject: [PATCH] JBAS-1417 Nightly authority linking CRON entry Signed-off-by: Bill Erickson --- KCLS/utility-scripts/CRONTAB | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/KCLS/utility-scripts/CRONTAB b/KCLS/utility-scripts/CRONTAB index e875069de0..559b246d71 100644 --- a/KCLS/utility-scripts/CRONTAB +++ b/KCLS/utility-scripts/CRONTAB @@ -104,6 +104,12 @@ PGHOST = localhost # web sitemap generator NOTE: change lib-hostname accordingly # 30 23 * * 0 . ~/.bashrc && cd /openils/var/web && /openils/bin/sitemap_generator --lib-hostname evgtesting.kcls.org --lib-shortname KCLS --prefix standalone/sitemaps/ +# Link newly created authority records +# 0 2 * * * . ~/.bashrc && cd /home/opensrf/Evergreen/KCLS/linking && ./link-new-auth-records.pl --new-since 0 --link-auths --link-bibs --progress +# +# (Re-)Link newly created or modified bib records +# 0 3 * * * . ~/.bashrc && cd /home/opensrf/Evergreen/KCLS/linking && ./authority_control_fields.pl --refresh --modified-since 0 + # Anonymize a range of historical circs each night, with a maximum run # time of 120 minutes. We split them up, because each range takes time # to run (~45 minutes). The first range starts at 2004-08-12, which is the -- 2.11.0