Put it simply: I have a folder full of files and subfolders with more files. I would like to have a mirror of that folder in a remote server so anytime a file is modified on my machine it gets automatically sent over to the remote machine via scp or whatever. Note that this is a one-way synchronization only, in other words, if the file gets modified in the remote server I don't need to send it back to my local machine.
Basically I want to work with my files locally and be sure that they are being synchronized (sent) to the remote machine.
Right now I have to work, zip the whole thing (big), send through scp the whole thing, etc.
Very time-consuming. :( :( :(
Any simple way to accomplish this? I heard about rsync but is it easy to do that with rsync? Step by step instructions will be very appreciated.
-Becky