Subject: Re: large file replication
To: Michael Gorsuch <mgorsuch@fogcreek.com>
From: Girish Venkatachalam <girishvenkatachalam@gmail.com>
List: netbsd-help
Date: 10/12/2006 20:32:09
On Thu, Oct 12, 2006 at 10:43:28AM -0400, Michael Gorsuch wrote:
> Will rsync pick up where it left off in a file copy? I haven't seen any
> indication that it will. If I'm moving at file that's 10GB, and the
> transfer dies at 9GB, will rsync have to start over from bit 1, or can
> it resume?
rsync algorithm stands for synching deltas. There is no better tool than rsync for the job. :-)