Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Verbose and all_files will now output the source of the dupe or clash.
"Clashes" happen when a symlink is added to the list of scanned files and a
similar file (or the file it points to) registers as a dupe. The symlink will be
removed from the list and the filesystem (assuming -d and -i aren't specified).
|
|
|
|
Also included checks for dead symlinks and network links that won't
resolve.
Added -a, which will display all processed files. The -v flag will
only output dupes, errors, and notices.
|
|
|
|
dupekill now checks files based on heirarchy of computing speed. It starts
with file path and size, then checks the first 512 bytes, before finally
hashing it with SHA256. Speed increases are _huge_ compared to 1.2, and thus
it deserves a new subversion number.
|
|
|