i've tried to build
a fileset that excludes directories based on wild card, but I don't believe it's
working. Tried looking in the manual again, but as far as I see it's
correct.
Bacula Version:
1.36.3
FileSet
setting:
FileSet
{
Name = "Voicemail Greetings"
Include {
Options {
signature=MD5
verify=5
compression=GZIP
exclude=yes
wilddir=INBOX* }
File = /var/spool/VOIP/voicemail/default
}
}
Name = "Voicemail Greetings"
Include {
Options {
signature=MD5
verify=5
compression=GZIP
exclude=yes
wilddir=INBOX* }
File = /var/spool/VOIP/voicemail/default
}
}
The above fileset
calls a directory that contains all the phone numbers on a system as
directories. In each directory there's an INBOX directory as well as several
files and other directories. We do not wish to save voicemails (contained in
INBOX), only the other files.
Any
ideas?
Sherwood
McGowan