On Wed, Feb 06, 2002 at 07:42:46PM +0530, Sachin wrote:
i want to sync data of mine on 2 linux box using rsync does anybody knows how to do it? i have tried but it gives permission denied error waiting for reply........
Hi.
You can try the -e option. -e => you can specify a remote shell command like rsh or ssh.
man for more gory details. ;-) Actually, not hard. very easy.
rsync -avz -e ssh <source> <destination>
hth.