From 465181e50adda7be5bb50eabb8b0db397a117f6c Mon Sep 17 00:00:00 2001 From: johnc86 Date: Mon, 20 Jan 2025 01:53:44 +0000 Subject: [PATCH] chore: update README.md to include google cloud storage instructions. (#639) --- docs/content/1.introduction/1.getting-started.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/content/1.introduction/1.getting-started.md b/docs/content/1.introduction/1.getting-started.md index 2970673..af497cc 100644 --- a/docs/content/1.introduction/1.getting-started.md +++ b/docs/content/1.introduction/1.getting-started.md @@ -46,6 +46,7 @@ The primary properties of a repository are: - Backblaze: `b2:yourbucket` or `b2:yourbucket/pathprefix` - AWS S3 (or S3 compatible storage): `s3:yourbucket` or `s3:yourbucket/pathprefix` + - Google Cloud Storage: `gs:yourbucket:/` or `gs:yourbucket:/pathprefix` (note that if using the bucket root you must include `:/`) - SFTP e.g. `sftp:user@host:/path/to/repo` (note `sftp://` is known to have issues in some cases, do not include a double slash prefix). - Local path: `/mnt/backupdisk/repo1`. - Rclone remote: `rclone:remote:path`. See the [rclone docs](https://rclone.org/docs/) for more information. To use rclone remotes, you must first install and configure rclone and ensure that the rclone config (e.g. `~/.config/rclone/rclone.conf`) is available to the backrest process. @@ -54,6 +55,7 @@ The primary properties of a repository are: - For S3 storage set: `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY` - For B2 storage set: `B2_ACCOUNT_ID` and `B2_ACCOUNT_KEY` + - For Google Cloud Storage set: `GOOGLE_PROJECT_ID` and `GOOGLE_APPLICATION_CREDENTIALS` pointing to your service key json file. - **Flags** additional flags to provide to restic. At the moment only presence flags are supported. Common usage might include: