Skip to content

Commit 9929bd5

Browse files
authored
Removed "how to" in title
1 parent 1ba2694 commit 9929bd5

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/general-development/how-to-create-a-vss-requestor-for-use-with-sharepoint.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
---
2-
title: How to Create a VSS requestor for use with SharePoint
2+
title: Create a VSS requestor for use with SharePoint
33
ms.date: 09/25/2017
44
ms.prod: sharepoint
55
ms.assetid: 63b3145b-ece2-4acf-b58a-fd8b50303030
66
---
77

88

9-
# How to: Create a VSS requestor for use with SharePoint
10-
**Summary:** Learn about how to create a requestor for use with the Volume Shadow Copy Service (VSS) writer for Microsoft SharePoint.
9+
# Create a VSS requestor for use with SharePoint
10+
11+
Learn about how to create a requestor for use with the Volume Shadow Copy Service (VSS) writer for Microsoft SharePoint.
12+
1113
## Writing a requestor
1214

1315
The process of writing a requestor for backing up and restoring SharePoint Foundation by using VSS is the same as that for writing a requestor for any other Windows-based application such as Microsoft SQL Server or Microsoft Exchange Server. Developers of backup applications should follow the procedures outlined in the [Volume Shadow Copy Service Overview](http://msdn.microsoft.com/en-us/library/aa384649%28VS.85%29.aspx) and [Volume Shadow Copy API Reference](http://msdn.microsoft.com/en-us/library/aa384648%28VS.85%29.aspx) to build applications that can properly back up and restore SharePoint Foundation data.

0 commit comments

Comments
 (0)