2012/4/3 Juan Pablo Botero <juanpabloboterolo...@gmail.com>:
> Hi all.
>
> I have configured bacula Server in CentOS and a client in windows, so the
> Server can see the client, testing the FileSet i can see the files of the
> client, the job run but it doesn't transfer any byte to the disk.
>
> The Storage Section in bacula-dir.con is:
>
> Storage {
>   Name = TheFiles
> # Do not use "localhost" here
>   Address = 127.0.0.1           # N.B. Use a fully qualified name here
>   SDPort = 9103
>   Password = "anyPassword"
>   Device = SuperStorage
>   Media Type = File
> }
>
> the Device=SuperStorage is definied in bacula-sd.conf:
>
> Device {
>     Name = SuperStorage
>     Media Type = File
>     Archive Device = /home
>     LabelMedia = yes
>     AutomaticMount = yes
>     AlwaysOpen = yes
> }
>
> What i'm missing for the transfer can be done?
>

Get rid of 127.0.0.1 and localhost from all bacula files.

John

------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to