shadow-copy
Microsoft VSHADOW.EXE shadow copies contain locked files?
I\'ve been writing a backup program using VSS and started out with VSHADOW.EXE from the Windows SDK 6.1 Samples. It generally works, but I was astonished to see that certain files are still locked ins[详细]
2023-04-04 20:34 分类:问答Use two different versions of a .lib file in one C++ project?
I\'m working on a Volume Shadow Copy program. I have just found out that I need to use a different set of .h files (vsbackup.h) and associated .lib files (vssapi.lib) to compile the project for Window[详细]
2023-03-18 01:11 分类:问答Getting a runtime error "procedure entry not found in vssapi.dll" when trying to run Volume Shadow Copy
The code compiles fine and I have included the vssapi.lib in the additional dependencies for the linker.[详细]
2023-03-14 20:18 分类:问答Shadow copy to clone system volume on Windows XP
I am looking for a program that uses shadow copy to copy the contents of a Windows XP system volume that is running.[详细]
2023-02-07 19:12 分类:问答Add directories to ASP.NET shadow copy via webconfig
Is there anyway to mark a folder (other than Bin folder) to be shadow copied by adding some configurations in web.config ?[详细]
2023-01-29 07:56 分类:问答Is there an open source alternative to Windows Volume Shadow Copy [closed]
Closed. This question is off-topic. It is not currently accepting answers. 开发者_如何学JAVA Want to improve this question? Update the question so it's on-topic for Stack Overflow.[详细]
2023-01-23 07:42 分类:问答Assembly locking rules and when is shadow copy useful?
from what I\'ve understood so far, by reading this doc for instance : http://msdn.microsoft.com/en-us/library/ms404279.aspx, Shadow copy is a feature that allows the use of an assembly while currently[详细]
2023-01-13 21:51 分类:问答AppDomain shadow copy - Loading /Unloading a dynamically loaded Dll
The Code as below which i\'m trying to load a dll dynamically is not working. AppDomain appDomain = AppDomain.CreateDomain(\"DllDomain\");[详细]
2023-01-10 13:31 分类:问答Windows Volume shadow copy error: 2155348129
Developing a VSS writer app: see this error during backup, initiated by windows backup tool, is there defined error codes for 2155348129 from Microsoft?[详细]
2023-01-08 06:27 分类:问答What does ShadowCopyFiles property in appdomain does?
I know when you set to true ,it will shadow copy the files.But what does shadow copy mean and why we nee开发者_JS百科d to shadow copy files?Shadow copy creates a copy of the assembly you are referenci[详细]
2022-12-28 05:29 分类:问答