Changeset 16992 for trunk/DataCheck/Transfer
- Timestamp:
- 07/31/13 17:31:10 (11 years ago)
- Location:
- trunk/DataCheck/Transfer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/Transfer/BackupAuxToWue.sh
r13599 r16992 33 33 34 34 #rsync from ISDC to Wue 35 if ! rsync -rltDvR --stats $auxdirisdc operator@coma.astro.uni-wuerzburg.de:$auxdirwue >> $logfile 2>&135 if ! rsync -rltDvR --stats -T $rsynctempdir $auxdirisdc operator@coma.astro.uni-wuerzburg.de:$auxdirwue >> $logfile 2>&1 36 36 then 37 37 printprocesslog "WARN problem rsyncing auxiliary data for "$date" from ISDC to Wue" -
trunk/DataCheck/Transfer/BackupRawToWue.sh
r16679 r16992 44 44 printprocesslog "INFO rsync rawfile "$rawfileisdc" to Wue "$rawdirwue 45 45 #rsync -rltDvR --partial --stats --password-file=/home_nfs/isdc/fact_opr/rsync.pwd factdata@161.72.93.131::$rawfilelp $rawdirisdc >> $logfile 2>&1 46 rsync -avxR --no-p --stats $rawfileisdc operator@coma.astro.uni-wuerzburg.de:$rawdirwue >> $logfile 2>&146 rsync -avxR --no-p --stats -T $rsynctempdir $rawfileisdc operator@coma.astro.uni-wuerzburg.de:$rawdirwue >> $logfile 2>&1 47 47 check1=$? 48 48
Note:
See TracChangeset
for help on using the changeset viewer.