Package: backup-manager / 0.7.12-4

Metadata

Package Version Patches format
backup-manager 0.7.12-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
debian backup manager.conf.tpl.patch | (download)

backup-manager.conf.tpl | 18 9 + 9 - 0 !
1 file changed, 9 insertions(+), 9 deletions(-)

 debian-backup-manager.conf.tpl

The configuration file has some changes for the postinst phase needs.

TODO: the Debian package should support BM_TARBALL_TARGETS.
debian no unused confvars.patch | (download)

backup-manager.conf.tpl | 5 0 + 5 - 0 !
1 file changed, 5 deletions(-)

 debian-no-unused-confvars

Remove a configuration variable that is not used anywhere (as of version
0.7.10.1).

debian version.patch | (download)

backup-manager | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 debian-version

backup-manager's version string includes "-debian" We want people to know that
debian user guide location.patch | (download)

doc/Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 debian-user-guide-location

The user guide is installed in /usr/share/backup-manager-doc. This is the
recommended canonical Debian location.

Bug-Debian: http://bugs.debian.org/433011
Bug-Debian: http://bugs.debian.org/528161

fix tar errors.patch | (download)

lib/backup-methods.sh | 7 6 + 1 - 0 !
1 file changed, 6 insertions(+), 1 deletion(-)

 fix-tar-errors

A bug that treats tar warnings as errors has been fixed.

Bug: http://bugzilla.backup-manager.org/show_bug.cgi?id=219
Bug-Debian: http://bugs.debian.org/532976

fix sanitize messages.patch | (download)

lib/sanitize.sh | 15 9 + 6 - 0 !
1 file changed, 9 insertions(+), 6 deletions(-)

 fix-sanitize-messages

Sanitize logging system's variables first to ensure errors and warnings are
properly reported / logged.

removed duplicate setting of _PREFIX variables.patch | (download)

backup-manager | 5 0 + 5 - 0 !
1 file changed, 5 deletions(-)

 removed duplicate setting of _prefix variables


backup manager looks for its binaries in usr.patch | (download)

Makefile | 7 1 + 6 - 0 !
backup-manager | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 7 deletions(-)

 backup-manager looks for its binaries in /usr

Fix pattern generation.patch | (download)

lib/files.sh | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix pattern generation

If the file path includes the current date, the pattern replaces the
date in the file path instead of the date of the backup date. This minor
change uses the greediness of the .* pattern to match on the last
occurrence of the date.

Closes: 831759
Thanks: Chris Lamb for the report and the trace information.

Force gzip to ignore the filename and timestamp.patch | (download)

lib/backup-methods.sh | 10 6 + 4 - 0 !
1 file changed, 6 insertions(+), 4 deletions(-)

 force gzip to ignore the filename and timestamp

By default gzip stores the filename and timestamp of the contained file,
this prohibits any posibility of detecting dupes (when the files are not
generated in the same second as done by the current dupes test).