<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Архивы proxmox backup - Boxvirt - Proxmox &amp; OPNsense Infrastructure Guides</title>
	<atom:link href="https://boxvirt.com/tag/proxmox-backup/feed/" rel="self" type="application/rss+xml" />
	<link>https://boxvirt.com/tag/proxmox-backup/</link>
	<description>Practical self-hosted infrastructure guides for Proxmox, OPNsense, and Docker.</description>
	<lastBuildDate>Sat, 09 Aug 2025 15:39:13 +0000</lastBuildDate>
	<language>ru-RU</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://boxvirt.com/wp-content/uploads/2025/07/cropped-ChatGPT-Image-12-июл.-2025-г.-19_41_55-32x32.png</url>
	<title>Архивы proxmox backup - Boxvirt - Proxmox &amp; OPNsense Infrastructure Guides</title>
	<link>https://boxvirt.com/tag/proxmox-backup/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>The Complete Guide to Proxmox Backups: VZDump and Proxmox Backup Server</title>
		<link>https://boxvirt.com/proxmox-backups/</link>
					<comments>https://boxvirt.com/proxmox-backups/#respond</comments>
		
		<dc:creator><![CDATA[eXtre]]></dc:creator>
		<pubDate>Sat, 09 Aug 2025 15:39:12 +0000</pubDate>
				<category><![CDATA[Proxmox]]></category>
		<category><![CDATA[proxmox backup]]></category>
		<category><![CDATA[proxmox backup server]]></category>
		<category><![CDATA[vzdump tutorial]]></category>
		<guid isPermaLink="false">https://boxvirt.com/?p=170</guid>

					<description><![CDATA[<p>Introduction: The Golden Rule of Data There&#8217;s an old saying in IT: &#171;If your data doesn&#8217;t exist in three places, it doesn&#8217;t exist at all.&#187; In a virtualized [&#8230;]</p>
<p>Сообщение <a href="https://boxvirt.com/proxmox-backups/">The Complete Guide to Proxmox Backups: VZDump and Proxmox Backup Server</a> появились сначала на <a href="https://boxvirt.com">Boxvirt - Proxmox &amp; OPNsense Infrastructure Guides</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h2 class="wp-block-heading"><strong>Introduction: The Golden Rule of Data</strong></h2>



<p>There&#8217;s an old saying in IT: &#171;If your data doesn&#8217;t exist in three places, it doesn&#8217;t exist at all.&#187; In a virtualized environment, where your entire servers are just files on a disk, this rule is more critical than ever. Fortunately, Proxmox VE provides powerful, integrated tools to ensure your virtual machines and containers are safe and recoverable.</p>



<p>This guide will cover the two primary methods for backing up your data in Proxmox: the built-in VZDump utility for local backups and the enterprise-grade, standalone Proxmox Backup Server (PBS) for advanced, efficient, and centralized backups.</p>



<h2 class="wp-block-heading"><strong>Method 1: The Built-in Backup (VZDump)</strong></h2>



<figure class="wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex">
<figure class="wp-block-image size-large"><img fetchpriority="high" decoding="async" width="1024" height="1024" data-id="173" src="https://boxvirt.com/wp-content/uploads/2025/08/VZDump_q90.webp" alt="Diagram of Proxmox VZDump non-deduplicated backups" class="wp-image-173" srcset="https://boxvirt.com/wp-content/uploads/2025/08/VZDump_q90.webp 1024w, https://boxvirt.com/wp-content/uploads/2025/08/VZDump_q90-300x300.webp 300w, https://boxvirt.com/wp-content/uploads/2025/08/VZDump_q90-150x150.webp 150w, https://boxvirt.com/wp-content/uploads/2025/08/VZDump_q90-768x768.webp 768w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>
</figure>



<p>Every Proxmox VE installation comes with <code>vzdump</code>, a reliable tool that can create full backups of your running VMs and containers.</p>



<p><strong>How it Works:</strong> VZDump essentially creates a &#171;snapshot&#187; of the running guest, then archives its configuration file and all of its disk data into a single compressed file (e.g., <code>.vma.gz</code>). These backups can be stored on any storage you&#8217;ve configured in Proxmox, such as a local directory or an NFS share from a NAS.</p>



<p><strong>Key Features:</strong></p>



<ul class="wp-block-list">
<li><strong>Three Backup Modes:</strong>
<ul class="wp-block-list">
<li><strong>Snapshot:</strong> (Recommended) Creates a temporary snapshot for consistency, minimizing downtime. The VM never stops running.</li>



<li><strong>Suspend:</strong> Briefly suspends the VM to ensure perfect data consistency, then resumes it after the backup starts. Causes a short downtime.</li>



<li><strong>Stop:</strong> Completely stops the VM for the duration of the backup. Guarantees consistency but causes significant downtime.</li>
</ul>
</li>



<li><strong>Scheduling:</strong> The most powerful feature. You can set up automated backup jobs to run daily or weekly for specific VMs, ensuring you always have recent recovery points.</li>



<li><strong>Compression:</strong> Backups can be compressed (GZIP, ZSTD) to save space.</li>
</ul>



<p><strong>How to Create a Scheduled Backup Job:</strong></p>



<ol start="1" class="wp-block-list">
<li>Navigate to <code>Datacenter</code> -> <code>Backup</code>.</li>



<li>Click <code>Add</code>.</li>



<li>In the dialog, you will configure:
<ul class="wp-block-list">
<li><strong>Node:</strong> Which Proxmox server to run the job on.</li>



<li><strong>Storage:</strong> Where to save the backup files.</li>



<li><strong>Schedule:</strong> When to run the job (e.g., &#171;every day at 02:00&#187;).</li>



<li><strong>Selection:</strong> Which VMs to include (you can select them manually, by resource pool, or back up all guests).</li>



<li><strong>Mode/Compression:</strong> Choose &#171;Snapshot&#187; and your preferred compression.</li>
</ul>
</li>



<li>Click <code>Create</code>. That&#8217;s it! Your data is now protected automatically.</li>
</ol>



<h2 class="wp-block-heading"><strong>Method 2: Proxmox Backup Server (The Professional Choice)</strong></h2>



<figure class="wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-2 is-layout-flex wp-block-gallery-is-layout-flex"></figure>



<p>For more advanced needs, Proxmox offers a completely separate, free, and open-source product: <strong>Proxmox Backup Server (PBS)</strong>. You install PBS on a separate physical or virtual machine.</p>



<p><strong>Why use PBS? The Magic of Deduplication.</strong> Imagine you back up a 100GB VM today. Tomorrow, you change a 1GB file and run the backup again.</p>



<ul class="wp-block-list">
<li><strong>VZDump</strong> will create a whole new ~100GB backup file.</li>



<li><strong>PBS</strong> will intelligently see that 99GB of data is identical. It will only transfer and store the new 1GB of changed data.</li>
</ul>



<p>This &#171;deduplication&#187; is incredibly efficient, resulting in:</p>



<ul class="wp-block-list">
<li><strong>Massive Space Savings:</strong> Your backup storage will grow much, much slower.</li>



<li><strong>Faster Backups:</strong> Subsequent backups are lightning-fast as only changed data is sent over the network.</li>



<li><strong>Centralization:</strong> Manage backups for multiple Proxmox VE hosts from a single PBS interface.</li>
</ul>



<p><strong>How to Set It Up (High-Level Overview):</strong></p>



<ol start="1" class="wp-block-list">
<li>Install Proxmox Backup Server on a dedicated machine.</li>



<li>In the PBS interface, create a &#171;datastore&#187; – this is the storage location for your backups.</li>



<li>In your Proxmox VE interface, go to <code>Datacenter</code> -> <code>Storage</code> -> <code>Add</code>.</li>



<li>Select <code>Proxmox Backup Server</code>.</li>



<li>Enter the IP address and login details for your PBS instance.</li>



<li>Now, when you create a backup job, you can select this new PBS storage as the destination.</li>
</ol>



<h2 class="wp-block-heading"><strong>How to Restore a VM or Container</strong></h2>



<p>Restoring is simple and can be done from either a VZDump or PBS backup.</p>



<ol start="1" class="wp-block-list">
<li>Navigate to your backup storage location (e.g., <code>local</code> -> <code>Backups</code> or your PBS storage).</li>



<li>You will see a list of all your backup files.</li>



<li>Click on the backup you want to restore.</li>



<li>Click the <code>Restore</code> button.</li>



<li>You can choose to restore it over the original VM or create a new one with a new VM ID.</li>



<li>Click <code>Restore</code> and Proxmox will handle the rest.</li>
</ol>



<h2 class="wp-block-heading"><strong>Conclusion: Don&#8217;t Wait for Disaster</strong></h2>



<p>Data protection is not optional. Whether you use the simple and reliable built-in VZDump for a small setup or deploy the powerful Proxmox Backup Server for a larger environment, setting up regular, automated backups is the most important task for any system administrator.</p>



<p>To understand how data protection fits within the broader Proxmox ecosystem, be sure to check out our <strong><a href="https://boxvirt.com/proxmox-ve-guide/">Ultimate Guide to Proxmox VE</a></strong>.</p>



<p></p>
<p>Сообщение <a href="https://boxvirt.com/proxmox-backups/">The Complete Guide to Proxmox Backups: VZDump and Proxmox Backup Server</a> появились сначала на <a href="https://boxvirt.com">Boxvirt - Proxmox &amp; OPNsense Infrastructure Guides</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://boxvirt.com/proxmox-backups/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
