Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: fix fcrepo-import-export command

...

Code Block
languagebash
java -jar fcrepo-import-export-1.0.0.jar -b \
  -d my-5.1.1-export \
  -u fedoraAdmin \
  -p :fedoraAdmin \
  -m export \
  -r http://localhost:8080/rest

...