Your message dated Sun, 26 Jul 2009 04:02:19 +0000
with message-id <[email protected]>
and subject line Bug#532976: fixed in backup-manager 0.7.8-2
has caused the Debian Bug report #532976,
regarding backup-manager: Doesn't distinguish errors and warning with "tar.gz"
filetype
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
532976: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=532976
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: backup-manager
Version: 0.7.8-1
Severity: normal
Tags: patch
Hello! I'm using backup manager with BM_TARBALL_FILETYPE="tar.gz".
File changes during the backup are recognized as errors despite the
fact that tar return code is "1". This is caused by the bug in
backup-methods.sh: BM__CURRENT_COMMAND variable isn't set properly.
I've made a small patch. I'm not sure how to fix that correctly but
I've tried :) May be it's a good idea to set BM__CURRENT_COMMAND
variable in function __get_backup_tarball_command() but it still
will not work for encrypted archives.
Actually the way backup-manager executes commands doesn't allow to
treat this situation properly: error codes are lost in pipelines.
May be it's better to pass date through FIFO's and get the error
codes separately?
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (10, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.29-2-amd64 (SMP w/1 CPU core)
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R) (ignored:
LC_ALL set to ru_RU.KOI8-R)
Shell: /bin/sh linked to /bin/bash
Versions of packages backup-manager depends on:
ii debconf [debconf-2.0] 1.5.26 Debian configuration management sy
ii findutils 4.4.2-1 utilities for finding files--find,
ii gzip 1.3.12-8 GNU compression utilities
ii ucf 3.0018 Update Configuration File: preserv
backup-manager recommends no packages.
Versions of packages backup-manager suggests:
pn anacron <none> (no description available)
pn dar <none> (no description available)
ii dvd+rw-tools 7.1-4 DVD+-RW/R tools
ii genisoimage 9:1.1.9-1 Creates ISO-9660 CD-ROM filesystem
ii gettext-base 0.17-6 GNU Internationalization utilities
pn libfile-slurp-perl <none> (no description available)
pn libnet-amazon-s3-perl <none> (no description available)
ii openssh-client 1:5.1p1-6 secure shell client, an rlogin/rsh
ii perl 5.10.0-22 Larry Wall's Practical Extraction
ii perl-modules [libnet-perl] 5.10.0-22 Core Perl modules
ii wodim 9:1.1.9-1 command line CD/DVD writing tool
ii zip 3.0-1 Archiver for .zip files
-- debconf information:
backup-manager/upload-key:
backup-manager/name-format: long
backup-manager/upload-hosts:
backup-manager/upload-user-ftp:
backup-manager/cron_frequency: daily
backup-manager/cron_d_remove_deprecated: false
backup-manager/blacklist: /var/archives
backup-manager/time-to-live: 5
backup-manager/burning-maxsize: 650
backup-manager/encryption_recipient:
backup-manager/transfert_mode: scp
backup-manager/dump_symlinks: false
backup-manager/upload-user-scp: bmngr
backup-manager/burning-device: /dev/cdrom
backup-manager/upload-dir: /var/archives/uploads
backup-manager/enable_encryption: false
* backup-manager/directories: /etc /home
* backup-manager/repo_group: root
backup-manager/filetype: tar.gz
* backup-manager/repo_user: root
* backup-manager/backup-repository: /media/md0/archive
backup-manager/burning-method: CDRW
backup-manager/burning-enabled: false
backup-manager/want_to_upload: false
-- debsums errors found:
debsums: checksum mismatch backup-manager file
/usr/share/backup-manager/backup-methods.sh
*** backup-methods.sh.old 2009-06-13 17:27:49.000000000 +0700
--- backup-methods.sh 2009-06-13 17:56:04.000000000 +0700
***************
*** 629,635 ****
# the common commandline
*)
! BM__CURRENT_COMMAND="generic"
debug "$command $file_to_create \"$target\" > $logfile 2>&1"
tail_logfile "$logfile"
debug "$command $file_to_create \"$target\""
--- 629,640 ----
# the common commandline
*)
! # tar, tar.gz, tar.bz2, tar.whatever
! if [[ "${BM_TARBALL_FILETYPE:0:3}" == "tar" ]] ; then
! BM__CURRENT_COMMAND="tar"
! else
! BM__CURRENT_COMMAND="generic"
! fi
debug "$command $file_to_create \"$target\" > $logfile 2>&1"
tail_logfile "$logfile"
debug "$command $file_to_create \"$target\""
--- End Message ---
--- Begin Message ---
Source: backup-manager
Source-Version: 0.7.8-2
We believe that the bug you reported is fixed in the latest version of
backup-manager, which is due to be installed in the Debian FTP archive:
backup-manager-doc_0.7.8-2_all.deb
to pool/main/b/backup-manager/backup-manager-doc_0.7.8-2_all.deb
backup-manager_0.7.8-2.diff.gz
to pool/main/b/backup-manager/backup-manager_0.7.8-2.diff.gz
backup-manager_0.7.8-2.dsc
to pool/main/b/backup-manager/backup-manager_0.7.8-2.dsc
backup-manager_0.7.8-2_all.deb
to pool/main/b/backup-manager/backup-manager_0.7.8-2_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Sven Joachim <[email protected]> (supplier of updated backup-manager package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sun, 19 Jul 2009 22:23:54 +0200
Source: backup-manager
Binary: backup-manager backup-manager-doc
Architecture: source all
Version: 0.7.8-2
Distribution: unstable
Urgency: medium
Maintainer: [email protected]
Changed-By: Sven Joachim <[email protected]>
Description:
backup-manager - command-line backup tool
backup-manager-doc - documentation package for Backup Manager
Closes: 499667 516060 518956 528161 532976 535372 536155
Changes:
backup-manager (0.7.8-2) unstable; urgency=medium
.
* New maintainer (Closes: #536155).
* Add missing build dependencies (Closes: #516060).
* Make debian/rules less verbose (Closes: #535372).
* Fix failure of the tarball-incremental method on the 8th and 9th
day of each month (Closes: #518956). Thanks to Margarita Manterola.
* Fix bug that treated tar warnings as fatal errors (Closes: #532976).
Thanks to Alexey Salmin.
* Install the user guide into /usr/share/doc/backup-manager-doc
again (Closes: #528161).
* Update the German upstream translation (Closes: #499667).
* Mention in README.Debian that libfile-slurp-perl and libnet-amazon-s3-perl
are required for the s3 upload method (see #491199).
* Fix a bashism in po/Makefile.
* Use a single debian/copyright file instead of only slightly different
ones for backup-manager and backup-manager-doc.
* Switch to quilt from dpatch.
- Don't make any direct changes outside debian/ .
- Add a short README.source as recommended by policy.
* Upgrade debhelper compatibility level to 7.
* Some debian/control cleanups:
- Let backup-manager-doc and backup-manager suggest each other,
do not suggest libnet-perl and perl-modules (redundant).
- Drop versioned dependency on gzip, even Woody had a newer version.
- Expand backup-manager-doc's extended description a bit.
- Upgrade Standards-Version to 3.8.2.
- Add Homepage field.
- Add Vcs-Browser and Vcs-Git fields, remove XS-Vcs-Svn field.
* Add debian/watch file.
Checksums-Sha1:
180c247c4fc77ccc2ad467c5d4136f88f4442bae 1380 backup-manager_0.7.8-2.dsc
d490cf05c7d54e699f05a153562107ca0e808b52 112813 backup-manager_0.7.8-2.diff.gz
100da89af92613f05091402ad8b691f29bc2a84c 141396 backup-manager_0.7.8-2_all.deb
1e996045fade8968914b6e3931f30f02b05b493f 237612
backup-manager-doc_0.7.8-2_all.deb
Checksums-Sha256:
14080bbe5ee7328358d8e0c48924fc385e63a575194d51143d514e32d68d0709 1380
backup-manager_0.7.8-2.dsc
ea725ea77029a9e85254a272d54e3a460cf483b7e2da02f42ebb783e9d6f6bb0 112813
backup-manager_0.7.8-2.diff.gz
9428af97afab90a352952cd4e897f39fca80f15014150c950511b72830c2c63e 141396
backup-manager_0.7.8-2_all.deb
3596f46e41e7f2b90adfb1e42f998c4fd1b0940d2ab0c7146a0526d0d06d1977 237612
backup-manager-doc_0.7.8-2_all.deb
Files:
c49fdfe641d42ae194da8561d89ef279 1380 admin optional backup-manager_0.7.8-2.dsc
829fca603e5d732f827dcc4bada256ca 112813 admin optional
backup-manager_0.7.8-2.diff.gz
3ed0ca2b1b81dadd1aff7b98d8d8ae25 141396 admin optional
backup-manager_0.7.8-2_all.deb
c0a65daf3f2e6a051cbefe73ec8a7453 237612 doc optional
backup-manager-doc_0.7.8-2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkpr0PEACgkQIntwtlWVB0q2AgCfXQ5l3aKHIBGBt58Md1MlSiOh
AqgAnR/BADtHt5/hLDOTB3YQDfCEgaO/
=0HPG
-----END PGP SIGNATURE-----
--- End Message ---