mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
Rdfind is a command line tool that finds duplicate files. Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
19 lines
665 B
XML
19 lines
665 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>gentoo@tastytea.de</email>
|
|
<name>Ronny (tastytea) Gutbrod</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
Rdfind is a command line tool that finds duplicate files. It is
|
|
useful for compressing backup directories or just finding
|
|
duplicate files. It compares files based on their content, NOT
|
|
on their file names.
|
|
</longdescription>
|
|
<upstream>
|
|
<bugs-to>https://github.com/pauldreik/rdfind/issues</bugs-to>
|
|
<doc>https://rdfind.pauldreik.se/rdfind.1.html</doc>
|
|
</upstream>
|
|
</pkgmetadata>
|