Re: [Bacula-users] split configuration files

2006-08-30 Thread Mike Reinehr
On Wednesday 30 August 2006 12:56, Bruno Savioli wrote: > Hello Mike, > > > Thanks for spotting that. That was the problem. > > Bruno More often than not, it's the simple things that trip us up! :-) cmr -- Debian 'Sarge': Registered Linux User #241964 "More laws, less justice." -- Marcus T

Re: [Bacula-users] split configuration files

2006-08-30 Thread Bruno Savioli
Hello Mike, Thanks for spotting that. That was the problem. Bruno -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Reinehr Sent: 30 August 2006 18:49 To: bacula-users@lists.sourceforge.net Subject: Re: [Bacula-users] split configuration files

Re: [Bacula-users] split configuration files

2006-08-30 Thread Mike Reinehr
Bruno, On Wednesday 30 August 2006 12:36, Bruno Savioli wrote: > Hello All, > > I am setting up a fairly big bacula solution. > I will be backing up aroung 150-200 linux clients. > As it will be a large deployment, I want to configure it to be easily > manageable and easy to add new clients. > > I

Re: [Bacula-users] split configuration files

2006-08-30 Thread Bruno Savioli
} Many Thanks Bruno -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Drescher Sent: 08 August 2006 15:01 To: Marco Strullato Cc: bacula-users@lists.sourceforge.net Subject: Re: [Bacula-users] split configuration files On 8/8/06, Marco St

Re: [Bacula-users] split configuration files

2006-08-08 Thread Jeff Dickens
I split it out by client. I have a template file per-client for bacula-dir.conf and bacula-sd.conf (need a device per client since this is a disk-only setup so far). Life would be easier if there were a "default" directive corresponding to every other directive, as jobdefs is to job. Fritz

Re: [Bacula-users] split configuration files

2006-08-08 Thread Fritz
On Tuesday 08 August 2006 17:29, Marco Strullato wrote: > 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 rig

Re: [Bacula-users] split configuration files

2006-08-08 Thread Marco Strullato
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, Frit

Re: [Bacula-users] split configuration files

2006-08-08 Thread Fritz
> 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-a

Re: [Bacula-users] split configuration files

2006-08-08 Thread John Drescher
On 8/8/06, Marco Strullato <[EMAIL PROTECTED]> wrote: > hi, I'd like to split configuration file of director into smaller > pieces. To do it I want to include other smaller conf file... > > Can you suggest me the correct syntax? I've made some tests but It was faulty. > Here is the start of my bacu

Re: [Bacula-users] split configuration files

2006-08-08 Thread Marco Strullato
Ok, thanks... maybe the error I got was into the configuration files I had included 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 proba