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?



-- 
  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.

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

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

Reply via email to