On Thu, Jan 22, 2009 at 09:21:45PM +1100, James Harper wrote:
> > FileSet {
> >    Name = "Windows Exchange Server data"
> >    Include {
> >       Plugin = "exchange:/@EXCHANGE/Microsoft Information Store"
> >    }
> >    Exclude {
> >       File = C:/Program Files/Exchsrvr/mdbdata/*
> >    }
> > }
> > 
> 
> The Exclude is unnecessary unless you also have files in your Include
> statement, as everything the plugin deals with will be /@EXCHANGE/* not
> C:/.../*
> 
> In theory the Plugin runs just fine in your normal fileset, although
> Kern had some concerns that Exchange's VSS operations would interfere
> with Bacula's VSS operations. Some test feedback would be good.

OK, so if you are just backing up your Exchange Microsoft Information Store,
you would do this:

FileSet {
  Name = "Windows Exchange Server data"
    Include {
       Plugin = "exchange:/@EXCHANGE/Microsoft Information Store"
    }
}

And if you were backing up the whole machine (assuming it has one C: drive),
you would do this:

FileSet {
    Name = "Windows Exchange Server"
    Include {
       File = C:
       Plugin = "exchange:/@EXCHANGE/Microsoft Information Store"
    }
    Exclude {
       File = C:/Program Files/Exchsrvr/mdbdata/*
    }
}


------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Bacula-devel mailing list
Bacula-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-devel

Reply via email to