Bacula-users

Re: [Bacula-users] Organizing pools

2009-11-03 12:00:06
Subject: Re: [Bacula-users] Organizing pools
From: Maarten Hoogveld <m.hoogveld AT elevate DOT nl>
To: rperezm AT uci DOT cu
Date: Tue, 3 Nov 2009 17:30:36 +0100
The "Name" for each pool has to be unique.

Try something like

#Client 1
Pool {
  Name = SVEXP01-Pool
  ...
  ...
}

#Client 2
Pool {
  Name = SVEXP02-Pool
  ...
  ...
}



Cheers,
Maarten Hoogveld

Elevate BV
Diopter 80
1025 MS  Amsterdam
The Netherlands

Tel: +31 (0)20 636 96 33
Mob: +31 (0)6 4349 8382


2009/11/3 ReynierPM <rperezm AT uci DOT cu>
Hi every:
I'm trying to organize my pools. I have this two files configured:

#Client 1
Pool {
  Name = SVEXP-Pool
  Pool Type = Backup
  Recycle = yes
  AutoPrune = yes
  Volume Retention = 2 year
  Recycle Oldest Volume = yes
  Maximum Volume Jobs = 31
  Label Format =  SVEXPAPP01-Pool-
  Maximum Volumes = 12
}

#Client 2
Pool {
  Name = SVEXP-Pool
  Pool Type = Backup
  Recycle = yes
  AutoPrune = yes
  Volume Retention = 2 year
  Recycle Oldest Volume = yes
  Maximum Volume Jobs = 31
  Label Format =  SVEXPAPP02-Pool-
  Maximum Volumes = 12
}

But when I try to restart Bacula I got this error:

03-Nov 16:35 bacula-dir: ERROR TERMINATION at dird_conf.c:1589
Attempt to define second pool resource named "SVEXP-Pool" is not permitted.

Why? What's wrong here?
Cheers and thanks in advance
--
ReynierPM

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
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>