Re: [Bacula-users] Purged volume move to Default pool !!!

2010-02-02 Thread haridas n
Hi,


Thanks Phil Stracchino 

Yes , now the recycling work with out any problem. I added the following
parameters to each of my client pools , in which *Recycle Pool=pool-name *helps
to retain the recycled volumes with in the pool itself.

extra properties added to each pool are (IN Bold characters )

Pool
  {
Name = client-pool
Pool Type = Backup
Recycle = yes
   AutoPrune = yes

 Volume Retention = 6 days
 Volume Use Duration=7 days
 *Recycle Pool= client-pool
 LabelFormat = client-vol-*
 *Maximum Volumes = 3*
 *Recycle Oldest Volume = yes*

   }

-

I think the recycling of volumes will not disturb me again ;)

Thanks,
Haridas N.

On Sat, Jan 30, 2010 at 12:25 AM, Phil Stracchino ala...@metrocast.netwrote:

 On 01/28/10 23:44, haridas n wrote:
  Hi ,
 
  There is no such a resource parameter(RecyclePool = Default ) in my
  bacula-dir.conf any where.
  Below pool resource is the default template for all my clients.I'm using
  different  pool for each client.
 
 
  Pool
{
   Name = clientname-pool
   Pool Type = Backup
   Recycle = yes
   AutoPrune = yes
   Volume Retention = 30 days
   Volume Use Duration=15 days
 }


 In that case, try adding:  Recycle Pool = clientname-pool

 That should solve the problem.

 --
   Phil Stracchino, CDK#2 DoD#299792458 ICBM: 43.5607, -71.355
  ala...@caerllewys.net   ala...@metrocast.net   p...@co.ordinate.org
 Renaissance Man, Unix ronin, Perl hacker, Free Stater
 It's not the years, it's the mileage.


 --
 The Planet: dedicated and managed hosting, cloud storage, colocation
 Stay online with enterprise data centers and the best network in the
 business
 Choose flexible plans and management services without long-term contracts
 Personal 24x7 support from experience hosting pros just a phone call away.
 http://p.sf.net/sfu/theplanet-com
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users




-- 
Have a nice day...
--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Purged volume move to Default pool !!!

2010-01-29 Thread Phil Stracchino
On 01/28/10 23:44, haridas n wrote:
 Hi ,
 
 There is no such a resource parameter(RecyclePool = Default ) in my
 bacula-dir.conf any where.
 Below pool resource is the default template for all my clients.I'm using
 different  pool for each client.
 
 
 Pool
   {
  Name = clientname-pool   
  Pool Type = Backup  
  Recycle = yes
  AutoPrune = yes
  Volume Retention = 30 days
  Volume Use Duration=15 days
}


In that case, try adding:  Recycle Pool = clientname-pool

That should solve the problem.

-- 
  Phil Stracchino, CDK#2 DoD#299792458 ICBM: 43.5607, -71.355
  ala...@caerllewys.net   ala...@metrocast.net   p...@co.ordinate.org
 Renaissance Man, Unix ronin, Perl hacker, Free Stater
 It's not the years, it's the mileage.

--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Purged volume move to Default pool !!!

2010-01-28 Thread Phil Stracchino
On 01/28/10 00:50, haridas n wrote:
 Hi All,
 
 I'm find some difficulties when configuring automatic recycling of
 volumes.I changed the Retention period ,Volume use period ,Recycle= yes
 and set such configurations to get the volume recycle by bacula itself
 .But what happening here is after purging the volume it move the purged
 volume to the Default pool instead of kept with the same pool.What is
 the problem of this volume recycling , is any thing related to
 configuration problem ?

Yes, this is a configuration issue.  If you would post your Pool
resources, we can identify the error.  Does your Pool definition contain
a RecyclePool = Default directive by any chance?


-- 
  Phil Stracchino, CDK#2 DoD#299792458 ICBM: 43.5607, -71.355
  ala...@caerllewys.net   ala...@metrocast.net   p...@co.ordinate.org
 Renaissance Man, Unix ronin, Perl hacker, Free Stater
 It's not the years, it's the mileage.

--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Purged volume move to Default pool !!!

2010-01-28 Thread haridas n
Hi ,

There is no such a resource parameter(RecyclePool = Default ) in my
bacula-dir.conf any where.
Below pool resource is the default template for all my clients.I'm using
different  pool for each client.


Pool
  {
 Name = clientname-pool
 Pool Type = Backup
 Recycle = yes
 AutoPrune = yes
 Volume Retention = 30 days
 Volume Use Duration=15 days
   }


Here I want to auto recycle the volumes under each pool(Two volumes per
pool) after two week . How we can done this . I'm using bweb for manage
these retention periods of my pools ,is there any problem to this type of
changes to the volume parameters after it get started to store backup data.
I did such a changes to my volumes in order to accomplish the auto
recycling.Please guide me to do this autorecycling .


Thanks,
Haridas N.




On Thu, Jan 28, 2010 at 6:12 PM, Phil Stracchino ala...@metrocast.netwrote:

 On 01/28/10 00:50, haridas n wrote:
  Hi All,
 
  I'm find some difficulties when configuring automatic recycling of
  volumes.I changed the Retention period ,Volume use period ,Recycle= yes
  and set such configurations to get the volume recycle by bacula itself
  .But what happening here is after purging the volume it move the purged
  volume to the Default pool instead of kept with the same pool.What is
  the problem of this volume recycling , is any thing related to
  configuration problem ?

 Yes, this is a configuration issue.  If you would post your Pool
 resources, we can identify the error.  Does your Pool definition contain
 a RecyclePool = Default directive by any chance?


 --
  Phil Stracchino, CDK#2 DoD#299792458 ICBM: 43.5607, -71.355
  ala...@caerllewys.net   ala...@metrocast.net   p...@co.ordinate.org
 Renaissance Man, Unix ronin, Perl hacker, Free Stater
 It's not the years, it's the mileage.


 --
 The Planet: dedicated and managed hosting, cloud storage, colocation
 Stay online with enterprise data centers and the best network in the
 business
 Choose flexible plans and management services without long-term contracts
 Personal 24x7 support from experience hosting pros just a phone call away.
 http://p.sf.net/sfu/theplanet-com
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users




-- 
Have a nice day...
--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users