Changeset 13065 for trunk/DataCheck
- Timestamp:
- 03/11/12 17:10:36 (13 years ago)
- Location:
- trunk/DataCheck
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/Setup/setup.isdc.fact
r13051 r13065 55 55 lockpath=~/datacenter/locks 56 56 #setuppath=/magic/simulated/setup 57 rsynctempdir=/scratch/rsync_tmp 57 58 58 59 ## paths of data -
trunk/DataCheck/Transfer/RsyncAuxToISDC.sh
r13058 r13065 47 47 #rsync from daq to data 48 48 #if ! /usr/bin/rsync -avxHPu $bwlimit $auxdirdaq $auxdirdata >> $logfile 2>&1 # in case of adding checksum, only update files with rsync 49 if ! rsync -rltDvR - -stats fact@161.72.93.131:$auxdirlp $auxdirisdc >> $logfile 2>&149 if ! rsync -rltDvR -T $rsynctempdir --stats fact@161.72.93.131:$auxdirlp $auxdirisdc >> $logfile 2>&1 50 50 then 51 51 printprocesslog "WARN problem rsyncing auxiliary data for "$date" from La Palma to ISDC" -
trunk/DataCheck/Transfer/RsyncRawToISDC.sh
r13055 r13065 39 39 echo "INFO rsync rawfile "$rawfilelp" to ISDC "$rawdirisdc >> $logfile 2>&1 40 40 #rsync -rltDvR --partial --stats --password-file=$pwfile factdata@161.72.93.131::$rawfilelp $rawdirisdc >> $logfile 2>&1 41 rsync -rltDvR - -partial --stats fact@161.72.93.131:$rawfilelp $rawdirisdc >> $logfile 2>&141 rsync -rltDvR -T $rsynctempdir --partial --stats fact@161.72.93.131:$rawfilelp $rawdirisdc >> $logfile 2>&1 42 42 check1=$? 43 43
Note:
See TracChangeset
for help on using the changeset viewer.