X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Date: Thu, 2 Apr 2009 18:22:19 -0400 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: 1.7: Problems with 'rsync'. Message-ID: <20090402222219.GA22811@ednor.casa.cgf.cx> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <49D53096 DOT 10107 AT veritech DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <49D53096.10107@veritech.com> User-Agent: Mutt/1.5.16 (2007-06-09) Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On Thu, Apr 02, 2009 at 05:39:34PM -0400, Lee D.Rothstein wrote: > I'm having two problems with 'rsync' (over 'ssh'), that are > possible pilot error. > > Here's the portion of the 'bash' script I use to run 'rsync': > -- > rsync -vcrRt --stats --delete --force --prune-empty-dirs \ > --compress --exclude "*.ion *.txt" --human-readable \ > --itemize-changes --log-file="$LogFile" -e "ssh -p 8022" \ > "${Source}" ${User}@${Host}:html > -- > > I'm running "rsync version 3.0.5 protocol version 30". > > I would appreciate some feedback on whether anyone else has > experience with this. > > First, and least importantly, each time I run 'rsync' (from > the script), I get the following error messages to the > screen regardless of whether I'm running 'mintty' or the > console as the "terminal". Although it writes the log file > correctly each time, the error message disappears if I omit > the log file option. > > -- > stty: standard input: Invalid argument > stty: standard input: Invalid argument > -- You probably have an stty command in a startup file like .profile or .tcshrc. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/