During initial run, don't do rsync --delete
philcryer opened this issue · 1 comments
philcryer commented
after install lipsyncd is kicked off, and the first step is to run a rsync --delete to make the server match the client...this is not correct behavior. If we add another client later we want it to get whatever the server has. I think the way to solve this is to have the install script run an initial rsync without the --delete flag, so we can get the server and client in sync without either side 'winning'. This is a high priority