Backup destinations
Backblaze B2
B2 is the price-per-GB pick for cold archive. It speaks S3 alongside its own native API. Use the S3-compatible endpoint for Tusk.
Backblaze B2 is the cheapest mainstream option for backup workloads. Storage runs about a fifth of AWS S3's per-gigabyte rate at the time of writing, with simpler pricing and no minimum-storage-duration penalty for the standard class. For raw footage that you might never download again, that math adds up fast.
B2 has its own native API, but it also exposes an S3-compatible endpoint. Tusk uses the S3 endpoint. The setup looks identical to AWS S3 in the Tusk form. Only the endpoint URL and the key format differ.
Create a bucket
1
Sign in to Backblaze
2
Create a bucket
tusk-yourname). Set the bucket to Private. Default encryption is fine. Click Create.3
Note the bucket name and endpoint
s3.us-west-004.backblazeb2.com. The 004part is your account's region cluster and may differ. Copy it exactly as shown.Use the S3 endpoint, not the native B2 endpoint
api.backblazeb2.com) and the S3-compatible endpoint (s3.<cluster>.backblazeb2.com). Tusk uses the S3-compatible one. Always copy the endpoint shown on the bucket page, not from elsewhere.Create an application key
B2's equivalent of an IAM user is an application key. Create one scoped to the bucket you just created so the key only has access to Tusk backups, not your entire account.
1
Open Application Keys
2
Add a new key
tusk-backup. Restrict access to your Tusk bucket (pick it from the dropdown). Set Type of Access to Read and Write. Leave the file name prefix and duration empty.3
Save the keyID and applicationKey
Connect Tusk
1
Add an S3 destination in Tusk
- Endpoint URL: the S3 endpoint from your B2 bucket detail page (e.g.
s3.us-west-004.backblazeb2.com) - Bucket: your B2 bucket name
- Folder: a subfolder for this project
- Access key ID: the B2 keyID
- Secret access key: the B2 applicationKey
2
Test and save
Related
Next
Cloudflare R2 →