# # This crontab file is used for the hdsys account running on gluonraid1. # # $Id$ # $HeadURL$ # Run the stage_to_tape_pxi script once a day at 8am 0 */6 * * * /gluex/etc/crontabs/tcsh_env /gluex/builds/devel/packages/scripts/stage_to_tape_pxi >/dev/null 2>&1 # n.b. This was temporarily disabled on 1/28/2020 to give the CC time # to satisfy a ServiceNow request to move the old PXI files into year- # specific directories. # Run jmigrate for PXI data once a day at 8:30am # produced ROOT files to tape 30 8 * * * /usr/local/scicomp/jasmine/bin/jmigrate /raid/Users/pxi/staging /raid/Users/pxi/staging /mss/halld/pxi # Run the map_disk.py script in pxi volatile directory every 6 hours 0 */6 * * * /gluex/etc/crontabs/tcsh_env "map_disk.py -l -t /raid/Users/pxi/volatile -d /raid/Users/pxi/volatile/map_disk" >/dev/null 2>&1 # # The following are run only on gluonraid1, but look at files on # both gluonraid1 and gluonraid2 # # Run the hdonline_rsync.sh script every 20 minutes #*/20 * * * * /bin/tcsh -c hdonline_rsync.sh >/dev/null 2>&1 */20 * * * * /gluex/etc/crontabs/tcsh_env hdlog -c -o /gluex/log/hdonline_rsync.sh.gluonraid1.log hdonline_rsync.sh >/dev/null 2>&1