Re: mirroring a huge file using rsync while it's being written to.

2008-08-05 Thread Matt McCutchen
On Tue, 2008-08-05 at 17:42 +0530, Yogesh Kumar wrote: > In the application that I am building, I've to "incrementally" copy > several files of large sizes (around 1 GB) from several machines (some > 300 in number) spread across various geographic locations. We've been > using scp until now and are

mirroring a huge file using rsync while it's being written to.

2008-08-05 Thread Yogesh Kumar
Hi All, In the application that I am building, I've to "incrementally" copy several files of large sizes (around 1 GB) from several machines (some 300 in number) spread across various geographic locations. We've been using scp until now and are exploring rsync for the same. In my application, the

mirroring a huge file using rsync while it's being written to.

2008-08-05 Thread Yogesh Kumar
Hi All, In the application that I am building, I've to "incrementally" copy several files of large sizes (around 1 GB) from several machines (some 300 in number) spread across various geographic locations. We've been using scp until now and are exploring rsync for the same. In my application, thes