Skip to content

Binaries

Brian "Moses" Hall edited this page Nov 3, 2021 · 4 revisions

Inside rsvp/bin you will find:

  • jhove Runs JHOVE validation on one or more directories (not necessarily shipments) and writes an error summary to a timestamped jhove_TIMESTAMP_errors.txt file in the current directory. With the -v option writes the raw JHOVE output without deduplication or reformatting.
  • process Runs the full RSVP processing pipeline on one or more shipments. See the usage summary (bin/process -h) and https://github.com/mlibrary/rsvp/wiki/Processing-Sequence-of-Operations.
  • query An interactive shell for exploring shipment objects, errors, warnings, fixity, and status.
  • shipment_mover.sh A cron job for initial processing of vendor shipments. Responsible for identifying the 10% visual QC sample set.
  • shipments One-line-per-shipment status summaries.

Clone this wiki locally