lipsync icon indicating copy to clipboard operation
lipsync copied to clipboard

Client deletes everything on the server when restarted.

Open bernilsson opened this issue 14 years ago • 2 comments

  1. Client1 adds files to server and then disconnects.
  2. Client2 adds files to server.
  3. Client1 connects with --delete and removes every file added by client2
  4. I'm sad and confused, halp!

bernilsson avatar Oct 05 '11 11:10 bernilsson

I am having the same issue plus another one that maybe related:

Clients are not getting any changes or new files from the peers.

1-4 Same as above. 5. Client1 creates file1.txt 6. file1.txt shows up on server, but not on Client2 7. Client2 creates file2.txt 8. file2.txt shows up on server, file1.txt is still there, but Client1 does not get file2.txt

supersoju avatar Jan 02 '12 21:01 supersoju

In install.sh there is a function "initial_sync"..

Should the content of that function not be part of the /etc/init.d/lipsyncd start function?

catorghans avatar Mar 02 '12 13:03 catorghans