This file is indexed.

/usr/share/doc/backup-manager/README.Debian is in backup-manager 0.7.10.1-2.

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
backup-manager for Debian
---------------------------------------------------------------------

Note that the special configuration file 
`/usr/share/backup-manager/backup-manager.conf.tpl is here for the 
debconf needs.

If you want to hack backup-manager by hand, just edit 
`/etc/backup-manager.conf' not the tpl one !

Installing the cron script
---------------------------------------------------------------------

Backup-manager can be run by cron, but starting with version 0.7.9-2
this facility is disabled by default as it can be rather costly.  To
enable it, either run "dpkg-reconfigure backup-manager" and select the
desired cron frequency, or copy the provided template file manually by
running the following command:

install /usr/share/backup-manager/backup-manager.cron.tpl /etc/cron.daily/backup-manager

Replace cron.daily by cron.weekly or cron.monthly if you want less
frequent backups.

Notes for the Amazon S3 upload method
---------------------------------------------------------------------

If you want to use the "s3" upload method (provided since version 0.7.3),
you need to install the libnet-amazon-s3-perl package.


Upgrade Notes for versions prior to 0.5.9a
---------------------------------------------------------------------

Since 0.5.9a the configuration file format has changed (several 
configuration keys renamed).
If you keep your old configuration file when upgrading, backup-manager
will trigger warnings at runtime for every deprecated variables in the
conffile.

There is a simple and safe way to upgrade your configuration file,
just use the contrib script:

/usr/share/backup-manager/contrib/upgrade-conffile.sh /etc/backup-manager.conf

This will perform the upgrade, show you the unified diff and ask for
confirmation before overwriting.

 -- Alexis Sukrieh <sukria@sukria.net>

 -- Sven Joachim <svenjoac@gmx.de>, Tue, 28 Feb 2012 16:59:32 +0100