Hello Sven,

Your problem is a different Director name in bacula-dir.conf and
bacula-fd.conf of the win7 client. (not a fw, fqdn or max concurent jobs :))

For proper authentication both: director name and password has to match
unless you get an authentication problem:

your bacula-dir.conf:

Director {
>         *Name = backup-dir*
>          (...)
> }
> [...]
> # Windows7-VM
> Client {
>          (...)
>         *Password = "bacula"*
> }
> [...]
>

and your bacula-fd.conf at windows7-vm:


> # Windows7-VM

Director {
>   *Name = bacula-dir
>   Password = "bacula"*
> }
>

Names are different in your configuration. Just change both to bacula-dir
or backup-dir and you'll get a working connection.

best regards

-- 
Radosław Korzeniewski
rados...@korzeniewski.net
------------------------------------------------------------------------------
How fast is your code?
3 out of 4 devs don\\\'t know how their code performs in production.
Find out how slow your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219672;13503038;z?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to