How to determine if a file has been backed up?
Posted
by Console
on Super User
See other posts from Super User
or by Console
Published on 2010-01-22T21:31:46Z
Indexed on
2010/03/30
17:03 UTC
Read the original article
Hit count: 277
I try to consolidate old drives to new ones of larger capacity. Sometimes files have been renamed, but are otherwise identical. Sometimes an old directory has just a few more files in it than a newer directory with the same name. Sometimes a file has the same name but the size differs.
So I often find myself asking the question:
Are there any files on this old drive or directory that I haven't already copied to the new drive?
I just want to know that I have the files, I don't want to try and sync stuff automatically (Syncing tools tend to just sync, creating duplicate folder structures and other problems, so I prefer to do it by hand).
Basically, if an old drive has a file called "foo.bar" ten directories deep, and my new big drive has an identical file called "oldstuff.zip" in the root, I just want a "yes you have it" or "no, unique files exist".
Is there a free tool, a script or a quick and easy method (Mac/Unix or Windows) to get the answer?
© Super User or respective owner