newsduplicity - News: Duplicity 0.4.3 Released

 
 
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

Duplicity 0.4.3 Released

Item posted by Kenneth Loafman <loafman> on Mon 20 Aug 2007 05:54:11 PM UTC.

After much effort, and with my thanks to everyone that helped by testing, submitting patches, and making suggestions, duplicity 0.4.3 is now baked.

New in v0.4.3 (2007/08/20)
--------------------------
All the changes in RC1 through RC12 plus:

Move get_password() to Backend class to standardize.

Fix problem with ftpBackend to create target directory
if needed.  Note: this creates only one level.

Dropped ssh-command and added ssh-options to allow users
to add options to the scp and sftp commmands.

Removed use of tempfile.TemporaryFile().  This fixes the
restore problem on Windows that was due to Python bug
1776696 reported on Sourceforge.

Fixed Debian Bug #437694: Make bzip2 compression optional.
The default is not to do bzip2 compression.  To use bzip2
add the following command line option:
--gpg-options='--compress-algo=bzip2 --bzip2-compress-level=9'
Note: do not add spaces in the string value.

Fixed bug 20764 - unable to use port in ssh backend.
https://savannah.nongnu.org/bugs/?20764

Remove ssh_command option, add ssh_options.  This adds
options to the scp and sftp commands that are used by
the ssh backend.

Change ssh backend to send 'quit' instead of EOF when
using sftp.  This allows it to run under cron as long
as the password is supplied non-interactively.

Change ssh backend to not pass :port part of URL to
scp or sftp.  We already supply -oPort=xx for port.


 

Back to the top

Powered by Savane 3.13-d3ae.
Corresponding source code