Akram9 / sync

A syncthing-like computer-only synchroniser
0 stars 0 forks source link

Make a python-only directory watcher #2

Closed Akram9 closed 4 years ago

Akram9 commented 4 years ago

See #1. By default, watchdog is used to log changes. Watchdog has platform specific dependencies, which may interfere. Perhaps a hash and file properties based watcher coupled with pyrsync may work better or alongside watchdog.

Akram9 commented 4 years ago

This has been resolved by using python's builtin functions for watching and some other changes to the implementation.