On Jan 7, 2008 12:29 PM, Reynier Perez Mira <[EMAIL PROTECTED]> wrote:
> This is my bacula-dir.conf file:
>
> Director {
>   Name = gsdserver-dir
>   Description = "Bacula Director IP Testing Server"
>   DIRport = 9101
>   QueryFile = "/etc/bacula/scripts/query.sql"
>   WorkingDirectory = "/var/lib/bacula"
>   PidDirectory = "/var/run/bacula"
>   Maximum Concurrent Jobs = 2
>   FDConnectTimeout = 1min
>   SDConnectTimeout = 1min
>   Password = "l2G*MbJsmIEg_BS"
>   Messages = Daemon
>   DirAddress = 127.0.0.1
> }
>
> Client {
>   Name = ReynierPC-fd
>   Address = 10.128.50.5
>   FDPort = 9102
>   Catalog = GiantCatalog
>   Password = "l2G*MbJsmIEg_BS"
>   File Retention = 6 days
>   Job Retention = 6 days
>   AutoPrune = yes
>   Maximum Concurrent Jobs = 2
> }
>
> And this other is my bacula-fd.conf file:
>
> # List Directors who are permitted to contact this File daemon
> Director {
>   Name = gsdserver-dir
>   Password = "l2G*MbJsmIEg_BS"
> }
>
> # Restricted Director, used by tray-monitor to get the status of the file 
> daemon
> Director {
>   Name = gsdserver-mon
>   Password = "l2G*MbJsmIEg_BS"
>   Monitor = yes
> }
>
> It's correct now?
>
Looks ok to me.

John



-- 
John M. Drescher

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to