specified in Job resource -- bug 159 -- fixed.
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1684
91ce42f0-d328-0410-95d8-
f526ca767f89
- Add date/time to each Jmsg.
1.37 Items:
+- Implement a Pool of type Cleaning?
- Implement VolReadTime and VolWriteTime in SD
- Modify Backing up Your Database to include a bootstrap file.
- Add restore of specific JobId to regression.
=== Done
- Add "Rerun failed levels = yes/no" to Job resource.
-
Client: %s\n\
FileSet: \"%s\" %s\n\
Pool: \"%s\"\n\
+Storage: \"%s\"\n\
Start time: %s\n\
End time: %s\n\
FD Files Written: %s\n\
jcr->client->hdr.name,
jcr->fileset->hdr.name, fsr->cCreateTime,
jcr->pool->hdr.name,
+ jcr->store->hdr.name,
sdt,
edt,
edit_uint64_with_commas(jcr->jr.JobFiles, ec1),
/* Handle Storage alists specifically */
JOB *jobdefs = job->jobdefs;
for (i=0; i < MAX_STORE; i++) {
- if (jobdefs->storage[i]) {
+ if (jobdefs->storage[i] && !job->storage[i]) {
STORE *st;
job->storage[i] = New(alist(10, not_owned_by_alist));
foreach_alist(st, jobdefs->storage[i]) {