Changeset 30919
- Timestamp:
- 2016-10-25T14:52:52+13:00 (6 years ago)
- Location:
- other-projects/hathitrust/solr-extracted-features/trunk/scripts
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
other-projects/hathitrust/solr-extracted-features/trunk/scripts/PD-DOWNLOAD-EVERY-1000.sh
r30908 r30919 1 1 #!/bin/bash 2 2 3 if [ ! -d ef-json-files ] ; then4 mkdir ef-json-files3 if [ ! -d pd-ef-json-files ] ; then 4 mkdir pd-ef-json-files 5 5 fi 6 6 7 rsync -pav --progress --files-from=pd-file-listing-step1000.txt data.analytics.hathitrust.org::pd-features/ ef-json-files/.7 rsync -pav --progress --files-from=pd-file-listing-step1000.txt data.analytics.hathitrust.org::pd-features/ pd-ef-json-files/. -
other-projects/hathitrust/solr-extracted-features/trunk/scripts/PD-DOWNLOAD-EVERY-10000.sh
r30908 r30919 1 1 #!/bin/bash 2 2 3 if [ ! -d ef-json-files ] ; then4 mkdir ef-json-files3 if [ ! -d pd-ef-json-files ] ; then 4 mkdir pd-ef-json-files 5 5 fi 6 6 7 rsync -pav --progress --files-from=pd-file-listing-step10000.txt data.analytics.hathitrust.org::pd-features/ ef-json-files/.7 rsync -pav --progress --files-from=pd-file-listing-step10000.txt data.analytics.hathitrust.org::pd-features/ pd-ef-json-files/.
Note:
See TracChangeset
for help on using the changeset viewer.