
Server Installation Settings Files
This document describes all the settings that can be adjusted by the
reseller
1. Introduction
This document describes all the settings files available to the reseller that can be adjusted to
the needs of the BackupAgent Server installation. The default settings are settings that are
feasible to most situations, but that can be adjusted if the installation is having issues that
might be resolved by adjusting these settings.
2. Settings files
2.1 MaintenanceService - MaintenanceService.exe.config
This file is used for the configuration of the MaintenanceService.
Adjustable settings:
<applicationSettings>
-->
<CloudBackup.MaintenanceService.Properties.Settings>
<setting name="ThreadMaxCountPerStorage" serializeAs="String">
<value>2</value>
</setting>
<setting name="ThreadMaxCount" serializeAs="String">
<value>0</value>
</setting>
</CloudBackup.MaintenanceService.Properties.Settings>
</applicationSettings>
<!--
If you need to balance load on storages then use "ThreadMaxCountPerStorage" parameter.
1

In this case all users will be divided in groups by their storage locations and in eachgroup will
Path to the database
server
Additional server that
will be user if the
DBServer do not
respond
Username to access an
original and failover
database
run ThreadMaxCountPerStorage threads.
In each group threads will be executed for users in alphabetical order.
Total amount of threads will be ThreadMaxCountPerStorage * CountOfStorageLocations.
Better performance will be in case if this parameter will be no bigger than total amount of CPU
cores.
Value 0 for these parameters means that parameter is not used.
If you need to run exactly the same amount of maintenance threads, set parameter
"ThreadMaxCount".
In this case threads will be executed for users in alphabetical order.
Better performance will be in case if this parameter will be equal to amount of total CPU cores.
2.2 Settings.xml (CloudBackupService)
This file is used to configure the CloudBackupService. All available parameters* are:
1 - Setting must be in the settings.xml, otherwise BackupAgent will say that the file miss settings
2 - Settings that are in setting.xml file after clean install of 5.0.2 version
3 - Settings that appears after complete Setup.aspx page
2

VoOHs8B5ceTQDg
AEkf9/ww==
Password to access an
original and failover
database
Filename for a metadata
file (Obsolete)
http://localhost/Cloud
BackupService/Back
upService.asmx
Web URL for the
BackupService.asmxfile
http://localhost/Mana
gementConsole/Activ
ateAccount.aspx
URL to the aspx page
where user can activate
his account
Enable logging about
file transfer process
Enable logging to the
system event log
8d-19-37-8d-c1-3c87-b0-18-6a-02-9153-15-b7-ee-98-2c81-24
Certificate hash that
used to check security
credentials for user
A DigiNotar certificate
authorization key
(Obsolete)
Depth of sub resellers
that are allowed to
create
This is the account type
a user obtains when
signing up for a trial
account
Amount of backup
reports that are saving to
the database. Older are
rewrites with a newer
one
BackupAgentSession
ManagerPort
Port to initialize proxy
connection
BackupAgentSession
ManagerURL
URL to initialize proxy
connection
BackupAgentSession
ManagerURLFailove
r
Failover to proxy
connection
3

Verification that uses
can change his password
UserCanChangeAcco
untInfo
Verification that uses
can change his account
information
Verification that uses
can see the registration
link
Check if Active
Directory is allowed, it
is not recommended to
change this setting
ActiveDirectoryDom
ainName
Active Directory domain
name
Verification that uses
can see the download
link
Check if tracing
messages are enabled
Time that can user be in
cache
MaxReplicationTask
Reports
Max saved replication
task reports count
AuthenticationCache
ExpirationMinutes
Authentication cache
expiration minutes
SendPurchaseLicense
Usage
Report the license usage
to the Backup Agent
license server
Addresses’ to send
support email
Error code that should
not be sends to support
in support email
Enable checksum
calculation
4