Yup, thanks, got it working. Did it like this:
        Include {
                Options {
                        Compression = GZIP
                        Signature = MD5
                        IgnoreCase = yes
                        Wild = "D:/Exchsrvr*"
                        Wild = "D:/srs*"
                }
                Options {
                        IgnoreCase = yes
                        Exclude = yes
                        Wild = "D:/*"
                }
                File = "D:/"
        }

Silver

On Thursday 11 January 2007 22:22, Martin Simmons wrote:
> >>>>> On Thu, 11 Jan 2007 11:37:40 +0200, Silver Salonen said:
> > 
> > Hello.
> > 
> > I'm having trouble with WildDir directive in win32 fileset.
> > 
> > Fileset looks like:
> > FileSet {
> >         Name = serv2
> >         Enable VSS = yes
> >         Include {
> >                 Options {
> >                         Compression = GZIP
> >                         Signature = MD5
> >                         IgnoreCase = yes
> >                         WildDir = "D:/Exchsrvr/*"
> >                         WildDir = "D:/srs*"
> >                 }
> >         }
> > }
> > 
> > I'm absolutely sure there are directories D:\Exchsrvr as well as D:
\srsdata.
> > But estimate says it that this fileset has 0 files/directories:
> > estimate job=serv2 listing level=Full
> > Using Catalog "MySQL"
> > Connecting to Client serv2-fd at 192.168.16.3:9102
> > 2000 OK estimate files=0 bytes=0
> > 
> > What's wrong with such fileset?
> 
> You need to add a File directive inside the Include (the Options directive
> just filters what it finds starting from the File directives).
> 
> __Martin

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to