Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Update version of jar to 0.1.1

...

Move to the directory where you downloaded the code. For Vagrant installs, this will be under /opt/fcrepo-import-export; otherwise, it will located in the directory where you cloned the GitHub repository when you build the tool from source. From there, you will need to locate the compiled jar file. If you build it from source, it will be in the GitHub repo at fcrepo-import-export/target/fcrepo-import-export-0.01.1-SNAPSHOT.jar.

To see all the available command line options:

Code Block
languagetext
java -jar fcrepo-import-export/target/fcrepo-import-export-0.01.1-SNAPSHOT.jar -h

Note: You will see "Error parsing args: Unrecognized option: -h" but this is bug and will be addressed in forthcoming releases.

...

Code Block
languagetext
java -jar fcrepo-import-export/target/fcrepo-import-export-0.01.1-SNAPSHOT.jar --mode export --resource http://localhost:8080/rest/albums --dir /tmp/test --binaries

...