./wip/freedup, Free disk space by hard linking duplicate files

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.3, Package name: freedup-1.3, Maintainer: hallmann

F R E E D U P - allows you to reclaim space on your drive. It's simple.
===============================================================================
Freedup walks through the file trees (directories) you specify.
When it finds two identical files on the same device, it hard links them
together.
In this case two or more files still exist in their respective directories,
but only one copy of the data is stored on disk; both directory entries point
to the same data blocks.
[FREEDUP IN ACTION]
If both files reside on different devices, then they are symlinked together.
Please see the Syntax_page for instructions, how to modify the bahaviour of
freedup.


Required to run:
[sysutils/coreutils]

Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: a6a2cdea474bb53e2f8263fe1b879ae17922ccc4
Filesize: 153.999 KB

Version history: (Expand)


CVS history: (Expand)


   2012-11-13 23:25:27 by othyro | Files touched by this commit (62)
Log message:
Modified (ideally fixed) COMMENT. Some of these got minor formatting
changes, category fixes, and MAINTAINER fixes.
   2012-09-29 01:21:47 by Aleksej Saushev | Files touched by this commit (64)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2012-05-30 01:04:07 by Aleksey Cheusov | Files touched by this commit (6)
Log message:
Remove GNU_PROGRAM_PREFIX variable (discussed in pkgsrc-users@)

   2008-05-24 17:34:08 by Tobias Nygren | Files touched by this commit (146)
Log message:
This commit brought to you by the automated whitespace police (pkglint)
   2008-01-10 10:20:48 by Andreas Hallmann | Files touched by this commit (1)
Log message:
use GNU_PROGRAM_PREFIX

   2007-12-18 10:38:17 by Andreas Hallmann | Files touched by this commit (7) | Imported package
Log message:
F R E E D U P - allows you to reclaim space on your drive. It's simple.
===============================================================================
Freedup walks through the file trees (directories) you specify.
When it finds two identical files on the same device, it hard links them
together.
In this case two or more files still exist in their respective directories,
but only one copy of the data is stored on disk; both directory entries point
to the same data blocks.
[FREEDUP IN ACTION]
If both files reside on different devices, then they are symlinked together.
Please see the Syntax_page for instructions, how to modify the bahaviour of
freedup.