newsduplicity - News: 0.4.3.RC11 Ready for Test

 
 
Latest News
Duplicity Has Moved To Launchpad posted by loafman, Thu 16 Jul 2009 12:53:37 PM UTC
Version 0.6.00 Released posted by loafman, Mon 08 Jun 2009 01:59:56 PM UTC
Version 0.5.18 Released posted by loafman, Wed 20 May 2009 06:45:23 PM UTC
Version 0.5.17 Released posted by loafman, Mon 04 May 2009 12:45:59 PM UTC
Version 0.5.16 Released posted by loafman, Tue 21 Apr 2009 08:01:58 PM UTC

0.4.3.RC11 Ready for Test

Item posted by Kenneth Loafman <loafman> on Sat 21 Jul 2007 10:48:01 AM UTC.

New in v0.4.3.RC11 (2007/07/20)
------------------------------
Duplicity now correctly processes scp URL's of the form:
  scp://user@host[:port]/
where the directory spec is empty.  This fixes a bug where the
user could not write into the home directory on the target.

The SSH/SCP backend has had an overhaul.  It now requires the
python-pexpect module.  Normally this can be obtained from your
distro's repository, but if you want, you can download pexpect
from http://pexpect.sourceforge.net.

The SSH/SCP backend work was done to allow the user to use password authentication rather than public-key.  You may now enter a password, either through the FTP_PASSWORD environment variable, or at the console.  To activate this feature you will need to use the option --ssh-askpass on the command line.  The default is public-key, which does not look for a password from either source.

Various fixes to the man page for --ssh-askpass, --remove-older-than, and --archive-dir.

 

Back to the top

Powered by Savane 3.13-d3ae.
Corresponding source code