>>>>> 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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to