Changeset 17157 for trunk/DataCheck/Transfer
- Timestamp:
- 09/09/13 15:55:29 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/Transfer/ZipRawData.sh
r17114 r17157 127 127 printprocesslog "INFO zipping "$file" to "$zipfile" ..." 128 128 #echo "INFO zipping "$file" to "$zipfile" ..." 129 # read setup again to allow for updates of variables defining transfer 129 130 source `dirname $0`/../Sourcefile.sh 130 131 # zip file to stdout and pipe it to outputfile 131 echo "pv --rate-limit $limitpigz $file | pigz -1 -c -f -p 2> $zipfiletmp" >> $logfile 2>&1132 pv --rate-limit $limitpigz $file | pigz -1 -c -f -p 2> $zipfiletmp132 echo "pv --rate-limit $limitpigz $file | pigz -1 -c -f -p $numprocpigz > $zipfiletmp" >> $logfile 2>&1 133 pv --rate-limit $limitpigz $file | pigz -1 -c -f -p $numprocpigz > $zipfiletmp 133 134 statuspigz=( `echo ${PIPESTATUS[@]}` ) 134 135 printprocesslog "DEBUG PIPESTATUS:"${statuspigz[@]}
Note:
See TracChangeset
for help on using the changeset viewer.