remote-backups.comremote-backups.com
Contact illustration
Sign In
Don't have an account ?Sign Up

remote-backups.com vs Backblaze B2 for PBS Offsite Backups

Backblaze B2 is cheap object storage. remote-backups.com is a managed Proxmox Backup Server target. Both can store your offsite backups, but they solve different problems and come with different trade-offs.

At a Glance

Featureremote-backups.comBackblaze B2
Price per TB/month€8.50 flat$6.95/TB storage + egress over the free allowance
Egress costsNoneFree up to 3x stored data, then $0.01/GB
PBS nativeYes, full sync job supportS3 datastore (stable since PBS 4.2)
Setup time~5 minutes30-60 minutes
DeduplicationServer-side (PBS native)None (object storage)
VerificationServer-side, no egressDownloads all chunks (egress bills)
Data locationGermany (EU); 9 edge PoPs, data stays in GermanyUS West by default, EU Central (Amsterdam) available
Immutable backupsYes (€3/TB/mo add-on)Object Lock (additional config)
Geo-replicationYes (€4/TB/copy/mo)Manual (separate buckets)
AutoscalingYes (included, 100 GB increments)N/A (pay per byte)
Free tier100 GB10 GB

Comparison based on publicly available information as of August 2026.

How Each Approach Works

Managed PBS (remote-backups.com)

You add remote-backups.com as a remote PBS target in your local Proxmox Backup Server. Then you create a sync job that replicates your encrypted backups on a schedule. PBS handles deduplication, verification, and pruning on both ends. No additional software, no API keys, no middleware.

Backblaze B2 as PBS S3 Datastore

PBS S3-compatible datastores left tech preview with Proxmox Backup Server 4.2 in April 2026 and are now an officially supported backend. You create a B2 bucket, generate application keys, and configure PBS to use the bucket as a datastore backend. Two things the docs are explicit about: every S3 datastore needs its own local cache disk of 64 to 128 GiB, and only one PBS instance can operate a given datastore at a time. Verification still reads chunks back out of the bucket, and B2 doesn't understand PBS chunks natively.

The Hidden Cost of Verification

Proxmox Backup Server can verify backup integrity by reading and checksumming stored chunks. On a native PBS target, this happens server-side with zero network transfer. On B2, verification pulls the chunks back out of the bucket, checks them, and discards them. Everything that is not already in the local cache disk counts as egress.

Example: Verifying a 2 TB datastore on B2 reads back roughly 2 TB. B2 includes free egress up to three times your stored data, so a 2 TB datastore gets 6 TB free per month. Weekly verification is about 8 TB, which puts you 2 TB over the allowance at $0.01/GB, roughly $20/month before a single restore. Restores, a second copy, or a larger dataset eat that allowance fast. On a managed PBS target, verification transfers nothing and costs nothing.

You can skip verification, but then you're trusting that your offsite backups are intact without ever checking. That defeats one of PBS's strongest features.

Setup Complexity

remote-backups.com Setup

  1. Create account, get connection details
  2. Add as remote in PBS GUI
  3. Create sync job with --encrypted-only
  4. Done

Backblaze B2 Setup

  1. Create B2 account and bucket
  2. Generate application keys
  3. Attach a dedicated 64-128 GiB cache disk for the S3 datastore
  4. Configure the S3 endpoint and datastore in PBS
  5. Set up lifecycle rules
  6. Monitor egress against the free allowance
  7. Handle S3 API compatibility edge cases

The B2 path also requires you to monitor your egress spending and manage API credentials. With client-side encryption enabled, your data stays encrypted regardless of which target you choose.

When Backblaze B2 Makes Sense

B2 is a solid choice when:

  • You have very large datasets (10+ TB) and raw storage cost is the primary concern
  • Your verification and restore traffic stays inside the free 3x egress allowance
  • You already use B2 for other workloads and want to consolidate
  • GDPR and EU data residency don't apply to your situation

For cold archival storage where you write once and almost never read, B2's per-GB pricing is hard to beat. Just factor in egress costs before assuming it's cheaper.

When Managed PBS Wins

A managed Proxmox Backup Server target is the better fit when:

  • You want native PBS sync jobs with no middleware or API adapters
  • You need free, server-side verification to confirm backup integrity
  • Predictable monthly costs matter (no surprise egress bills)
  • You restore or verify regularly and don't want to pay per-operation
  • EU data residency (GDPR) is a requirement
  • You prefer a 5-minute setup over configuring S3 endpoints

You can estimate your transfer requirements with our initial seed calculator.

Features B2 Can't Match

remote-backups.com isn't just a storage target. It adds protection layers on top of Proxmox Backup Server that object storage like B2 can't replicate.

Immutable Backups

A separate, read-only copy of your backups that nobody can modify or delete. Not you, not a rogue script, not ransomware that compromised your PBS credentials. Controlled by credential separation and a configurable change timeout (1-90 days).

€3/TB/mo based on actual usage. Learn more

Geo-Replication

Automatic replication to physically separate datacenters. Your data survives even if an entire region goes down. Syncs every 15 minutes via ZFS incremental transfers. Choose 1-3 additional copies.

€4/TB per copy/mo. Learn more

Autoscaling

Your datastore grows and shrinks automatically in 100 GB increments based on actual usage. No manual resizing, no overprovisioning, no failed backups because you ran out of space.

Included at no extra cost. Learn more

B2's Object Lock provides some immutability at the S3 level, but it doesn't integrate with PBS's chunk-based storage model. You'd need to build and maintain retention policies, monitoring, and access controls yourself. With remote-backups.com, these features work out of the box with your existing sync jobs.

Frequently Asked Questions

Yes. S3-compatible datastores left tech preview in Proxmox Backup Server 4.2 (April 2026) and are an officially supported backend, so B2 is a production option. Plan for the constraints: each S3 datastore needs its own local cache disk of 64 to 128 GiB, an existing regular datastore cannot be converted, and only one PBS instance can operate a datastore at a time. Garbage collection and verification generate API requests and egress against the bucket.

For storage alone, usually yes. B2 pay-as-you-go went from $6 to $6.95/TB/month on 1 May 2026, and standard API calls became free in the same change. Add verification and restore traffic beyond the free 3x egress allowance, plus the cache disk every S3 datastore needs, and the gap narrows. remote-backups.com includes verification, restores, and all transfers in the €8.50/TB flat rate.

Yes, in two separate ways. Buckets is our S3-compatible object storage, launched in June 2026, at €6/TB/month net with no egress fees, and it works with rclone, restic, aws-cli, or any S3 SDK. Our PBS datastores are something else: native Proxmox Backup Server targets with full sync job support, server-side deduplication, and server-side verification, with no S3 compatibility layer in between. For PBS offsite replication the native target is still the better fit.

Yes. PBS supports client-side encryption regardless of the backend. Both B2 and remote-backups.com receive only encrypted chunks when you enable encryption on your datastore. The encryption key never leaves your local PBS instance.

It isn't hypothetical: storage went from $6 to $6.95/TB on 1 May 2026, the second increase since 2023. Usage-based pricing means both the storage line and the per-operation lines can move, and verification and restores are exactly the operations you cannot skip. With a flat-rate managed PBS target, verification and restores stay at zero no matter what the market does.

Try Managed PBS with No Egress Surprises

Start with 100 GB free. Native PBS sync jobs, server-side verification, flat-rate pricing. No S3 configuration, no egress metering.