daveallie / entangler

Two way file syncer using platform native notify
MIT License
8 stars 6 forks source link

Large number of files changed can mean that some aren't synced correctly #3

Open daveallie opened 6 years ago

daveallie commented 6 years ago

If there are a large amount of files changed, it's possible for some to go unchanged on the other side of the sync.

One way to patch this could be to do a periodic healthcheck with current state to avoid slipping out of sync. In the case that the states are different, rsync master to slave again.