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

Proxmox Backup Server vs Veeam for Proxmox Backup

Veeam added Proxmox VE support in version 12.2 and kept building on it: version 13 moved the backup server to a hardened Linux appliance, and 13.1 added native Proxmox replication. Proxmox users have a real choice between the built-in Proxmox Backup Server and an enterprise backup product. They're still fundamentally different tools built for different environments.

At a Glance

FeatureProxmox Backup ServerVeeam Backup & Replication
CostFree (open source)Per-workload licensing
VM backupYes (QEMU/KVM)Yes (QEMU/KVM)
LXC container backupYesNo
DeduplicationBuilt-in, chunk-levelBuilt-in
Application-awareFilesystem-consistent (guest agent, VSS on Windows)Yes (VSS, Exchange, SQL Server)
Multi-hypervisorProxmox onlyVMware, Hyper-V, Proxmox, Nutanix, XenServer, XCP-ng and more
Backup server OSDebian LinuxLinux appliance or Windows Server (v13+)
Client-side encryptionYesYes
Community EditionN/A (fully free)Not available for Proxmox
Offsite replicationSync jobs to remote PBSBackup copy jobs; native Proxmox replication since 13.1

Comparison based on publicly available information as of August 2026.

What Veeam Brings to Proxmox

Veeam Backup & Replication is enterprise backup software that supports Proxmox VE as a hypervisor target (since v12.2 in August 2024). It's a mature product used by thousands of organizations for multi-hypervisor environments, and the Proxmox integration has kept gaining features with each release.

Application-Aware Backups

Veeam can quiesce applications inside VMs before taking a snapshot. That means consistent backups of SQL Server databases, Exchange mailboxes, Active Directory, and other Windows services, including log truncation. PBS goes as far as an fs-freeze through the QEMU guest agent, which routes through VSS on Windows guests, but it does nothing at the application level beyond that.

Multi-Hypervisor Management

If you run Proxmox alongside VMware, Hyper-V, or Nutanix, Veeam gives you a single pane of glass for all backup operations. PBS only works with Proxmox.

Instant Recovery

Veeam can boot a VM directly from the backup repository without fully restoring it first. On Proxmox VE this arrived in 13.1 and is still labelled experimental. Proxmox has its own answer: PBS supports live restore, where the VM starts right away and blocks are pulled from the backup server on demand, at the cost of slower reads until the transfer finishes.

What Veeam Can't Do on Proxmox

No LXC container support. Veeam only backs up QEMU/KVM virtual machines on Proxmox. If you run LXC containers (and most Proxmox users do), you still need PBS or another tool for those workloads.
  • No Community Edition: Veeam's free Community Edition doesn't support Proxmox. You need Veeam Universal Licensing for any Proxmox integration, socket licensing doesn't cover it, and the v13 software appliance isn't offered with Community Edition either.
  • Newer features still experimental: Instant Recovery to Proxmox VE and granular RBAC shipped as experimental in 13.1 (July 2026). Native Proxmox replication landed in the same release, four releases after the initial 12.2 support. The integration is improving quickly, but parts of it are younger than the rest of the product.
  • Additional infrastructure: Veeam needs its own backup repository, worker VMs on the Proxmox hosts, and a management server or appliance. PBS runs on a single Debian box.
  • Licensing complexity: Per-workload licensing means costs scale with your VM count. PBS is free regardless of how many VMs you protect.

PBS Advantages for Proxmox-Native Shops

If your infrastructure is Proxmox-only, PBS has clear advantages:

  • Free and open source: No licensing costs, no per-VM fees, no vendor negotiations
  • LXC support: Back up containers and VMs with the same tool
  • Built-in deduplication: Chunk-level dedup reduces storage usage significantly
  • Native integration: Backup scheduling, pruning, and verification are built into the Proxmox ecosystem
  • Offsite sync:Sync jobs replicate encrypted backups to a remote PBS with a few clicks
  • Runs on Linux: No Windows server required

For Proxmox Backup Server offsite targets, the sync job model gives you encrypted replication without additional software.

When Veeam Makes Sense

Veeam is the right tool when:

  • You run multiple hypervisors (VMware + Proxmox, Hyper-V + Proxmox) and want unified backup management
  • Application-aware backups are a hard requirement (SQL Server, Exchange, SharePoint)
  • Enterprise compliance mandates a commercial backup solution with vendor support
  • You need instant VM recovery with near-zero RTO (see RTO vs RPO explained)
  • Your organization already has Veeam licensing and adding Proxmox is incremental

Combining Both: Veeam + PBS + Offsite

Some environments use both tools. This isn't as unusual as it sounds.

Hybrid Setup Example

  • Veeam for Windows VMs needing application-aware backup (Exchange, SQL Server)
  • PBS for all LXC containers and Linux VMs
  • remote-backups.com for offsite replication of PBS backups via sync jobs

remote-backups.com adds protection layers on top of PBS that Veeam's hardened repository concept aims to solve differently:

Immutable Backups

A read-only copy protected by credential separation. Ransomware that compromises your PBS credentials can't touch the immutable copy. Similar in purpose to Veeam's hardened repository, but built into the managed service with a configurable change timeout up to 90 days.

€3/TB/mo. Learn more

Geo-Replication

Automatic replication to separate datacenters every 15 minutes. Veeam offers backup copy jobs to secondary targets, and 13.1 added native Proxmox replication, but you provide the infrastructure on both ends. remote-backups.com handles the replication infrastructure for you.

€4/TB per copy/mo. Learn more

Autoscaling

Storage scales automatically in 100 GB increments. No manual capacity planning, no failed backups from full repositories.

Included at no extra cost. Learn more

This gives each tool its strength: Veeam handles application-aware Windows workloads, PBS handles the Proxmox-native workloads (including LXC), and a managed PBS target handles the offsite leg. The 3-2-1-1-0 strategy works regardless of which backup tool creates the local copy.

Frequently Asked Questions

No. Veeam's Proxmox integration only supports QEMU/KVM virtual machines. LXC containers are not supported. You need PBS or a file-level backup tool for containers.

No. Veeam Community Edition does not include Proxmox VE support, and the v13 software appliance is not offered with Community Edition either. You need a paid Veeam Backup & Replication license (v12.2 or later) under Veeam Universal Licensing to back up Proxmox workloads. Socket licensing does not cover Proxmox.

No. Veeam uses its own backup format and repository structure. Veeam backups go to Veeam repositories (local storage, S3, tape, hardened repo). PBS datastores use a different format. The two systems are separate.

Not in the way Veeam means it. With the QEMU guest agent installed, Proxmox VE issues an fs-freeze before the snapshot, and on Windows guests that call goes through VSS, so the backup is filesystem-consistent rather than crash-consistent. What PBS does not do is application-level processing: no SQL Server log truncation, no Exchange-aware handling. For databases and mail servers, pair PBS with application-level dumps (pg_dump, mysqldump), or use Veeam for those specific VMs.

PBS. It is free, runs on Linux, backs up both VMs and LXC containers, and integrates natively with Proxmox VE. Veeam needs a paid license (Community Edition does not cover Proxmox) plus worker VMs and a management appliance, which is hard to justify for a homelab. PBS with a managed offsite target covers most homelab backup needs completely.

Add Offsite to Your PBS Setup

Whether you use PBS alone or alongside Veeam, your PBS backups need an offsite copy. 100 GB free, native sync jobs, €8.50/TB.