Just my common usage example

rsync -avuz --exclude=.repo/ --exclude=.git/ `pwd` dev-tplink:
rsync -avuz dev-tplink:/home/xiongchao/gingerbread_u12/out .

# to windows: pay attention to the last slash of the 1st param.
rsync --delete -vuzr carlibrelib ~/mnt/syncdisk


Comment: Github Issue