Syncing files between PCs with rsync and ssh Posted on 15 July 2010 by kosmas emailFacebookTwitterLinkedinProblem 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/