Bill Moran wrote:
On Mon, 08 May 2006 11:16:10 -0700
Mark Nienberg <[EMAIL PROTECTED]> wrote:

[snip]

FileSet {
   Name = "gecko Files"
   Include {
     Options {
       signature = MD5
       wildDir = "/share/office/TmpShare/*/personal"
       ignore case = yes   #so the above will match Personal, etc
       Exclude = yes
     }
     File = /share
   }
}

The strange part about that is that I want the signature to be computed for the Files that are included, not the ones that are excluded. Anothe possibility may be the order of the Include Options and the second Include?

You're looking at the config file wrong.  In your defense, it is a
little odd.

Options are all added to that FileSet, but wild* options are treated
differently depending on whether Exclude is set to yes or no.

If Exclude is set to no, _only_ files listed in Wild* directives will
be included.  If it's set to yes, only files that match are _excluded_.

So, the Exclude setting simply controls how Wild[file|dir] directives
are interpreted.  And it's always set to _something_, the default is
no.


OK, I see what you mean. In that case, perhaps my last fileset definition will work. I'll give it a try for my full backup next week. I understand that I can't change a fileset definition without triggering a full backup, so I usually wait and change it right before the scheduled full. Thanks for the explanation.

Mark



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to