Ante KaramatiÄ wrote:

> 
> Hm... I missed that. So, if I created Volumes with Volume Retention =
> 120, and then just changed that to 6, it wouldn't work? I have to
> recreate Volumes. If that's the problem, then great... It's easy to
> fix :)

You don't need to recreate volumes, just update the catalog.

sqlquery followed by something like this should do it:

select * from media where volretention=bar;

Check that it selects those media whose retention times you wish to
change, then do

update media set volretention=foo where volretention=bar;

I think you can also do it from "update media" in the console.

-- 
Russell Howe
[EMAIL PROTECTED]

Today's Nemi: http://www.metro.co.uk/img/pix/nemi_apr26.jpg


-------------------------------------------------------
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id5hix
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to