Windows backup from a previous computer

Hi!

My sister has a new laptop. Her previous laptop was backing up her files regularly, and I can find the files on her external drive. So far, so good. The problem is that the backup directories have multiple copies of the files in the same directory, with a different time stamp at the end.

How can I restore those files to the new computer, just the latest copy, without the timestamp in the file name?

File History only finds the backups from the new computer.

Thanks and Happy Thanksgiving!

What backup software does she use? I would first assume that it includes a convenient script to restore files from backup.

She just used Windows File History.

I was able to point to the old backup directory, but it’s giving me an error message saying it can’t find any backups. Grrr.

The error is “We found errors in your file history.”

I’d be inclined to remove the old laptop HD and put it in an external case, plug it in to the new computer, and let the OS recognize and pull in files and settings. I think they all have migration tools for that, and the native HD is probably easier for it to deal with than a perhaps-too-confusing backup.

The problem is that the old laptop drive was failing, and that’s why she has a new laptop. Otherwise, that would definitely be the way to go.

With a bit of scripting skill it would be easy enough to write a script that would paw through all the name+timestamp files on the old drive, find the newest, strip the timestamp off to recover the base filename, and copy it to the corresponding path & base filename on the new drive.

I have to suspect this script is out there for the googling; lots of folks have depended on Window File History and have replaced their drives.

I am not familiar with the details of WFH, but I would not be surprised to find that only certain types of files and only files from certain apps are backed up by it. So she may be unhappily surprised at how incomplete her “backup” actually is.

IOW, WFH is not a “backup solution”. It’s an “oops recovery” solution for certain common oopses.

Good luck to you both. Seriously, not sarcastically.

Thanks! Lots of Googling haven’t turned up the script yet, but maybe I can cobble one together.