Syncing files between PCs with rsync and ssh

Problem
You want to mirror directories from one PC to another, using rsync and ssh.

Solution
Use the following:
rsync -avc /path/to/source_folder/ user_name@remote_pc:/path/to/destination_folder/