Your message dated Thu, 20 Oct 2011 22:17:39 +0000
with message-id <[email protected]>
and subject line Bug#639545: fixed in backupninja 0.9.10-1
has caused the Debian Bug report #639545,
regarding rsync handler does not correctly expand rsync options
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.)
--
639545: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=639545
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: backupninja
Version: 0.9.9-1
Tags: patch
The rsync helper calls all rsync options as one *argv argument, like
so:
execve("/usr/bin/nice", ["nice", "-n", "0", "/usr/bin/rsync", "-av
--delete --recursive --numer"..., "--exclude=/var/bkah"...,
The rdiff helper uses "sh -c" to expand this, so we can probably
consider that safe enough.
Patch attached.
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected]
`-
diff --git a/handlers/rsync.in b/handlers/rsync.in
index d93411a..34642d3 100644
--- a/handlers/rsync.in
+++ b/handlers/rsync.in
@@ -1071,7 +1071,7 @@ for SECTION in $include; do
info "Syncing $SECTION on $dest_path..."
debug $nice $rsync "${rsync_options[@]}" $filelist_flag $excludes
$batch_option $orig $dest_path
- $nice $rsync "${rsync_options[@]}" $filelist_flag $excludes $batch_option
$orig $dest_path | tee -a $log
+ $nice sh -c "$rsync ${rsync_options[@]} $filelist_flag $excludes
$batch_option $orig $dest_path" | tee -a $log
if [ "$?" != "0" ]; then
warning "Rsync error when trying to transfer $SECTION"
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: backupninja
Source-Version: 0.9.10-1
We believe that the bug you reported is fixed in the latest version of
backupninja, which is due to be installed in the Debian FTP archive:
backupninja_0.9.10-1.debian.tar.gz
to main/b/backupninja/backupninja_0.9.10-1.debian.tar.gz
backupninja_0.9.10-1.dsc
to main/b/backupninja/backupninja_0.9.10-1.dsc
backupninja_0.9.10-1_all.deb
to main/b/backupninja/backupninja_0.9.10-1_all.deb
backupninja_0.9.10.orig.tar.gz
to main/b/backupninja/backupninja_0.9.10.orig.tar.gz
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.
intrigeri <[email protected]> (supplier of updated backupninja 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: SHA256
Format: 1.8
Date: Fri, 23 Sep 2011 18:24:41 +0200
Source: backupninja
Binary: backupninja
Architecture: source all
Version: 0.9.10-1
Distribution: unstable
Urgency: low
Maintainer: Debian backupninja maintainers <[email protected]>
Changed-By: intrigeri <[email protected]>
Description:
backupninja - lightweight, extensible meta-backup system
Closes: 639545 639547 641120
Changes:
backupninja (0.9.10-1) unstable; urgency=low
.
* New upsteam release
. Fix "Locking mechanism causes variable problem".
. Allow 'when = XXX' in sh jobs.
. Stop supporting duplicity < 0.6.01.
. Fixed $rsync_options. (Closes: #639545)
. Fix typo in manpage.
. Stop using hyphen as minus sign in manpages.
. Fix infinite loop in rdiff helper when version inconsistency is detected.
Thanks to Chris Lamb for the patch.
(Closes: #639547)
. Fix incorrect duplicity version check for keepincroffulls.
Thanks to Olivier Berger for the patch.
(Closes: #641120)
. Don't install LDAP handler, helper and example configuration file.
. Don't mention LDAP support in documentation.
* Formally move to team-maintenance, add myself to uploaders.
* Use 3.0 (quilt) source format.
* Convert to dh7 minimal rules with dh-autoreconf.
* preinst: use "set -e" in the script body instead of in the shebang.
* Don't mention LDAP support in long description, don't install its
example configuration file.
Checksums-Sha1:
5ef0c437fd79697cddbe6e37e0e759bb06cd955e 2063 backupninja_0.9.10-1.dsc
0be34d1f2f6462be2b90579ee042d45c0f3ce097 99541 backupninja_0.9.10.orig.tar.gz
b034c8bfd700c7561c62f1362bb40b6bb944d9c5 13059
backupninja_0.9.10-1.debian.tar.gz
9c85223514cc5f4de2c3454296b1a50c4ef15e1b 102904 backupninja_0.9.10-1_all.deb
Checksums-Sha256:
37e72a7f42af5012010f400cdf0c44c1f34ab007f413499d4bcb4d52b98ea1ac 2063
backupninja_0.9.10-1.dsc
09ae04eab2ef817c94fe15fc195ffbd79c62b6c268eee3dbc9f71eeea1eedf0c 99541
backupninja_0.9.10.orig.tar.gz
c7a9e6e99d935e303bb53d42b477dd9abf0f535168ec96dcbfbe4ff244df8984 13059
backupninja_0.9.10-1.debian.tar.gz
9d7878e3ed0ef7546b1d0cf14bfdf81584e2acfe5ade97817117a25fc014025b 102904
backupninja_0.9.10-1_all.deb
Files:
123b3fcf5bff15a915cc816d8823fac3 2063 admin optional backupninja_0.9.10-1.dsc
1cbae15dcd41f196b62ea183749f1473 99541 admin optional
backupninja_0.9.10.orig.tar.gz
d9aaaa82edccba0c274bd4c5980bf6ce 13059 admin optional
backupninja_0.9.10-1.debian.tar.gz
f667248ee9b898c3b5503d20c411668c 102904 admin optional
backupninja_0.9.10-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iQIcBAEBCAAGBQJOoJwEAAoJELsgrCDgt9a+pVcP/38U4ThPJyUDrjsdAn0x1rta
uJrODQO+diAH0xhBDr5arR3PbUWeI+mwmgRhucsJtPktYNOK5zHowBtbzUiJlDUe
J55k9ZZNNVuaC48pfR9mO/CbbqJzborQt2WYxkHclzQV7+zU8WBRcLT0pIXjvFSU
rtIgF6ZK1rsiFrDZL5biZOegRM2L6aEd21ZhxdCkKMy7FQUKXoAM1Tzwj5dNYT2j
mRbVoHiCgbN40mlZjBhoSqyQeJzxiipPBdeZJR9YvC+EZVxLEqUrs0IwAWhC4Dfl
iy5CBIX2ONYaiV9NZY4s1wLx1bifg0Ru/9V4DmSHzThKms1rg0rhOZE+MjEFxjzc
pwNZg4OGAZwj7Ct1Q/Dbpda+TzanfyYhtzs6OrifuWbrtUL6dXl/srLK5Ad1u035
E1lYFKrbmIcYIQsWEgR9UlnOQ81Uo17a5Kg923xCiSu240UnVWLmjN9UXsM3uitC
GKtExQHwsEgfAO9755SHeWtdCdoSoiO0pM56m8uhNiOCuWyQE3jRKCaPWqintd+a
wXtkgtEN48YXbZ0oT91JLNmSMUTTHPI60JAGlEa/P5la8XvLJa5+9Zw4GhawB1ot
nH4QHBGcOmztNWSyk1Dvo+eFhyuzxg1te0yHej1nHqC/KtHUG+QPNvgt+TSuNZcO
6e4BBszzC+3IHuNQsdmb
=rAQd
-----END PGP SIGNATURE-----
--- End Message ---