Пакет duperemove: Информация

    Исходный пакет: duperemove
    Версия: 0.11.1-alt2.git0df677ea
    Собран:  18 марта 2021 г. 14:58 в задании #267996
    Сообщить об ошибке в пакете
    Домашняя страница: http://markfasheh.github.io/duperemove/

    Лицензия: GPLv2
    О пакете: tool for deduping file system extents
    Описание: 
    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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    duperemove (x86_64, ppc64le, i586, armh, aarch64)
    duperemove-debuginfo (x86_64, ppc64le, i586, armh, aarch64)

    Сопровождающий: Nikolay A. Fetisov

    Список участников:
    Nikolay A. Fetisov

      1. libsqlite3-devel
      2. glib2-devel
      3. rpm-build-licenses

    Последнее изменение


    18 марта 2021 г. Nikolay A. Fetisov 0.11.1-alt2.git0df677ea
    - Update to the current development state, commit v0.11.beta4-117-g0df677e
      - Fix build with GCC 10.2
      - Impove hashing performance
      - Update documentation
    15 октября 2019 г. Nikolay A. Fetisov 0.11.1-alt1
    - Initial build for ALT Linux Sisyphus