Installation Settings Files
5
ChecksumCalculatio
nBufferSize
-/-/-
kBytes
Checksum calculation
buffer size
ChecksumCalculatio
nFileMinSize
-/-/-
kBytes
Checksum calculation
min size
ADAccountDeletionP
eriod
1/2/-
days
30
Mark user to delete at
deletion period days
WebAccessDownload
FolderPath
1/2/-
string
The download path for
files restored via the
browser
These settings should be set as:
<parameter name="UseActiveDirectory" value="False" />
2.3 Web.config (CloudBackupService)
This file is to configure the web service behavior of the BackupAgent Server.
Setting that can be adjusted are:
<httpRuntime executionTimeout="900" />
In case of a slow server or slow server response you can increase this to a higher value.
<identity impersonate="false" userName=".\CloudBackupServer" password="%PASSWORD%" />
In some cases it might be needed to change this from value false to value true to access your
storage environment.
<bindings>
<netNamedPipeBinding>
<binding name="NetNamedPipeBinding_IMetadataService" closeTimeout="00:01:00"
openTimeout="00:05:00" receiveTimeout="00:10:00" sendTimeout="00:01:00"
transactionFlow="false" transferMode="Buffered" hostNameComparisonMode="StrongWildcard"
maxBufferPoolSize="524288000" maxReceivedMessageSize="524288000"
maxBufferSize="524288000">