How do you backup the profile registry while logged in

I have Duplicati installed and running as a service successfully. I cam backup the outlook .ost file while outlook is open… so I know that shadow copy is working to some extent. When the user is logged in I cannot backup the users profile files… I am specifically interested in the ntuser.dat file.

Failed to process path: C:\Users\Sales\ntuser.dat => The process cannot access the file ‘C:\Users\Sales\ntuser.dat’ because it is being used by another process.,
Failed to process path: C:\Users\Sales\ntuser.dat.LOG1 => The process cannot access the file ‘C:\Users\Sales\ntuser.dat.LOG1’ because it is being used by another process.,
Failed to process path: C:\Users\Sales\AppData\Local\Microsoft\Windows\UsrClass.dat => The process cannot access the file ‘C:\Users\Sales\AppData\Local\Microsoft\Windows\UsrClass.dat’ because it is being used by another process.,
Failed to process path: C:\Users\Sales\AppData\Local\Microsoft\Windows\UsrClass.dat.LOG1 => The process cannot access the file ‘C:\Users\Sales\AppData\Local\Microsoft\Windows\UsrClass.dat.LOG1’ because it is being used by another process.,

I have not tried this myself, but I have heard that certain files are protected and cannot be backed up:


http://www.fbackup.com/forum/general-f2/won-t-backup-ntuser-dat-nor-logs-t1288.html

Others claim that it works fine for the registry files:

But please not that Duplicati cannot reliably restore these files, as they may depend on actual disk layout, and Duplicati only considers plain file data.

I don’t think I’ve ever been able to back up ntuser.dat on a running system no matter what tool I use.

I’m pretty sure even CrashPlan didn’t do it…

So you are trying to backup the registry of a logged in user? Using VSS probably will allow that to happen; did you set VSS to on in your job parameters?

I tend to think that using a scripted regedit export is probably the best way to handle this, since DR or system state recovery is not part of Duplicati.
Or do you have a different use case you are thinking about?

The only two I can think of are:

  1. Corrupted user profile.A brief google shows that ntuser.dat isn’t part of that. See https://support.microsoft.com/en-us/help/14039/windows-7-fix-corrupted-user-profile

  2. DR of your Windows box. I would use a different product–I like Veeam Endpoint free myself, although it does not get my data offsite, so I really rely on it for DR only.

But definitely share more about why you care that you can’t protect those files!

Actually, it was @DesktopMasters that wanted to back up ntuser.dat - I was saying I gave up years ago on trying to it. And, yes - it’s probably because I wasn’t using VSS correctly. :slight_smile:

But I agree, files like ntuser.date are generally only useful for the actual installation of Windows that generated them. Since Duplicati backs up files, not drives, the resulting restored ntuser.dat file would likely be useless at best or totally screw over a user account at worst (say it was restored over an existing live user).

That Free Windows Backup for Endpoints, Servers, Desktops - Veeam Agent for Windows looks pretty nice - too bad it doesn’t do cloud backups. :slight_smile:

The users registry holds lots of important nuggets… For example the accounts info for outlook. If one Loads the profile into regedit and exports the info it can then be edited and imported into the new profile registry giving access to the .OST file for IMAP or Exchange.

This issue reaches a bit further though. I have VSS turned on but for this one user the outlook .OST file is being passed over because “it is locked”. This should not be happening when I have Duplicati running as a system service and VSS on. I am a bit confused as to what further steps to take.

So I felt as though the VSS was not working because of the .ost file. I started digging and figured out that I also have to add --snapshot-policy=required before it will use VSS. Once I did that… It not only solved the .ost file but it has also started backing up the registry.

Is there a comprehensive howto on this somewhere? I feel like the only reason I have been able to get through all this is because I am pretty competent and good at research.

~ Merlin

If you feel the current How-To section is lacking something useful, feel free to add a topic to it. :smiley:

There’s also an actual manual being put together - it’s not finished yet, but if you’re interested you can find links to it in this topic:

Maybe I over looked it… and that is a problem in its self… But I had no idea that forum existed. I had no idea I should go look for it… I did look for information on the website… should that forum not be linked off the website as a document repository??

Duplicati’s user interface is updated with a link to the forum, but we do not yet have a new beta build.

Are you missing a link from www.duplicati.com to the forum?