1
Create a GCP service account with Storage Admin permissions
Configure Google Cloud Platform as a secondary backup destination for additional redundancy and multi-cloud protection.
Add Google Cloud Platform as a backup destination by configuring a service account and GNAS multi-cloud settings.
Create a GCP service account with Storage Admin permissions
Download the service account key file
Add the GCP configuration to your GNAS config.yaml file
Configure the following sections in your GNAS config.yaml to enable GCP backup:
gcp:
enabled: true
service_account_key: /path/to/service-account-key.json
project_id: your-gcp-project-id
bucket: gnas-backups-gcp
multi_cloud:
strategy: "copy" # Options: copy, sync, archive
schedule: "0 4 * * *" # Daily at 4 AM