Skip to main content
Backblaze B2 cloud storage, using B2’s native API with application keys.

At a Glance

Credentials

Create a secret with the Backblaze B2 provider type. The auth method is b2_application_key, which requires: Create an application key from the Backblaze dashboard under App Keys, scoped to the bucket you plan to transfer to or from.

Location Setup

Example:

Provider Quirks

B2 locations automatically receive optimized task defaults following Backblaze’s own recommendations: higher concurrency (transfers: 32), fast listing for large buckets, and b2_hard_delete: false so deletions hide file versions rather than permanently removing them. Override any of these in the task’s rclone configuration.

Importing from rclone.conf

B2 remotes appear in rclone.conf as type = b2. The remote’s account field imports as application_key_id and key as application_key. See the rclone import guide.