|
From: Marco S. <mar...@gm...> - 2006-08-08 15:29:34
|
do you suggest to split into clients or into definitions? I mean I'm creating a include file which contains all info to backup a client.... but I could write a include file to contain the whole jobs or the whole fileset.. is it right? I thinks it's as sys administrator likes. marco 2006/8/8, Fritz <j....@cr...>: > > 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 > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Bacula-users mailing list > Bac...@li... > https://lists.sourceforge.net/lists/listinfo/bacula-users > |