Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Fixing types in ingest/restore commands

...

Code Block
 /dspace/bin/dspace packager -ds -t AIP -e admin@myu.edu -p 4321/12 -o ignoreParent=true -o ignoreHandle=true \
                             -c /path/to/children-aips/ aip4567.zip

...

Code Block
 /dspace/bin/dspace packager -ds -t AIP -e admin@myu.edu -p 4321/0 -o ignoreParent=true -o ignoreHandle=true \
                             -c /path/to/children-aips/ community-aip.zip

...

Code Block
 /dspace/bin/dspace packager -ds -t AIP -e admin@myu.edu -p 4321/12 \
                             -c /path/to/children-aips/ aip4567.zip

...