- Detect state change of system (verify)
Priority:
+- How does restore JobId=nnn work? (Dirk)
+- What does: restore select fileset="TestSet" client="workplay-fd" pool="Default"
+> storage="File2" before="2007-02-05 23:05:04" do? (Dirk)
+
- Implement update jobid=
- Mention Eric and Marc's work + Marc's doc.
- Add TLS to bat
apparently not. This happened when I removed the pool directive and
started the director.
- Add Where: client:/.... to restore job report.
-
fd = jcr->file_bsock;
jcr->jr.FirstIndex = 1;
- memset(&ar, 0, sizeof(ar));
jcr->FileIndex = 0;
Dmsg0(120, "bdird: waiting to receive file attributes\n");
}
/* Start transaction allocates jcr->attr and jcr->ar if needed */
db_start_transaction(jcr, jcr->db); /* start transaction if not already open */
+ ar = jcr->ar;
p = fd->msg;
/* The following three fields were sscanf'ed above so skip them */
skip_nonspaces(&p); /* skip FileIndex */
}
*fn = *p++; /* term filename and point to attribs */
attr = p;
- ar = jcr->ar;
len = strlen(attr);
jcr->attr = check_pool_memory_size(jcr->attr, len);
memcpy(jcr->attr, attr, len);
Technical notes on version 2.1
General:
+13May07
+kes Fix pointer usage bugs in Verify InitCatalog pointed out by
+ Eric.
12May07
kes Update the po files.
kes Fix Verify InitCatalog by making it cache attributes.