Is there anyway to automatically sync between files from local machine to server?
ex) There's a folder called wug both in server and local machine. If I add file to folder wug in local machine, when I ssh into server, I will be able to find a file I added through local machine
I've been using scp in order to move files but wondering if it's possible to sync it automatically without using any commends.
Thanks