Bacula-users

Re: [Bacula-users] dump my configuration?

2011-02-01 09:57:23
Subject: Re: [Bacula-users] dump my configuration?
From: Kjetil Torgrim Homme <kjetilho AT linpro DOT no>
To: bacula-users AT lists.sourceforge DOT net
Date: Tue, 01 Feb 2011 15:54:02 +0100
hymie! <hymie AT lactose.homelinux DOT net> writes:

> Kjetil Torgrim Homme writes:
>>you specified "Recycle", so Bacula will reuse old volumes.
>
> Thank you!  I thought "Maximum Volume Jobs = 1" would prevent that,
> but once the job is purged, then there are no jobs in that volume, so
> it becomes fair game.

BTW, this is one of those properties which is only set upon creation.
you need to fix this in the database for existing volumes.  not sure
if/how to do it in bconsole, I usually use the sledgehammer of direct
SQL access :-)

UPDATE Media SET recycle = 0;

(no WHERE clause needed, you want this on all your media, right)

-- 
Kjetil T. Homme
Redpill Linpro AS - Changing the game


------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
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>