]> git.sur5r.net Git - bacula/rescue/commit
20Feb06
authorKern Sibbald <kern@sibbald.com>
Mon, 20 Feb 2006 20:04:01 +0000 (20:04 +0000)
committerKern Sibbald <kern@sibbald.com>
Mon, 20 Feb 2006 20:04:01 +0000 (20:04 +0000)
commitb10cbeea6daf9477b142218881051f384ed6de68
treed3d796a4ab003efed0abb2c1a147b4b9be1346bf
parent0cadcdb78ebc18ee9c6055832a4b009f1ed196a1
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.