Re: large file replication
Girish Venkatachalam <[email protected]>
| Newsgroups | gmane.os.netbsd.help |
|---|---|
| Message-ID | <[email protected]> |
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. :-)