rdiff-backup-users
[Top][All Lists]
Advanced

[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: Tue, 21 Mar 2006 23:56:32 -0800 (PST)

On Mon, 20 Mar 2006, Sébastien Maret wrote:

> On Mar 16, 2006, at 2:02, dean gaudet wrote:
> 
> > 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?
> 
> It worked, thanks !
> Can this be corrected in the next release ?

not quite sure it's the right fix... i know isincfile() needs to be 
invoked before isinccompressed, but not sure it's supposed to happen right 
there... maybe ben will come to the rescue.

-dean

reply via email to

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