BackupServer
The BackupServer
action creates a backup that you can use to restore the state of the server.
This action returns the file name of a backup file in the autnresponse/responsedata/filename
tag. You can pass this value to the RestoreServer action to restore the server state from the backup.
You can use this action for the Content, Category, and Community components, but you must send the action to the component ACI port, rather than to the IDOL Proxy port.
NOTE: This is an administrative action that can be sent only by users that belong to an authorization role that allows the Admin
standard role, or which enables the action explicitly. See Authorization Roles Configuration Parameters.
Example
http://localhost:9030/action=BackupServer&path=./backups
Optional Parameters
This action accepts the following optional parameters.
Parameter | Description |
---|---|
Path | The folder in which to save the backup file. |
This action accepts the following standard ACI action parameters.
Parameter | Description |
---|---|
ActionID | A string to use to identify an ACI action. |
FileName | The file to write output to. |
ForceTemplateRefresh | Forces the server to load the template from disk. |
Output | Writes output to a file. |
ResponseFormat | The format of the action output. |
Template | The template to use for the action output. |
TemplateParamCSVs | A list of variables to use for the specified template. |