-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
It would be nice if dupd could run in some sort of daemon. You give it a DB name, and some way of receiving live updates to changes happening in the root, and it automatically and incrementally updates the DB according to these changes. No need to read any data from disk.
This is useful when the dataset is extremely large. I have a 3.3T disk I'm trying to dedupe and running dupd refresh is pretty much as slow as a full rescan.
For receiving live updates, we can either use a premade project like watchman, or roll our own on each platform with inotify, kqueue, etc. (which is what watchman abstracts over).
A caveat is that Watchman only works on the three major OS'es though.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels