ProtectedFileServer
Property | Type | Attributes | Description |
---|---|---|---|
fileServerUid | String (uuid) | Read-only | UID assigned to a file share. |
backupServerUid | String (uuid) | Read-only | UID assigned to a backup server. |
organizationUid | String (uuid) | Read-only | UID assigned to an organization. |
jobUid | String (uuid) | Read-only | UID assigned to a backup job that protects a file share. |
repositoryUid | String (uuid) | Read-only | UID assigned to a backup repository. |
archiveRepositoryUid | String (uuid) | Read-only, nullable | UID assigned to an archive repository. |
name | String | Read-only | Name of a file share. |
archiveSize | Integer (int64) | Read-only | Size of archived file copies, in bytes. |
shortTermBackupSize | Integer (int64) | Read-only | Size of recent file copies, in bytes. |
archiveRestorePoints | Integer (int32) | Read-only | Number of restore points for long-term retention. |
restorePoints | Integer (int32) | Read-only | Number of restore points. |
latestRestorePointDate | String (date-time) | Read-only | Date of the latest restore point creation. Date and time string is formatted in accordance with RFC 3339. |
sourceSize | Integer (int64) | Read-only | Size of the protected data. |
sources | Array of subschemes (ProtectedFileServerSource) | Read-only | File share backup scope. |
Property | Type | Attributes | Description |
---|---|---|---|
path | String | Read-only | Path to a location of protected data. |
inclusionMasks | Array of strings | Read-only | Names and name masks of files that must be included into a backup scope. |
exclusionMasks | Array of strings | Read-only | Names and name masks of files that must be excluded from a backup scope. |