Bacula-users

Re: [Bacula-users] bacula using volume for each job every night

2010-05-25 10:59:14
Subject: Re: [Bacula-users] bacula using volume for each job every night
From: John Drescher <drescherjm AT gmail DOT com>
To: Joseph Spenner <joseph85750 AT yahoo DOT com>
Date: Tue, 25 May 2010 10:57:15 -0400
> The last few nights, bacula is using multiple volumes again.  I had this 
> problem once before and thought I fixed it.  But apparently not.  Here are my 
> settings:
>
> # Default pool definition
> Pool {
>  Name = Default
>  Pool Type = Backup
>  Recycle = yes
>  AutoPrune = yes
>  Job Retention = 20 days
>  Volume Retention = 20 days
> }
>
> # File Pool definition
> Pool {
>  Name = File
>  Pool Type = Backup
>  Recycle = yes
>  AutoPrune = yes
>  Job Retention = 20 days
>  Volume Retention = 20 days
>  Volume Use Duration = 23h
>  Maximum Volume Bytes = 1330G
>  Maximum Volumes = 21
> }
>
> I have several client definitions such as:
>
> JobDefs {
>  Name = "TychoJob"
>  Type = Backup
>  Level = Incremental
>  FileSet = "Full Set"
>  Schedule = "WeeklyCycleTuesday"
>  Storage = File
>  Messages = Standard
>  Pool = File
>  Priority = 10
>  Write Bootstrap = "/opt/bacula/bin/working/%c.bsr"
> }
>
>
> Client {
>  Name = tycho-fd
>  Address = tycho
>  FDPort = 9102
>  Catalog = MyCatalog
>  Password = "sensoredPassword"
>  AutoPrune = yes
> }
>
> Schedule {
>  Name = "WeeklyCycleTuesday"
>  Run = Level=Full tue at 1:05
>  Run = Incremental wed-mon at 1:05
> }
>
> Anyone have any ideas?
>

I am confused what the problem is. You have it write to a volume up to
1 day or 1330GB then wait for 20 days before reusing the volume.

What is it doing?

John

------------------------------------------------------------------------------

_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users