Thu 15 Jul 2010
Syncing files between PCs with rsync and ssh
Posted by kosmas under linux
No Comments
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/
No Responses to “ Syncing files between PCs with rsync and ssh ”