finding duplicate files in backups

Steve Flynn anothermindbomb at gmail.com
Mon Jun 6 21:47:15 UTC 2011


On Mon, Jun 6, 2011 at 10:37 PM, Abhishek Dixit <abhidixit87 at gmail.com>wrote:


> I want to create an index of files (this index could be a simple plain
> text file or an xml file or an html) this would be similar to an index
> which a search engine crawler creates.My purpose is that  I do not
>

[snip]

Add the location to updatedb and then use locate to find files.

Alternatively, if you know the name of the file (or part of it) then it's
pretty easy to use 'find' - slower but no requirement for updatedb to be
involved at all.

If you REALLY want an index, then 'ls -alR' to a file and whip up a little
perl/python/awk to parse it and spit out an html file.



> --
>
Steve

When one person suffers from a delusion it is insanity. When many people
suffer from a delusion it is called religion.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20110606/f906c87e/attachment.html>


More information about the ubuntu-users mailing list