# Daily downloads of L1A files from celeste.nso.edu
#
#0 10 * * * bash --login -c "l1a.py \$HOSTNAME \$L1A_CORE -mirror -maxftp=100 -source=\$L1A_GET -file_list=\$L1A/l1a_files.txt -nounpack"
#
# Daily integration of recent L1A files into SMEI database
#
0,30 * * * * bash --login -c "IDL_DEV=Z,none; export IDL_DEV; l1a.py -source=\$L1A_GET -file_list=\$L1A/l1a_files.txt -destination=SMEIDB? -zipdir -move=\$L1A_DVD -silent -noclones -status -all_l1a 2> \$L1A/ch2.tmp"
#
# Daily update of pedestal/dark current
# (coordinate with "smei_mkorb_auto" cronjob on smei, and "smei_mksky" cronjob on sun)
#
0 1 * * * bash --login -c "IDL_DEV=Z; export IDL_DEV; echo smei_mkbase | idl -quiet"
#
# Weekly rsync backup of /zshare on smei
#
0 12 * * 6 bash --login -c "rsync -av --delete smei:/zshare/ /zspare"
*/5 * * * * /home/soft/.info/info.sh
