Package hardlink: Information

    Binary package: hardlink
    Version: 2.39.2-alt0.p10.1
    Architecture: e2kv4
    Build time:  Sep 28, 2023, 07:05 PM
    Source package: util-linux
    Category: System/Base
    Report package bug
    License: GPL-2.0 and GPL-2.0-or-later and LGPL-2.1-or-later and BSD-3-Clause and BSD-4-Clause-UC and ALT-Public-Domain
    Summary: Consolidate duplicate files via hardlinks
    Description: 
    This package contains hardlink, an utility which consolidates duplicate
    files in one or more directories using hardlinks.
    
    hardlink traverses one or more directories searching for duplicate files.
    When it finds duplicate files, it uses one of them as the master.  It then
    removes all other duplicates and places a hardlink for each one pointing
    to the master file.  This allows for conservation of disk space where
    multiple directories on a single filesystem contain many duplicate files.
    
    Since hard links can only span a single filesystem, hardlink is only
    useful when all directories specified are on the same filesystem.

    Maintainer: Sergey V Turchin


    Last changed


    Sept. 14, 2023 Sergey V Turchin 2.39.2-alt0.p10.1
    - backport to p10 branch
    Sept. 13, 2023 Alexey Gladkov 2.39.2-alt1
    - New version (2.39.2) (ALT#47566).
    Aug. 3, 2023 Alexey Sheplyakov 2.39.1-alt2
    - Fixed build on LoongArch (closes: #47108).