Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
od filter syntax help needed
nico
I know how to filter out one directory in a simple open deploy but what is the syntax for filtering multiple directories look like?
Thanks,
Nico
Find more posts tagged with
Comments
MattP
<target useReplicationFarm="your farm name">
<targetFilesystem area="your web server" />
<filters>
<excludePath subPath="/temp" />
<excludePath subPath="/****" />
</filters>
</target>
Matthew Petitjean
BOC Group
Murray Hill, NJ 07974 USA
nico
Thanks that's exactly what i needed.