Debian 8: Duplicity und SFTP seit Update fehlerhaft

Seit dem Update auf Debian 8 (Jessie) funktionierte mein Backup mit Duplicity auf einen SFTP Server nicht mehr. Es scheint daran zu liegen das eine Python Komponente, die für den SFTP Zugriff verantwortlich ist, einen Fehler hat.

Last full backup date: none
Last full backup is too old, forcing full backup
sftp put of /tmp/duplicity-ZuT5BQ-tempdir/mktemp-7F5rmw-2 (as duplicity-full.20151102T011002Z.vol1.difftar.gpg) failed:  (Try 1 of 5) Will retry in 10 seconds.
sftp put of /tmp/duplicity-ZuT5BQ-tempdir/mktemp-7F5rmw-2 (as duplicity-full.20151102T011002Z.vol1.difftar.gpg) failed: Socket is closed (Try 2 of 5) Will retry in 10 seconds.
sftp put of /tmp/duplicity-ZuT5BQ-tempdir/mktemp-7F5rmw-2 (as duplicity-full.20151102T011002Z.vol1.difftar.gpg) failed: Socket is closed (Try 3 of 5) Will retry in 10 seconds.
sftp put of /tmp/duplicity-ZuT5BQ-tempdir/mktemp-7F5rmw-2 (as duplicity-full.20151102T011002Z.vol1.difftar.gpg) failed: Socket is closed (Try 4 of 5) Will retry in 10 seconds.
sftp put of /tmp/duplicity-ZuT5BQ-tempdir/mktemp-7F5rmw-2 (as duplicity-full.20151102T011002Z.vol1.difftar.gpg) failed: Socket is closed (Try 5 of 5) Will retry in 10 seconds.
BackendException: Giving up trying to upload 'duplicity-full.20151102T011002Z.vol1.difftar.gpg' after 5 attempts
Local and Remote metadata are synchronized, no sync needed.
Last full backup date: Mon Nov  2 02:10:02 2015
No old backup sets found, nothing deleted.
Local and Remote metadata are synchronized, no sync needed.
Cleaning up previous partial cleanup backup set, restart

Um weiterhin einen verschlüsselten Transfer meiner Daten sicherzustellen habe ich den Backup Space über sshfs als Verzeichnis eingebunden und Duplicity überträgt jetzt in das Filesystem

apt-get install sshfs

In das Duplicity Script dann den Mountbefehl mit aufnehmen und das Ziel von sftp://…. auf file://…. ändern

sshfs username@servername.your-backup.de:/ /mnt/hetzner-backup/