a different spooling mechanism.
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3452
91ce42f0-d328-0410-95d8-
f526ca767f89
bool begin_data_spool(DCR *dcr)
{
bool stat = true;
- if (dcr->jcr->spool_data) {
+ if (!dcr->dev->is_dvd() && dcr->jcr->spool_data) {
Dmsg0(100, "Turning on data spooling\n");
dcr->spool_data = true;
stat = open_data_spool_file(dcr);
General:
10Sep06
+kes Disable normal data spooling for DVD writing which uses
+ a different spooling mechanism.
kes Apply patch from Richard Mortimer to ensure that the number
of DVD parts is correctly updated.