Jump to content

File archiver for duplicate files


j7n

Recommended Posts

I have a set of files with many duplicates. It is not an option to delete them.

Is there a file archiver that would gather information about the dupes and efficiently pack them. This could be accomplished by a generic compressor with extremely large dictionary (~ 48 MB or so), but the system requirements for shuch an operation, including later decompression, would be inadequate. Maybe disc image with multiple references to the same data?

Link to comment
Share on other sites


If you know what files are duplicates of what other files, you can write a script to make links to those files using the "fsutil hardlink create" command. This command will create another file name that points at the same data as the other one. One of the lesser know features of versions of Windows XP and higher.

Jim

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...