Bacula-users

Re: [Bacula-users] unlimited retention periods

2010-01-20 13:09:52
Subject: Re: [Bacula-users] unlimited retention periods
From: Dan Langille <dan AT langille DOT org>
To: C.Keschnat AT internet-mit-iQ DOT de
Date: Wed, 20 Jan 2010 13:07:33 -0500
C.Keschnat AT internet-mit-iQ DOT de wrote:
> Hi,
> I'm having a problem figuring out how to set up backup jobs with 
> unlimited retention periods (all three). Unlimited is probably not 
> possible but 100 years is fine. The Volume Retention should be no 
> problem, I can just create a new pool and set it there. But what about 
> File and Job Retentions? I can set them per client only, right? But I 
> don't want the job and file records of every job in the database 
> forever, just the ones I run once a year. Is there a solution to this?

Create a Pool for your annual backups:

Pool {
   Name             = PICKANAME
   Pool Type        = Backup
   Recycle          = no
   AutoPrune        = no
   Volume Retention = 100 years
   Storage          = PICKASTORAGE
}

This pool should be used ONLY for your annual backups.

Only your annual backups should use this Pool.

But I think you have that part (the above for was the record).

What you could do, if all else fails, create an addition Client resource 
that points to the same physical computer but specifies a special Job 
and File retention.  Use that new Client only for these annual jobs.


------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>