Bill Szkotnicki wrote:
> 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
> }

Looks good to me.

Remember that Volume Retention, File Retention and Job Retention are all
significant.  If memory serves, it's the *shortest* interval that
matters, so you should be OK.

-- 
 Phil Stracchino       [EMAIL PROTECTED]
    Renaissance Man, Unix generalist, Perl hacker
 Mobile: 603-216-7037         Landline: 603-886-3518


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