Apply suggestion from @Copilot

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Nico 2025-12-16 18:33:32 +01:00 committed by GitHub
parent c4ec8ea62b
commit 255ed0494b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -131,14 +131,12 @@ If you enter a normal value (not starting with `env://` or `file://`), Zerobyte
Examples: Examples:
```yaml In the web UI, enter the following values in the corresponding fields:
# 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
```
| 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 ### 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. 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.