Changeset 18665 for trunk/DataCheck/QuickLook
- Timestamp:
- 11/02/16 03:30:30 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/QuickLook/Step1.sh
r18391 r18665 71 71 rsyncservernewdaq=`echo $1 | sed -e 's/^\//172.16.100.100::/'` 72 72 # old 73 #if ! rsync -a -T $rsynctempdir $1 $273 if ! rsync -a -T $rsynctempdir $1 $2 74 74 # new (workaround for problems on daq) 75 if ! rsync -a -T $rsynctempdir $rsyncservernewdaq $275 #if ! rsync -a -T $rsynctempdir $rsyncservernewdaq $2 76 76 then 77 77 printprocesslog "WARN rsync of "$1" failed." … … 191 191 # old 192 192 ##if ! rsync -av --stats --progress --bwlimit=$bwlimit $file $localfile 193 #if ! rsync -a -T $rsynctempdir --bwlimit=$bwlimit $file $localfile193 if ! rsync -a -T $rsynctempdir --bwlimit=$bwlimit $file $localfile 194 194 # new 195 if ! rsync -a -W -T $rsynctempdir --bwlimit=$bwlimit $filersyncserver $localfile195 #if ! rsync -a -W -T $rsynctempdir --bwlimit=$bwlimit $filersyncserver $localfile 196 196 then 197 197 printprocesslog "ERROR something went wrong with rsync of "$file
Note:
See TracChangeset
for help on using the changeset viewer.