Changeset 13107 for trunk/DataCheck
- Timestamp:
- 03/14/12 19:25:37 (13 years ago)
- Location:
- trunk/DataCheck
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/Setup/setup.lp.fact
r13055 r13107 50 50 51 51 # logging and setup 52 logpath=/home/fact/ datacenter/autologs53 lockpath=/home/fact/ datacenter/locks52 logpath=/home/fact/logs.automatic.processing/autologs 53 lockpath=/home/fact/logs.automatic.processing/locks 54 54 #setuppath=/magic/simulated/setup 55 rsynctempdir=/loc_data/rsync_tmp 55 56 56 57 ## paths of data -
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" -
trunk/DataCheck/Transfer/RsyncRawLP.sh
r13055 r13107 70 70 #rsync from daq to data 71 71 #if ! /usr/bin/rsync -avxHPu $bwlimit $rawdirdaq $rawdirdata >> $logfile 2>&1 # in case of adding checksum, only update files with rsync 72 if ! /usr/bin/rsync -avxHP $bwlimit $rawdirdaq $rawdirdata >> $logfile 2>&172 if ! /usr/bin/rsync -avxHP -T $rsynctempdir $bwlimit $rawdirdaq $rawdirdata >> $logfile 2>&1 73 73 then 74 74 printprocesslog "WARN problem rsyncing rawdata for "$date" from daq to data"
Note:
See TracChangeset
for help on using the changeset viewer.