Skip to main content

Servers

Authentication and Storage

KeyParameterControl
Configuration.Servers<server> <priority>Defines default servers. Multiple servers can be injected, one per line or separated by commas.

Multiple servers can be injected: one per line or separated by commas.

Possible values for this key are:

  • <server>: Server name.
  • <priority>: Server priority. Higher values have higher priority. Values range from 1 to 99.

Update

KeyParameterControl
Configuration.UpdateServerhttp://<host>\[:<port>] or file://<path>Defines the update server.

Possible values for this key are:

  • http://<host>\[:<port>]: URL and port of the target server.
  • file://<path>: Path to the executable.

Please contact our technical support for personalized assistance on this topic.

Example

Your company is spread across three sites: A, B, and C.

Sites A and B have local appliances (appliance-a.entreprise.local and appliance-b.entreprise.local) synchronized with an external server (serveur.hebergeur.com).

Machines on sites A and B must back up to their respective appliances, while those on site C back up directly to the external server.

Resulting strategies:

Site A:

    Configuration.Servers : appliance-a.entreprise.local 80
Configuration.Servers : serveur.hebergeur.com 40

Site B :

    Configuration.Servers : appliance-b.entreprise.local 80
Configuration.Servers : serveur.hebergeur.com 40

Site C :

    Configuration.Servers : serveur.hebergeur.com 80