From cd23804ec90635a663aa1c4644c1bc8312085ee7 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Fri, 19 Feb 2016 11:01:35 -0500 Subject: [PATCH] JBAS-984 Student account imports crontab entry Signed-off-by: Bill Erickson --- KCLS/utility-scripts/CRONTAB | 3 +++ 1 file changed, 3 insertions(+) diff --git a/KCLS/utility-scripts/CRONTAB b/KCLS/utility-scripts/CRONTAB index 130160b77b..8eb9907f10 100644 --- a/KCLS/utility-scripts/CRONTAB +++ b/KCLS/utility-scripts/CRONTAB @@ -115,3 +115,6 @@ PGHOST = localhost # change for cluster install #0 0 * * 5 cd $SCRIPT_DIR/purge_circs/ && ./purge_circulations.sh --start 2013-01-01 --end 2014-01-01 --increment "1 year" --duration 120 >> /openils/var/log/purge_circs.log #0 0 * * 6 cd $SCRIPT_DIR/purge_circs/ && ./purge_circulations.sh --start 2014-01-01 --end $(date -d -1year-1month +'\%F') --increment "1 year" --duration 120 >> /openils/var/log/purge_circs.log +# Process and archive student import files each Sunday night at 11pm +# 0 23 * * 0 cd /home/opensrf/Evergreen/KCLS/utility-scripts/import_students && ./sftp-client-agent.sh -b db01 -p -a + -- 2.11.0