Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
 /dspace/bin/dspace packager -d -t AIP -e <eperson> -i <handle> _file<file-path_path>

for example:

Code Block
 /dspace/bin/dspace packager -d -t AIP -e florey@mit.edu -i 1721.1/4567 aip4567.zip

...

Code Block
 /dspace/bin/dspace packager -d -t AIP -e <eperson> -i <handle> \
                             -o includeChildren=true -o childDirectory=<dir-path> <file-path>

...

Code Block
 /dspace/bin/dspace packager -d -t AIP -e florey@mit.edu -i 1721.1/4567 \
                             -o includeChildren=true -o childDirectory=/path/to/children-aips/ aip4567.zip

...

  • <Obj-Type>@<Handle-with-dashes>.zip ( e.g. COMMUNITY@123456789-1.zip, COLLECTION@123456789-2.zip, ITEM@123456789-200.zip )
    • Or, if it doesn't have a handleHandle: <Obj-Type>@internal-id-<DSpace-ID>.zip