From: Kern Sibbald Date: Mon, 20 Feb 2006 20:04:01 +0000 (+0000) Subject: 20Feb06 X-Git-Tag: Release-1.38.6~17 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b10cbeea6daf9477b142218881051f384ed6de68;p=bacula%2Frescue 20Feb06 - Note. Your database must be updated, or you must create a new database. I have not yet incremented the database level. - Add Location table. - Add LocationId, DeviceId, and MediaTypeId to Media record. 18Feb06 - Implement create/get mac record in database for adding extended Migration data to the job record. - Add new MAC table to update/make database scripts. - Return Storage name used when getting VolumeNames for a job. - Change bsr file keyword Storage to Device, which is more accurate. - Ensure that Mac records are pruned/purged. - Tweak SD tools to deal with changing media type. - Integrate more dev.c subroutines as methods (e.g. strerror, bsr, ...) - Pass pointer to dcr pointer to acquire_device_for_read() so that the subroutine can switch devices, and hence dcrs. - Modify the multiple MediaType read code to re-use the same dcr when switching devices. This makes the code much more robust. - Integrate patch from Karl Hakimian that reads JobIds, FileIndexes from a table for restore. - Add Storage name to VolParams, but it really should be Device. ---