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}" ${us...@${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/