On Monday 14 March 2005 02:58, Fabio Mengue wrote: > Hi, > > Is it possible to rename a Volume Name ? Can I do something like > > # mysql bacula > mysql> update Media set VolumeName="Fita01" where VolumeName="fita01"; > > and get away with it ? Do the volume name get used on other tables, > instead of the MediaId ?
No, you cannot get away with that unless you relabel the tape. Bacula needs the label name in the database to correspond to the label on the tape. So if you just change the name in the database, you'll have an orphan tape that won't be looked for, and you'll have a label in the database that can't be found. j----- k----- -- Joshua Kugler CDE System Administrator http://distance.uaf.edu/ ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Bacula-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bacula-users
