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/
Thu 15 Jul 2010
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/