#!/bin/csh # #Compare spectrum plot on Koa in /scrc/IVM/specplots, see if there are any # with later dates than the last one in # $WEB_ROOT/Reference/IVM/specplots/$year # Adapted from IVM_getlog BJL 2001.06.04 # # set year = `date +%Y` echo "Checking for new IVM spectrumplots" >! /tmp/t_ivm_msg /aux/solar/bin/rsync -uv --rsync-path /usr/local/bin/rsync koa:/scrc/IVM/specplots/spec${year}\* /data1/WWW/Reference/IVM/specplots/${year}/ >> /tmp/t_ivm_msg #rmail labonte < /tmp/t_ivm_msg rmail mickey < /tmp/t_ivm_msg /usr/bin/rm /tmp/t_ivm_msg