Created
October 5, 2016 23:34
-
-
Save amccarty/0568f5028c628d34279725e17ba2ccdb to your computer and use it in GitHub Desktop.
Fedora Commons backup/restore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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