rsync behind a NAT

2003-10-02 Thread Olivier Kaloudoff
Hi all, I'm trying to synchronise a whole directory tree using rsync, from a server named "dev", to the three servers named "w1, w2, w3", hidden behind the server named "prod". So I issued the following command, which failed: dev:~# rsync -avz -e 'ssh prod ssh w2' /users/prod/ [E

Re: rsync behind a NAT

2003-10-02 Thread jw schultz
On Thu, Oct 02, 2003 at 02:12:22PM +0200, Olivier Kaloudoff wrote: > Hi all, > > I'm trying to synchronise a whole directory > tree using rsync, from a server named "dev", to the > three servers named "w1, w2, w3", hidden behind the > server named "prod". > > So I issued the following

Re: password problem with rsync

2003-10-02 Thread Andrew MacKenzie
> > Both seem ugly to me. Of course, if you have enough control of the > > 'network' and can make sure it's not 'internet' bound and exposed, this > > can be done, as long as you trust the soft chewy center as well as those > > 'inside'. > > A! Please someone here talk in english. I am una

Cygwin/rsync/ssh automation problems

2003-10-02 Thread Josh Endries
Hey all, I have a problem I can't find a solution for. I am on my third day of testing, researching, planning, and swearing. :) I need to set up a convenient way to synchronize a bunch of data over the network for backups. The server is FreeBSD and the client is Windows. Currently we are using PuT

Cygwin/rsync Hang Problem Testing Results

2003-10-02 Thread Paul Thompson
People of cygwin & rsync, I recently attempted to get cygwin and rsync working to solve a backup/mirroring need in my computer life. Well, as you might guess, I ran into a little but of trouble. Strangely enough, rsync seemed to be regularly hanging when I attempted to do a "get" (sycronize a

Re: Cygwin/rsync Hang Problem Testing Results

2003-10-02 Thread Bill C. Riemers
I have found rsync runs slighty longer when you run ssh -e 'noescape' option, as in the following script: #!/bin/bash exec ssh -e 'none' "$@" In fact, I find the above script is absolutely essential with cvs. (I've yet to platform where it wasn't required.) One would expect the -T option to also