Package: backup-manager / 0.7.14-1+deb10u1

Metadata

Package Version Patches format
backup-manager 0.7.14-1+deb10u1 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 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.

fix purging of remote archives via ftp or ssh.patch | (download)

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

 fix purging of remote archives via ftp or ssh
 Due to a refactoring upstream the additional export of BM_BMP_PATH in
 backup-manager script caused to invoke
 /usr/bin/backup-manager-purge/backup-manager-purge to purge the remote
 archives and failing.