13

I'm using Windows Backup to back up my Win7 Pro laptop. I'd like to use it to back up my complete user profile, but I only see standard profile directories (e.g. C:\Users\JohnstonJ\Documents) in the list. Non-standard ones aren't there (e.g. C:\Users\JohnstonJ\MyCustomDirectory).

What's the best way to handle this? The only thing I can think of is to browse under the "Computer" entry and navigate directly to C:\Users\JohnstonJ and check off the entire profile (to get what's in there, and any new directories that come up). But is that going to back up the profile twice? Cause other unforeseen problems given that I checked it off by navigating through the computer, rather than picking it under the "Data Files" category? (e.g. back up temporary file garbage, files in use problems, etc. that the "Data Files" category might be handling better).

Looking for solutions that other people use that are known to work well and still uses the Windows Backup software - I don't really want to fuss with 3rd-party backup software.

Example - as you can see, I have two directories in my profile that Windows Backup is not offering to back up: "Dropbox" and "New folder":

enter image description here

enter image description here

avirk
  • 15,877

2 Answers2

6

As you've already realized yourself, referencing the files through the My Computer branch may not be desirable because it may treat the folder like a normal folder and not a profile folder.

The thing is, the folders that are not listed are not part of your profile. They just happen to be stored in the same location.

The folders that you can select for backup inside your profile all have special meaning to Windows. Your Dropbox folder doesn't mean anything to Windows. It's just another plain old folder.

Which is why you would want to select the folder through the plain old My Computer branch in the backup wizard ;)

Problems

So, one question remains, will this pose a problem for your backup?
Possibly. But I doubt it's for the reason you assume

I'm almost certain all selected locations are backed up in identical ways. The major difference will be how the data will be restored.

For example, your My Pictures folder, will always be restored into your My Pictures folder. No matter where on your system it is located. You could have moved it to Y:\Something\Users\James\My Pictures and your pictures would end up there.

Your folder C:\Users\James\Dropbox\... it will always be restored to C:\Users\James\Dropbox\.

I'm sure the distinction goes a bit deeper than fixed paths. But I'm sure the biggest part in the distinction is how the data is labeled for later restore.

Oliver Salzburg
  • 89,072
  • 65
  • 269
  • 311
2

You can use DataGrab to backup your entire profile, including all the folders/settings in oyur user profile.

enter image description here

You can download it here.

HackToHell
  • 6,408