Skip to content

A simple python programm that searches duplicate files.

Notifications You must be signed in to change notification settings

ot6nyu/duplicatefiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 

Repository files navigation

The idea came when I tried to clean up my old backups. I was looking for files
that I will still need and deleting duplicate backups. Since I used to
completely copy all my data to my backup drive every time I wanted to backup I
have a hell of a mess. I don't want to lose any data. Especially not my
pictures. I hope this will speed up cleaning. The goal is to identify duplicates
in my backups and thusly reduce the data that I have to check manually.

Since the script now uses a database for its collected data instead of having
everything in memory it should work even with huge amounts of files.

Once the tests with my hard drives were successfull I will start to cleaning up
the code a bit.

About

A simple python programm that searches duplicate files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published