Paul Dreik

Results 81 comments of Paul Dreik

This is an interesting idea. I thought about the idea of using an sqlite database as intermediate storage both for handling low ram situations and for debugging. But it would...

This sounds like a good idea! What do you think about something along ```sh rdfind -firstbytesize N -lastbytesize M ..... ``` The inner workings have to be modified a bit,...

(sorry for the comment mishap, first try replying through email) This sounds like a good idea! What do you think about something along ```sh rdfind -firstbytesize N -lastbytesize M ........

Thanks for the tip! Now when even consumer level ssd's reach Gigabytes per second, this definitely makes sense.

Who would ever have 65000 identical files :-) Joke aside, sure this is a real problem. It does not seem trivial to fix. I have to think about this one....

Glad you like it! There is no such option. You can proceed two ways: - patch the code (look at https://github.com/pauldreik/rdfind/blob/0fffab7dd90d4d4afea110f0a1a60313ff74f0b9/rdfind.cc#L236) to ignore files whose name don't match. - use...

I am reluctant against adding functionality - rdfind is simple and correct, and once features are added this is no longer the case. I do not want to replicate all...

A few years ago I looked into storing attributes in the file system (using https://en.wikipedia.org/wiki/Extended_file_attributes#Linux). One could store the file time, checksum and size, and then try to reuse it...

Yep, this is definitely of high interest. I like delegating the tricky work of being compatible with different OS-es and file systems, by just invoking for instance gnu cp with...

Does using / as path solve your problem?