]> git.sur5r.net Git - bacula/rescue/commit
kes Complete hopefully the last of the copyright transfer changes.
authorKern Sibbald <kern@sibbald.com>
Thu, 14 Dec 2006 11:41:02 +0000 (11:41 +0000)
committerKern Sibbald <kern@sibbald.com>
Thu, 14 Dec 2006 11:41:02 +0000 (11:41 +0000)
commit33d43a14f44c929ff36219c20245b8b6bea30963
tree8d370c7d71c216685a541d91342639398be885dd
parent2455ab007a2fdc3ecb0f5817925ef52f22e6a73c
kes  Complete hopefully the last of the copyright transfer changes.
kes  Separate NumVolumes in SD to NumReadVolumes and NumWrite volumes so
     that migration writing to multiple volumes doesn't mess up reading
     Volumes. This should fix bug #720 -- multivol migration fails.
kes  Make migration SQL look only for Type='B' jobs to migrate.  This should
     fix bug #724 jobs getting migrated twice.
kes  Convert remaining dev_cap(dev, ...) to use dev->has_cap().
kes  Implement dev->clear_cap() and dev->set_cap() methods.
kes  Turn off disk seeking on restore for DVDs since I am not 100%
     sure it works.