Remote backup configuration. Content-Type: application/vnd.plcm.plcm-remote-backup-config+xml
Name | Type | Description | Attributes |
---|---|---|---|
atomLinkList | Array of Link | See Definition of Link | |
automaticBackupEnabled | boolean | Enable automatic backups of this cluster to a remote server | Mandatory |
secondsAfterMidnightToStart | long | Seconds after midnight to start | |
backupFrequency | int | Frequency of remote backup(in days) | |
backupMode | BackupMode | Backup types | |
transferProtocol | TransferProtocol | Transfer protocols | |
remoteIp | RemoteIp | Hostname or IP address of remote server | |
remotePort | int | Remote port | |
username | Username | Username of the remote server where backup will be transferred. | |
password | Password | Password of the remote server where backup will be transferred. | |
remoteDirectory | RemoteDirectory | Remote directory | |
entityTag | EntityTag | The unique value generated from the server object instance. This value is the same value that MUST be applied to the HTTP Entity Tag (ETag) header for a single instance of this object. Client modification of this field is not allowed for this instance. | |
nextBackupDate | dateTime |
Name | Type | Restrictions |
---|---|---|
EntityTag | string | Length of value must be >=1 Length of value must be <=64 |
RemoteDirectory | string | Length of value must be >=0 Length of value must be <=1000 |
Password | string | Length of value must be >=0 Length of value must be <=255 |
Username | string | Length of value must be >=0 Length of value must be <=255 |
RemoteIp | string | Length of value must be >=0 Length of value must be <=255 |
TransferProtocol | string | Value must be one of:
|
BackupMode | string | Value must be one of:
|