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 ?
I want to do that because one of my admins did not respect upper and lower case when he was doing volume creation, and from time to time bacula wants to create a new volume with the default volume name that is defined in bacula-dir.conf. I know that bacula tries to create another volume because of incorrect retension times, but I want it to recycle the oldest volume, and not create a new one.
I'm using bacula-1.36.1. My definition of this pool is:
Pool {
Name = Fita
Pool Type = Backup
LabelFormat = "Fita"
#Use Volume Once = yes
Volume Use Duration = 3 days
Volume Retention = 6 weeks
Maximum Volumes = 10
Recycle = yes # Bacula can automatically recycle Volumes
AutoPrune = yes # Prune expired volumes
Accept Any Volume = yes # write on any volume in the pool
Recycle Oldest Volume = yes
}
Thanks a lot,
F.
-- F�bio Mengue - N�cleo de Inform�tica - Hospital das Cl�nicas - Unicamp fabiao at hc dot unicamp dot br fabio at unicamp dot br
Larguei a bebida. O ruim � que n�o lembro onde.
------------------------------------------------------- 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_ide95&alloc_id396&op=click _______________________________________________ Bacula-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bacula-users
