Re: exclude issue

2005-05-13 Thread Svetoslav Tolev
Hi, Please include full include/exclude list (from opt file and client option set) I'm not sure that you can use [a-z] for drive letter try * instead (if it possible). Svetoslav Tim Brown <[EMAIL PROTECTED]> Sent by: "ADSM: Dist Stor Manager" 13.05.2005 17:52 Please respond to "ADSM: Dis

Re: exclude issue

2005-05-13 Thread Stapleton, Mark
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Tim Brown >I have this exclude in my option file but >the .ds and .jou are still being backeup up. > >Exclude [c-df]:\...\*.ds >Exclude [c-df]:\...\*.jou Try blowing out the drive descriptions: exclude c:\...\*.ds exclude d:\..

Re: Exclude issue

2003-07-16 Thread Andrew Raibeck
The '?' character matches exactly one character. Examples of matches for your *:\documents? pattern: c:\documents1 f:\documents$ Examples that do NOT match: c:\Documents and Settings t:\documents If you are interested in excluding all directories whose names begin with "documents",