Bacula-users

Re: [Bacula-users] Multiple Catalog Configuration

2013-06-04 04:53:02
Subject: Re: [Bacula-users] Multiple Catalog Configuration
From: Uwe Schuerkamp <uwe.schuerkamp AT nionex DOT net>
To: Mingus Dew <shon.stephens AT gmail DOT com>
Date: Tue, 4 Jun 2013 10:49:45 +0200
On Mon, Jun 03, 2013 at 03:45:48PM -0400, Mingus Dew wrote:
> Does anyone have an example they can share of using mutliple catalogs? I
> have a particular set of NAS backups that has over 500,000,000 file records
> and pretty much need to use a separate catalog to hopefully overcome 3 days
> of table locking while inserting preventing other jobs from completing.
> 
> Thanks,
> Shon

Hi Shon,

just define your new catalogs in the director's config and assign the
catalog to the new clients: 

Catalog {
  Name = catalog1
  dbname = catalog1; user = bacula; password = "XXXXXXX"
}

Catalog {
  Name = catalog2
  dbname = catalog2;user = bacula; password = "YYYYYY" 
}

.....

Client {
  Name = client1
  Address = client1.example.com
  FDPort = 9102
  Catalog = catalog1
...


Client {
  Name = client2
  Address = client2.example.com
  FDPort = 9102
  Catalog = catalog2

Cheers, Uwe 

-- 
NIONEX --- Ein Unternehmen der Bertelsmann SE & Co. KGaA



------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>