Changeset 12762 for trunk/DataCheck
- Timestamp:
- 01/24/12 15:42:25 (13 years ago)
- Location:
- trunk/DataCheck
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/RsyncAux.sh
r12676 r12762 50 50 51 51 #rsync from daq to data 52 #if ! /usr/bin/rsync -avxHPu $bwlimit $auxdirdaq $auxdirdata >> $logfile 2>&1 # in case of adding checksum, only update files with rsync 52 53 if ! /usr/bin/rsync -avxHP $bwlimit $auxdirdaq $auxdirdata >> $logfile 2>&1 53 54 then -
trunk/DataCheck/RsyncRaw.sh
r12676 r12762 50 50 51 51 #rsync from daq to data 52 #if ! /usr/bin/rsync -avxHPu $bwlimit $rawdirdaq $rawdirdata >> $logfile 2>&1 # in case of adding checksum, only update files with rsync 52 53 if ! /usr/bin/rsync -avxHP $bwlimit $rawdirdaq $rawdirdata >> $logfile 2>&1 53 54 then
Note:
See TracChangeset
for help on using the changeset viewer.