On Aug 19, 2008, at 13:01 PM, Jeremy Fitzhardinge wrote: > I generated this with: > > $ dupfilefind -p -I /proc,/sys,/dev,/tmp,/var/tmp > /tmp/dupfiles.out
Hey Jeremy: I'm sorry to say that when I tried this I learned that my implementation of -I / --ignore-dirs was utterly broken. I fixed that, added avoidance of infinite loop in case of symlink recursion, and uploaded dupfilefind v1.4.0. http://pypi.python.org/pypi/dupfilefind http://allmydata.org/trac/dupfilefind You can install it with "easy_install -U dupfilefind". Hm. Judging from the command-line that you pasted above, it looks like you thought the default directory was "/" when actually the default directory was ".". I added a clarifying note to the usage string and uploaded v1.4.1. :-) Regards, Zooko who is leaving the following running overnight: $ time sudo dupfilefind -p -I /proc,/sys,/dev,/tmp,/var/tmp / 2>&1 | tee /tmp/dupfiles.out http://allmydata.org -- Tahoe, the Least-Authority Filesystem http://allmydata.com -- back up all your files for $5/month _______________________________________________ p2p-hackers mailing list [email protected] http://lists.zooko.com/mailman/listinfo/p2p-hackers
