Mike Lewis <[EMAIL PROTECTED]> wrote:

>I've been trying to setup an rsync server.
>
>I understand when using using the rsync client piece that you can use ssh
>( rsync -avc -e ssh ....).

That would be more of an "interactive" mode than via an rsync server.

>If I'm reading correctly, in order to setup an anonymous rsync server, the
>transport would be rsh ?  Is this correct ?

Nope.  When running an rsync server, rsync is configured as a service in 
/etc/inetd.conf and just uses TCP/IP, no rsh or ssh.  Which isn't to say 
you *can't* have a server that runs rsync as a service and also use rsh/ssh 
as the transport method in "interactive" mode.  I do so here quite frequently.

HTH - yell if you have more questions.  I've found rsync to be a quite 
useful utility.

-Eric


Eric Sisler
Library Computer Technician
Westminster Public Library
Westminster, CO, USA
[EMAIL PROTECTED]

Linux - don't fear the Penguin.
Want to know what we use Linux for?
Visit http://gromit.westminster.lib.co.us/linux



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to