On Thu, Jan 22, 2009 at 08:24:31AM +1100, James Harper wrote:
> > FileSet {
> >   Name = "Windows Exchange Server data"
> >   Include {
> >      File = C:/Program Files/Exchsrvr/mdbdata
> >      Plugin = "exchange:/@EXCHANGE/Microsoft Information Store"
> 
> Don't need the 'File = ' here.
> 
> >   }
> >   Exclude {
> >      File = C:/Program Files/Exchsrvr/mdbdata/E00.chk
> >      File = C:/Program Files/Exchsrvr/mdbdata/E00.log
> >      File = C:/Program Files/Exchsrvr/mdbdata/E000000F.log
> >      File = C:/Program Files/Exchsrvr/mdbdata/E0000010.log
> >      File = C:/Program Files/Exchsrvr/mdbdata/E0000011.log
> >      File = C:/Program Files/Exchsrvr/mdbdata/E00tmp.log
> >      File = C:/Program Files/Exchsrvr/mdbdata/priv1.edb
> 
> You do need to exclude everything in the mdbdata directory, but you do
> need the mdbdata directory itself. We are hoping to include
> functionality in the plugin that tells Bacula to excludes the files that
> are backed up via the plugin, which obviously will vary each backup.
...

Thanks for the reply.

So, would you agree that the following fileset contains everything that I
need?

FileSet {
   Name = "Windows Exchange Server data"
   Include {
      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
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-devel

Reply via email to