Re: Problem with rsync on WinXP going to HP-UX or Linux

2005-11-09 Thread Stan Sieler
Re: > > 1. from PC to HP-UX: rsh works, rsynch doesn't > > You should run rsync with -vv so you can see for sure what remote-shell thanks...here's the result... C:\rsync>type test.bat @echo off rsync -vv -auvzbPv test.bat ozma:/tmp/foo C:\rsync>test cmd= machine=ozma user= p

Re: Problem with rsync on WinXP going to HP-UX or Linux

2005-11-09 Thread Wayne Davison
On Wed, Nov 09, 2005 at 02:50:37PM -0800, Stan Sieler wrote: > rsync version 2.6.4 protocol version 29 > (2.6.6 requires too many things we don't have installed) The only extra thing I see is the addition of a setlocale() call in 2.6.5, and you can just run "./configure --disable-locale" to avoi