Difference between revisions of "DSpace exports"

From Archivematica
Jump to navigation Jump to search
 
Line 1: Line 1:
 
[[Main Page]] > [[Development]] > [[:Category:Development documentation|Development documentation]] > DSpace exports
 
[[Main Page]] > [[Development]] > [[:Category:Development documentation|Development documentation]] > DSpace exports
  
 +
This page analyzes the structure of DSpace exports from an uncustomized (i.e. out of the box) DSpace installation.
  
 +
= Item export =
 +
 +
 +
= Collection export =
 +
Used the following command to export a collection from DSpace:
 +
 +
<pre>./dspace packager -d -a -t AIP -e <user name> -i <collection handle> test.zip</pre>
  
  

Revision as of 18:20, 8 September 2011

Main Page > Development > Development documentation > DSpace exports

This page analyzes the structure of DSpace exports from an uncustomized (i.e. out of the box) DSpace installation.

Item export

Collection export

Used the following command to export a collection from DSpace:

./dspace packager -d -a -t AIP -e <user name> -i <collection handle> test.zip