2.2.4.1.2 ConfigurationSet

The ConfigurationSet type describes the global file backup configuration settings.

       <xs:complexType name="ConfigurationSet">
         <xs:sequence>
           <xs:element minOccurs="0" name="FrequencyInMinutes" type="xs:unsignedInt" />
           <xs:element minOccurs="0" name="IsEnabled" type="xs:boolean" />
           <xs:element minOccurs="0" name="RetentionInMonths" type="xs:unsignedInt" />
           <xs:element minOccurs="0" name="SourceLibraries" type="tns:SourceLibrary" />
           <xs:element minOccurs="0" name="TargetPath" nillable="true" type="xs:string" />
           <xs:element minOccurs="0" name="UnmanagedClients" nillable="true" type="xs:string" />
         </xs:sequence>
       </xs:complexType>

FrequencyInMinutes: The backup frequency in minutes.

IsEnabled: TRUE if the client file backup is enabled; otherwise, FALSE.

RetentionInMonths: The backup retention age in months.

SourceLibraries: The source libraries to back up.

TargetPath: The target folder’s UNC path for the caller.

UnmanagedClients: The list of machine names of unmanaged clients, separated by the pipe (|) character.