#!/bin/bash #This script copies data on the USB disk directory tree to # the work directory tree on the Boulder SEARCH computer. # #David Welsh #April 27, 2005 #Set the path export PATH=$HOME/bin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin echo " Start MoveArchiveToWork.bash `date -u`" cp -f -R /media/usbdisk/search /data/search/work echo " Stop MoveArchiveToWork.bash `date -u`"