Subject: Re: large file replication
To: Michael Gorsuch <mgorsuch@fogcreek.com>
From: Simon Truss <simon@bigblue.demon.co.uk>
List: netbsd-help
Date: 10/12/2006 15:37:55
Michael Gorsuch wrote:
> I'm currently replicating multi-gig files across our WAN via scp and am 
> in need of another tool.

> Does anyone know of a tool that would allow me to transmit the files 
> across the WAN, and pick back off where I left off after a WAN flap?  If 
> I've transmitted 9 gigs of a 10 gig file, I do not want to have to 
> resend the original 9.    Thank you,

try rsync, pkgsrc is your friend here, look under net/rsync. worked very 
well when I had to transfer 1TB of multi GB files to new RAID array.

Simon