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.
Jeremy C. Reed [Wed, 20 Dec 2006 22:32:48 +0000 (22:32 +0000)]
Another mega patch. Sorry it includes so many unrelated changes.
They are summarized below. Kern okayed this via bacula-devel list.
If you notice any issues, please let me know.
- Use latex2html -split 3 instead of -split 4 for the "make web" target.
NOTE: be sure to update your Makefile manually or from the Makefile.in.
- Switches top level sections to \chapter.
- Gets rid of asterisks for sections so they are all numbered now.
- Removes the now un-necessary and now redundant \addcontentsline for
table of contents (not needed because numbered sections are
automatically added so was doubling them).
- Shortens length of several section (and now chapter) titles (so this can
look better in table of contents and fit better in printed book.
Also a few of these are rewritten. (Note that I didn't modify the long
FAQ section names.)
- Removed some tex formatting that were embedded in some \section* because
now they cause tex errors.
- Adds many of my TODO: items as tex comments directly near problems.
Some of these are just questions.
- Uncomment label_fd label (as in my custom book tex file references the
GNU Free Documentation License).
- Change label name of PostgreSQL_phase2 to PostgreSQL_configure and
renamed that section.
- Removes an old comment about old FreeBSD port before it was updated.
- Removes some index items that were bogus or redundant; or rewords some
of index items.
Hopefully nothing else. (After this last batch of changes, I won't
get so far behind and will be able to commit related items at one
time.)
TODO: grep the tex files for TODO: and share your feedback or fix :)
Jeremy C. Reed [Wed, 20 Dec 2006 18:17:01 +0000 (18:17 +0000)]
Many, many changes but no real changes to content nor formatting.
- many spelling fixes
- various typo and punctuation fixes
- spell out digits as appropriate (help doc to be consistent)
- or use digits instead of words as appropriate
- fix some minor grammar issues
- mention "Linux" if referring to a Linux "kernel"
- proper use of a couple vendor names (to be consistent)
Okayed by Kern. (Note this does NOT include the TODO: nor \chapter changes.)