Changeset 12622
- Timestamp:
- 11/23/11 05:41:16 (13 years ago)
- Location:
- trunk/DataCheck
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/RsyncAux.sh
r12582 r12622 39 39 if ! /usr/bin/rsync -avxHP $bwlimit $auxdirdaq $auxdirdata >> $logfile 2>&1 40 40 then 41 echo `date`": problem rsyncing auxiliary data f rom daq to data"41 echo `date`": problem rsyncing auxiliary data for "$date" from daq to data" 42 42 fi 43 43 done -
trunk/DataCheck/RsyncRaw.sh
r12582 r12622 39 39 if ! /usr/bin/rsync -avxHP $bwlimit $rawdirdaq $rawdirdata >> $logfile 2>&1 40 40 then 41 echo `date`": problem rsyncing rawdata f rom daq to data"41 echo `date`": problem rsyncing rawdata for "$date" from daq to data" 42 42 fi 43 43 done
Note:
See TracChangeset
for help on using the changeset viewer.