Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added information on configuring import-export logging level

...


You should now have RDF resources and binaries exported to /tmp/test.

To change the import-export logging level (default is INFO), set the fcrepo.log.importexport system property when running the command:

Code Block
languagetext
java -Dfcrepo.log.importexport=WARN -jar fcrepo-import-export/target/fcrepo-import-export-0.1.1-SNAPSHOT.jar --mode export --resource http://localhost:8080/rest/albums --dir /tmp/test --binaries


Options

Exporting only RDF

...