Difference between revisions of "DSpace exports"

From Archivematica
Jump to navigation Jump to search
Line 7: Line 7:
  
 
= Collection export =
 
= Collection export =
Used the following command to export a collection from DSpace:
+
Used the following command to export a two-item collection with the handle 123456789-6 from DSpace:
  
<pre>./dspace packager -d -a -t AIP -e <user name> -i <collection handle> test.zip</pre>
+
<pre>./dspace packager -d -a -t AIP -e <user name> -i 123456789-6 calamy.zip</pre>
 +
 
 +
This results in the export of three zipped packages: one for the collection and one for each of the items:
 +
*calamy.zip
 +
*ITEM@123456789-7.zip
 +
*ITEM@123456789-8.zip
  
  

Revision as of 18:32, 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 two-item collection with the handle 123456789-6 from DSpace:

./dspace packager -d -a -t AIP -e <user name> -i 123456789-6 calamy.zip

This results in the export of three zipped packages: one for the collection and one for each of the items:

  • calamy.zip
  • ITEM@123456789-7.zip
  • ITEM@123456789-8.zip