This file is indexed.

/usr/share/doc/bacula-doc/techlogs/2002/kes01Aug02 is in bacula-doc 5.2.6-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
              Technical notes on version 1.24 01Aug02
                      1 August 2002
                      Kern Sibbald

General:
- The changes that added indexes to the SQLite database were
  lost -- thanks to Chuck for pointing this out. Redone.
- Fixed a problem quoting strings in SQLite. This showed up
  as database errors with files containing ' or " in the filename.
- Implemente restore command -- still in progress.

Changes submitted this submission:
- Added indexes to all fields in SQLite that exist in MySQL.
- Moved unused immortal files from src/lib to src/immortal.
  This will permit splitting depkgs.
- Started work on adding embedded MySQL. Cannot get the tables
  to work for the moment. Please don't try to use this option.
- Convert to using single quotes for enclosing all strings.
- Implement correct quoting algorithm for SQLite strings.
  Is dequoting needed?
- Started centralizing SQL statments in the Director in sql_cmds.c
- Changed a number of M_ABORTs to M_ERROR_TERM so that program terminates
  but does not produce a dump.
- Allow wild-card matches in bsr for Client name, and Job.
- Change OflineOnUnmount=no as default.
- Fixed improper printing of filenames containing a space in bls.c
  Thanks to Carlos for reporting this.