This file is indexed.

/usr/share/doc/cedar-backup2-doc/README is in cedar-backup2-doc 2.24.1-1.

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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# vim: set ft=text80:
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
#              C E D A R
#          S O L U T I O N S       "Software done right."
#           S O F T W A R E
#
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
# Author   : Kenneth J. Pronovici <pronovic@ieee.org>
# Project  : Cedar Backup, release 2
# Revision : $Id: README 1055 2014-10-01 21:52:29Z pronovic $
# Purpose  : README for package
#
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #

Cedar Backup is a software package designed to manage system backups for a
pool of local and remote machines.  Cedar Backup understands how to back up
filesystem data as well as MySQL and PostgreSQL databases and Subversion
repositories.  It can also be easily extended to support other kinds of
data sources.

Cedar Backup is focused around weekly backups to a single CD or DVD disc,
with the expectation that the disc will be changed or overwritten at the
beginning of each week.  If your hardware is new enough, Cedar Backup can
write multisession discs, allowing you to add incremental data to a disc on
a daily basis.  

Alternately, Cedar Backup can write your backups to the Amazon S3 cloud
rather than relying on physical media.

Besides offering command-line utilities to manage the backup process, Cedar
Backup provides a well-organized library of backup-related functionality,
written in the Python programming language.

This is release 2 of the Cedar Backup package.  It represents a complete
rewrite of the original package.  The new code is cleaner, more compact,
more focused and also more "pythonic" in its approach (although the coding
style has arguably been influenced by my experiences with Java over the
last few years).  There is also now an extensive unit test suite, something
the first release always lacked.

For more information, see the Cedar Backup web site:

   http://cedar-backup.sourceforge.net/

If you regularly use Cedar Backup, you might also want to join the
low-volume cedar-backup-users mailing list, which you can subscribe to via
the SourceForge site.  This list is used to announce new releases of Cedar
Backup, and you can use it to report bugs or to get help using Cedar
Backup.