Displaying 1 result from an estimated 1 matches for "l2020".
Did you mean:
2020
2004 Jun 11
1
rsync through ssh tunnel
...ave 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 Idea was to build a ssh tunnel first and then
using rsync via this tunnel.
ssh -S -l user -L2020:localhost:873 host
When I use rsync ...
rsync rsync://localhost:2020/share
.. everything works as expected. But when I want
to use rsync for the real work ...
+ rsync --rsh=/usr/local/bin/ssh --recursive \
--hard-links --perms --times --links \
--safe-links --one-file-system --r...