Summary:
Sets the default backup configuration.
Request specification:
Name |
Min/Max |
Type |
Description |
|
|
|
|
|
|
|
|
|
|
Backup manager configuration information. |
|
|
|
|
|
Returns:
OK/Error
Description:
To retrieve current backup configuration, use the get_config
call.
Example:
Input
<packet version="4.0.0">
<target>backupm</target>
<data>
<backupm>
<set_config>
<backupm_config>
<backup_server>
<protocol>TCP</protocol>
<address>192.168.0.40</address>
<login>
<name>agent</name>
</login>
<password>1q2w3e</password>
<port>4433</port>
</backup_server>
</backupm_config>
</set_config>
</backupm>
</data>
</packet>