chore: update README.md to include google cloud storage instructions. (#639)
Some checks failed
Docs / build (push) Has been cancelled
Release Please / release-please (push) Has been cancelled
Docs / deploy (push) Has been cancelled

This commit is contained in:
johnc86
2025-01-20 01:53:44 +00:00
committed by GitHub
parent 359df894a5
commit 465181e50a

View File

@@ -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: