Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

After following this guide to relocate my User directories to another drive, the Windows 7 backup utility does not pick up the new location.

The backup completes successfully but warns that some files are missing. The logs show that pretty much all of the files expected in my user directories are missing:

Backup encountered a problem while backing up file C:\Users\Me\AppData\LocalLow. Error:(The system cannot find the file specified. (0x80070002))
Backup encountered a problem while backing up file C:\Users\Me\Contacts. Error:(The system cannot find the file specified. (0x80070002))
Backup encountered a problem while backing up file C:\Users\Me\Desktop. Error:(The system cannot find the file specified. (0x80070002))
...
Backup encountered a problem while backing up file C:\Users\Wife\AppData\LocalLow. Error:(The system cannot find the path specified. (0x80070003))
Backup encountered a problem while backing up file C:\Users\Wife\Contacts. Error:(The system cannot find the path specified. (0x80070003))
Backup encountered a problem while backing up file C:\Users\Wife\Desktop. Error:(The system cannot find the path specified. (0x80070003))
...

The new location of my user profiles is on my D: drive using the same structure (i.e. D:\Users\me\*) but the logs indicate that Windows backup isn't looking there.

I've tried changing an additional registry key, HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\ProfilesDirectory from %SystemDrive%\Users to D:\Users with no luck.

Any idea what I'm missing to make Windows Backup work successfully with non-standard %UserProfile% directory? Failing that, is there a different backup utility available that will support this situation?

share|improve this question
Can you create a Backup job that successfully backs up anything from your D:\ drive? – Lizz Dec 5 '12 at 6:38

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.