Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
f77fd86694
commit
4ecb21e4ca
1 changed files with 5 additions and 7 deletions
12
README.md
12
README.md
|
|
@ -159,14 +159,12 @@ If you enter a normal value (not starting with `env://` or `file://`), Zerobyte
|
|||
|
||||
Examples:
|
||||
|
||||
```yaml
|
||||
# SMB volume password from an env var
|
||||
password: env://SMB_PASSWORD
|
||||
|
||||
# S3 secret access key from a Docker secret
|
||||
secretAccessKey: file://s3-secret-access-key
|
||||
```
|
||||
In the web UI, enter the following values in the corresponding fields:
|
||||
|
||||
| Field | Value to enter | Description |
|
||||
|-------------------|------------------------------|---------------------------------------------|
|
||||
| password | `env://SMB_PASSWORD` | SMB volume password from an environment variable |
|
||||
| secretAccessKey | `file://s3-secret-access-key`| S3 secret access key from a Docker secret |
|
||||
### Using rclone for cloud storage
|
||||
|
||||
Zerobyte can use [rclone](https://rclone.org/) to support 40+ cloud storage providers including Google Drive, Dropbox, OneDrive, Box, pCloud, Mega, and many more. This gives you the flexibility to store your backups on virtually any cloud storage service.
|
||||
|
|
|
|||
Loading…
Reference in a new issue