On Tue, Jan 02, 2001 at 10:52:24AM +0200, [EMAIL PROTECTED] wrote:
> Hi,
>
> I am using rsync v2.4.6 on a Debian Linux machine.
>
> I have a server with which I have nightly backups going to a few different
> servers with rsync in the push method. This work fine -- it's a lot of
> files (web storage), both big and small. No problem with this.
>
> We're now creating an additional backup server that will work in the pull
> method.
>
> This server seems to be stopping when it hits a certain point in the
> transfer.
>
> I thought maybe it was after x number of files, but that doesn't make
> sense. THe push is working fine. So I excluded some directories and then
> it got to a different "file name" -- probably because it had y less files
> to process.
>
> The logs don't tell me much (just tell me what it's going to do and what
> it's transferring, etc).
>
> Any help would be greatly appreciated!
I ran into what looks like a bug in the Linux TCP driver using rsync.
That case was going between a Linux & Solaris machine, though, so your
problem may be different. See the thread that begins at
http://lists.samba.org/pipermail/rsync/2000-October/002964.html
You don't say whether you are using ssh, rsh, or the rsync --daemon.
Tell us the send and receive queue sizes on both ends when it is stuck as
shown by "netstat" on your TCP connection.
- Dave Dykstra