G'Day, rsync 3.0 to 3.2 is giving us trouble, keeps failing at certain points, latest error is :- expand file_list pointer array to 262144 bytes, did move I see this code is in flist.c, but why are we getting this and how to avoid it ? we are syncing from svn. Cheers Gav...
On Thu, Apr 17, 2008 at 09:42:03PM +0800, Gav.... wrote:> expand file_list pointer array to 262144 bytes, did move > I see this code is in flist.c, but why are we getting this > and how to avoid it ?That's not an error, that's an informational message. If you don't like it, don't use such a high level of verbosity. You might also make sure that rsync is using its incremental recursion algorithm (e.g. make sure both sides of the connection use rsync 3.x). ..wayne..