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

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


Branch: CURRENT, Version: 1.6, Package name: freedup-1.6, Maintainer: stefano

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 behaviour of
freedup.


Required to run:
[sysutils/coreutils]

Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: ea1aa7496477048630a974612ffa6d5cc4db106e
Filesize: 216.237 KB

Version history: (Expand)


CVS history: (Expand)


   2012-11-23 23:33:26 by othyro | Files touched by this commit (50)
Log message:
Mostly whitespace and blank line fixing. Some files also got minor
formatting corrections as well as other corrections.
   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@)

   2012-01-08 14:25:19 by Stefano Marinelli | Files touched by this commit (9) | Imported package
Log message:
Import freedup-1.6 as wip/freedup16.

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 behaviour of
freedup.

This is version 1.6, faster and safer than wip/freedup already present.
There seem to be some problems with non-i386 and non-amd64 platforms so I 
have created a different package for this.