<?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 How to delete snapshot that has space in name? in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/How-to-delete-snapshot-that-has-space-in-name/m-p/145766#M32379</link>
    <description>&lt;P&gt;Thank you in advance for whom assist me with this challenge.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We have snapshots in SnapVault environment created by SnapCenter VmWare plugin which were given Resource name "Tier 0".&amp;nbsp;&amp;nbsp; I need to delete all of those with the space in between the letter "r" and number zero (0). I didn't venture using Tier* because of the concern that it will also delete all newer snapshots which we have created that doesn't have the space in it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any suggestions?&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jun 2025 12:58:39 GMT</pubDate>
    <dc:creator>taniaeortega</dc:creator>
    <dc:date>2025-06-04T12:58:39Z</dc:date>
    <item>
      <title>How to delete snapshot that has space in name?</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/How-to-delete-snapshot-that-has-space-in-name/m-p/145766#M32379</link>
      <description>&lt;P&gt;Thank you in advance for whom assist me with this challenge.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We have snapshots in SnapVault environment created by SnapCenter VmWare plugin which were given Resource name "Tier 0".&amp;nbsp;&amp;nbsp; I need to delete all of those with the space in between the letter "r" and number zero (0). I didn't venture using Tier* because of the concern that it will also delete all newer snapshots which we have created that doesn't have the space in it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any suggestions?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 12:58:39 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/How-to-delete-snapshot-that-has-space-in-name/m-p/145766#M32379</guid>
      <dc:creator>taniaeortega</dc:creator>
      <dc:date>2025-06-04T12:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete snapshot that has space in name?</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/How-to-delete-snapshot-that-has-space-in-name/m-p/145771#M32382</link>
      <description>&lt;P&gt;2 possible ways:&lt;/P&gt;
&lt;P&gt;1. via GUI&lt;/P&gt;
&lt;P&gt;2. via CLI (simply created it and deleted in a lab)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ontap93a::&amp;gt; vol snapshot create -vserver test_serg -volume data_serg -snapshot "tier 0"&lt;/P&gt;
&lt;P&gt;ontap93a::&amp;gt; vol snapshot show -vserver test_serg -volume data_serg&lt;BR /&gt; ---Blocks---&lt;BR /&gt;Vserver Volume Snapshot Size Total% Used%&lt;BR /&gt;-------- -------- ------------------------------------- -------- ------ -----&lt;BR /&gt;test_serg&lt;BR /&gt; data_serg&lt;BR /&gt; weekly.2018-12-30_0015 1.37MB 0% 48%&lt;BR /&gt; weekly.2019-01-06_0015 1.28MB 0% 46%&lt;BR /&gt; daily.2019-01-07_0010 1.21MB 0% 45%&lt;BR /&gt; daily.2019-01-08_0010 116KB 0% 7%&lt;BR /&gt; hourly.2019-01-08_0505 100KB 0% 6%&lt;BR /&gt; hourly.2019-01-08_0605 100KB 0% 6%&lt;BR /&gt; hourly.2019-01-08_0705 100KB 0% 6%&lt;BR /&gt; hourly.2019-01-08_0805 100KB 0% 6%&lt;BR /&gt; hourly.2019-01-08_0905 100KB 0% 6%&lt;BR /&gt; hourly.2019-01-08_1005 96KB 0% 6%&lt;BR /&gt; tier 0 372KB 0% 20%&lt;BR /&gt;11 entries were displayed.&lt;/P&gt;
&lt;P&gt;ontap93a::&amp;gt; vol snapshot delete -vserver test_serg -volume data_serg -snapshot "tier 0"&lt;/P&gt;
&lt;P&gt;Warning: Deleting a Snapshot copy permanently removes any data that is stored only in that Snapshot copy. Are you sure you want to delete Snapshot copy "tier 0" for volume "data_serg" in Vserver "test_serg" ?&lt;BR /&gt;{y|n}: y&lt;/P&gt;
&lt;P&gt;ontap93a::&amp;gt; vol snapshot show -vserver test_serg -volume data_serg&lt;BR /&gt; ---Blocks---&lt;BR /&gt;Vserver Volume Snapshot Size Total% Used%&lt;BR /&gt;-------- -------- ------------------------------------- -------- ------ -----&lt;BR /&gt;test_serg&lt;BR /&gt; data_serg&lt;BR /&gt; weekly.2018-12-30_0015 1.37MB 0% 60%&lt;BR /&gt; weekly.2019-01-06_0015 1.28MB 0% 58%&lt;BR /&gt; daily.2019-01-07_0010 1.21MB 0% 57%&lt;BR /&gt; daily.2019-01-08_0010 116KB 0% 11%&lt;BR /&gt; hourly.2019-01-08_0505 100KB 0% 10%&lt;BR /&gt; hourly.2019-01-08_0605 100KB 0% 10%&lt;BR /&gt; hourly.2019-01-08_0705 100KB 0% 10%&lt;BR /&gt; hourly.2019-01-08_0805 100KB 0% 10%&lt;BR /&gt; hourly.2019-01-08_0905 100KB 0% 10%&lt;BR /&gt; hourly.2019-01-08_1005 1.21MB 0% 57%&lt;BR /&gt;10 entries were displayed.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jan 2019 09:45:29 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/How-to-delete-snapshot-that-has-space-in-name/m-p/145771#M32382</guid>
      <dc:creator>Sergey_Osipov</dc:creator>
      <dc:date>2019-01-08T09:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete snapshot that has space in name?</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/How-to-delete-snapshot-that-has-space-in-name/m-p/145784#M32386</link>
      <description>&lt;P&gt;Thanks for your suggestions and taking the time to help me.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yet it was multi snapshots I needed to delete -- those with the space.&lt;/P&gt;
&lt;P&gt;Just a few minutes ago, I had a followup from someone else and this is what took care of it via CLI on the SnapVault site, then it allowed me to select those which had the space before the zero (0).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF0000"&gt;snapshot delete -volume&amp;nbsp;xxxxxx -vserver&amp;nbsp;svmxxxAmazon -snapshot &lt;STRONG&gt;Tier*&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF0000"&gt;Warning: Deleting a Snapshot copy permanently removes any data that is stored only in that Snapshot copy. Are you&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt; sure you want to delete Snapshot copy "Tier 0_xxxxxx_12-10-2018_03.00.01.8376" for volume&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt; "xxxxxxxxxxx" in Vserver "svmxxxAmazon" ? {y|n}: y&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then when I had no more with the space, I repled 'n' and stopped the delete.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jan 2019 19:28:29 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/How-to-delete-snapshot-that-has-space-in-name/m-p/145784#M32386</guid>
      <dc:creator>taniaeortega</dc:creator>
      <dc:date>2019-01-08T19:28:29Z</dc:date>
    </item>
  </channel>
</rss>

