I have this in my bacula-dir.conf:

<snip>
FileSet {
  Name= "Full Win Set"
  Include {
    Options {
       signature = MD5
       Exclude = yes
       IgnoreCase = yes
# Exclude Mozilla-based programs' file caches
WildDir = "[A-Z]:/Documents and Settings/*/Application Data/*/Profiles/*/*/Cache" WildDir = "[A-Z]:/Documents and Settings/*/Application Data/*/Profiles/*/*/Cache.Trash" WildDir = "[A-Z]:/Documents and Settings/*/Application Data/*/Profiles/*/*/ImapMail"

# Exclude ISO Images
  WildFile = "*.iso"
<snip>

Will the IgnoreCase=yes allow the WildFile="*.iso" to exclude *.iso, *.ISO, *.Iso, etc...

The reason I'm asking is that in the bacula docs, I saw where someone had to use WildFile="*.[Ii][Ss][Oo]" to cover this.

Just not sure what's going on.

TIA.


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to