Changeset 13152
- Timestamp:
- 03/19/12 17:09:05 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/Transfer/BackupRawToWue.sh
r13093 r13152 28 28 setstatus "start" 29 29 30 rawfileisdc="/scratch/from_lapalma/raw/./"$nightpath"/"$night"_"`printf %03d $runid`".fits.gz" 30 rawdirisdc="/scratch/from_lapalma/raw" 31 rawfileisdc=$rawdirisdc"/./"$nightpath"/"$night"_"`printf %03d $runid`".fits.gz" 31 32 rawdirwue="/fact/raw/" 32 33 … … 48 49 if [ $numdrs -gt 0 ] 49 50 then 50 drsfileisdc=$rawdirisdc $nightpath"/"$night"_"`printf %03d $runid`".drs.fits.gz"51 drsfileisdc=$rawdirisdc"/./"$nightpath"/"$night"_"`printf %03d $runid`".drs.fits.gz" 51 52 printprocesslog "INFO rsync rawfile "$drsfileisdc" to Wue "$rawdirwue 52 rsync -avxR --no-p --stats $ rawfileisdc operator@coma.astro.uni-wuerzburg.de:$rawdirwue >> $logfile 2>&153 rsync -avxR --no-p --stats $drsfileisdc operator@coma.astro.uni-wuerzburg.de:$rawdirwue >> $logfile 2>&1 53 54 check1=$? 54 55
Note:
See TracChangeset
for help on using the changeset viewer.