Difference between revisions of "DSpace exports"
Jump to navigation
Jump to search
(Created page with 'Main Page > Development > Development documentation > DSpace exports Category:Development documentation') |
|||
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 17: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