--report and --log-format options (was Re: Moving files with rsync)

2001-03-06 Thread Dave Dykstra
On Tue, Mar 06, 2001 at 07:08:05PM +1030, Alex C wrote: > I'm working on a project where I need to automate the transfer of > files securely over a dialup connection. Files need to be moved both > ways with wildcard pattern matching needed on both sides to find the > right files. > > I've got thi

TCP hang between two Solaris machines

2001-03-06 Thread Dave Dykstra
For the record, last night an rsync over SSH hung a TCP session for me between a Solaris 2.6 and Solaris 2.7 machine. Netstat on the 2.6 machine (sender) showed data in the send queue but there was zero in the 2.7 receive queue. I then started a tcpdump and saw the following (ihgp6 is the 2.6 ma

Re(2): High volumes and unexpected EOF in read_timeout

2001-03-06 Thread SYLVAIN . COUTANT
> On Tuesday 06 March 2001 13:09, you wrote: > > Hi all, > > > > I'm new to the mailing list.I run into troubles trying to sync servers with > > millions of files ... did anyone had any previous experience on this > > subject ? > > > > In most cases, it ends with something like : "unexpected EOF i

High volumes and unexpected EOF in read_timeout

2001-03-06 Thread SYLVAIN . COUTANT
Hi all, I'm new to the mailing list.I run into troubles trying to sync servers with millions of files ... did anyone had any previous experience on this subject ? In most cases, it ends with something like : "unexpected EOF in read_timeout". The servers I'm trying to sync have between 1 and 3 m

Moving files with rsync

2001-03-06 Thread Alex C
I'm working on a project where I need to automate the transfer of files securely over a dialup connection. Files need to be moved both ways with wildcard pattern matching needed on both sides to find the right files. I've got this working with ssh and scp, but this requires many separate ssh invo