BackupServer
The BackupServer
action creates a backup that can be used to restore the server's state.
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.