Bacula-users

Re: [Bacula-users] Recycle all volumes via bconsole

2016-05-05 18:16:13
Subject: Re: [Bacula-users] Recycle all volumes via bconsole
From: Ana Emília M. Arruda <emiliaarruda AT gmail DOT com>
To: Elias Pereira <empbilly AT gmail DOT com>
Date: Fri, 6 May 2016 00:14:35 +0200
Hello Elias,

Yes, you can directly update the database. If using MySQL, something like the bellow:

update Media set VolStatus="Used" where VolStatus="Error";

If you're going to do this, set the status to "Used" or "Full" and then bacula will recycle the volumes when its retention periods expires.

Nevertheless, I would recommend you to delete these volumes, because they could have entered this error status caused by a label corruption. And If this is the case, when Bacula would try to reuse them, they will enter again into this error status.

Best regards,
Ana


On Thu, May 5, 2016 at 3:18 PM, Elias Pereira <empbilly AT gmail DOT com> wrote:
Hello guys,

I have many volumes with errors and would like to recycle them. I can do this in one command?

--
Elias Pereira

------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users


------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
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>