-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FSlint with database support #152
base: master
Are you sure you want to change the base?
Conversation
Do you have any metrics how much this would speed things up? |
Well, In my case it made the difference. I wanted to find all the duplicated file on an entire HDD. This allowed me to:
I found it very useful and save me a lot of time. It does not impact in any way the program performance but it reduces the time necessary to re-scan the same folder/disk in the future. |
It should be used under root only? |
fix permission issue databases folder
Hi @perfect7gentleman,
Let me know if this fix the issue. |
Permission fixed,
also it cannot find any dupes at all, in other words it doesn't work |
can you please provide more information about the system and error? |
System - Gentoo. |
Nope. It's back.
|
What info is needed? |
I did some changes to the repo. |
The same error
|
To be able to replicate the error, Can you please tell me how many files to you have on the scanning folder(s)? |
|
I changed the way how the script retrieve the data from the DB. Can you please try now? |
Now it works.
|
Happy to ear that! Out of curiosity, do you know how much time it takes the first time compared to the second time using the DB (if you haven't deleted the files immediately)? |
rather fast |
Fslint with SQLite support to avoid to hash twice the same file during the findup process.