feat: update docs for b2

This commit is contained in:
Nemeth Csaba Tibor 2026-04-01 17:42:07 +02:00
parent c18abac474
commit 486bf555b9
2 changed files with 2 additions and 1 deletions

View file

@ -8,7 +8,7 @@
## Project Overview ## Project Overview
Zerobyte is a backup automation tool built on top of Restic that provides a web interface for scheduling, managing, and monitoring encrypted backups. It supports multiple volume backends (NFS, SMB, WebDAV, SFTP, local directories) and repository backends (S3, Azure, GCS, local, and rclone-based storage). Zerobyte is a backup automation tool built on top of Restic that provides a web interface for scheduling, managing, and monitoring encrypted backups. It supports multiple volume backends (NFS, SMB, WebDAV, SFTP, local directories) and repository backends (S3, B2, Azure, GCS, local, and rclone-based storage).
### Type Checking ### Type Checking

View file

@ -198,6 +198,7 @@ A repository is where your backups will be securely stored encrypted. Zerobyte s
- **S3-compatible storage** - Amazon S3, MinIO, Wasabi, DigitalOcean Spaces, etc. - **S3-compatible storage** - Amazon S3, MinIO, Wasabi, DigitalOcean Spaces, etc.
- **Google Cloud Storage** - Google's cloud storage service - **Google Cloud Storage** - Google's cloud storage service
- **Azure Blob Storage** - Microsoft Azure storage - **Azure Blob Storage** - Microsoft Azure storage
- [**Backblaze B2**](https://www.backblaze.com/cloud-storage) - S3 compatible cloud storage
- **rclone remotes** - 40+ cloud storage providers via rclone (see below) - **rclone remotes** - 40+ cloud storage providers via rclone (see below)
Repositories are optimized for storage efficiency and data integrity, leveraging Restic's deduplication and encryption features. Repositories are optimized for storage efficiency and data integrity, leveraging Restic's deduplication and encryption features.