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
_______________________________________________
rdiff-backup-users mailing list at [email protected]
http://lists.nongnu.org/mailman/listinfo/rdiff-backup-users
Wiki URL: http://rdiff-backup.solutionsfirst.com.au/index.php/RdiffBackupWiki

Reply via email to