On 18 Oct 2000, Michael Wegener <[EMAIL PROTECTED]> wrote:

> I'm have two identical servers which I am trying to mirror parts of. I
> just learned about rsync after having problems using sitecopy. For a
> test, what I'm trying to do is copy /zulaware/etc on serverA to /ztemp
> on serverB, so I look at the examples and try it out: 'rsync -v
> /zulaware/etc serverB:ztemp' but it says "Permission denied. unexpected
> EOF in read_timeout" I have tried many options and under many users
> (which exist on both machines, since i can't figure out where rsh is
> invoked). What am I missing? Have I been working too long, or am I just
> stupid? (please have mercy on those last two...)

Almost certainly you will want to use ssh rather than rsh, since it's
more secure and more functional.  To do this, you must say

  export RSYNC_RSH=ssh

or the equivalent for your shell.

You'll also probably want to use the --recursive option to copy the
whole directory, or to specify some specific files to copy.

-- 
Martin Pool, Linuxcare, Inc.
+61 2 6262 8990
[EMAIL PROTECTED], http://www.linuxcare.com/
Linuxcare. Support for the revolution.

PGP signature

Reply via email to