Sync Files or folders to a remote host from local host :
Rsync Syntax : #rsync options source destination
-v, --verbose increase verbosity
-q, --quiet decrease verbosity
-c, --checksum always checksum
-a, --archive archive mode. It is a quick way of saying you want recursion and
want to preserve everything.
-r, --recursive