> Now that I have changed my media type so that it is unique to each vchanger. > Is there an easy way to update the volumes to the new media type? Do I have > to manipulate the Catalog directly or is there some kind of update volume > command I can run? >
After a bit of searching, I found a nice sql query that worked wonderfully. Original Media Type = File Changed Media Type = Vchanger_8TB_50GB_Volumes Run bconsole type "sql" to run a sql command inside of bconsole type: update Media set MediaType = 'Vchanger_8TB_50GB_Volumes' where MediaType = 'File'; All my media was changed. Kicked off some incremental backups and they appear to be working. So, the world was happy and I know I can get a peaceful night sleep. Hopefully this will help someone else. -- You received this message because you are subscribed to the Google Groups "bareos-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
