# Backups and Disaster Recovery

Disaster recover is enabled for the production firestore database for a 7 day retention period. You may also manually create backups. The storage for these options are billable, so creating more backups or increasing the retention period will increase cost.

<figure><img src="/files/RijlOEjuZToM3IiVHmDJ" alt=""><figcaption></figcaption></figure>

You can see more in the [disaster recovery options](https://console.cloud.google.com/firestore/databases/-default-/disaster-recovery?authuser=0\&project=timberid-prd\&hl=en) for the production project.

If you want to access the data to restore into the current database, see [how to use the gcloud command line interface](https://cloud.google.com/firestore/docs/use-pitr?hl=en#export_and_import_from_a_consistent_pitr_version) to export firestore data from an old timestamp and then reimport.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://timberid.gitbook.io/timberid/architecture-of-timberid/gcp-guide/backups-and-disaster-recovery.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
