Versions Compared

Key

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

...

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


You should now have RDF resources exported to /tmp/descriptions and binary resources in /tmp/binaries.

...