source: other-projects/hathitrust/solr-extracted-features/trunk/scripts/PD-DOWNLOAD-EVERY-1000.sh@ 30908

Last change on this file since 30908 was 30908, checked in by davidb, 8 years ago

Additional finesse added in as a result of further testing on Vagrant master node

  • Property svn:executable set to *
File size: 196 bytes
Line 
1#!/bin/bash
2
3if [ ! -d ef-json-files ] ; then
4 mkdir ef-json-files
5fi
6
7rsync -pav --progress --files-from=pd-file-listing-step1000.txt data.analytics.hathitrust.org::pd-features/ ef-json-files/.
Note: See TracBrowser for help on using the repository browser.