On 08/09/2018 01:00 PM, Steven Hammond wrote:
> We are looking at implementing a tape check procedure.  Essentially, once a
> quarter we will routinely verify that various tapes are still readable and we
> can actually restore files from them (as a test). Our volumes are YEARLY,
> MONTHLY, WEEKLY, and DAILY.  I was wondering if there might be a way to store
> in the database with the volume somewhere a date, for example, of when we last
> tested the tape. Yes, I could just create a spreadsheet and keep track, but I
> didn't know if there was already a feature in Bacula (we are using version
> 9.06).  Any suggestions would be greatly appreciated.

Hi Steve,

There is a "comment" field in the db for media table.  This might be useful
for your case.


In bconsole, you can:

* update volume=xxxxx comment="Files restored from this volume on 20180809"

can also be scripted: (sorry, will wrap in email)

echo "update volume=xxxxx comment=\"Files restored from this volume on
20180809\"" | bconsole


Hope this helps,

Bill




-- 
Bill Arlofski
http://www.revpol.com/bacula
-- Not responsible for anything below this line --

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to