duplicity-talk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Duplicity-talk] Re: Duplicity using more space than needed?


From: Fabiano Bonin
Subject: Re: [Duplicity-talk] Re: Duplicity using more space than needed?
Date: Sat, 30 Jun 2007 04:50:28 -0300

On 6/29/07, Kenneth Loafman <address@hidden> wrote:
OK, the problem is fixed and in CVS (diffdir.py).  I'll have it in the
next RC once I have some other fixes done.

Great news! Thank you very much

The problem was indeed in the way we called librsync, namely the block
size to use.  In the case of a 49MB file, the block size would have been
24k, which means that every block in the test had a change, so every
block got backed up on the incremental.  I set it to max out at 2k and
it now gives the same performance as rdiff.  This increases the number
of sig file entries and its size.  Runtime is only increased a small
amount, so I think the tradeoffs are acceptable.

The best response may be to allow the user to set the maximum block size
via an option since some files only change at the end of the file.

Agreed. This way each user could tune duplicity for their individual scenarios.

Regards,

Fabiano




reply via email to

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