<?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 Question: Manually purging Exchange Log Volume SnapShots in Data Protection</title>
    <link>https://community.netapp.com/t5/Data-Protection/Question-Manually-purging-Exchange-Log-Volume-SnapShots/m-p/73551#M5565</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are using SnapManger for Exchange (SME) 6.04 and find our LOG volume snapshots use a lot of space. We use a separate Volume for both LOGS and SnapInfo. We do not need Up To the Minute (UTM) backups and use the flag "-NoUtmRestore" when performing a full back up of out passive mailboxes in a 4 node DAG. We need on Point in Time backups but would like many of them (14+ Days)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my backup CMD:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;new-backup -Server 'DAG' -ClusterAware&amp;nbsp; -ManagementGroup 'Daily' -BackupTruncatedLogs $False -RetainDays 14 -NoUtmRestore -StorageGroup 'Staff_A-K\MBX03' -UseMountPoint&amp;nbsp; -MountPointDir 'C:\Program Files\IBM\SnapManager for Exchange\SnapMgrMountPoint' -BackupTargetServer MBX03 -RemoteAdditionalCopyBackup $False &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We also choose not to back up any Log files as you can see above with "-BackupTruncatedLogs $False" flag but when SME does a Daily SnapShot, we find the SnapShot grows quickly and would like to call a script like below to delete the SnapShots for just that LOG Volume and wondering how this could effect any future restores if we only require Point In Time restores?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Connect-NaFiler FILER_NAME&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Get-NaSnapshot LOG_VOLUME_NAME | where-object {$_.Created -lt (Get-Date).AddDays(-1)} | Remove-NaSnapshot -Confirm:$false&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jun 2025 06:03:10 GMT</pubDate>
    <dc:creator>PADMANTECH</dc:creator>
    <dc:date>2025-06-05T06:03:10Z</dc:date>
    <item>
      <title>Question: Manually purging Exchange Log Volume SnapShots</title>
      <link>https://community.netapp.com/t5/Data-Protection/Question-Manually-purging-Exchange-Log-Volume-SnapShots/m-p/73551#M5565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are using SnapManger for Exchange (SME) 6.04 and find our LOG volume snapshots use a lot of space. We use a separate Volume for both LOGS and SnapInfo. We do not need Up To the Minute (UTM) backups and use the flag "-NoUtmRestore" when performing a full back up of out passive mailboxes in a 4 node DAG. We need on Point in Time backups but would like many of them (14+ Days)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my backup CMD:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;new-backup -Server 'DAG' -ClusterAware&amp;nbsp; -ManagementGroup 'Daily' -BackupTruncatedLogs $False -RetainDays 14 -NoUtmRestore -StorageGroup 'Staff_A-K\MBX03' -UseMountPoint&amp;nbsp; -MountPointDir 'C:\Program Files\IBM\SnapManager for Exchange\SnapMgrMountPoint' -BackupTargetServer MBX03 -RemoteAdditionalCopyBackup $False &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We also choose not to back up any Log files as you can see above with "-BackupTruncatedLogs $False" flag but when SME does a Daily SnapShot, we find the SnapShot grows quickly and would like to call a script like below to delete the SnapShots for just that LOG Volume and wondering how this could effect any future restores if we only require Point In Time restores?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Connect-NaFiler FILER_NAME&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Get-NaSnapshot LOG_VOLUME_NAME | where-object {$_.Created -lt (Get-Date).AddDays(-1)} | Remove-NaSnapshot -Confirm:$false&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:03:10 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/Question-Manually-purging-Exchange-Log-Volume-SnapShots/m-p/73551#M5565</guid>
      <dc:creator>PADMANTECH</dc:creator>
      <dc:date>2025-06-05T06:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: Question: Manually purging Exchange Log Volume SnapShots</title>
      <link>https://community.netapp.com/t5/Data-Protection/Question-Manually-purging-Exchange-Log-Volume-SnapShots/m-p/73556#M5566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just found this description from "get-help new-backup" in the SME PowerShell but still doesn't how I can avoid the LOG volume SnapShots &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;-BackupTruncatedLogs &amp;lt;Boolean ($True or $False)&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Short Form: bkTrcLogs&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; This option does a backup of the selected database logs including &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; those that will be truncated by a full backup type. When true this will&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; preserve up-to-the-minute restore capability for older backups. When false this &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; option can be used to conserve space on the LUN containing the backed up Exchange &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; transaction logs. For copy backup types, this will make a backup of the current &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; logs as well but they will not be truncated. The default is true.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Required?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; false&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Position?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; False&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Default value&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $True&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Accept pipeline input?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; True&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Accept wildcard characters?&amp;nbsp; false&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2013 12:25:02 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/Question-Manually-purging-Exchange-Log-Volume-SnapShots/m-p/73556#M5566</guid>
      <dc:creator>PADMANTECH</dc:creator>
      <dc:date>2013-05-08T12:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: Question: Manually purging Exchange Log Volume SnapShots</title>
      <link>https://community.netapp.com/t5/Data-Protection/Question-Manually-purging-Exchange-Log-Volume-SnapShots/m-p/73561#M5567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Backing up log LUN is required for Exchange VSS restore. If you delete log snapshot manally, it is equal to delete the whole backup. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 May 2013 21:35:43 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/Question-Manually-purging-Exchange-Log-Volume-SnapShots/m-p/73561#M5567</guid>
      <dc:creator>qzhang</dc:creator>
      <dc:date>2013-05-31T21:35:43Z</dc:date>
    </item>
  </channel>
</rss>

