[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[rdiff-backup-users] Re: --check-destination-dir fails after a crash
From: |
Sebastien Maret |
Subject: |
[rdiff-backup-users] Re: --check-destination-dir fails after a crash |
Date: |
Mon, 20 Mar 2006 00:36:30 -0500 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (darwin) |
dean gaudet <address@hidden> writes:
> On Thu, 16 Mar 2006, Sebastien Maret wrote:
>
>> File "/sw/lib/python2.4/site-packages/rdiff_backup/metadata.py", line 378,
>> in __init__
>> if compress and not rp_base.isinccompressed():
>
> i think that line 378 in metadata.py needs to be:
>
> if compress and rp_base.isincfile() and not rp_base.isinccompressed():
>
> want to try that?
>
>> File "/sw/lib/python2.4/site-packages/rdiff_backup/rpath.py", line 1087,
>> in isinccompressed
>> return self.inc_compressed
It worked, thanks.
Can this be corrected in the next release ?
Sébastien