Installation Settings Files

1
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.

Summary of content (12 pages)