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)
failure on excludePath
nipper
I am using OD to move config files from my dev server to prod. Since I have a couple files (iw.cfg, odbase.xml) that are system specific, I want to exclude those.
So in my odconfig file I have:
<filters>
<excludePath subPath="iw-home/OpenDeployNG/conf" />
<excludePattern regex="\iw.cfg$" />
<excludePath subPath="iw-home/OpenDeployNG/etc" />
</filters>
but they still get transferred.
Am I doing something stupid here ?
Tips/pointers/RTFMs appreciated.
Andy
Find more posts tagged with
Comments
Migrateduser
Your regex is wrong. Try
<excludePattern regex="iw\.cfg$" />
Dave Smith
Sr. Software Engineer
Nike, Inc.
(503) 671-4238
DavidH.Smith@nike.com