Database Table rundb_backup ============================================================================ Postgres database: ``iondb`` Postgres table: ``rundb_backup`` .. include:: ../manual_database_ref_docs/rundb_backup.rst Schema ------- +--------------+----------------------------------+------------------------------------+ | 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 | +--------------+----------------------------------+------------------------------------+