-
I made a short dupmerge tutorial:
https://sslsites.de/www.true-random.com/homepage/projects/dupmerge/tutorial.html.
2009-10-16 21:57:22 UTC by nobody0
-
The original dupmerge author, Phil Karn, has rewritten the original version from scratch, with a new algorithm: http://www.ka9q.net/code/dupmerge/ .
So there are now, since december 2008, two actual versions (forks) of dupmerge: The karn and the freitag version.
You can also find this dupmerge in the grml repository:
http://deb.grml.org/pool/main/d/dupmerge/.
2009-05-23 00:11:58 UTC by nobody0
-
I found out that dupmerge can reach the system limit of hard links while dupmerging database directories (dupmerge output):
...
lstat(./var/lib/pgsql/data/base/2517760/3054028) failed
lstat: No such file or directory
Files linked: 208674 of 959741, Disk blocks reclaimed: 27286496
Minimum of found hard links: 1, Maximum: 32000.
When the hard link limit (of 32000 under...
2009-05-07 23:53:15 UTC by nobody0
-
Ok, i will also add several examples.
You can also send me templates or examples of the files you want.
2009-05-07 23:14:46 UTC by nobody0
-
Hi,
Can you please add some more documentation files to your source? I'm think of AUTHORS COPYING NEWS TODO. And perhaps rename the existing file to ChangeLog and README.
Thanks in advance.
Fabian.
2009-01-23 11:10:57 UTC by fabianaffolter
-
nobody0 committed patchset 12 of module dupmerge to the dupmerge2 CVS repository, changing 1 files.
2008-03-01 18:03:54 UTC by nobody0
-
nobody0 committed patchset 11 of module dupmerge to the dupmerge2 CVS repository, changing 2 files.
2008-03-01 18:01:24 UTC by nobody0
-
This is not a bug; it is documented that the count with -n is not correct/fuzzy!
I wrote "- for option n (nodo): normal mode: show the number of blocks which can be saved," into the todo list in the header.
It's on the todo list to show the correct count, but that's some work to do because you need an additional list with flags to avoid counting blocks more than one time.
I think the...
2007-10-30 00:47:09 UTC by nobody0
-
This is not a bug; it is documented that the count with -n is not correct!
I wrote "- for option n (nodo): normal mode: show the number of blocks which can be saved," into the todo list in the header.
It's on the todo list to show the correct count, but that's some work to do because you need an additional list with flags to avoid counting blocks more than one time.
I think the correct...
2007-10-30 00:44:49 UTC by nobody0
-
when using with -n, dupmerge can report more files able to be linked than it reports total files!
but when actually used to delete, -d, only the correct lower number of files were removed, so it only seems to be the calculation of the number of linkable files that is the problem.
2007-10-15 15:17:27 UTC by nobody