Skip to content

gsoundar/dedup_scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

DEDUP SCANNER

A simple filesystem scanner I wrote to identify duplicate blocks in my laptop.

Build

  1. Get and install the Crypto++ library within the "lib" directory
  2. Edit src/config.mk and update path to CODE_BASE CODE_BASE=/dedup_scanner/
  3. Type make within the src/ directory

Run

src/main/GetHashes.exe GetHashes.exe : the name of the file you want to analyze : "fixed" or "rabin" : the block size you want to look at

About

A scanner that identifies and hashes chunks to estimate duplication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages