On Tue, Jul 20, 2010 at 5:32 AM, Prashant Joshi <[email protected]> wrote: > exclude "C:\\Documents" "and" "Settings\\*\\Application" > "Data\\Microsoft"
Note that this is equivalent to exclude "C:\\Documents" exclude append "and" exclude append "Settings\\*\\Application" exclude append "Data\\Microsoft" I'm not sure which of those four patterns matched "C:\Documents and Settings\<username>\Application Data\Microsoft" - in ZWC, do patterns match substrings that are not full path components? E.g., would exclude "y Docume" match "C:\Documents and Settings\dustin\My Documents"? What about substrings with backslashes? Would exclude "tin\My" match the same pathname? Dustin -- Open Source Storage Engineer http://www.zmanda.com
