Hi All,
I have attached to open deploy config file, please let me know if we can have multiple targetfilesystem inside the definition for the same source.
PSB, odconfig.txt please let me know if odconfig file is ok or have error.
if issue then what is other way to do this.
thanks
---------------------------------------------odconfig-------------------
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<deploymentConfiguration>
<logRules maxBytes="256Mb" level="verbose"/>
<localNode host="localhost"/>
<replicationFarmSet>
<replicationFarm name="local">
<nodeRef useNode="test"/>
</replicationFarm>
</replicationFarmSet>
<definition name="A">
<source>
<fileSystem>
<filelist area="$area" filePath="$filelist">
<pathSpecification>
<path name="."/>
<filters>
<excludePath subPath="a"/>
<excludePath subPath="b"/>
</filters>
</pathSpecification>
</filelist>
</fileSystem>
</source>
<target>
<comparisonRules ignoreUser="yes" ignoreGroup="yes" ignoreModes="yes" dateDifferent="yes"/>
<targetFilesystem area="/v/global/appl/dev/web"/>
<targetFilesystem area="/v/global/appl/dev1/web"/>
<replicationFarmLink>
<internal name="local"/>
</replicationFarmLink>
</target>
</definition>
<deployment transactional="yes">
<execDeploymentTask useDefinition="A" />
</deployment>
</deploymentConfiguration>