Remote backup configuration. Content-Type: application/vnd.plcm.plcm-remote-backup-config+xml
Name | Type | Description | Attributes |
---|---|---|---|
atomLinkList | List of link | See Definition of link | |
automatic-backup-enabled | xs:boolean | Enable automatic backups of this cluster to a remote server | Mandatory |
seconds-after-midnight-to-start | xs:long | Seconds after midnight to start | |
backup-frequency | xs:int | Frequency of remote backup(in days) | |
backup-mode | BackupMode | Backup types | |
transfer-protocol | TransferProtocol | Transfer protocols | |
remote-ip | RemoteIp | Hostname or IP address of remote server | |
remote-port | xs: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. | |
remote-directory | RemoteDirectory | Remote directory | |
entity-tag | 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. | |
next-backup-date | xs:dateTime |
Name | Type | Restrictions |
---|---|---|
EntityTag | xs:string | Length of value must be >=1 Length of value must be <=64 |
RemoteDirectory | xs:string | Length of value must be >=0 Length of value must be <=1000 |
Password | xs:string | Length of value must be >=0 Length of value must be <=255 |
Username | xs:string | Length of value must be >=0 Length of value must be <=255 |
RemoteIp | xs:string | Length of value must be >=0 Length of value must be <=255 |
TransferProtocol | xs:string | Value must be one of:
|
BackupMode | xs:string | Value must be one of:
|