Backup and Restore
You can use these API calls to perform backup and restore tasks for your database.
GET backups | Returns all the backups that have been created for all vbr configuration files ( *.ini ) that are located in the /opt/vertica/config directory. |
POST backups/:config_script_base | Creates a new backup as defined by the given vbr configuration script base (filename without the .ini extension). |
GET backups/:config_script_base/:archive_id | Returns details for a specific backup archive. |
POST restore/:archive_id | Restores a backup. |