Bacula-users

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

2010-05-25 11:08:30
Subject: Re: [Bacula-users] bacula using volume for each job every night
From: Joseph Spenner <joseph85750 AT yahoo DOT com>
To: bacula-users AT lists.sourceforge DOT net
Date: Tue, 25 May 2010 08:06:26 -0700 (PDT)
If life gives you lemons, keep them-- because hey.. free lemons.


--- On Tue, 5/25/10, Phil Stracchino <alaric AT metrocast DOT net> wrote:

> From: Phil Stracchino <alaric AT metrocast DOT net>
> Subject: Re: [Bacula-users] bacula using volume for each job every night
> To: bacula-users AT lists.sourceforge DOT net
> Date: Tuesday, May 25, 2010, 8:49 AM
> On 05/25/10 10:37, Joseph Spenner
> wrote:
> > 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?
> 
> This may be a silly question, but ... how much data is
> being backed up
> each night?
> 
> How many clients do you have and what are your various
> concurrency
> settings?  In particular, does every storage device
> have a concurrency
> setting greater than the number of clients?
> 
> 

Currently, not much data backed up at all.  Last night, 6 volumes/files were 
used:

file_0009 = 292B       Incremental of the bacula server itself
file_0010 = 284.34G    Full backup of a Linux Client
file_0011 = 5.47MB     Incremental of a Linux Client
file_0012 = 67.28MB    Incremental of a Linux Client
file_0013 = 169.85MB   Incremental of a Windows Client
file_0014 = 44.96MB    Catalog

I currently have 5 clients.

In my bacula-sd.conf, I have:
Storage {
  Name = bacula-va-sd
  SDPort = 9103
  WorkingDirectory = "/opt/bacula/bin/working"
  Pid Directory = "/opt/bacula/bin/working"
  Maximum Concurrent Jobs = 20
}

Device {
  Name = FileStorage
  Media Type = File
  Archive Device = /opt/bacula/volumes
  LabelMedia = yes;
  Random Access = Yes;
  AutomaticMount = yes;
  RemovableMedia = no;
  AlwaysOpen = no;
}




      

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

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