[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [rdiff-backup-users] --check-destination-dir fails after a crash
From: |
dean gaudet |
Subject: |
Re: [rdiff-backup-users] --check-destination-dir fails after a crash |
Date: |
Wed, 15 Mar 2006 23:02:57 -0800 (PST) |
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
-dean