Package: duplicity
Version: 0.6.14-1
Severity: important
Dear Maintainer,
A recent routine 'apt-get upgrade' to my Debian Wheezy installed a new version
of duplicity (0.6.14-1). This upgrade seems to have introduced a requirement
to supply a passphrase during backup jobs. Previously I could perform a backup
as a user with access to just the public GnuPG key and no passphrase. The
secret key and passphrase only being required during restore activities.
Here's an example of the script I'm running to trigger the backup:-
#!/bin/bash
DUPLICITY='/usr/bin/duplicity'
DEST='/var/local/backup/duplicity/etc'
SOURCE='/etc'
PGPKEY='12341234'
$DUPLICITY full \
--encrypt-key=$PGPKEY \
$SOURCE \
file://${DEST}
Regards
Steve
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.39.1
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages duplicity depends on:
ii libc6 2.13-21
ii librsync1 0.9.7-8
ii python 2.6.7-3
ii python-gnupginterface 0.3.2-9.1
ii python-pexpect 2.3-1
ii python2.6 2.6.7-3
duplicity recommends no packages.
Versions of packages duplicity suggests:
pn ncftp <none>
pn python-boto <none>
pn rsync 3.0.8-1
pn ssh <none>
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]