Versions Compared

Key

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

...

Code Block
languagexml
titleOverview of config file
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<syncConfig xmlns="http://www.emc.com/ecs/sync/model">  
    <options>
        <!-- ... the global settings ... -->
    </options>

    <source>
        <filesystemConfig>
            <!-- ... file copy settings ... -->
        </filesystemConfig>
    </source>

    <target>
        <ecsS3Config>
            <!-- ... ecs s3 copy settings ... -->
        </ecsS3Config>         
    </target>
</syncConfig>

...