Skip to content
Snippets Groups Projects
Commit 8098286a authored by intrigeri's avatar intrigeri
Browse files

dup helper: fix separate signing key usecase.

Thanks to Ian Beckwith for the patch.
parent 13f247af
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ Adam Monsen - spec file updates ...@@ -29,7 +29,7 @@ Adam Monsen - spec file updates
Matthew Palmer <mpalmer@debian.org> -- halt loglevel feature Matthew Palmer <mpalmer@debian.org> -- halt loglevel feature
dan@garthwaite.org -- reportspace bugfix dan@garthwaite.org -- reportspace bugfix
Tuomas Jormola <tj@solitudo.net> -- "when = manual" option Tuomas Jormola <tj@solitudo.net> -- "when = manual" option
Ian Beckwith <ianb@erislabs.net> -- dup bandwidthlimit fix Ian Beckwith <ianb@erislabs.net> -- dup bandwidthlimit fix, dup helper fix
Olivier Berger <oberger@ouvaton.org> -- much work on the dup handler Olivier Berger <oberger@ouvaton.org> -- much work on the dup handler
stefan <s.freudenberg@jpberlin.de> -- dup support for Amazon S3 buckets stefan <s.freudenberg@jpberlin.de> -- dup support for Amazon S3 buckets
maniacmartin <martin@maniacmartin.com> -- rdiff confusing error message fix maniacmartin <martin@maniacmartin.com> -- rdiff confusing error message fix
......
...@@ -27,6 +27,10 @@ version 0.9.9 -- UNRELEASED ...@@ -27,6 +27,10 @@ version 0.9.9 -- UNRELEASED
. Fix long rotation. . Fix long rotation.
sys: sys:
. Route around broken vgcfgbackup not able to handle multiple VG arguments . Route around broken vgcfgbackup not able to handle multiple VG arguments
helper changes
dup:
. Fix separate signing key usecase. Thanks to Ian Beckwith for
the patch.
version 0.9.8 -- September 12, 2010 version 0.9.8 -- September 12, 2010
backupninja changes backupninja changes
......
...@@ -179,7 +179,7 @@ do_dup_gpg_signkey() { ...@@ -179,7 +179,7 @@ do_dup_gpg_signkey() {
dup_gpg_onekeypair=no dup_gpg_onekeypair=no
fi fi
if [ "$dup_gpg_onekeypair" == "no" }; then if [ "$dup_gpg_onekeypair" == "no" ]; then
# signkey ? # signkey ?
REPLY= REPLY=
while [ -z "$REPLY" -o -z "$dup_gpg_signkey" ]; do while [ -z "$REPLY" -o -z "$dup_gpg_signkey" ]; do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment