]> git.sur5r.net Git - bacula/rescue/commit
- Continue implementing migration.
authorKern Sibbald <kern@sibbald.com>
Mon, 30 Jan 2006 14:24:17 +0000 (14:24 +0000)
committerKern Sibbald <kern@sibbald.com>
Mon, 30 Jan 2006 14:24:17 +0000 (14:24 +0000)
commit3f9a3d8b7d6e8785ff68e36e65f57c4baa23aaf3
treed3d796a4ab003efed0abb2c1a147b4b9be1346bf
parente2bd658d30d5b71cff083f601db86f0d41a56880
- Continue implementing migration.
- Implement support for removable filesystems in SD.
- Ensure that btraceback scripts can be read by anyone.
- Replace dvd-freespace and dvd-writepart by dvd-handler.
- Correct bug where canceling restore before the FD contacts
  the SD causes the drive to be left in read mode.
- Move ofline_or_rewind into DEVICE::close().
- Eliminate close_device.
- Convert several dev subroutines to methods (e.g. bsf,
  eod, ...)
- Eliminate force_close_device().
- Implement Device Type directive in Device resource that
  can have values File, Tape, Fifo, DVD, or Prog.
- Add has_cap() method to Device.