On Wed, Nov 11, 2009 at 8:13 AM, Paschoal Mingoto <p...@mingoto.com> wrote:
> How could I create the Bacula tables and database on another server?
> And how could I link the Bacula with the remite DB server?

The create catalog script takes a parameter for the host. At lest it
did the last time I checked.

>
You specify the server the catalog config in bacula-dir.conf

Here is what I have for postgres

# Generic catalog service
Catalog {
  Name = HBCatalog
  dbname = bacula
  user = bacula
  password = "bacula"
  dbaddress = dev6
  dbport = 5432
}

The director machine is fileserver so the remote machine dev6 now
holds the catalog however I probably will move this soon since dev6 is
a 5 years old dual processor opteron box with only 4 GB of memory.

John

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to