Re: rsync through ssh tunnel

2004-06-14 Thread Wayne Davison
On Fri, Jun 11, 2004 at 11:13:20AM +0200, Olaf Joerk wrote: > + rsync --rsh=/usr/local/bin/ssh [...] This tells rsync to use ssh to contact the remote system, so it does not use the ssh tunnel -- it runs a single-use daemon on the remote system via ssh. You should leave off the --rsh option. ..w

rsync through ssh tunnel

2004-06-11 Thread Olaf Joerk
Hi, I want to keep the content of some directories on different Linux servers synchronal. I have on every Linux server an account for connecting to via ssh. This account has no root permissions. But some directories require root priviledges. I wand to use rsyncd as a deamon on the target hosts. My