惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Apple Machine Learning Research
Apple Machine Learning Research
爱范儿
爱范儿
博客园_首页
博客园 - 【当耐特】
V
Visual Studio Blog
博客园 - 叶小钗
月光博客
月光博客
美团技术团队
J
Java Code Geeks
小众软件
小众软件
Y
Y Combinator Blog
博客园 - Franky
Martin Fowler
Martin Fowler
博客园 - 聂微东
Microsoft Azure Blog
Microsoft Azure Blog
IT之家
IT之家
MyScale Blog
MyScale Blog
人人都是产品经理
人人都是产品经理
Microsoft Security Blog
Microsoft Security Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
阮一峰的网络日志
阮一峰的网络日志
酷 壳 – CoolShell
酷 壳 – CoolShell
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
云风的 BLOG
云风的 BLOG

Derek Seaman's Tech Blog

SmartWings Blinds Review: Matter over Thread Zebra Shades Aqara Camera Hub G350: World’s First Matter v1.5 Camera ESPHome: Micro-Air EasyStart Integration ESPHome: Introducing the Seeed Studio Xiao ESP32-C5 Seeed Studio ESP32 Showdown: C3 vs. C6 vs. S3 (ESPHome Edition) Home Assistant: Updating Aqara FP300 Zigbee Firmware How-To: Using my ESPHome Bluetooth IRK Capture Package Vibe Coding: My ESPHome Bluetooth IRK Capture Tool Home Assistant: Track Who’s in Each Room with ESPHome + Bermuda BLE 3-2-1-1 Go: Implementing Foolproof Backups How To: Proxmox Backup Server 4 as a Synology VM How To: Backblaze B2 as a Proxmox Backup Server 4 S3 Datastore How To: Synology NFS for Proxmox Backup Server Datastore (2025) How To: Proxmox Backup Server 4 (VM) Installation How MVNOs Like US Mobile Can Save You Money on Your Cell Phone Bill Data Brokers Exposed: How to Opt Out and Secure Your Personal Data Digital Privacy Decoded: Simple Ways to Secure Your Information Part 2: Ruckus Unleashed (200.18+) Best Practices Guide Part 1: Ruckus Unleashed (200.18+) Best Practices Guide 3-2-1 Go: A Step-by-Step Guide to Implementing Foolproof Backups Geek Chic Eyewear: My Optometrist Saga, Eyewear Collection & More Geek Chic Eyewear: Optometry Tools, Eye Health and Insurance Geek Chic Eyewear: Understanding Lens Materials and Designs Essential Tips for a Stable Matter over Thread Network Aqara U200 Thread/Matter/Homekey Smart Lock Impressions Home Assistant: The Ultimate Light Automation Blueprints 6 GHz Wi-Fi: Are Your Devices ready for Standard Power? Demystifying Ruckus Home Wi-Fi: Getting Started Guide Mastering Home Wi-Fi: A Guide to Predictive RF Planning Part 2: Ruckus Unleashed Best Practices Guide
Proxmox Backup Server (PBS) 4.0 Blog Series
2025-08-22 · via Derek Seaman's Tech Blog

Hot off the press is Proxmox Backup Server 4.0. PBS is a great tool to use with your Proxmox VE servers to do fast and easy backups of your VMs and LXCs. It’s very easy to setup, and can be deployed in a variety of forms: bare metal, VM or LXC. 

Personally, I’ve deployed Proxmox Backup Server 4.0 as a VM on my primary Synology NAS. This PBS instance covers both of my Proxmox hosts, so I can back up all VMs and LXCs to one central server not hosted on any Proxmox VE servers.

The VM deployment is also the most flexible in terms of supporting a local virtual disk, iSCSI LUNs, NFS and S3 datastores. My PBS server uses VM-provisioned virtual disk for local storage, and an iSCSI LUN off a secondary local Synology NAS as a secondary datastore. 

Core Platform Updates

Debian 13 “Trixie” Foundation

  • Updated to Debian 13 “Trixie” with Linux kernel 6.14
  • Includes ZFS 2.3.3 for improved storage capabilities
  • Enhanced hardware compatibility and security improvements

Major New Features

S3-Compatible Object Storage Support (Tech Preview)

  • Native support for S3-compatible object storage as backend for backups
  • Maintains a local cache to reduce repeated API calls and improve read performance
  • Requires 64-128 GiB local cache for optimal performance
  • Works with various S3 providers (AWS, Backblaze, Wasabi, etc.)

Live RAIDZ Expansion

  • ZFS 2.3.3 now allows to expand existing RAIDZ pools with minimal downtime
  • Users can now add new disks to an existing RAIDZ pool without downtime
  • Addresses a longstanding ZFS limitation

Automatic Sync Jobs for Removable Datastores

  • Users can now configure sync jobs to run automatically each time a relevant removable datastore is mounted
  • New “run-on-mount” flag on sync jobs
  • Simplifies datastore synchronization, especially in labs, field work, or air-gapped setups

Additional Improvements

Web Interface Enhancements

  • Fixes for datastore creation tasks not displaying properly
  • General UI polish and quality of life improvements

Integration and Compatibility

  • Proxmox Backup Server seamlessly integrates into Proxmox Virtual Environment
  • Supported upgrade path from Proxmox Backup Server 3.x to 4.0
  • Upgrade helper tool pbs3to4 available

Proxmox Backup Server 4.0 Blog Series

Proxmox Backup Server 3.x to 4.0 Upgrades

If you are currently running Proxmox Backup Server 3.x and want to upgrade to 4.0, check out their official upgrade guide:

Upgrade from v3 to v4 – Proxmox Backup Server

I ran through the procedure without issue and it was pretty quick. Just make sure your PBS 3.x server is freshly updated to be at least 3.4.2-1 or later. 

Summary

Proxmox Backup Server 4.0 is an incremental update for most home users over the prior 3.x version. The neatest new feature is supporting S3 object storage targets. This feature is only in tech preview, and I’ve seen some issues. So it’s great to experiment with, but not ready for prime time.