mirror of
https://github.com/garethgeorge/backrest.git
synced 2025-12-14 17:45:36 +00:00
chore: update README.md to include google cloud storage instructions. (#639)
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user