Including by explicitly excluding files in Bacula
Bacula's config file format allows the followingThe DirectoryFileSet { Name = Blah Exclude { Options { wilddir = /var/tmp* } } File = /var }
/var/tmp
from the Exclude section is included in the backup, because to exclude it, the proper config would beFileSet { Name = Blah Exclude { Options { wilddir = /var/tmp* } exclude = yes } File = /var }
Tue, 25 Jan 2011
[/osfail]
permanent link