<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Pbs on The Home Lab</title><link>https://adamazl.github.io/homelab/tags/pbs/</link><description>Recent content in Pbs on The Home Lab</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sun, 15 Mar 2026 00:37:20 +1300</lastBuildDate><atom:link href="https://adamazl.github.io/homelab/tags/pbs/index.xml" rel="self" type="application/rss+xml"/><item><title>Automated Backups with Proxmox Backup Server</title><link>https://adamazl.github.io/homelab/posts/proxmox-backup-server/</link><pubDate>Sat, 07 Feb 2026 00:00:00 +0000</pubDate><guid>https://adamazl.github.io/homelab/posts/proxmox-backup-server/</guid><description>&lt;h2 id="the-problem-with-ad-hoc-backups"&gt;The Problem with Ad-hoc Backups&lt;/h2&gt;
&lt;p&gt;Proxmox VE has built-in backup functionality — you can snapshot a VM to a directory or NFS share on a schedule. But it stores full backups each time, space grows fast, and restoring requires the whole archive. Proxmox Backup Server (PBS) solves all three problems.&lt;/p&gt;
&lt;p&gt;PBS is a dedicated backup server that:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Stores backups with &lt;strong&gt;client-side deduplication and compression&lt;/strong&gt; (typically 50–80% space savings)&lt;/li&gt;
&lt;li&gt;Does &lt;strong&gt;incremental backups&lt;/strong&gt; — only changed chunks are uploaded&lt;/li&gt;
&lt;li&gt;Supports &lt;strong&gt;instant verification&lt;/strong&gt; by recalculating checksums&lt;/li&gt;
&lt;li&gt;Has &lt;strong&gt;pruning policies&lt;/strong&gt; — keep 7 daily, 4 weekly, 12 monthly backups automatically&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="architecture"&gt;Architecture&lt;/h2&gt;
&lt;p&gt;PBS is a separate Debian-based appliance. It does not run inside Proxmox VE. You have a few options:&lt;/p&gt;</description></item></channel></rss>