rsync query

Hi,I need to sync my home drive in on london machine to singapore solaris machine.Any suggestion how the rsync command will look like and how can I check if rsync daemon is configured on the machines.Regards,Jeet
[247 byte] By [jeet0076a] at [2007-11-27 9:29:17]
# 1

First you don't need the rsync daemon to use rsync. In fact you might be better off not using it and using ssh instead.

Here's the command I use to sync my laptop's documents with a back-up repository:

rsync -v -r -p -t -o -g -e "/usr/bin/ssh -C"--exclude "AutoRecovery*" \

--exclude "Word\ Work\ File*"--exclude "Microsoft\ User\ Data/*" \

--exclude "Entourage\ Temp/*" $HOME/Documents/*\

user@example.org:/home/user/Documents/

bosconeta at 2007-7-12 22:37:08 > top of Java-index,Solaris Operating System,Solaris 10 Features...