Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 748 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 748 Bytes

[findup] Find Duplicate files

This service is used to identify the duplicate files based on content hash from the given source folder.

This scans the entire source folder including all level sub-directories and identifies all duplicate file based on its content hash.

There are three major parts to this service as

  1. Core engine :: that list and identifies all duplicate files.
  2. WebUI :: is webserver that provides a browser based web UI client to perform user actions.
  3. Database :: a persistanec storage of the data and statistics.

WebUI :: Web server is build using Bottle [0.12.18] framework. It servers all web request at http://locahost:8080/. To stop the server you need to press Ctrl+C as shown in during start of the server.