/*
Bacula® - The Network Backup Solution
- Copyright (C) 2000-2009 Free Software Foundation Europe e.V.
+ Copyright (C) 2000-2011 Free Software Foundation Europe e.V.
The main author of Bacula is Kern Sibbald, with contributions from
many others, a complete list can be found in the file AUTHORS.
}
}
accurate_free(jcr);
- if (!jcr->incomplete && jcr->is_JobLevel(L_FULL)) {
+ if (jcr->is_JobLevel(L_FULL)) {
Jmsg(jcr, M_INFO, 0, _("Space saved with Base jobs: %lld MB\n"),
jcr->base_size/(1024*1024));
}
run_bacula
+# Note, the following stops and restarts the FD while it
+# is running to simulate a crash, so it is normal if
+# orphanned buffers are reported
sleep 5
$bin/bacula-ctl-fd stop
sleep 5
@$out ${cwd}/tmp/log1.out
wait
messages
+sql
+select * from JobMedia where JobId=1;
+
quit
END_OF_DATA