2.2.5.1.1 SourceLibrary
The SourceLibrary type contains the options governing which source libraries the client file backup provider will back up.
-
<xs:simpleType name="SourceLibrary"> <xs:restriction base="xs:string"> <xs:enumeration value="DocumentsAndDesktop" /> <xs:enumeration value="NoMediaLibraries" /> <xs:enumeration value="All" /> </xs:restriction> </xs:simpleType>
The following table describes the values for this type.
Value |
Description |
---|---|
DocumentsAndDesktop |
The provider will back up the client’s documents library and desktop items. |
NoMediaLibraries |
The provider will back up all files except media libraries (picture, video, music). |
All |
The provider will back up all files supported by the file history. |