Bacula-users

Re: [Bacula-users] Verify and admin job retention

2010-12-29 15:06:06
Subject: Re: [Bacula-users] Verify and admin job retention
From: Martin Simmons <martin AT lispworks DOT com>
To: bacula-users AT lists.sourceforge DOT net
Date: Wed, 29 Dec 2010 20:00:58 GMT
>>>>> On Wed, 29 Dec 2010 13:32:28 +0100, Jeremy Maes said:
> 
> When checking some things at our clients' sites where we are testing 
> bacula I found out that
> our retention periods (and auto-pruning) don't seem to work for verify 
> jobs and admin jobs.
> 
> We are using general 30d File and Job retention periods everywhere, and 
> 6d, 20d or 81d volume retention periods for our volumes in the pool
> configs, depending on the type (daily, weekly, monthly)

Yes, I had problems with that too so I run the sql command

delete from job
       where type in ('V', 'D')
             and starttime < now()-interval '2 months'

every week to remove them.

I think one problem is that Volume Retention doesn't remove them because they
are not associated with any particular volumes, so they hang around for much
longer than expected.

__Martin

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
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>