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/
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/