<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[How to synchronize Metadata backup with SAN&#x2F;NAS snaphots&#x2F;backup?]]></title><description><![CDATA[<p dir="auto">I'm fresh new XCP-NG user, currently evaluating virtualized on Proxmox with the intent to replace it as the baremetal hypervisor for VM and plug it on a TrueNAS instance for SAN/NAS SRs. So far it's a pretty exiting interface and tech stack that I'm discovering, and I like the extensive Hardware Compatibility list issued from xen server.</p>
<p dir="auto">It seems a bit hard to automate immutable OS deployment (like CoreOS/Flatcar) because of the ignition file parameter but I'm reasonably confident I'll be able to make do somehow (an adapted PXE config or maybe <a href="https://matchbox.psdn.io" target="_blank" rel="noopener noreferrer nofollow ugc">https://matchbox.psdn.io</a> which seems promising to achieve just this)</p>
<p dir="auto">But what I still can't wrap my head around is how I will be a lot to put a backup/snapshot  strategy with a ZFS based SAN/NAS.<br />
As far as I've read, Metadata Backup seems to be what I need, but I haven't found out about any configuration/hook/plugin that would allow me to sync a metadata backup with basically a ZFS zvol/dataset snapshot.</p>
<p dir="auto">What would you advise on a way to achieve this ?</p>
]]></description><link>https://xcp-ng.org/forum/topic/10239/how-to-synchronize-metadata-backup-with-san-nas-snaphots-backup</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Apr 2026 03:46:32 GMT</lastBuildDate><atom:link href="https://xcp-ng.org/forum/topic/10239.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 09 Jan 2025 17:41:18 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to synchronize Metadata backup with SAN&#x2F;NAS snaphots&#x2F;backup? on Sat, 11 Jan 2025 14:52:58 GMT]]></title><description><![CDATA[<p dir="auto">This will come for some vendors (with their own APIs). We do not want to use SSH for that though (XO never use SSH).</p>
]]></description><link>https://xcp-ng.org/forum/post/88032</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/88032</guid><dc:creator><![CDATA[olivierlambert]]></dc:creator><pubDate>Sat, 11 Jan 2025 14:52:58 GMT</pubDate></item><item><title><![CDATA[Reply to How to synchronize Metadata backup with SAN&#x2F;NAS snaphots&#x2F;backup? on Sat, 11 Jan 2025 11:25:31 GMT]]></title><description><![CDATA[<p dir="auto">I understand, thanks for sharing the plan.</p>
<p dir="auto">I'm not sure the community is looking for something like that, but for what it's worth, here is what Proxmox is proposing for ZFS capable SAN appliances: <a href="https://pve.proxmox.com/wiki/Storage:_ZFS_over_ISCSI" target="_blank" rel="noopener noreferrer nofollow ugc">https://pve.proxmox.com/wiki/Storage:_ZFS_over_ISCSI</a></p>
<p dir="auto">AFAIU, it's a storage class based on a framework using ssh to create ZVOL and share them over iSCSI on a SAN appliance. Storage snapshots are then triggered on the SAN.<br />
And it's apparently possible to provide your own SAN implementation as a plugin.</p>
<p dir="auto">Sounds like part of a solution to me, but I have no idea whether it would be suitable/desirable for XCP-NG.</p>
]]></description><link>https://xcp-ng.org/forum/post/88029</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/88029</guid><dc:creator><![CDATA[nodje]]></dc:creator><pubDate>Sat, 11 Jan 2025 11:25:31 GMT</pubDate></item><item><title><![CDATA[Reply to How to synchronize Metadata backup with SAN&#x2F;NAS snaphots&#x2F;backup? on Sat, 11 Jan 2025 08:49:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/nodje" aria-label="Profile: nodje">@<bdi>nodje</bdi></a> said in <a href="/forum/post/87963">How to synchronize Metadata backup with SAN/NAS snaphots/backup?</a>:</p>
<blockquote>
<p dir="auto">Aren't typically the snapshots done on the SAN side in these cases but need to be driven by XOA ?</p>
</blockquote>
<p dir="auto">No. By default, everything is done by XCP-ng. The good side is that regardless the storage vendor, it will work. That's a strength, to be agnostic on the hardware. The price to pay is to rely less on the vendor capabilities. We have plans this year to start with some storage vendors to offload snaps and other things, but as you can imagine, since there are hundreds of different vendors with hundreds of different models, you cannot have something universal.</p>
]]></description><link>https://xcp-ng.org/forum/post/88026</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/88026</guid><dc:creator><![CDATA[olivierlambert]]></dc:creator><pubDate>Sat, 11 Jan 2025 08:49:21 GMT</pubDate></item><item><title><![CDATA[Reply to How to synchronize Metadata backup with SAN&#x2F;NAS snaphots&#x2F;backup? on Fri, 10 Jan 2025 10:50:00 GMT]]></title><description><![CDATA[<p dir="auto">thanks, I found out Settings-&gt;Plugins-&gt;web-hooks which allows just this upon metadataBackup events.</p>
<p dir="auto">Aren't there any backup integration existing for backup with SR on SAN?<br />
Aren't typically the snapshots done on the SAN side in these cases but need to be driven by XOA ?</p>
<p dir="auto">I thought it would be a fairly common use case for enterprise setup.</p>
<p dir="auto">My personal use case though, is to deploy VMs on an XCP-NG instance deployed on a dedicated baremetal server and use SR from SAN/NAS storage (iSCSI &amp; NFS/SMB) implemented by a dedicated TrueNAS server instance.</p>
]]></description><link>https://xcp-ng.org/forum/post/87963</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/87963</guid><dc:creator><![CDATA[nodje]]></dc:creator><pubDate>Fri, 10 Jan 2025 10:50:00 GMT</pubDate></item><item><title><![CDATA[Reply to How to synchronize Metadata backup with SAN&#x2F;NAS snaphots&#x2F;backup? on Thu, 09 Jan 2025 20:27:37 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">I'm not sure to entirely get the use case, but IIRC you have web hooks for backup jobs (pre and post).</p>
]]></description><link>https://xcp-ng.org/forum/post/87947</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/87947</guid><dc:creator><![CDATA[olivierlambert]]></dc:creator><pubDate>Thu, 09 Jan 2025 20:27:37 GMT</pubDate></item></channel></rss>