...
| Code Block | ||||
|---|---|---|---|---|
| ||||
<options>
<bufferSize>524288</bufferSize>
<!-- <dbConnectString>dbConnectString</dbConnectString>
<dbEncPassword>ChangeMe1234</dbEncPassword> -->
<dbFile>/home/YourHomeDirectory/ecs-dbFile</dbFile>
<dbTable>ecs_sync_log</dbTable>
<deleteSource>false</deleteSource>
<estimationEnabled>true</estimationEnabled>
<forceSync>false</forceSync>
<ignoreInvalidAcls>false</ignoreInvalidAcls>
<logLevel>quiet</logLevel>
<monitorPerformance>true</monitorPerformance>
<recursive>true</recursive>
<rememberFailed>false</rememberFailed>
<retryAttempts>2</retryAttempts>
<!-- <sourceListFile>sourceListFile</sourceListFile> -->
<syncAcl>false</syncAcl>
<syncData>true</syncData>
<syncMetadata>true</syncMetadata>
<syncRetentionExpiration>false</syncRetentionExpiration>
<threadCount>24</threadCount>
<timingWindow>1000</timingWindow>
<timingsEnabled>false</timingsEnabled>
<verify>false</verify>
<verifyOnly>false</verifyOnly>
</options>
|
...
| Code Block | ||
|---|---|---|
| ||
<target>
<ecsS3Config>
<accessKey>accessKey</accessKey>
<secretKey>secretKey</secretKey>
<port>9020</port>
<protocol>http</protocol>
<bucketName>bucketName</bucketName>
<createBucket>false</createBucket>
<enableVHosts>false</enableVHosts>
<keyPrefix>keyPrefix</keyPrefix>
<apacheClientEnabled>false</apacheClientEnabled>
<decodeKeys>false</decodeKeys>
<geoPinningEnabled>false</geoPinningEnabled>
<!-- <host>host</host> -->
<includeVersions>false</includeVersions>
<mpuEnabled>true</mpuEnabled>
<mpuPartSizeMb>128</mpuPartSizeMb>
<mpuThreadCount>4</mpuThreadCount>
<mpuThresholdMb>512</mpuThresholdMb>
<preserveDirectories>true</preserveDirectories>
<remoteCopy>falsee<<remoteCopy>false</remoteCopy>
<resetInvalidContentType>true</resetInvalidContentType>
<smartClientEnabled>true</smartClientEnabled>
<socketConnectTimeoutMs>15000</socketConnectTimeoutMs>
<socketReadTimeoutMs>60000</socketReadTimeoutMs>
<urlEncodeKeys>false</urlEncodeKeys>
<vdcs>uams(ross01.hpc.uams.edu,ross02.hpc.uams.edu,ross03.hpc.uams.edu,ross04.hpc.uams.edu,ross05.hpc.uams.edu,ross06.hpc.uams.edu,ross07.hpc.uams.edu,ross08.hpc.uams.edu,ross09.hpc.uams.edu,ross10.hpc.uams.edu,ross11.hpc.uams.edu,ross12.hpc.uams.edu,ross13.hpc.uams.edu,ross14.hpc.uams.edu,ross15.hpc.uams.edu)</vdcs>
</ecsS3Config>
</target> |
...