Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use inotify to watch for deleted files instead of directory compare between two runs ? #37

Closed
deajan opened this issue Sep 16, 2015 · 1 comment

Comments

@deajan
Copy link
Owner

deajan commented Sep 16, 2015

osync makes directory comparaisons to know which file has been deleted, in async runs.
It could use inotifywait instead to create lists of moved / deleted files before launching rsync.
This would also resolve move detection for synchronization.

Drawback, it only works if the osync daemon is running. If not, legagy file deletion method can be used.

@deajan deajan added this to the v2 - Multimaster daemon milestone Sep 16, 2015
@deajan deajan added the major label Sep 16, 2015
@deajan deajan removed this from the v2 - Multimaster daemon milestone Apr 6, 2016
@deajan
Copy link
Owner Author

deajan commented Apr 6, 2016

Closed as osync2 is python

@deajan deajan closed this as completed Apr 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant