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

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

2005-11-09 Thread Stan Sieler
Hi, I can't get rsync from a PC to an HP-UX or Linux box to work, and am hoping for a pointer or two. I checked the FAQ and googled ... with no luck, so I hope this isn't a patently obvious newbie problem :) I just got interested in trying to use rsync to backup my WinXP PC to a Linux or HP-UX c