Sitecore 5.0 API

Settings.MasterDBBackupInterval Property

Gets the interval between backing up the master database.

[Visual Basic]
Public Shared ReadOnly Property MasterDBBackupInterval As TimeSpan
[C#]
public static System.TimeSpan MasterDBBackupInterval {get;}

Property Value

Default value: 00:60:00 (60 minutes)

Remarks

If running on an xml file based data provider, the xml data file will be backed up periodically. This setting determines how often.

Note that RDBMS based data providers generally do not. support backup from within Sitecore but rely on DBA scheduled backups.

See Also

Settings Class | Sitecore.Configuration Namespace