<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic run ndmpcopy without overwriting files or duplication in General Discussion</title>
    <link>https://community.netapp.com/t5/General-Discussion/run-ndmpcopy-without-overwriting-files-or-duplication/m-p/464663#M1667</link>
    <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to run ndmpcopy from one volume to another on the same netapp, but I want to make sure that files that may already exist on the destination netapp are not duplicated and overfill the volume to 100%&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Earlier I ran:&amp;nbsp;&lt;SPAN&gt;node run -node node1 ndmpcopy -sa ndmpuser:yMGg5d0LyUG8l1kn -da ndmpuser:yMGg5d0LyUG8l1kn 10.63.107.200:/svm2/vol1 10.63.107.200:/svm2/vol2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But this resulted in the destination netapp being overfilled to 100%. Is there a way to make sure this doesn't happen?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Both source volume had 500GB of storage and it was 66% full, the destination volume is also 500GB and was at 25% full.&lt;/P&gt;</description>
    <pubDate>Thu, 04 Dec 2025 02:25:34 GMT</pubDate>
    <dc:creator>Brandon3</dc:creator>
    <dc:date>2025-12-04T02:25:34Z</dc:date>
    <item>
      <title>run ndmpcopy without overwriting files or duplication</title>
      <link>https://community.netapp.com/t5/General-Discussion/run-ndmpcopy-without-overwriting-files-or-duplication/m-p/464663#M1667</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to run ndmpcopy from one volume to another on the same netapp, but I want to make sure that files that may already exist on the destination netapp are not duplicated and overfill the volume to 100%&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Earlier I ran:&amp;nbsp;&lt;SPAN&gt;node run -node node1 ndmpcopy -sa ndmpuser:yMGg5d0LyUG8l1kn -da ndmpuser:yMGg5d0LyUG8l1kn 10.63.107.200:/svm2/vol1 10.63.107.200:/svm2/vol2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But this resulted in the destination netapp being overfilled to 100%. Is there a way to make sure this doesn't happen?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Both source volume had 500GB of storage and it was 66% full, the destination volume is also 500GB and was at 25% full.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Dec 2025 02:25:34 GMT</pubDate>
      <guid>https://community.netapp.com/t5/General-Discussion/run-ndmpcopy-without-overwriting-files-or-duplication/m-p/464663#M1667</guid>
      <dc:creator>Brandon3</dc:creator>
      <dc:date>2025-12-04T02:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: run ndmpcopy without overwriting files or duplication</title>
      <link>https://community.netapp.com/t5/General-Discussion/run-ndmpcopy-without-overwriting-files-or-duplication/m-p/464789#M1670</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/121502"&gt;@Brandon3&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately, ndmpcopy doesn’t do deduplication or file-level checks.... it’s a straight copy operation. If the destination already has data, it won’t reconcile or skip duplicates, so you’ll want to plan around that.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A couple of clarifying questions that will help narrow down the best approach for you:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;What NetApp ONTAP platform are you running on (AFF, FAS, or ASA)?&lt;/LI&gt;&lt;LI&gt;Which ONTAP software version are you currently using? Some features and behaviors differ between releases.&lt;/LI&gt;&lt;LI&gt;What storage efficiency ratio are you seeing on the destination volume (deduplication, compression, compaction)?&lt;/LI&gt;&lt;LI&gt;Is the destination volume already serving data to clients, or is it purely a replication target?&lt;/LI&gt;&lt;LI&gt;Do you need this to be a one-time copy, or an ongoing sync/replication?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;With those details, it’ll be easier to recommend whether ndmpcopy is the right tool, or if SnapMirror or XCP might be a better fit for your use case.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NDMP is a protocol designed for backups, and while you can still use it for copy operations you need to understand its limitations.&amp;nbsp; For example, you could have a heap of deduplicated data on your source volume (even 2:1) that is going to your destination volume with either deduplication disabled or even post-process deduplication (e.g. FAS)......... it will fill up.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is also a great KB article here which discusses the incremental copy feature of ndmpcopy&amp;nbsp;&lt;A href="https://kb.netapp.com/on-prem/ontap/DP/NDMP/NDMP-KBs/What_is_the_difference_between_levels_1_to_9_for_an_incremental_copy" target="_blank"&gt;What is the difference between levels 1 to 9 for an incremental copy - NetApp Knowledge Base&lt;/A&gt;&amp;nbsp;which depending on your use case could help.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Dec 2025 02:23:51 GMT</pubDate>
      <guid>https://community.netapp.com/t5/General-Discussion/run-ndmpcopy-without-overwriting-files-or-duplication/m-p/464789#M1670</guid>
      <dc:creator>chamfer</dc:creator>
      <dc:date>2025-12-11T02:23:51Z</dc:date>
    </item>
  </channel>
</rss>

