-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow use of SE_BACKUP privilege #24
Comments
Hey Craig, http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/2000/Q_24208805.html If you need the text (you have to be a member see the results) I am pasting it below. There are two comments I feel are pertinent. "You are indicate that you are writing your own backup application. Therefore presumably you have the source code. Which Win32 API is failing, and what is the source code context? follow this link and look at the link it refers to on "Kernel NG" Whether they are pertinent STILL is what I am not sure of. Some things lead to this being a FAT/32 API call, but I am sure it has been updated probably in MSDN for NTFS systems |
Sadly, I did not see this comment until just now. Thanks a ton - very helpful! I'm still trying to figure out whether it even makes sense for hobocopy to be a backup tool - sometimes I think it would make more sense just to shell to robocopy after handling all the shadow volume creation stuff. But I'm still torn. At any rate, assuming hobocopy retains file copy capabilities, this information will be super helpful. Thanks again! |
Glad I could help. I would love to see robocopy more fully functional as a drive backup utility, rather than just a file/folder backup tool. Let me know if I can offer more assistance. I know some C, but am not fluent enough to fix/replace the code. |
Additional grist for this particular mill: http://groups.google.com/group/hobocopy/browse_thread/thread/50e8b737ec1fc535 |
It's possible that making using of the backup privilege will help hobocopy succeed in scenarios where it usually fails. Need to do research into this, see if it will help, and add support for it. Open questions:
Here's a link to code that can enable the priv: http://msdn.microsoft.com/en-us/library/aa387705.aspx
The text was updated successfully, but these errors were encountered: