Versions Compared

Key

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

...

To see all the available command line options:

Code Block
languagebashtext
java -jar fcrepo-import-export/target/fcrepo-import-export-0.0.1-SNAPSHOT.jar -h

...

To export all the RDF and binary resources in your sample container:

Code Block
languagebashtext
java -jar fcrepo-import-export/target/fcrepo-import-export-0.0.1-SNAPSHOT.jar --mode export --resource http://localhost:8080/rest/albums --descDir /tmp/descriptions --binDir /tmp/binaries

...