duplicity-talk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Duplicity-talk] Version 0.5.11 Released


From: Kenneth Loafman
Subject: [Duplicity-talk] Version 0.5.11 Released
Date: Sun, 08 Mar 2009 11:56:08 -0500
User-agent: Thunderbird 2.0.0.19 (X11/20090105)

Folks,

This is a bug-fix release, primarily to fix #25696 below, where the FTP
backend could create multi-nested backup directories in the presence of
errors.  In other words, ftp://address@hidden/backup, could create;
backup/backup/backup/backup/backup/... to a depth of --num-retries
(default 5).  Since all the files did not end up in the same directory,
this would be treated as a corrupted backup and cause other problems.

If this has occurred to you, the nested backup may be recovered by
moving the contents of all the nested directories back to the base
directory.  For example, for the default --num-retries of 5:

cd backup
mv backup/backup/backup/backup/* ./
mv backup/backup/backup/* ./
mv backup/backup/* ./
mv backup/* ./
rmdir backup/backup/backup/backup
rmdir backup/backup/backup
rmdir backup/backup
rmdir backup

Sorry for any problems this may have caused.

...Ken

New in v0.5.11 (2009/03/08)
---------------------------
bug #25787: Usernames with @-sign are not handled properly
https://savannah.nongnu.org/bugs/?25787

Bug #333057: GnuPGInterface prints exit statuses incorrectly
https://bugs.launchpad.net/bugs/333057

bug #25696: ncftp error w/0.5.09 -- nested target directories
https://savannah.nongnu.org/bugs/?25696

bug #15664: When restoring backup: "OverflowError:
            long int too large to convert to int"
https://savannah.nongnu.org/bugs/?15664

patch #6761: More robust pexpect handling of SSH authentication
https://savannah.nongnu.org/patch/?6761

patch #6762: Wrong exit() used for 2.3/2.4 Python
https://savannah.nongnu.org/patch/?6762

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]