Posted on 2008-04-13 15:00:09, modified on 2008-04-13 15:00:00
Tags: Bacula, Networking
Today I finished my "Bacula client-side user exclusion flag"patch. Let me explain what it is:
How it works: In your FileSet add the option IgnoreDir:
FileSet {
Name = "Remote Specified"
Include {
Options {
signature = MD5
}
File = "\\</etc/bacula-include"
IgnoreDir = .nobackup
}
Exclude {
File = "\\</etc/bacula-exclude"
}
}
And if my /etc/bacula-include contains:
I can drop files called .nobackup in directories I don't want to backup:/usr/local/etc /etc /home
| Share on Facebook | Share on Twitter[~] edwin@>find . -name .nobackup cvs/ports/.nobackup temp/.nobackup tmp/.nobackup www/cache/.nobackup
| From: | post@nicolinux.org |
| URL: | http://nicolinux.org |
| Posted on: | 2009-01-13 05:17:18 |
| Comment | Hi,
I like your patch. How's the inclusion process going? I hope it will be available in 2.4.4. Stefan |
| Reply | - |