You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.
It seems to work fine, but... is it really safe? What can happen if one file was changed on both sides simultaneusly? Is there any race condition here possiible here? What if I add a new file when the synchronization is already half-way? Will the script do something reasonable then? Are there any disadvantages/dangers of running such script from cron without human supervision?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The README misses very important information: "How to SAFELY perform 2-way synchronization?".
For example - if I start periodically from cron such script:
It seems to work fine, but... is it really safe? What can happen if one file was changed on both sides simultaneusly? Is there any race condition here possiible here? What if I add a new file when the synchronization is already half-way? Will the script do something reasonable then? Are there any disadvantages/dangers of running such script from cron without human supervision?
The text was updated successfully, but these errors were encountered: