]> git.sur5r.net Git - bacula/docs/commit
- Update of web site to replace old released doc with LaTeX
authorKern Sibbald <kern@sibbald.com>
Sat, 9 Apr 2005 07:20:59 +0000 (07:20 +0000)
committerKern Sibbald <kern@sibbald.com>
Sat, 9 Apr 2005 07:20:59 +0000 (07:20 +0000)
commit50a2612000a8610b6deb121ec69deed3eb50f4d1
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904
parentdbb971f1d9ab08e609111f81822a1cdd1e5383e8
- Update of web site to replace old released doc with LaTeX
  version.
- Replace logo in doc with new bat logo.
- Make a good number of updates to the manual.
- Implement Python scripting using a Python object.
  This makes interfacing with Bacula cleaner (object
  oriented).
- Add Phil's Status table to the database -- used
  for getting a text description of the status
  codes.
- Modify FileSet so that an empty Options (no
  pattern matching) with an exclude will exclude
  all files.
- Modify FileSet so that no top level included File
  item can be excluded by a matching pattern.
- Suppress Created new FileSet record in daemon output.
- Implement Python in FD.
- Turn off old bfile reader code -- to be replaced
  by Python.