From: Kern Sibbald Date: Mon, 30 Jan 2006 14:24:17 +0000 (+0000) Subject: - Continue implementing migration. X-Git-Tag: Release-1.38.6~35 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3f9a3d8b7d6e8785ff68e36e65f57c4baa23aaf3;p=bacula%2Frescue - 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. ---