> For the complete documentation index, see [llms.txt](https://docs.guibo.travel/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.guibo.travel/administration/data-backup.md).

# Data backup

### Storage Legacy Bucket OwnerBacking up to Google Cloud Storage

* [Create a Google Cloud storage bucket](https://cloud.google.com/storage/docs/creating-buckets) :

  Make sure to select the **Fine-grained** access control method when creating the bucket.
* [Grant full access permissions](https://cloud.google.com/storage/docs/access-control/using-iam-permissions) to Guibo by adding `guibo-export@schneidergeo-platform.iam.gserviceaccount.com` as a member with the **Storage Object Admin** role and **Storage Legacy Bucket Owner.**

![Google Permissions Settings](/files/oFEKFbGzd54wMJmhnoqI)

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

* In your GUIBO account settings, go to the Backup tab. Enter the name of your Google Cloud bucket in the **Google Cloud Storage Bucket** field and click **Save**.

![Setting the Google Cloud Bucket in GUIBO](/files/2CK8RpgCRAy3fOg0H6tF)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://docs.guibo.travel/administration/data-backup.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.
