-
Notifications
You must be signed in to change notification settings - Fork 133
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
json has no hashsum? #462
Comments
Yes, in the interest of execution time we don't complete checksums on files which diverge in the first few kb or so. Could add an option |
Ok @lockywolf , two new options have now been added and merged into the develop branch https://github.com/sahib/rmlint/tree/develop. Also with either of these options specified, you no longer need |
That's going to help, thank you! Shall the issue be closed? |
Resolved by #479. |
I am trying to deduplicate remote disks, in a way that is suggested by issues #329 and #199
I'm running
time rmlint -g -c json:unique -mkr // /home/
.When I am browsing the resulting json, I see no field for a hash sum. How would rmlint on a different machine, using
--replay
, find duplicates?The text was updated successfully, but these errors were encountered: