Official release dated 29 April 2026.
It is easy to treat PBS 4.2 as another disk beside the hypervisor; a production design places it in a separate failure domain and turns verification and restore tests into routine operations.
A backup job marked “OK” does not guarantee recovery. Test encryption-key availability, datastore integrity and real restore time separately.
PBS 4.2 was released in April 2026 on Debian 13.4 with kernel 7.0 and ZFS 2.4. Its production value comes from combining deduplication, incremental backups, verification, retention and remote sync.
PBS 4.2 was released in April 2026 on Debian 13.4 with kernel 7.0 and ZFS 2.4. Its production value comes from combining deduplication, incremental backups, verification, retention and remote sync.
Deploy Proxmox Backup Server 4.2 as an independent backup layer with datastore, prune/GC, verification, retention, encryption, remote sync and restore testing.
Official release dated 29 April 2026.
PBS 4.2 is based on Debian 13.4 Trixie.
Periodic verification of backup chunks increases recovery confidence.
Do not tie the only PBS copy to the same host or rack risk.
Design disk, network and failure boundaries before CPU sizing. A backup in the same chassis is not independent from host, PSU or controller loss.
| Layer | Recommendation | Purpose |
|---|---|---|
| Primary PVE | Run VMs/CTs | Compute |
| PBS | Separate host/failure domain | Backup + verify |
| Remote PBS | Different location | Disaster recovery |
HDD can be economical for long retention; NVMe helps metadata and fast restores. Choose ZFS/RAID around workload and disk count.
proxmox-backup-manager datastore listproxmox-backup-manager disk listzpool status 2>/dev/null || truedf -hTPrune decides which snapshot references remain; garbage collection reclaims chunks no longer referenced. Avoid scheduling both during peak load.
A newly written backup is not guaranteed to remain healthy forever. Verification periodically re-reads the checksum chain.
proxmox-backup-manager verify-job listproxmox-backup-manager task list --all true | head -30Encrypted snapshots require the key for recovery. If the only key lives on the same PBS, losing PBS can also block restore.
Remote sync is not just another copy of capacity; use separate credentials and access policy for ransomware, rack loss and site outages.
proxmox-backup-manager remote listproxmox-backup-manager sync-job listRestore a test VM on an isolated bridge and record boot, application integrity, data consistency and elapsed time. RTO is measured by restoration, not backup duration.
Plan disk, retention, networking and a remote location for a PBS system independent from the Proxmox host on Eka Sunucu.
Primary documentation and technical references used by this guide.
Continue with related infrastructure and implementation guides.
PBS 4.2
The official 4.2 release is based on Debian 13.4 Trixie.
It can be done in several ways, but production backups in the same physical failure domain weaken protection from host loss.
Prune removes snapshot references according to retention; GC reclaims unreferenced chunks.
It depends on criticality; restore drills should at minimum be regular, measured and documented.