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
I have a backups folder (/home/me/backups) and a 2nd hard drive (/media/me/disk) with a terabyte of duplicates.
I do a right-click >> properties on my backups folder and get a count of say 200,000 files.
I use the FSlint-GUI to find duplicates. I input '/media/*' as the 'Select using wildcard'
When I hit delete, I get a warning because some of the duplicates exist as two copies only in the 2nd hard drive (/media/me/disk/folder/file.jpg and media/me/disk/folder/file_dupe.jpg).
So I hit no to the warning and manually delete one duplicate then repeat the '/media/*' as the 'Select using wildcard'
After I delete hundreds of thousands of duplicates in one click, I check my backups folder with a right-click >> properties. I now have 199,997 files.
So somehow 3 files vanished unexpectedly.
I'll try experimenting to see if I can get more specific steps to reproduce this issue.
I'm on a Debian GNU/Linux 9 (stretch) 64-bit machine
Version: 2.44-2
Also, I'm not an expert in reading code, so I'll ask.... are there any unit tests in this project?
The text was updated successfully, but these errors were encountered:
Click on a file in the FSlint GUI after finding duplicates. The file should not be in the wildcard path we use later.
Notice you cannot just click on the file again to un-select it.
Now use the wildcard select in such a way that the file selected in 1. is not in this path
Notice that the selection has also included the first file.
So I feel the user experience is a bit confusing. It's not clear that there was already a selection made before the wildcard search is added on top of the un-intended selection. I appreciate this might not be considered a bug.
I have a backups folder (/home/me/backups) and a 2nd hard drive (/media/me/disk) with a terabyte of duplicates.
So somehow 3 files vanished unexpectedly.
I'll try experimenting to see if I can get more specific steps to reproduce this issue.
Also, I'm not an expert in reading code, so I'll ask.... are there any unit tests in this project?
The text was updated successfully, but these errors were encountered: