Here is an example of one of my filesets:

FileSet {
  Name = "ZimbraSet"
  Include {
    Options {
      signature = MD5
      aclsupport = yes
    }
    File = /opt/zimbra/backup/sessions
    File = /opt/zimbra/conf
    File = /root
    #Exclude Dir Containing = ".baculaexclude"
  }
  Exclude {
     File = "\\</etc/bacula/exclude.list"
  }
}

I'm using a client side exclude.  The docs show that a client side
include was a possibility, I just decided to try a client side exclude
and it seems to work just fine.

http://www.bacula.org/manuals/en/install/install/Configuring_Director.html#SECTION00670000000000000000

Look at the examples.

Dirk

On Mon, 2009-06-29 at 22:40 +0200, Andreas Schuldei wrote:
> On Mon, Jun 29, 2009 at 7:15 PM, Dirk Bartley<dbart...@schupan.com> wrote:
> > Filesets can have exclude and include lists that are pulled in at
> > runtime from files.  The run before script could create these lists??
> 
> the fileset is defined server-side. how can the server include stuff
> that is created on the client?


------------------------------------------------------------------------------
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to