Changeset 18665 for trunk/DataCheck


Ignore:
Timestamp:
11/02/16 03:30:30 (8 years ago)
Author:
Daniela Dorner
Message:
changed back to not using the rsync server which was gone after the upgrade of the machines
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataCheck/QuickLook/Step1.sh

    r18391 r18665  
    7171      rsyncservernewdaq=`echo $1 | sed -e 's/^\//172.16.100.100::/'`
    7272      # old
    73       #if ! rsync -a -T $rsynctempdir $1 $2
     73      if ! rsync -a -T $rsynctempdir $1 $2
    7474      # new (workaround for problems on daq)
    75       if ! rsync -a -T $rsynctempdir $rsyncservernewdaq $2
     75      #if ! rsync -a -T $rsynctempdir $rsyncservernewdaq $2
    7676      then
    7777         printprocesslog "WARN rsync of "$1" failed."
     
    191191         # old
    192192         ##if ! rsync -av --stats --progress --bwlimit=$bwlimit $file $localfile
    193          #if ! rsync -a -T $rsynctempdir --bwlimit=$bwlimit $file $localfile
     193         if ! rsync -a -T $rsynctempdir --bwlimit=$bwlimit $file $localfile
    194194         # new
    195          if ! rsync -a -W -T $rsynctempdir --bwlimit=$bwlimit $filersyncserver $localfile
     195         #if ! rsync -a -W -T $rsynctempdir --bwlimit=$bwlimit $filersyncserver $localfile
    196196         then
    197197            printprocesslog "ERROR something went wrong with rsync of "$file
Note: See TracChangeset for help on using the changeset viewer.