Skip to content

Duplicate file finder and de-duplicator. A tool that detects duplicate files and replaces them with symlinks to a shared file in a special shared files folder.

License

Notifications You must be signed in to change notification settings

levitation-opensource/DuplicateFileFinder

Repository files navigation

Duplicate file finder and de-duplicator

A tool that detects duplicate files and replaces them with symlinks to a shared file in a special shared files folder.

Usage:
DuplicateFileFinder.exe <minSizeBytes> <directoryToScan> <sharedDirectory> [<hashCacheRoot>] [try-run]

Example:
DuplicateFileFinder.exe 1000000 D:\\ D:\\___SharedDuplicates D:\\ try-run

When hashCacheRoot argument is omitted then hash cache is disabled.

In try-run mode no files will be moved or symlinked, duplicates are only reported in the console.

State

Ready to use. Maintained and in active use.

Installation

* Build the project
* In the build folder launch DuplicateFileFinder.exe

Analytics

About

Duplicate file finder and de-duplicator. A tool that detects duplicate files and replaces them with symlinks to a shared file in a special shared files folder.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages