Bacula-users

Re: [Bacula-users] Problem Bacula windows binarys

2013-07-31 08:10:25
Subject: Re: [Bacula-users] Problem Bacula windows binarys
From: Martin Simmons <martin AT lispworks DOT com>
To: Felix Geschwindner <felix.geschwindner AT metaio DOT com>
Date: Wed, 31 Jul 2013 13:07:45 +0100
>>>>> On Wed, 31 Jul 2013 11:53:28 +0200, Felix Geschwindner said:
> ...
> bconsole.conf (Linux client)
> 
> Director {
>   Name = backup02-dir
>   address = backup02
>   Password = "1234"
> }
> 
> 
> bacula-dir.conf
> 
> Director {
>   Name = backup02-dir
>   QueryFile = "/etc/bacula/scripts/query.sql"
>   WorkingDirectory = "/var/lib/bacula"
>   PidDirectory = "/var/run/bacula"
>   Password = "123456"
>   Maximum Concurrent Jobs = 10
> }

This is the problem: bconsole connects to the Director, not to the Client, so
the Director { Password } entries must match in bconsole.conf and
bacula-dir.conf.

Also, Client { Password } in bacula-dir.conf must match Director { Password }
in bacula-fd.conf.

__Martin

------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>