OregonDigital / oregondigital

OregonDigital Hydra Application
https://oregondigital.org/catalog/
Other
25 stars 5 forks source link

Feature/export task #1357

Closed luisgreg99 closed 4 years ago

luisgreg99 commented 4 years ago

Based on sample scripts (from Migration Tooling Google Drive folder) by @lsat12357

Example for testing:

$cat /data1/batch/exports/pidlist.txt
oregondigital:df66v703b
oregondigital:fx719n40m

$RAILS_ENV=production bundle exec rake export_bags export_dir=/data1/batch/exports name='baseball' pidlist=pidlist.txt verbose=true

The task puts the bags inside /data1/batch/exports/baseball_bags/ folder.