]> git.sur5r.net Git - bacula/rescue/commit
kes Correct a test in block.c that prevented restore of a DVD from
authorKern Sibbald <kern@sibbald.com>
Sat, 16 Sep 2006 16:59:25 +0000 (16:59 +0000)
committerKern Sibbald <kern@sibbald.com>
Sat, 16 Sep 2006 16:59:25 +0000 (16:59 +0000)
commitba131358df87de8243916c3207f110f7ae7bf4ac
tree8d370c7d71c216685a541d91342639398be885dd
parent1e422bf7ec295bd9a8138b27c6d649031aacd174
kes  Correct a test in block.c that prevented restore of a DVD from
     looking at the last part in the spool directory.
kes  Make some error messages clearer mostly by using the word DVD
     in the message. Improve infor message in read_record for DVDs.
kes  Remove DVD kludges in dircmd.c label/relabel.
kes  Move the dvd relabel code from dircmd.c into
     write_new_volume_label_to_dvd() adding a relabel argument.
kes  Rewrite the truncate_dvd() code to be much simpler and
     more logical. First blow away any spool part, then create a
     new empty part and write to the DVD.
kes  Rewrite the can_write_on_non_blank_dvd() code making it
     only ensure that no valid data is on the DVD -- i.e. it
     can be overwritten.