Archived

If you are looking for the last documentation in the 4.x series, see 4.7.5. Looking for another version? See all documentation.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Note

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)

  • No labels