All Classes Files Functions Variables Enumerations Enumerator Groups Pages
kerio::jsonapi::admin::BackupOptions Struct Reference

Public Attributes

Directories paths
 Paths to store/archive/backup, this field is used in both, archive and backup, options.
boolean isEnabled
 Enable message store and configuration recovery backup.
BackupStatus status
 Current backup status.
long splitSizeLimit
 Split backup files if size reaches 'splitSizeLimit' (MB)
long rotationLimit
 Keep at most 'rotationLimit' complete backups.
string networkDiskUserName
 If the backup directory is on the network disk, you may need to specify user name.
string networkDiskPassword
 ... and password
string notificationEmailAddress
 An email address of person that will be notified when backup is completed or if any problems arise.

Member Data Documentation

boolean kerio::jsonapi::admin::BackupOptions::isEnabled

Enable message store and configuration recovery backup.

string kerio::jsonapi::admin::BackupOptions::networkDiskPassword

... and password

string kerio::jsonapi::admin::BackupOptions::networkDiskUserName

If the backup directory is on the network disk, you may need to specify user name.

string kerio::jsonapi::admin::BackupOptions::notificationEmailAddress

An email address of person that will be notified when backup is completed or if any problems arise.

Directories kerio::jsonapi::admin::BackupOptions::paths

Paths to store/archive/backup, this field is used in both, archive and backup, options.

long kerio::jsonapi::admin::BackupOptions::rotationLimit

Keep at most 'rotationLimit' complete backups.

long kerio::jsonapi::admin::BackupOptions::splitSizeLimit

Split backup files if size reaches 'splitSizeLimit' (MB)

BackupStatus kerio::jsonapi::admin::BackupOptions::status

Current backup status.


The documentation for this struct was generated from the following file: