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
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
> 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
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
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