# # This crontab file is used for the hdsys account running on gluonraid1. # # $Id: crontab.hdsys.gluonraid1 16663 2014-11-25 19:30:05Z davidl $ # $HeadURL: https://halldsvn.jlab.org/repos/trunk/online/etc/crontabs/crontab.hdsys.gluonraid1 $ # # Run the map_disk.py script every 6 hours 0 */6 * * * /gluex/etc/crontabs/tcsh_env "map_disk.py -l -t /raid/rawdata/volatile -d /raid/rawdata/volatile/map_disk" >/dev/null 2>&1 # # The following is run every hour only from gluonraid2 # This automatically makes entries into the CCDB for the current # map for each run (in ELECTRON_BEAM) 0 * * * * /bin/tcsh -c "hdlog -c -o /gluex/log/hd_beam_current_gluonraid2.log /gluex/builds/devel/Linux_RHEL6-x86_64-gcc4.9.2/bin/hd_beam_current.py -ccdb" >/dev/null 2>&1