OK here is how I've configured bacula (relevant parts)and my first full job
is running.
I am hoping that:
1) volumes will be automatically reused/recycled after 31 days
2) pruning will happen automatically
If anyone sees something wrong I would appreciate hearing about it.

Thanks
""""""""""""""""

JobDefs {
  Name = "DefaultJob"
  Type = Backup
  Level = Incremental
  Client = apss-fd 
  FileSet = "Full Set"
  Schedule = "MonthlyCycle"
  Storage = File
  Messages = Standard
  Pool = Default
  Priority = 10
}
Schedule {
  Name = "MonthlyCycle"
  Run = Level=Full on 1 at 1:05
  Run = Level=Incremental on 2-31 at 1:05
}
Pool {
  Name = Default
  Pool Type = Backup
  Recycle = yes           # Bacula can automatically recycle Volumes
  AutoPrune = yes                     # Prune expired volumes
  Volume Retention = 31  days         # one month
  Label Format = "File-"
  Maximum Volume Bytes = 20G
  Accept Any Volume = yes             # write on any volume in the pool
}

 
Bill
 

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Arno Lehmann
Sent: Monday, September 05, 2005 7:10 AM
To: Bill Szkotnicki
Cc: bacula-users@lists.sourceforge.net
Subject: Re: [Bacula-users] config help

Hello,

Bill Szkotnicki wrote:

> 
> 
> I am new to bacula and need some config help.
> 
>  
> 
> I am using FileStorage
> 
> And the problem I am having is that a disk is filling up ( not appendable)
> 
> What I would like to do is
> 
> a)        When the FULL job runs just empty the volume and start again
> 
> b)       Run and append incrementals for a few weeks (say 4)
> 
> c)        Repeat

This sounds like you need to tune your retention setings and use 
automatic pruning of volumes.

>  
> 
> Does anyone know how to do that?

If I'm right, what you need to know can be found in the manual.

If you have trouble understanding how retention and pruning work 
together you should post the relevant parts of your configuration.

Arno

>  
> 
> I could just remove the file and start fresh but it would be nice to 
> have it automated.
> 
>  
> 
> Bill
> 
>  
> 

-- 
IT-Service Lehmann                    [EMAIL PROTECTED]
Arno Lehmann                  http://www.its-lehmann.de


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to