Bacula-users

Re: [Bacula-users] Multiple Catalog Configuration

2013-06-04 11:52:15
Subject: Re: [Bacula-users] Multiple Catalog Configuration
From: Mingus Dew <shon.stephens AT gmail DOT com>
To: Uwe Schuerkamp <uwe.schuerkamp AT nionex DOT net>, bacula-users <bacula-users AT lists.sourceforge DOT net>
Date: Tue, 4 Jun 2013 11:46:34 -0400
Thanks very much for the replie and clarification. I'll be able to get to work on this with peace of mind.

Yours,
Shon


On Tue, Jun 4, 2013 at 4:49 AM, Uwe Schuerkamp <uwe.schuerkamp AT nionex DOT net> wrote:
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>