Re: we have about 60 directories that rsync fine

2012-09-01 Thread Wayne Davison
On Thu, Aug 30, 2012 at 6:40 AM, Dariusz Dolecki
wrote:

> connection reset by peer is the message we get. This is rsync in daemon
> mode on TCP port 873
>

Is that the message from the client side?  What does the daemon say in its
log?  A connection-reset just means that the connection closed, but doesn't
tell you why the other side went away.  You need to investigate if the
connection is closing on its own (if both sides see a connection-closed
message) or if one side or the other is dying for some reason.

..wayne..
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

we have about 60 directories that rsync fine

2012-08-30 Thread Dariusz Dolecki
issue is with 3 directories. Is it possible that some files in those
directories are "open", being written to etc that causes the issue?

connection reset by peer is the message we get. This is rsync in daemon
mode on TCP port 873
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html