dooblem / bsync

Bidirectional Synchronization using Rsync
GNU General Public License v3.0
292 stars 61 forks source link

Keep a watch #37

Closed pyaf closed 5 years ago

pyaf commented 5 years ago

I've used bsync and it is awesome. How can we use it to keep a watch on the local changes and synchronize the host and remote on real-time?

dooblem commented 5 years ago

Hello,

Like rsync, bsync is not really designed for real time synchronization. You may try to script something with the inotifywait command, but I will suggest you to choose another tool for that. (I have synching or mutagen tools in mind...)

pyaf commented 5 years ago

Okay. Thanks