# Google Cloud Storage

**Google Cloud Storage** allows data to be stored and accessed on Google Cloud Platform infrastructure. It combines the performance and scalability of Google's cloud with advanced security and sharing capabilities.

## How to use **GCS** as a backup destination for Storware Backup & Recovery:

1. Create a project: Click [here](https://cloud.google.com/resource-manager/docs/creating-managing-projects) for more info about **Creating and Managing Projects**.
2. Create a bucket: Click [here](https://cloud.google.com/storage/docs/creating-buckets) for more info about **Creating Storage Buckets**.

   ![](/files/D0iFCnMUkPfNSclpZTkN)
3. Enable versioning in your bucket: Click [here](https://cloud.google.com/storage/docs/using-object-versioning#gsutil) for more info about **Enabling Object Versioning**.
4. Generate a service account key: Click [here](https://cloud.google.com/iam/docs/creating-managing-service-account-keys) for more info about **Creating service account keys**. The service account key should have the **Role** set to **Storage Admin and Service Usage Consumer**.

   ![](/files/s6qSNwqVOzWDs6Euoy6O)

   ![](/files/XY7Ni5v7Bx298gMci2uQ)

   ![](/files/sfvFXadFHA3QRyMH4Xux)

   You can leave the third tab - Grant users access to this service account (optional).\
   To generate an account key, click on the "three-dot" button next to your service account and then click on "create key".\
   You should then see the window below - click on create to download the JSON file. You'll need its content in the last step.

   ![](/files/luYC1Ie1KagWxQYxBsDd)
5. After the key is created, open your Storware Backup & Recovery Web UI (you can also use **CLI**), click on **BACKUP DESTINATIONS**, then on the **Create Backup Destination** button, and then select **Google Cloud Storage** from the drop-down list. In addition to the standard properties, you need to specify:
6. The **Bucket name** was specified during bucket creation.
7. The **Service account key** - paste the content of the service account key .json file created before.

![](/files/XaLDfknyAeXdedFwjifv)

![](/files/6fr7VQ9lqG7o3cXNdPPl)

Now you can store Storware Backup & Recovery backups on Google Cloud Storage.


---

# 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://docs.storware.eu/backup-and-recovery-7.3/deployment/backup-destinations/object-storage/google-cloud-storage.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.
