Proxmox Backup Server 4.0 Beta Released
Proxmox has released Proxmox VE Server 9 Beta just a few days ago now at the time of this writing. To go along with that release, they have also dropped Proxmox Backup Server 4.0 Beta. Like Proxmox 9 Beta, Proxmox Backup Server 4.0 Beta is chocked full of new features that will appeal to a wide range of use cases and audiences, including home lab enthusiasts, and for the enterprise alike. Let’s dive in and see what is under the covers of this latest release!
What is Proxmox Backup Server (PBS)?
Proxmox offers its own fully supported and completely free backup solution for Proxmox VE, known as Proxmox Backup Server (PBS). For users familiar with enterprise environments—especially those using solutions like VMware—there’s often an expectation to invest in dedicated enterprise backup tools. However, with Proxmox, you get an enterprise-grade backup platform at no additional cost.
While it’s great to see growing support from enterprise vendors introducing Proxmox compatibility, it’s equally reassuring that you’re not forced to invest in costly backup solutions. Proxmox gives you a reliable and powerful option—right out of the box.
Overview of new features in Proxmox Backup Server 4.0 Beta
With the 4.0 Beta release, Proxmox has advanced the solution in many ways, including modernizing the base OS and introducing major improvements for flexibility, performance, and security.

Here’s a quick overview of the major feature highlights:
- Based on Debian 13 “Trixie”
- Kernel 6.14.8-1 (new stable default)
- ZFS 2.3.3 with live RAIDZ expansion
- S3-compatible object storage backend (tech preview)
- Improved removable datastore sync jobs
- Enhanced notifications and GUI
- Expanded support for alternative NIC naming
- Security improvements, bug fixes, and translation updates
Now, let’s break these down.
Debian 13 “Trixie” + Linux kernel 6.8
Similar to Proxmox VE 9 Beta, Proxmox Backup Server (PBS) has also been upgraded to run on Debian 13 “Trixie”, bringing in the latest improvements from the Debian ecosystem. This upgrade delivers enhanced system libraries, improved security defaults, and broader hardware compatibility.
Additionally, PBS now uses the Linux 6.8 kernel, which provides significant performance and storage optimizations. This is especially beneficial for environments requiring high-throughput backups and support for modern storage hardware.
S3-Compatible backup storage (Tech Preview)
One of the standout features in Proxmox Backup Server 4.0 Beta is native support for Amazon S3 and S3-compatible object storage. This means you’re no longer limited to traditional backup targets—you can now seamlessly integrate with platforms like MinIO, Wasabi, and other S3-compatible storage providers.
With the introduction of a new datastore type, PBS can store backup metadata and chunks directly in object storage. A built-in local cache helps minimize API requests and enhances overall performance, making this an efficient and scalable solution for hybrid or cloud-based backup strategies.
While the new S3-compatible datastore functionality in Proxmox Backup Server 4.0 Beta is powerful, there are a few limitations to keep in mind:
- Single PBS Instance per S3 Datastore: Each S3 datastore can currently be used by only one PBS instance at a time.
- Recovery Scenario: In the event of a failure, the data within the S3 datastore can be reused by a new PBS instance—provided the original instance is permanently lost.
Despite this limitation, the addition of object storage support significantly expands the possibilities for hybrid cloud backup architectures and cost-effective long-term data retention, making it a highly valuable enhancement.
ZFS 2.3.3 with live RAIDZ expansion
Storage in Proxmox Backup Server 4.0 Beta has seen notable improvements. The integrated ZFS file system has been upgraded to version 2.3.3, aligning with the enhancements in Proxmox VE Server 9.0 Beta. One of the most impactful new features is live RAIDZ expansion, allowing you to add new disks to an existing RAIDZ pool without any downtime.
This addresses one of the long-standing limitations in ZFS-based storage systems and makes capacity expansion significantly easier. With PBS 4.0, growing your ZFS pools is now a smooth, disruption-free process.
Smarter sync for removable datastores
PBS 4.0 Beta allows you to automatically trigger sync jobs when a removable datastore is mounted. This will be a great feature for offsite rotation schemes and USB-attached backup media in edge locations.
New behavior includes:
- Sync jobs with run-on-mount flag will auto-execute upon mount
- Jobs will only run if the referenced datastore is actively mounted
This is a simple change but it is a great quality of life improvement for edge locations and offline locations that rely on these types of storage for backups.
GUI and UX enhancements
The web interface has also been polished in this release with the following enhancements to name just a few:
- Fixes for datastore creation tasks not displaying properly
- A cleaned-up consent window for OpenID Connect (OIDC) logins
- UI fixes for viewport sizing and duplicate consent text
- HttpOnly cookies for added security
- Better visibility into node services
- Fixes for services reported incorrectly like postfix
Like Proxmox VE Server 9.0, PBS 4.0 will continue to be a very intuitive interface for both newcomers to the platform as well as those that have been on Proxmox and PBS for some time now.
Improved notifications
Backup and tape jobs now default to using the notification system (notification-system mode). This is true even when created via the CLI or API. Not the following other improvements to notifications:
- You will get warnings when a mailto-user lacks an email
- Many GUI improvements for configuring notifications
- Fixes for SMTP bugs and sender quoting
- Tape job notifications have been moved to a separate tab
Improved notifications
Backup and tape jobs now default to using the notification system (notification-system mode). This is true even when created via the CLI or API. Not the following other improvements to notifications:
- You will get warnings when a mailto-user lacks an email
- Many GUI improvements for configuring notifications
- Fixes for SMTP bugs and sender quoting
- Tape job notifications have been moved to a separate tab
Garbage collection & snapshot prune improvements
The garbage collection system will now allow you to bypass the chunk cache with cache=0 setting. Chunk cache stats are also logged for monitoring and other metrics. Index file deletions mid-job are handled much more gracefully and there were fixes in some rare race conditions seen. There are other fixes included, such as:
- Snapshot forget operations that failed if notes or owner files were missing
- Sync jobs mistakenly locking source snapshots, causing backup conflicts
These changes improve reliability during cleanup and reduce edge case errors.
Installation & ISO improvements
Just like Proxmox VE Server 9.0 Beta, the installer with PBS 4.0 Beta has also been improved. The installer now includes matching CPU microcode packages enabled via non-free firmware repositories. Error handling has been improved for RAID and CIDR configurations. It also handles DHCP search domain overrides and has better feedback for failed disk and network configurations.
Installing proxmox backup server 4

Support for alternate NIC names
PBS 4.0 now lets you have alternative network interface names. This includes up to 128-byte identifiers. This will be a helpful feature to help Proxmox admins have some consistency in their /etc/network/interfaces file even when primary NIC names change across kernel versions or hardware swaps.
Network configuration for proxmox backup server 4 beta.
Download link and other resources
Check out the following official resources for learning more about Proxmox Backup Server 4.0 Beta and downloading!
- Release notes – https://pbs.proxmox.com/wiki/index.php/Roadmap
- Download – https://enterprise.proxmox.com/iso
- Community Forum – https://forum.proxmox.com
- Bugtracker – https://bugzilla.proxmox.com
- Source code – https://git.proxmox.com