dupd
dupd copied to clipboard
CLI utility to find duplicate files
Please allow options before the command so that common parameters (eg --db PATH) can be embedded in an alias.
A directory is a duplicate if everything in it (regular files, hidden files, and sub-directories) is identical to the contents of some other directory. This would be easy to do...
It would be nice if dupd could run in some sort of daemon. You give it a DB name, and some way of receiving live updates to changes happening in...
It would be nice to have a dupd package available on most platforms. As of today, there is a FreeBSD port and also a MacPorts package. See http://www.virkki.com/dupd/ for links...
I have the following use-case. Maybe I'm overlooking something but currently I don't see any way to do this without some extensive programming around dupd. Say I have the following...
Version 1.7 Scanning on SMB Network drives. There are different variants of the error, with one file, dupd could stat the file with a second run. With another file that...
V1.7 At one drive I get the "unable to allocate read buffer" error.
The non-profit organisation (museum-level digital assets preservation) I volunteer for is facing the following use-case: - there are several remote systems, that need to host _at least_ the same set...
We have been using `dupd` for a while now, and we would like to study a bit more its innards. Having perused the already excellent [documentation](https://github.com/jvirkki/dupd/blob/master/docs/index.md), I could not find...
cleaning a disk by min Filesize is pretty easy to do by hand. But GBytes of small files is hard to compare by hand. With min and max options can...