Added XSD Support for Pruning Old Backups
This commit is contained in:
14
config.xsd
14
config.xsd
@@ -118,6 +118,20 @@
|
||||
<!-- This specifies if a server is a "dummy" configuration.
|
||||
Useful for testing and placeholder. -->
|
||||
<xs:attribute name="dummy" type="xs:boolean" use="optional" default="false"/>
|
||||
<!-- Used to define the number of yearly backups to keep. -->
|
||||
<xs:attribute name="keepYearly" type="xs:int" use="optional" />
|
||||
<!-- Used to define the number of monthly backups to keep. -->
|
||||
<xs:attribute name="keepMonthly" type="xs:int" use="optional" />
|
||||
<!-- Used to define the number of weekly backups to keep. -->
|
||||
<xs:attribute name="keepWeekly" type="xs:int" use="optional" />
|
||||
<!-- Used to define the number of daily backups to keep. -->
|
||||
<xs:attribute name="keepDaily" type="xs:int" use="optional" />
|
||||
<!-- Used to define the number of hourly backups to keep. -->
|
||||
<xs:attribute name="keepHourly" type="xs:int" use="optional" />
|
||||
<!-- Used to define the number of minutely backups to keep. -->
|
||||
<xs:attribute name="keepMinutely" type="xs:int" use="optional" />
|
||||
<!-- Used to define the number of secondly backups to keep. -->
|
||||
<xs:attribute name="keepSecondly" type="xs:int" use="optional" />
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<!-- END SERVER -->
|
||||
|
||||
Reference in New Issue
Block a user