Skip to content

Instantly share code, notes, and snippets.

@amccarty
Created October 5, 2016 23:34
Show Gist options
  • Save amccarty/0568f5028c628d34279725e17ba2ccdb to your computer and use it in GitHub Desktop.
Save amccarty/0568f5028c628d34279725e17ba2ccdb to your computer and use it in GitHub Desktop.
Fedora Commons backup/restore
Fedora Backup:
curl -v -X POST http://localhost:8080/fedora/rest/fcr:backup
(see catalina.out for backup location)
Fedora Restore:
curl -v -X POST -d "[path/to/backup/location]" http://localhost:8080/fedora/rest/fcr:restore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment