You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then run the czkawka UI. Add just one directory: czkawka_test_files_ah, select duplicate file search. No duplicates are found when you search, regardless of Hash (for all hash kinds), Name, Size, Name+Size. I tried with cache enabled and cached disabled (and ensured any cache files were deleted).
I confirmed that those files really are duplicates, as expected, by using jdupes:
Found 6 duplicated files in 3 groups with same content which took 42 B:
Size - 19 B (19) - 2 files
/home/rafal/test/czkawka_test_files_ah/ref_dir/file1.txt
/home/rafal/test/czkawka_test_files_ah/other_dir/file1.txt
----
Size - 17 B (17) - 2 files
/home/rafal/test/czkawka_test_files_ah/ref_dir/file2.txt
/home/rafal/test/czkawka_test_files_ah/other_dir/file2.txt
----
Size - 6 B (6) - 2 files
/home/rafal/test/czkawka_test_files_ah/ref_dir/file3.txt
/home/rafal/test/czkawka_test_files_ah/other_dir/file3.txt
----
-------------------------------MESSAGES--------------------------------
Loaded from cache 0 entries
Saved to file 6 cache entries
Loaded from cache 2583 entries
Saved to file 2583 cache entries
---------------------------END OF MESSAGES-----------------------------
In #1083 I removed limitation that forced to use only absolute directories(this was caused by gui needs) - this also can be problem here.
Desktop
brew install rustup
Bug Description
To reproduce:
on terminal,
cd
somewhere suitable and run this script to create a few dupe files:Then run the czkawka UI. Add just one directory:
czkawka_test_files_ah
, select duplicate file search. No duplicates are found when you search, regardless of Hash (for all hash kinds), Name, Size, Name+Size. I tried with cache enabled and cached disabled (and ensured any cache files were deleted).I confirmed that those files really are duplicates, as expected, by using jdupes:
The text was updated successfully, but these errors were encountered: