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
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
> > 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
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
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
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