Package hardlink: Information

    Binary package: hardlink
    Version: 2.39.2-alt1
    Architecture: aarch64
    Build time:  Mar 27, 2024, 06:56 PM in the task #327286
    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: Alexey Gladkov


    Last changed


    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).
    June 28, 2023 Alexey Gladkov 2.39.1-alt1
    - New version (2.39.1).
    - libmount: (optlist) correctly detect ro status (ALT#46679).