BackupServerFileShareCopyJobObject
Property | Type | Attributes | Description |
---|---|---|---|
jobUid | String (uuid) | Read-only | UID assigned to a job. |
fileServerUid | String (uuid) | Read-only | UID assigned to a file share server. |
path | String | Read-only | Path to a location of protected data. |
sources | Array of subschemas (BackupServerFileJobObjectSource) | Read-only | Processed files and folders. |
lastSession | Subschema (BackupServerJobObjectLastSession) | — | Information about the latest job session. |
BackupServerFileJobObjectSource
Property | Type | Attributes | Description |
---|---|---|---|
path | String | Read-only | Path to a location of protected data. |
type | String | Read-only | Type of protected object. Possible values:
|
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. |
BackupServerJobObjectLastSession
Property | Type | Attributes | Description |
---|---|---|---|
backupStatus | String | Read-only | Status of the latest job session. Possible values:
|
totalBackedSize | Integer (int64) | Read-only, nullable | Size of backup files, in bytes. |
sourceSize | Integer (int64) | Read-only, nullable | Size of processed data, in bytes. |
duration | Integer (int32) | Read-only, nullable | Time taken to complete the latest job session, in seconds. |
messages | Array of strings | Read-only | Array of job session messages. |