Skip to content

Configuration Backup

David Willson edited this page Jun 25, 2014 · 2 revisions

Create a Configuration Backup

To export an existing configuration from Odo, simply gather the output from http://localhost:8090/testproxy/api/backup while Odo is running.

Import a Configuration Backup

Where backup.json is the data gathered from http://localhost:8090/testproxy/api/backup,

curl -X POST -F [email protected] http://localhost:8090/testproxy/api/backup
Clone this wiki locally