Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


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

Logging

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

  • Note, available logging levels are: TRACE, DEBUG, INFO, WARN, and ERROR)
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

...