hub backup delete
Deletes a backup of a Context Graph model.
Use the hub backup delete command to delete a backup of a Context Graph model. A model is deleted from the default backup directory for Context Graph models unless you specify a different location.
Usage
hub backup delete --m model --p pathRequired | Argument | Description |
---|---|---|
Yes | --m model |
Specifies the name of the model backup you want to delete. |
No | --p path |
Specifies the path and folder to which the backup was saved. If you omit this option the command will delete the model backup from the default backup directory. Note: The default backup directory location (SpectrumFolder/server/modules/hub/db/backups) may be changed by uncommenting and editing the
hub.models.path.base setting in the SpectrumFolder/server/modules/hub/hub.properties file. |
Example
This example deletes a backed-up model called PersonalBanking from the default backup folder.
hub backup delete --m PersonalBanking