Rsync examples

rsync -av --progress {myLocalDir} user@serverOrIp:/path/where/i/want/it

Important to mention, if you add a trailing slash to {myLocalDir} it will copy the contents of myLocalDir directly into /path/where/i/want/it instead of creating a /path/where/i/want/it/myLocalDir directory and copying the contents there.