- Dspace stores data like bitstreams, metadata, and licenses in its assetstore directory, while information about communities, collections, users, and permissions is stored in PostgreSQL databases.
- The export and import functions in Dspace deal only with bitstreams, metadata, licenses, and handles, but do not transfer information about communities, collections, users, and permissions.
- To export a collection, the export command is run with options to specify the type as collection, collection ID, destination directory, and sequence number. A shell script can then automate exporting multiple collections.