Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
titleGlobal Options
<syncConfig xmlns="http://www.emc.com/ecs/sync/model">
    <options><syncConfig xmlns="http://www.emc.com/ecs/sync/model"><options>
        <bufferSize>524288</bufferSize>
        <!-- <dbConnectString>dbConnectString</dbConnectString>
        <dbEncPassword>ChangeMe1234</dbEncPassword> -->
        <dbFile>~/ecs-dbFile</dbFile>
        <dbTable>ecs-dbTable</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>

The following table describes all the global options.

...