---------- Forwarded message ----------
From: John Drescher <[email protected]>
Date: Thu, Sep 29, 2011 at 12:09 PM
Subject: Re: [Bacula-users] disk backup
To: Ignacio Cardona <[email protected]>


On Thu, Sep 29, 2011 at 11:43 AM, Ignacio Cardona
<[email protected]> wrote:
> John ,
>           has to be something like this?
>
> Pool {
>   Name = "Turnos"
>   Pool Type = Backup
>   Recycle = yes                       # Bacula can automatical006Cy recycle
> Volumes
>   AutoPrune = yes                     # Prune expired volumes
>   Volume Retention = 365 days         # one year
>   Maximum Volume Bytes = 10G          # Limit Volume size to something
> reasonable
>   LabelFormat = "TurnosN"
>   Maximum Volumes = 100               # Limit number of Volumes in Pool
>   Maximum Volume Size = 4G
> }
>
> is that correct?
> Thanks a lot!

I am sorry. I said "Maximum Volume Size" instead of "Maximum Volume Bytes".


http://bacula.org/5.0.x-manuals/en/main/main/Configuring_Director.html#SECTION0018150000000000000000

It should be

Pool {
 Name = "Turnos"
 Pool Type = Backup
 Recycle = yes                       # Bacula can automatical006Cy
recycle Volumes
 AutoPrune = yes                     # Prune expired volumes
 Volume Retention = 365 days         # one year
 Maximum Volume Bytes = 4G          # Limit Volume size to something reasonable
 LabelFormat = "TurnosN"
 Maximum Volumes = 100               # Limit number of Volumes in Pool
}

However remember that the pool resource is only used when creating new
volumes. So if you already have volumes created they will not get the
new size limit when they recycle. To fix this open up bconsole and

update pool from resource

and then

update all volumes in pool.

An example of this is here:
http://old.nabble.com/Re%3A-How-does-a-change-to-Volume-Use-Duration-take-effect--p15765197.html

John



-- 
John M. Drescher

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
Bacula-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to