On Wed, 25 Feb 2004, Paul Slootman wrote:
> > How do I get rsync to transfer the files using the rules called out in the
> > rsyncd.conf file while using ssh?
>
> You'd have to forward the rsync port over an ssh connection:
>
> ssh -L8730:127.0.0.1:873 host
>
> Then, (separately) use rsync li
On Tue 24 Feb 2004, Jacque Mergens wrote:
>
> rsync -rsh="/usr/bin/ssh" filename host:/dir/filename
>
>
>
> But I am not able to perform this
>
>
>
> rsync -rsh="/usr/bin/ssh" filename host:module_name
No, because mdoules are only handled by the rsync daemon,
which is contacted via its ow
I am able to perform the following line
rsync -rsh="/usr/bin/ssh" filename host:/dir/filename
But I am not able to perform this
rsync -rsh="/usr/bin/ssh" filename host:module_name
where rsyncd.conf contains the following
pid file = /var/run/rsyncd.pid
log file = /var/log/rsy