vDedup
Features Roadmap
- capture, in SQLite db, all files below specified directory, just give it '.' for current working directory
- copy duplicate files to common new folder in CWD
- replace all duplcate files with link to the single file in the common folder
currently walks folders and captures file name/size data in SQLite. ~250000 files in ~2 seconds
DO
- x walk folder from CWD
- x load SQLite with all
- identify duplicate files
- copy one of duplicate files to common folder
- replace duplicate files with links to actual file in folder