On Wednesday 03 August 2005 21:44, Sherwood McGowan wrote: > 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 > } > } > > 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?
The Wilddir expression is applied to the full path and filename, and I think it is anchored so INBOX* probably isn't going to even match directories in your root. Also, you probably should enclose the expression in double quotes or characters such as * may cause a scanner break and thus errors or wrong results. > > Sherwood McGowan -- Best regards, Kern ("> /\ V_V ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users