the old one is no longer support:
bacula-dir: ERROR TERMINATION at inc_conf.c:332
Config error: Old style Include/Exclude not supported
: line 119, col 11 of file /etc/bacula/conf.d/ws-admin.conf
Include = compression=GZIP signature=SHA1 {
}
FileSet {
Name = "Example FileSet"
- Include = compression=GZIP signature=SHA1 {
- /home/kern/bacula/bin
- }
+ Include {
+ Options {
+ compression=GZIP
+ signature=SHA1
+ }
+ File = /home/kern/bacula/bin
+ }
}
Job {
Name = "Backup-client1"
}
FileSet {
Name = "Example FileSet"
- Include = compression=GZIP signature=SHA1 {
- /home/kern/bacula/bin
- }
+ Include {
+ Options {
+ compression=GZIP
+ signature=SHA1
+ }
+ File = /home/kern/bacula/bin
+ }
}
Job {
Name = "Backup-client1"