View the Project on GitHub elements-storage/elements-sdk-python
| Name | Type | Description | Notes |
|---|---|---|---|
| source | [TapeJobSource] | The filesystem paths to archive onto tape. | |
| start_date | datetime | When the archive job should start running. | |
| name | str | Human-readable name for the archive job. | |
| group | int | ID of the tape group to write the primary copy to. | [optional] |
| group2 | int, none_type | ID of a second tape group to write a redundant copy to. Omit or null to write a single copy. | [optional] |
| export | bool | When true, eject (export) the primary tape from the library after writing. | [optional] |
| export2 | bool, none_type | When true, eject (export) the second-copy tape from the library after writing. | [optional] |