I am looking for a "local Dropbox" to sync files between local and server. For complex reason I couldn't install Dropbox on the server. I thought about rsync but it doesn't work bi-directionally.
After researching a bit, my current solution is: having Dropbox running on local machine, and rclone with some assisting scripts deployed on the server. This is the best "local Dropbox" I could build without spending huge effort.
It works but with a bit high maintenance plus it crushes sometimes, so I'm looking for a simple and stable solution to sync file between local and server, bi-directionally. Consider speed and efficiency not a problem, 10X sync time compared with dropbox is acceptable (in LAN environment).
note: git is not an option as I would sync git repository and sometime media files between machines.