Ignore:
Timestamp:
2016-10-25T14:52:52+13:00 (7 years ago)
Author:
davidb
Message:

More consistent naming of folders used

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  
    11#!/bin/bash
    22
    3 if [ ! -d ef-json-files ] ; then
    4   mkdir ef-json-files
     3if [ ! -d pd-ef-json-files ] ; then
     4  mkdir pd-ef-json-files
    55fi
    66
    7 rsync -pav --progress --files-from=pd-file-listing-step1000.txt data.analytics.hathitrust.org::pd-features/ ef-json-files/.
     7rsync -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  
    11#!/bin/bash
    22
    3 if [ ! -d ef-json-files ] ; then
    4   mkdir ef-json-files
     3if [ ! -d pd-ef-json-files ] ; then
     4  mkdir pd-ef-json-files
    55fi
    66
    7 rsync -pav --progress --files-from=pd-file-listing-step10000.txt data.analytics.hathitrust.org::pd-features/ ef-json-files/.
     7rsync -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.