[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [rdiff-backup-users] --remove-older-than bug..
From: |
dean gaudet |
Subject: |
Re: [rdiff-backup-users] --remove-older-than bug.. |
Date: |
Tue, 23 May 2006 19:48:00 -0700 (PDT) |
On Mon, 22 May 2006, address@hidden wrote:
> Hi:
> --remove-older-than fails at some condition.
> example procedure below:
>
> address@hidden tmp]# mkdir foo
> address@hidden tmp]# touch foo/a
> address@hidden tmp]# rdiff-backup --version
> rdiff-backup 1.1.5
> address@hidden tmp]# rdiff-backup foo bar
> address@hidden tmp]# rdiff-backup --remove-older-than 1B bar
> Exception 'list index out of range' raised of class 'exceptions.IndexError':
can you try from CVS HEAD? i fixed a bug just like this already (in both
1.0.x and 1.1.x trees -- but not yet in any released version).
http://savannah.nongnu.org/cvs/?group=rdiff-backup
-dean