hymie! <hy...@lactose.homelinux.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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to