From owner-freebsd-questions@FreeBSD.ORG Mon Jan 22 21:26:09 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 80D0716A481 for ; Mon, 22 Jan 2007 21:26:09 +0000 (UTC) (envelope-from chandler@chapman.edu) Received: from calais.chapman.edu (calais.chapman.edu [192.77.116.205]) by mx1.freebsd.org (Postfix) with ESMTP id 6D00013C4B7 for ; Mon, 22 Jan 2007 21:26:09 +0000 (UTC) (envelope-from chandler@chapman.edu) Received: from [206.211.142.181] (ist181.chapman.edu [206.211.142.181]) by calais.chapman.edu (Postfix) with ESMTP id 499462E9AF; Mon, 22 Jan 2007 13:26:00 -0800 (PST) Message-ID: <45B52BE7.2030803@chapman.edu> Date: Mon, 22 Jan 2007 13:25:59 -0800 From: Jay Chandler User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: Peter Pluta References: <45B4032C.3070404@placidpublishing.net> <45B5295D.3020205@placidpublishing.net> In-Reply-To: <45B5295D.3020205@placidpublishing.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Chapman-MailScanner-Information: Please contact the ISP for more information X-Chapman-MailScanner: Found to be clean X-Chapman-MailScanner-From: chandler@chapman.edu X-Spam-Status: No Cc: freebsd-questions@freebsd.org Subject: Re: rsync issues X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Jan 2007 21:26:09 -0000 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=**.***.***.***::backup >> if [ "$TERM" ]; then verbose=-v; fi >> rsync $verbose -azR --delete-after /usr/local/etc/ $destination >> rsync $verbose -azR --delete-after /usr/local/lib/sasl2/ $destination >> rsync $verbose -azR --delete-after /var/cron/ $destination >> rsync $verbose -azR --delete-after /root/ $destination >> rsync $verbose -azR --delete-after /etc/ $destination >> rsync $verbose -azR --delete-after --exclude httpd-*.log $wwwDir/ >> $destination >> >> 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) [sender=2.6.9] >> >> Dmesg on the box only shows this: >> em0: promiscuous mode enabled >> em0: promiscuous mode disabled >> >> But that is probably pretty old. >> >> What can the problem be? backups are really important to me and they >> don't currently work as the transfer times out after the first few >> files. >> >> Anyone got an idea? Any feedback or suggestions would be greatly >> appreciated. >> >> Thanks, >> Peter >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to >> "freebsd-questions-unsubscribe@freebsd.org" Looks like the 2k3 box is resetting the connection for whatever reason. -- Jay Chandler Network Administrator, Chapman University 714.628.7249 / chandler@chapman.edu Today's Excuse: excess surge protection