just to go through what i'd normally check:
1) make sure the source host is up at 100full
2) make sure the port the source host is plugged into is 100full
3) make sure the destination host is up at 100full
4) make sure the port the destination host is plugged into is 100full
given all of that, if
Hi,
> I've gotten a few replies and i've tried almost all of the suggestions
> but the problem still resides. I re-installed rsync on both box's and it
> still does this.
Most likely won't help, but do you have any sort of traffic shaping
between the two boxes (not sure if they are on the same LAN
I've gotten a few replies and i've tried almost all of the suggestions
but the problem still resides. I re-installed rsync on both box's and it
still does this.
Peter Pluta wrote:
Anyone?
Peter Pluta wrote:
I have a win2k3 server running as my rsync server. I also have a
freebsd web server
On 21/01/07, Peter Pluta <[EMAIL PROTECTED]> wrote:
After it runs for 5 minutes it throws this:
rsync: writefd_unbuffered failed to write 16385 bytes [sender]: Broken
pipe (32)
rsync: read error: Connection reset by peer (54)
rsync error: error in rsync protocol data stream (code 12) at io.c(613)
Peter Pluta wrote:
Anyone?
Peter Pluta wrote:
I have a win2k3 server running as my rsync server. I also have a
freebsd web server being the rsync client. A shell script runs every
night at 5am (it's below).
Shell script:
#!/bin/sh
. `dirname $0`/settings.inc
destination=**.***.***.***::back
In response to Peter Pluta <[EMAIL PROTECTED]>:
>
> Peter Pluta wrote:
> > I have a win2k3 server running as my rsync server. I also have a
> > freebsd web server being the rsync client. A shell script runs every
> > night at 5am (it's below).
> >
> > Shell script:
> >
> > #!/bin/sh
> > . `dirna
Anyone?
Peter Pluta wrote:
I have a win2k3 server running as my rsync server. I also have a
freebsd web server being the rsync client. A shell script runs every
night at 5am (it's below).
Shell script:
#!/bin/sh
. `dirname $0`/settings.inc
destination=**.***.***.***::backup
if [ "$TERM" ]; t
I have a win2k3 server running as my rsync server. I also have a freebsd
web server being the rsync client. A shell script runs every night at
5am (it's below).
Shell script:
#!/bin/sh
. `dirname $0`/settings.inc
destination=**.***.***.***::backup
if [ "$TERM" ]; then verbose=-v; fi
rsync $ver