Changeset 13107 for trunk/DataCheck/Transfer/RsyncAuxLP.sh
- Timestamp:
- 03/14/12 19:25:37 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/Transfer/RsyncAuxLP.sh
r13055 r13107 71 71 #rsync from daq to data 72 72 #if ! /usr/bin/rsync -avxHPu $bwlimit $auxdirdaq $auxdirdata >> $logfile 2>&1 # in case of adding checksum, only update files with rsync 73 if ! /usr/bin/rsync -avxHP $bwlimit $auxdirdaq $auxdirdata >> $logfile 2>&173 if ! /usr/bin/rsync -avxHP -T $rsynctempdir $bwlimit $auxdirdaq $auxdirdata >> $logfile 2>&1 74 74 then 75 75 printprocesslog "WARN problem rsyncing auxiliary data for "$date" from daq to data"
Note:
See TracChangeset
for help on using the changeset viewer.