From: Kern Sibbald Date: Sat, 8 Jul 2006 07:57:43 +0000 (+0000) Subject: ======================= Warning ========================== X-Git-Tag: Release-2.0.0~769 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5b82d7b42af26f20d360f3773a39c16ab7b7093f;p=bacula%2Frescue ======================= Warning ========================== Implemented new method of getting the default Storage from the Media record rather than from the MediaType for restore. As a fall back, if no Storage is defined, use the MediaType. This eliminates most all prompts if there are multiple MediaTypes used. This is an important and fundamental change. ========================================================== - Add more detail (Storage, Device) to list of volumes printed for restore. - More code in migrate. In particular start multiple jobs if migrating a volume. - Probably overkill, but ensure that the bsr is unique even within a job in FD and SD. - Rework bsys.c drop() so that it now should work as expected. - Update a bunch of old copyrights -- particularly in .h files. - Remove src/lib/bshm.c/h ---