Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37479717
en ru br
ALT Linux repos
S:0.12-alt1

Group :: File tools
RPM: duperemove

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.12-alt1
Build date: 11 september 2023, 13:07 ( 32.2 weeks ago )
Size: 131.56 Kb

Home page:   http://markfasheh.github.io/duperemove/

License: GPLv2
Summary: tool for deduping file system extents
Description:

Duperemove  is a simple tool for finding duplicated extents
and submitting them for deduplication. When given a list of
files it will hash their contents on a block by block basis
and compare those hashes to each other, finding and
categorizing extents that match each other. When given
the -d option, duperemove will submit those extents for
deduplication using the Linux kernel extent-same ioctl.

Duperemove can store the hashes it computes in a 'hashfile'.
If given an existing hashfile, duperemove will only compute
hashes for those files which have changed since the last
run. Thus you can run duperemove repeatedly on your data
as it changes, without having to re-checksum unchanged data.

Duperemove can also take input from the fdupes program.

Current maintainer: Nikolay A. Fetisov

List of contributors

List of rpms provided by this srpm:

  • duperemove
  • duperemove-debuginfo
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin