Previous page

Next page

Locate page in Contents

Print this page

set_config

Summary:

Sets the default backup configuration.

Request specification:

Name

Min/Max

Type

Description

set_config

 

 

 

{

 

 

 

backupm_config

1..1

backupm_configType

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>

Please send us your feedback on this help page