Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Command to Export an AIP Hierarchy has changed slightly, based on latest commit to prototype's SVN

...

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

for example:

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

...

Code Block
 /dspace/bin/dspace packager -d -t AIP -e admin@myu.edu -i 4321/0 \
                             -o includeChildren=true -o childDirectory=c /path/to/children-aips/ sitewide-aip.zip

...