Postgres database: iondb
Postgres table: rundb_backup
Backup description data model.
The rundb_backup table elements are updated when a particular experiment is archived.
| Field | Type | Description |
|---|---|---|
| backupDate | Date (with time) | backupDate |
| backupName | String (up to 256) | backupName |
| backupPath | String (up to 512) | backupPath |
| experiment | Experiment (ForeignKey) | the related rundb.Experiment row |
| id | Integer | ID |
| isBackedUp | Boolean (Either True or False) | isBackedUp |