|
From: Fritz <j....@cr...> - 2006-08-08 15:26:36
|
> 08-Aug 15:49 bacula-dir: ERROR TERMINATION at parse_conf.c:363 > Config error: Illegal character " > " in name. > > : line 16, col 14 of file /opt/bacula/etc/engi4587 > > JobDefs = "BackupWin" > Problem probably begins at line 15. seems so > Any included files must be as a stand-alone configuration files? I > need to write in all directive I use with the main files? can use any format you like really anything starting with @/path/to/include gets replaced with the file you specify. example in your baculda-dir you could specify @/etc/bacula/jobs/job1 @/etc/bacula/jobs/job2 @/etc/bacula/jobs/job3 @/etc/bacula/schedules/schedule1 @/etc/bacula/schedules/schedule2 @/etc/bacula/filesets/fileset1 @/etc/bacula/filesets/fileset2 @/etc/bacula/filesets/fileset3 etc and just put the definitions in each file |