Ignore:
Timestamp:
2016-11-07T09:09:03+13:00 (7 years ago)
Author:
davidb
Message:

Additional echo output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/hathitrust/wcsa/extracted-features-solr/trunk/solr-ingest/scripts/FULL-DOWNLOAD-EVERY-N.sh

    r31062 r31065  
    2929fi
    3030
     31echo "****"
     32echo "* Command run: FULL-DOWNLOAD-EVERY-N.sh $*"
     33echo "****"
     34echo ""
     35
    3136# Now ensure a trailing /. is present!
    3237output_dir="${output_dir}/."
     
    3641echo ""
    3742
     43echo "****"
     44echo "* Start time: `date`"
     45echo "****"
     46echo ""
     47
    3848rsync -W -pav --files-from=full-listing-step${num}.txt \
    3949    data.analytics.hathitrust.org::features/ $output_dir
     50
     51echo "****"
     52echo "* End time: `date`"
     53echo "****"
     54echo ""
Note: See TracChangeset for help on using the changeset viewer.