BackupServer
The BackupServer
action creates a backup that can be used to restore the server's state.
The backup includes:
- a copy of the configuration file.
- all database files that are associated with an active configuration section.
OmniGroupServer does not begin creating the backup until running tasks have finished. If a task is running, the action might take a long time to respond. Micro Focus recommends that you run this action at a time when tasks are not running.
Type: Synchronous
Parameter Name | Description |
---|---|
ActionID | A string to use to identify an ACI action. |
Path | The folder in which to save the backup file. |
Example
http://host:port/action=BackupServer&path=./backups
Response
A sample response appears below. The response includes the file name of the backup file.
<autnresponse xmlns:autn="http://schemas.autonomy.com/aci/"> <action>BACKUPSERVER</action> <response>SUCCESS</response> <responsedata> <filename></filename> </responsedata> </autnresponse>
See Also
To restore the server’s state from the backup, use the RestoreServer action.