-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi,
Fix to that bug is given here: http://lists.nongnu.org/archive/html/rdiff-backup-users/2006-03/msg00039.html In short, one line fix: At line 378 of file: /usr/lib/pythonXXX/site-packages/rdiff_backup/metadata.py Replace: if compress and not rp_base.isinccompressed(): by: if compress and rp_base.isincfile() and not rp_base.isinccompressed(): Seems to work for me too. Yannick -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFEaPOAZY3s/IVpRFIRAqj2AKC7JoXzvGRZyYNKQwH6NovbON1NzQCgzXet Lkl+gq2TlkKC2exbQCQH1U0= =xTyl -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

