> For the complete documentation index, see [llms.txt](https://docs.ionos.com/postgres-sdk-python/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ionos.com/postgres-sdk-python/models/clusterbackup.md).

# ClusterBackup

A backup object.

## Properties

| Name                                 | Type         | Description                                               | Notes       |
| ------------------------------------ | ------------ | --------------------------------------------------------- | ----------- |
| **id**                               | **str**      | The unique ID of the resource.                            | \[optional] |
| **cluster\_id**                      | **str**      | The unique ID of the cluster.                             | \[optional] |
| **version**                          | **str**      | The PostgreSQL version this backup was created from.      | \[optional] |
| **is\_active**                       | **bool**     | Whether a cluster currently backs up data to this backup. | \[optional] |
| **earliest\_recovery\_target\_time** | **datetime** | The oldest available timestamp to which you can restore.  | \[optional] |
| **size**                             | **int**      | Size of all base backups including the wal size in MB.    | \[optional] |
| **location**                         | **str**      | The S3 location where the backups will be stored.         | \[optional] |
