Skip to content

dualsky/rmlint

 
 

Repository files navigation


image

rmlint finds space waste and other broken things on your filesystem and offers to remove it.

image

image

image

image

image

image

Features:

Finds…

  • …Duplicate Files and duplicate directories.
  • …Nonstripped binaries (i.e. binaries with debug symbols)
  • …Paranoia mode for those who do not trust hashsums.
  • …Broken symbolic links.
  • …Empty files and directories.
  • …Files with broken user or/and group ID.

Differences to other duplicate finders:

  • Extremely fast (no exaggeration, we promise!).
  • Many output formats.
  • No interactivity.
  • Search for files only newer than a certain mtime.
  • ...

Due to some of it's performance optimizations, it currently only runs on Linux 32 and 64 bit. Porting to BSD and Darwin (Mac OSX) architectures is possible though, but needs some volunteers to test. Patches welcome!

It has been compiled and run successfully on FreeBSD, although it cannot use fiemap and mounttables as performance optimizations there. Patches to make this run better over there are welcome too.

image

INSTALLATION

Chances are that you might have rmlint already as readily made package in your favourite distribution. If not, you might consider compiling it from source.

DOCUMENTATION

Detailed documentation is available on:

https://rmlint.rtfd.org

Most feature you'll ever need is covered in the Tutorial:

https://rmlint.rtfd.org/en/latest/tutorial.html

An online version of the manpage is available at:

http://rmlint.rtfd.org/en/latest/rmlint.1.html

Sometimes we can be reached via IRC: #rmlint on irc.freenode.net.

BUGS

If you found bugs, having trouble running rmlint or want to suggest new features please read this. Also read the BUGS section of the manpage to find out how to provide nice debug information.

AUTHORS

Here's a list of developers to blame:

Christopher Pahl https://github.com/sahib 2010-2014
Daniel Thomas https://github.com/SeeSpotRun 2014-2014

There are some other people that helped us of course. Please see the AUTHORS distributed along rmlint.

LICENSE

rmlint is licensed under the conditions of the GPLv3. See the COPYING file distributed along the source for details.

DONATIONS

If you think rmlint saved you some serious time1 and/or space, you might consider a donation. You can donate either via Flattr, PayPal or you buy us a beer if we ever meet. See here for details.


  1. If it freed you from your beloved data: Sorry.

About

Extremely fast tool to remove duplicates and other lint from your filesystem

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 80.8%
  • Python 17.8%
  • Other 1.4%