Jeremy C. Reed [Fri, 5 Jan 2007 17:37:47 +0000 (17:37 +0000)]
Remove the "ilink" cross-references from within a few subsection header.
It didn't make sense for a subsection header to point to a different
chapter in a printed document. No hyperlink in print :)
Add a sentence at end each of these sub-sections to instead point
to that cross-reference. (The hyperlink is still in the section
but now can be read.)
Jeremy C. Reed [Fri, 5 Jan 2007 17:20:41 +0000 (17:20 +0000)]
Fix chapter label names to no longer use generic name with number.
Now basically use name of the file as part of the chapter label.
This makes it more clear for following or creating new cross-references.
Note that most of the labels were not even used.
This also fixed two previously broken references in license.tex.
And fixed two chapters that had identical label (oldfileset and mysql).
Eric Bollengier [Wed, 3 Jan 2007 20:22:07 +0000 (20:22 +0000)]
ebl add file_histo and rep_histo new graph they works with bfileview
and only on postgresql at this time. With this graph, you will
follow directory and file evolution across backup.
Kern Sibbald [Thu, 28 Dec 2006 17:14:00 +0000 (17:14 +0000)]
kes Convert dbcheck to use 64 bit DB IDs.
kes Update projects
kes Make rescue work.
kes Clarify Volume migration error message.
kes Look for Job keyword when opening DB in console.
Kern Sibbald [Sat, 23 Dec 2006 16:33:53 +0000 (16:33 +0000)]
kes Add code in catreq.c to reject volumes not marked Enabled.
kes Add a few more ACL access checks.
kes Add \n in gnome2-console restore command so that output prints
nicer -- i.e. lines do not run together.
kes Fix autolabeling so that it will not mark a volume in error
if the volume was not actually opened. This should fix bugs
#737 and 738.
kes Require tape drive to be open before autolabeling.
kes Require explicit mount command on non-tapes before autolabeling.
kes Implement an open_client_db() that searches the keywords for
either a catolg or client, and opens the appropriate catalog.
This makes Bacula adjust better to multiple catalogs.
kes Use more name() methods for resources rather than hdr.name.
Kern Sibbald [Fri, 22 Dec 2006 15:01:05 +0000 (15:01 +0000)]
kes Apply Eric's patch for recycling the Scratch pool.
kes Note, for the tray-monitor (or almost any restricted console_
to work, in version 1.39.x you must add CatalogACL = catalog-name
kes Add appropriate new #undefs to autoconf/acconfig.h so that
configure works correctly.
kes Implement configure code to allow the user to disable IPv6 with
--disable-ipv6
kes Apply Richard Mortimer's patch to prevent seg fault if mount point
not specified -- SD refuses to start.
kes Add magic.bacula from bug #715 to the scripts directory along with
Arno's explanation of how to install it.
kes Convert a bunch of hdr.name into name() method calls.
kes Fix the code to remove .bsr files. Fixes bug #736 -- Martin.