<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
  <title>Posts tagged with “Proxmox” on Mark van Lent’s weblog</title>
  <updated>2025-11-29T00:00:00+00:00</updated>
  <link rel="self" type="application/atom+xml" href="https://markvanlent.dev/tags/proxmox/index.xml" hreflang="en"/>
  <id>tag:markvanlent.dev,2010-04-02:/tags/proxmox/index.xml</id>
  <link rel="alternate" type="text/html" href="https://markvanlent.dev/tags/proxmox/" hreflang="en"/>
  <author>
      <name>Mark van Lent</name>
      <uri>https://markvanlent.dev/about/</uri>
    </author>
  <rights>Copyright (c) Mark van Lent, Creative Commons Attribution 4.0 International License.</rights>
  <icon>https://markvanlent.dev/favicon.ico</icon>
  <entry>
    <title type="html"><![CDATA[Proxmox Backup Server]]></title>
    <link rel="alternate" href="https://markvanlent.dev/2025/11/29/proxmox-backup-server/" type="text/html" />
    <id>https://markvanlent.dev/2025/11/29/proxmox-backup-server/</id>
    <author>
      <name>map[name:Mark van Lent uri:https://markvanlent.dev/about/]</name>
    </author>
    <category term="backups" />
    <category term="proxmox" />
    <category term="tools" />
    
    <updated>2025-11-29T22:47:31Z</updated>
    <published>2025-11-29T00:00:00Z</published>
    <content type="html"><![CDATA[<p>I have been using <a href="https://www.proxmox.com/en/products/proxmox-virtual-environment/overview">Proxmox Virtual
Environment</a>
for a few years now, but I only recently started using <a href="https://www.proxmox.com/en/products/proxmox-backup-server/overview">Proxmox Backup
Server</a>. I
wish I had done that sooner!</p>
<h2 id="backup-via-nfs">Backup via NFS</h2>
<p>When I started using Proxmox to host some services, I configured VM backups
almost immediately. For years, I have used an NFS mount to put the backups on my
NAS. This was a functioning solution and I have also successfully used those
backups to restore machines.</p>
<p>I had scheduled weekly backups early Monday morning and had retention configured
so that exactly one old backup was kept. So if disaster struck on Monday, I
could pick either the backup made earlier that day. But if I needed to restore
something on a Sunday, the most recent backup was one week old.</p>
<p>While this was an acceptable risk for my situation, it was also not really
efficient. The last time I made backups to the NAS (mid-November), this meant a
total of 122 GB in size for 10 VMs and two backups per VM.</p>
<h1 id="proxmox-backup-server">Proxmox Backup Server</h1>
<p>A couple of months ago, in the same period I was working on my
<a href="/2025/09/13/restic-at-the-center-of-my-backups/">Restic backup solution</a>,
I also stumbled upon
<a href="https://www.proxmox.com/en/products/proxmox-backup-server/overview">Proxmox Backup Server</a>
(or PBS for short).</p>
<p>I heard good things about it, so I decided to install it on a separate machine
and give it a try. And I&rsquo;m really happy with it. First of all, I have more
backups, and still use about the same disc space.</p>
<p><img src="/images/pbs_datastore_summary.png" alt="Screenshot of a Proxmox Backup Server datastore summary, showing 23 VMs and containers, with a total of 227 snapshots"></p>
<p>My datastore is currently using about 140 GB of disc space, which admittedly is
about 15% more than the mid-November set of backups on my NAS. But it&rsquo;s not a
fair comparison.</p>
<p>For starters: instead of backing up only the 10 most important
VMs, I am now creating backups for all of them. Currently this means 22 VMs and
1 container as you can see in the screenshot above.</p>
<p>Not only am I backing up more machines, instead of having only two backups, I
now have 6 daily backups, 3 weekly and 2 monthly. Put differently, I can go back
in time further than before and I only lose one day of data at most when I mess
something up now (assuming I notice the problem immediately).</p>
<p><img src="/images/pbs_backup_file_restore.png" alt="Screenshot of Proxmox VE window where one can select the file to restore from a backup"></p>
<p>Something else I like is that I can restore individual files from backups. So
I do not have to restore a whole VM just to get your hands on a single file.
While this was not my main driver to start using PBS, it <em>is</em> a really nice
bonus.</p>
<p>And I haven&rsquo;t even mentioned yet that PBS can <a href="https://pbs.proxmox.com/docs/maintenance.html#verification">verify snapshots</a>
for you. Or that you can have a <a href="https://pbs.proxmox.com/docs/managing-remotes.html">remote PBS with which to sync datastores</a>.</p>
<p>Summarised: with Proxmox Backup Server I now have:</p>
<ul>
<li>backups of more than double the number of VMs (10 → 22)</li>
<li>more backups (2 weekly backups → 6 daily, 3 weekly and 2 monthly)</li>
<li>more features</li>
</ul>
<p>This only costs me about 15% extra disc space in my specific situation. If
that isn&rsquo;t a good deal, I don&rsquo;t know what is.</p>]]></content>
  </entry>
</feed>
