Sync files between 2 remote computers using Linux terminal
Posted
by
Eddy
on Super User
See other posts from Super User
or by Eddy
Published on 2011-06-25T20:32:27Z
Indexed on
2011/06/26
0:24 UTC
Read the original article
Hit count: 533
I want to be able to synchronise files between 2 remote computers in both directions. Say for example that I want to synchronise my /home/Documents
directory with <username>@example.com:/home/Documents
What's the easiest way to update the folders in both directions, so that new/updated files on my home computer get transferred to the remote computer, and new/updated files on the remote computer get transferred to my home computer?
© Super User or respective owner