On Thu, 31 Aug 2000, Paulo Henrique Baptista de Oliveira wrote:
>Hi all,
>       I have some simple questions about rsync:
>       1) I have to maintain a web server and want to rsync with it but ssh isnt
>at 22 port (it is in another port).

rsync -e "ssh -p N" where N is the port number should do the trick.

>       2) Do I have to have rsync server at my webserver?

You have to have rsync at both ends. If you want to set up rsync as a server,
that's bypassing ssh. The authentication is encrypted but the data stream isn't
(though it consists of checksums and differences, so it would be hard for Eve
to make sense of it).

phma

Reply via email to