On 9 Dec 2006 at 0:47, Georg Altmann wrote:

> --On Freitag, 8. Dezember 2006 08:59 -0800 Willard Farqwark 
> <[EMAIL PROTECTED]> wrote:
> 
> > I have been running Bacula writing to disk for many months now.  Very
> > fast and easy fast restore. I am building a new server with Bacula
> > writing to a LTO-2.
> > Question is - How do I set up a client Bacula-fd for two servers?
> 
> I suspect you mean two storage daemons. You don't. According to the fine 
> manual
> <http://www.bacula.org/rel-manual/Configuring_Director.html#SECTION000149000000000000000>
> you just add a new storage resource in your director configuration pointing 
> to the storage deamon with the LTO2 device. Now you can use that storage 
> definition in your job/schedule definitions. Of course you need to have the 
> second sd configured and running for this to work.

I suspect the original poster *may* mean two Bacula Directors.  In 
which case, you create a second bacula resource in the FD's bacula-
fd.conf file.

Like this:

Director {
  Name = firstdirector
  Password = "password for first director"
}

Director {
  Name = seconddirector
  Password = "password for second director"
}


-- 
Dan Langille : Software Developer looking for work
my resume: http://www.freebsddiary.org/dan_langille.php
PGCon - The PostgreSQL Conference - http://www.pgcon.org/



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to