From 486bf555b99160a9833432968cc4900562844890 Mon Sep 17 00:00:00 2001 From: Nemeth Csaba Tibor Date: Wed, 1 Apr 2026 17:42:07 +0200 Subject: [PATCH] feat: update docs for b2 --- AGENTS.md | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 2d1f8237..b1845d48 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -8,7 +8,7 @@ ## 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 diff --git a/README.md b/README.md index 44adc4dd..14cd1207 100644 --- a/README.md +++ b/README.md @@ -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. - **Google Cloud Storage** - Google's cloud storage service - **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) Repositories are optimized for storage efficiency and data integrity, leveraging Restic's deduplication and encryption features.