On Sat, Mar 14, 2009 at 12:55 PM, cpreston <bacula-fo...@backupcentral.com> wrote: > > [I'm resending this original poster's question because the connection between > bacula-users and the forum was down for a time. There will be three more > like this. > > quote="Mallet"]I am using bacula to backup about 10 servers files. I have > limited disk space on the backup server, about 100GB. > > I am trying to recycle the pool every 20 days. However it isn't overwriting > old data after the 20 days. What am I doing wrong here? Below is my pool > definition: > > Pool { > Name = Default > Pool Type = Backup > Recycle = yes # Bacula can automatically recycle > Volumes > AutoPrune = yes # Prune expired volumes > Volume Retention = 20 days # every 20 days > }[/quote] >
>From the manual: "Recycling will not occur until it is absolutely necessary to free up a volume (i.e. no other writable volume exists)." I infer from your disk space limitations that you're backing up to hard disk, but there's nothing in this config to tell Bacula when it should change volumes. No job limit, space limit, time limit, etc. So I'm guessing that Bacula is writing all your jobs to a single volume, which is always appendable because you haven't limited it otherwise. If this is all true, take a look at the "Automated Disk Backup" section of the manual. It has a perfect example of how to do this right. If this is all inaccurate, reply with more details (including your full config files). -HKS ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users