This documentation relates to a work in progress during three focused sprints starting on August 29, 2016 and as such, the features and procedures described here may not be finalized and released.

Exporting resources

RDF and binary resources may be exported from your repository using a simple command line tool, or produced using the camel serialization module.

fcrepo-export

To use the fcrepo-export tool, you'll need to have java 8 (or higher) installed. 

java -jar fcrepo-export.jar [options]

 

Importing resources

Exported resources may be imported back into the repository from which they came or into the same path in another repository instance.

fcrepo-import

To use the fcrepo-import tool, you'll need to have java 8 (or higher) installed. 

java -jar fcrepo-import.jar [options]

 

Export Package Format

(TBD)