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

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

Re: [rdiff-backup-users] Re: [librsync-users] more info on 25gig files


From: Clint Silvester
Subject: Re: [rdiff-backup-users] Re: [librsync-users] more info on 25gig files
Date: Thu, 12 May 2005 14:29:27 -0600
User-agent: Mozilla Thunderbird 1.0.2 (X11/20050323)

Ben Escoto wrote:

>>>>>>Donovan Baarda <address@hidden>
>>>>>>wrote the following on Sat, 07 May 2005 11:38:49 +1000
>>>>>>            
>>>>>>
>
>Ok thank you for the advice, I've changed the blocksize to
>
>       if file_len < 4096: return 64 # set minimum of 64 bytes
>       else: return long(pow(file_len, 0.5)/16)*16
>
>as you recommended.
>  
>
I tried putting this into Rdiff.py to replace the previous divide by
2000 section and I am still getting:
 python: ERROR: (rs_job_iter) internal error: job made no progress
[orig_in=120794, orig_out=65536, final_in=120794, final_out=65536]
UpdateError TWDOCS2002.adm librsync error 107 while in patch cycle

I also notice in _librsyncmodule.c there is #define RS_JOB_BLOCKSIZE
65536 and 65536 is the the orig_out and final_out that it's saying in
that message.  Is it something to do with that define perhaps?  By the
way, has anyone been able to test files >=25gig and had it work?

Clint Silvester




reply via email to

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