|
From: Mike R. <cm...@am...> - 2006-08-30 17:49:24
|
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 am trying to use multiple configuration files using @/path/to/file in
> the bacula-dir.conf but am running into some problems.
>
> Below is what I am trying to do.
>
> @/etc/bacula/conf/bacula-dir-catalogs.conf (Will be using about 5 or 6
> different catalogs)
> @/etc/bacula/conf/bacula-dir-filesets.conf (5 or 6 different file sets)
> @/etc/bacula/conf/bacula-dir-schedules.conf (many schedules)
> @/etc/bacula/conf/bacula-dir-jobs.conf
> @/etc/bacula/conf/bacula-dir-jobdefs.conf
> @/etc/bacula/conf/bacula-dir-storages.conf (about 10 different storages.
> All Disk Based)
>
> ####
> ## Add Clients here
> ####
>
> @/etc/bacula/conf/clients/client001.conf (On this file, I am adding the
> client configurarion and the Pools as each client will have its own Full
> and Incremental Pools.
>
>
> The problem I am having is during bacula startup:
>
> linuxbackup:/etc/bacula# ./bacula-ctl-dir start
> Starting the Bacula Director daemon
> 30-Aug 17:51 bacula-dir: ERROR TERMINATION at lex.c:620
> Config error: expected a string, got T_EOL:
> /etc/bacula/conf/bacula-dir-jobs.conf
>
> : line 22, col 39 of file /etc/bacula/bacula-dir.conf
>
> @/etc/bacula/conf/bacula-dir-jobs.conf
>
>
> I am positive the file /etc/bacula/conf/bacula-dir-jobs.conf exists.
> If I remove the file, I ge a different error message:
> Config error: Cannot open included config file
> /etc/bacula/conf/jobs.conf: No such file or directory
>
>
> Any clues ?
>
> I have tried changing the filename, checking if all the parameters are
> correct and no luck at all.
>
>
>
> Job {
> Name = client001-job
> Type = Backup
> Client = client001-fd
> FileSet = "lsh-fileset"
> Schedule = Monthly
> Storage = lsh-file
> Messages = Standard
> Full Backup Pool = client001-full
> Incremental Backup Pool = client001-inc
> Write Bootstrap = "/home/backup/bootstraps/lsh503.bsr
Well, this just could be a typographical error, but you are missing a
closing " around your bootstrap pathword.
> Priority = 5
> }
>
>
> Many Thanks
>
>
> Bruno
cmr
--
Debian 'Sarge': Registered Linux User #241964
----
"More laws, less justice." -- Marcus Tullius Ciceroca, 42 BC
--------
|