rsync -auv -e ssh --progress sourcedir/ user@dest.com:/dest/dir/
Example:
rsync -auv -e ssh --progress /var/www/helpdesk.mywiseguys.com/ joeuser@10.6.56.244:/var/www/helpdesk.mywiseguys.com/Note: This will create helpdesk.mywiseguys.com on the destination server if it doesn't exist.
















