Volume Shadow Service (VSS), also called Volume Shadow Copy refers to a volume shapshot service built in to Microsoft Windows Operating Systems from XP or greater. Questions concerning the API should use this tag; you may also consider tagging your question Windows and the language of your choice.

learn more… | top users | synonyms

-1
votes
0answers
21 views

Where does SQL Server buffer writes during VSS backup? [closed]

I'd like to know Where SQL Server buffers writes during VSS backup? Hardware providers have 10 sec time to create snapshots. Does SQL server keeps the writes during this time in RAM? What happens to ...
-1
votes
0answers
17 views

shadow backup not available [closed]

We are using w*indows server 2003 R2*. In the server we have enabled the shadow backup for 4 drives& that can be accessible from any of client pcs. But in one windows 7 home pc we cannot access ...
0
votes
0answers
26 views

Copy in-use files with NTFS Security Permissions

Is there a free Windows utility that will let me copy folders and sub folder contents with their NTFS security permissions and let me copy in-use files from one share to another? I've used RoboCopy ...
0
votes
1answer
89 views

Need Volume Shadow Copy API to freeze Exchange Writers

I have implement my own application (probably using Volume Shadow Copy) for backing up the Exchange 2010 server. I have found following schema: Backup Sequence Diagram But I cannot find any ...
1
vote
1answer
194 views

Shadow copy error using Alphavss

iI am trying to use the sample code provided on the site alphavss. I am trying to include the class VssBackup.cs and then use this in my program. Most likely I am missing a dll reference but I am not ...
0
votes
0answers
61 views

Shadow copy expose remotely – share not accessible

When I create a shadow copy with the VSHADOW tool, I can't expose the shadow copy as a network share. I can expose it locally as a drive letter. When I try to expose it remotely as a network share, ...
0
votes
1answer
80 views

How to programmatically read items from a VSS backup drive?

I use VSS to backup to a backup drive. I'd like attach that drive on another machine and list all the backups on it and then list all the items within a particular backup. I know you can do it at the ...
0
votes
0answers
81 views

shadow copy not working while impersonating as different user

I'm trying to create vss snapshot using winforms c#. Its working fine when i execute it under logged-in user (administrator). I want to achieve the same thing for a standard user, i know that standard ...
0
votes
0answers
40 views

How to implement GetTargetLUNs in vss Hardware provider?

I am implementing VSS Hardware provider for ZFS based iSCSI Target. We have implemented AreLunSupported, precommitsnapshot and commitsnapshot etc functions and till this point it is working fine. But ...
0
votes
0answers
36 views

Free utility to do diffs over previous versions of files in Win 7?

The "Previous Versions" facility of Win 7 is almost like having a light-weight source control system running in your file system. All it needs is to be able to Diff over different versions. Here is a ...
3
votes
1answer
1k views

Accessing Volume Shadow Copy (VSS) Snapshots from powershell

I am attempting to create and access a Volume Shadow Copy snapshot using the Windows Power Shell in Windows 7. I found that I can create snapshots using the following via via a previous superuser ...
0
votes
0answers
71 views

Skip GetTagetLuns, LoacteLuns and FillinLunInfo in VSS HW Provider

I am writing VSS Hardware provider and am able to create snapshot.Accordingly when traced with tracing tools I notice that upto PostCommitSnapshot is all perfect .After PostCommit Snapshot for The ...
0
votes
0answers
45 views

Add Registry VSS Writer as ComponentDependency?

Does anyone know the syntax to add the registry VSS writer (guid: AFBAB4A2-367D-4D15-A586-71DBB18F8485) as a component dependency using IVssCreateWriterMetadata::AddComponentDependency? I'm using ...
0
votes
0answers
77 views

Invoke SQL Server VSS Writer only

I have the set of API calls that MS provides to initiate a shadow copy operation (http://msdn.microsoft.com/en-us/library/aa384618(v=vs.85).aspx and Windows VSS (Volume Shadow Copy) in C++), and ...
3
votes
2answers
144 views

Consistent backups in python

I'm working on a remote backup solution in python. The server part will run on Unix/Linux because it will use hard links for efficient incremental backups. The client part, however, will have to run ...
0
votes
1answer
135 views

How to backup using backup API's in c++ [closed]

I am writing an application that used to backup some specified file, therefore using the backup API calls i.e CreateFile BackupRead and WriteFile API's. getting errors Access violation reading ...
0
votes
1answer
189 views

Copy files from VSS

I am working on a windows VSS application, I want some help regarding it. After creating snapshot, how can I copy the files or files' blocks(sectors), preferably files' blocks, from volume snapshot ...
0
votes
1answer
121 views

Windows VSS service

I am a newbie and I am working on a driver that tracks creation/write/modification on files. Now I have been told to work on Volume snapshot. I have seen the code of VSS that comes with Windows SDK. ...
0
votes
0answers
51 views

VSS Actual backup

Can anyone suggest me how to access the files in the snapshot to take volume backup ?. After successful creation of snapshot,using GetSnapshotProperties to get the snapshot property and using ...
0
votes
0answers
85 views

VSS volume backup

Can anyone suggest me how can i proceed with taking volume backup using created snapshot? I am new to VSS and working with VSS SDK 7.2 sample programs. Able to create the snapshot of logical drives ...
0
votes
1answer
907 views

Volume backup using VSS in vc++

Can anyone suggest me how to do volume backup? below is my code. Creating shapshot of C: drive and tryinh to backed up and using CopyFile to backup file by file. Is their any way to backup valume? ...
0
votes
1answer
75 views

running vssadmin from a program

I'm trying to run the following command from a c++ program: system("vssadmin list writers > tmp.txt "); I'm getting this output: "vssadmin 1.1 - Volume Shadow Copy Service administrative ...
0
votes
1answer
841 views

Volume Shadow Copy (VSS) sample in C#?

I've seen the question here, but I'm having difficulty understanding how to implement a system to read existing shadow copies from my system. Can someone provide a short sample of code that lets me ...
0
votes
0answers
134 views

How to copy files in Visual C++ using Volume Shadow Copy Service?

I am trying to write an application in Visual C++ that copies file from one location to another using the Volume Shadow Copy Service (VSS) API. I am a complete newbie to Visual C++ and of course VSS ...
2
votes
1answer
166 views

Selectively restore files using VSS

I want to write an application that will monitor the files that are modified by a "client" application (with all its processes) and will restore them to the original state when the client app's ...
5
votes
3answers
463 views

How to get the 'NextUSN' journal entry for a VSS snapshot?

after creating a VSS snapshot I'd like to be able to query the USN journal. Is this possible or is the USN journal not accessible from a VSS snapshot? my goal is to be able to use the USN journal in ...
2
votes
0answers
92 views

VSS failure due to shadow storage size

I have used VSS API to make snapshot of C:. The program fails with VSS exception. But when I try to create snapshot of same volume using VSS Admin it completes successfully. I found the shadow ...
4
votes
3answers
396 views

Volume Shadow Copy using Java

I am currently creating a backup application where we need a way to read files that are in use by other applications and we also want to minimize the locking the we incur on the users' files. Using ...
0
votes
1answer
548 views

How to use Volume Shadows Copy and Robocopy on Win7?

I’d like to backup my system with Robocopy and Powersell but Robocopy is not able to copy opened files. Volume Shadows Copy seems a solution but I don’t find any clear and simple explanation how to ...
0
votes
2answers
490 views

VB.Net: How To Display Previous Shadow Copy Versions of File Allowing User to Choose One

I'm writing an Excel file recovery program with VB.Net that tries to be a convenient place to gather and access Microsoft's recommended methods. If your interested in my probably kludgy, error filled, ...
1
vote
0answers
230 views

Can the Volume Shadow Copy service be used in Windows 7 by a non-administrator

I'm trying to use the Volume Shadow Copy service on Windows 7, and have had a look at the MS vshadow code and AlphaVSS. These appear to provide enough detail to do what I need, but I can't make ...
0
votes
1answer
403 views

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 ...
1
vote
1answer
275 views

Backup Files in use by another Process

My application currently uses a third party API that has a bug forcing me to build it in 32bit. Unfortunately this conflicts with Window's Volume Shadow Copy as this apparently must be run in 64bit to ...
0
votes
1answer
199 views

VSS in C# NET DirectoryCopy Function

I am writing a class (based on a class library) that creates a RAMDisk, and every X minutes I need to backup the contents of the RAMDisk to a physical location due to volatility. It was suggested to ...
1
vote
2answers
772 views

Hyper-V Backup with diskshadow - when to call “end backup”?

I am implementing a backup of Hyper V VMs using diskshadow based on Windows VSS (Volume Shadow Copy Service). The implementation is pretty much as described in DiskShadow / Xcopy BACKUP of Hyper-V, ...
4
votes
1answer
2k views

How to use volume shadow copy using C# in vs2008

I'd like to make a C# application that uses Volume Shadow Copy Service for backup/restore. How do I access the VSS API from C#?
0
votes
1answer
379 views

How can i call functions of an abstract base class in C++?

I am using VSS API and using this abstract base class CVSSWriter.I want to call its functions but I can't make its object. How should I inherit it because its a class defined in VSWriter.h Here is ...
0
votes
1answer
145 views

Can I use the VSS ASR writer to create a bootable virtual disk image?

I'm researching the way to create a .VHD file that would be bootable in Hyper-V. Can I use the VSS ASR writer that's included in Windows 7 and Win 2k8 to do this?
0
votes
1answer
512 views

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. I get this error saying "CreatevssbackupcomponentsInternal procedure entry point could not be ...
0
votes
1answer
146 views

Backup of Exchange Server 2003,2007 using VSS API's

Can Exchange Server 2003 and 2007 be backup up using VSS API's that are provided for exchange 2010? Thanks
2
votes
1answer
452 views

Can C# call Volume Shadow Copy Service APIs (writer related), can how if yes?

I'd like to query backup sources from certain VSS writer in my C# project. Is this possible? And how to do this if yes? I've searched google but did not find useful answers. Any idea is appreciated.
0
votes
2answers
236 views

Building a Volume Shadow Service app for release

How should an application that uses the Volume Shadow Copy service be built for release? I've been building and testing in Windows 7 and everything looks good so I built the app to test in Windows XP ...
1
vote
2answers
670 views

Windows VSS (Volume Shadow Copy) in C++

I need some help with getting VSS to work in C++. My basic aim is to scan a folder for changed files (by modified date) and then back them up to another device using VSS. The documentation is unclear ...
0
votes
1answer
424 views

Unable to take differential backup using SQL Server VSS Writer

I have been trying to develop a tool to do backup/restore of MS SQL Server using SQL Server VSS Writer. I can not get the differntial backup working! I am just curious as to whether anyone ever made ...
2
votes
6answers
373 views

C++ DLL which can inform a calling program about its progress

My boss wants me to write a DLL in C++ (MSVC++2010) which can perform a Volume Shadow Copy which he can call from VB6 (or at a later point other languages) and which can give status updates back while ...
0
votes
1answer
2k views

Using vssadmin through a batch command or powershell

I need to access a file that is open by another process all the time. The best way would be for me to use Windows Shadow Copy to create another copy of the file and then use the copied file. Does ...
1
vote
1answer
173 views

Copying files in use with Ruby

I need to copy some files that are in use by windows with a ruby script. The OS will either be Windows XP or Windows 7 both 32-bit. Can anyone point me to some information on using Volume Shadow copy ...
0
votes
1answer
311 views

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. I.e. I want to clone the system volume with the following snags: (1) I want to be ...
1
vote
1answer
314 views

How to create a system restore point?

Installing paint.net, I found a string Creating system restore point... I guess it is creating a restore point for Volume Shadow Service. -Isn't it? I'm not sure. If I'm right, how do I do this in ...
1
vote
0answers
176 views

How to access the shadow copy sector by sector in VSS?

In Actual Backup of Files phase, I got the shadow copy information which is a volume by call IVssBackupComponents::GetSnapshotProperties method . I got the name of the device object for the ...

1 2