Database Table rundb_backupconfig ============================================================================ Postgres database: ``iondb`` Postgres table: ``rundb_backupconfig`` .. include:: ../manual_database_ref_docs/rundb_backupconfig.rst Schema ------- +----------------------+----------------------------------+----------------------------------+ | Field | Type | Description | +======================+==================================+==================================+ | backup\_directory | String (up to 256) | backup directory | +----------------------+----------------------------------+----------------------------------+ | backup\_threshold | Integer | backup threshold | +----------------------+----------------------------------+----------------------------------+ | bandwidth\_limit | Integer | bandwidth limit | +----------------------+----------------------------------+----------------------------------+ | comments | Text | comments | +----------------------+----------------------------------+----------------------------------+ | email | Email address | email | +----------------------+----------------------------------+----------------------------------+ | grace\_period | Integer | grace period | +----------------------+----------------------------------+----------------------------------+ | id | Integer | ID | +----------------------+----------------------------------+----------------------------------+ | keepTN | Boolean (Either True or False) | keepTN | +----------------------+----------------------------------+----------------------------------+ | location | Location (ForeignKey) | the related rundb.Location row | +----------------------+----------------------------------+----------------------------------+ | name | String (up to 64) | name | +----------------------+----------------------------------+----------------------------------+ | number\_to\_backup | Integer | number to backup | +----------------------+----------------------------------+----------------------------------+ | online | Boolean (Either True or False) | online | +----------------------+----------------------------------+----------------------------------+ | status | String (up to 512) | status | +----------------------+----------------------------------+----------------------------------+ | timeout | Integer | timeout | +----------------------+----------------------------------+----------------------------------+