# # This crontab file is used for the hdsys account running on gluonraid4. # # $Id:$ # $HeadURL:$ # # Run script to handle moving files to volatile and copying to tape */10 * * * * /gluex/etc/crontabs/tcsh_env hdlog -o /gluex/log/hd_stage_to_tape_gluonraid5.log /gluex/builds/devel/packages/raidUtils/hd_stage_to_tape.py -v >/dev/null 2>&1 # Run script to update links to all runs in /gluex/data/rawdata/all # n.b. runs every 5 minutes, but offset by 3 so it is not run at same time as cronjob on gluonraid3 or gluonraid4 3,8,13,18,23,28,33,38,43,48,53,58 * * * * /gluex/etc/crontabs/tcsh_env hdlog -o /gluex/log/hd_link_rundirs_gluonraid5.log /gluex/builds/devel/packages/raidUtils/hd_link_rundirs.py >/dev/null 2>&1 # Run script to update db of files on each partition and free up space */30 * * * * /gluex/etc/crontabs/tcsh_env hdlog -o /gluex/log/hd_disk_map_and_free_gluonraid5.log /gluex/builds/devel/packages/raidUtils/hd_disk_map_and_free.py >/dev/null 2>&1 # Run script to copy first few files from each run to gluonraid2 */20 * * * * /gluex/etc/crontabs/tcsh_env hdlog -o /gluex/log/hd_copy_sample_gluonraid5.log /gluex/builds/devel/packages/raidUtils/hd_copy_sample.py >/dev/null 2>&1