Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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#?

like image 983
Niranjan Avatar asked Jul 13 '11 03:07

Niranjan


People also ask

How do I make a shadow copy volume?

Click Start, right-click My Computer, and then click Manage. Right-click Shared Folders, point to All Tasks, and then click Configure Shadow Copies. In the Select a volume list, click the drive that contains the file share resource that you want to create a shadow copy for. For example, click drive R.

What are volume shadow copies used for?

Shadow Copies for Shared Folders uses the Volume Shadow Copy Service to provide point-in-time copies of files that are located on a shared network resource, such as a file server. With Shadow Copies for Shared Folders, users can quickly recover deleted or changed files that are stored on the network.

How do I enable volume shadow copy in Windows 10?

You can manually enable it in task manager by the following steps. Right-click taskbar> select Start Task Manager > click services at the bottom > find Volume Shadow Copy and double-click it > set the startup type as Automatic > click Apply to make it available.


1 Answers

Check out AlphaVSS. I believe it's exactly what the doctor ordered.

like image 122
Icemanind Avatar answered Sep 16 '22 12:09

Icemanind