<?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 Deduplication and OSSV backup in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/Deduplication-and-OSSV-backup/m-p/54145#M12638</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IHAC uses following command to backup the MS SQL Server to local files, then uses OSSV to backup the local files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXECUTE master.dbo.xp_create_subdir N'E:\DBABackup\OSSQCN_CONFIG'&lt;/P&gt;&lt;P&gt;GO&lt;/P&gt;&lt;P&gt;EXECUTE master.dbo.xp_create_subdir N'E:\DBABackup\OSSQCN_ADMIN'&lt;/P&gt;&lt;P&gt;GO&lt;/P&gt;&lt;P&gt;EXECUTE master.dbo.xp_create_subdir N'E:\DBABackup\OSSQCN_CONTENT1'&lt;/P&gt;&lt;P&gt;GO&lt;/P&gt;&lt;P&gt;EXECUTE master.dbo.xp_create_subdir N'E:\DBABackup\OSSQCN_CONTENT2'&lt;/P&gt;&lt;P&gt;GO&lt;/P&gt;&lt;P&gt;BACKUP DATABASE [OSSQCN_CONFIG] TO&amp;nbsp; DISK = N'E:\DBABackup\OSSQCN_CONFIG\OSSQCN_CONFIG_backup_201108051345.bak' WITH NOFORMAT, NOINIT,&amp;nbsp; NAME = N'OSSQCN_CONFIG_backup_20110805134519', SKIP, REWIND, NOUNLOAD,&amp;nbsp; STATS = 10&lt;/P&gt;&lt;P&gt;GO&lt;/P&gt;&lt;P&gt;BACKUP DATABASE [OSSQCN_ADMIN] TO&amp;nbsp; DISK = N'E:\DBABackup\OSSQCN_ADMIN\OSSQCN_ADMIN_backup_201108051345.bak' WITH NOFORMAT, NOINIT,&amp;nbsp; NAME = N'OSSQCN_ADMIN_backup_20110805134519', SKIP, REWIND, NOUNLOAD,&amp;nbsp; STATS = 10&lt;/P&gt;&lt;P&gt;GO&lt;/P&gt;&lt;P&gt;BACKUP DATABASE [OSSQCN_CONTENT1] TO&amp;nbsp; DISK = N'E:\DBABackup\OSSQCN_CONTENT1\OSSQCN_CONTENT1_backup_201108051345.bak' WITH NOFORMAT, NOINIT,&amp;nbsp; NAME = N'OSSQCN_CONTENT1_backup_20110805134519', SKIP, REWIND, NOUNLOAD,&amp;nbsp; STATS = 10&lt;/P&gt;&lt;P&gt;GO&lt;/P&gt;&lt;P&gt;BACKUP DATABASE [OSSQCN_CONTENT2] TO&amp;nbsp; DISK = N'E:\DBABackup\OSSQCN_CONTENT2\OSSQCN_CONTENT2_backup_201108051345.bak' WITH NOFORMAT, NOINIT,&amp;nbsp; NAME = N'OSSQCN_CONTENT2_backup_20110805134519', SKIP, REWIND, NOUNLOAD,&amp;nbsp; STATS = 10&lt;/P&gt;&lt;P&gt;GO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After several days backup, we find the dedupe ratio is very low.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody know how to improve the dedupe ratio? Is it because of the database backup parameters?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jeff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jun 2025 06:48:46 GMT</pubDate>
    <dc:creator>cjeff</dc:creator>
    <dc:date>2025-06-05T06:48:46Z</dc:date>
    <item>
      <title>Deduplication and OSSV backup</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Deduplication-and-OSSV-backup/m-p/54145#M12638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IHAC uses following command to backup the MS SQL Server to local files, then uses OSSV to backup the local files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXECUTE master.dbo.xp_create_subdir N'E:\DBABackup\OSSQCN_CONFIG'&lt;/P&gt;&lt;P&gt;GO&lt;/P&gt;&lt;P&gt;EXECUTE master.dbo.xp_create_subdir N'E:\DBABackup\OSSQCN_ADMIN'&lt;/P&gt;&lt;P&gt;GO&lt;/P&gt;&lt;P&gt;EXECUTE master.dbo.xp_create_subdir N'E:\DBABackup\OSSQCN_CONTENT1'&lt;/P&gt;&lt;P&gt;GO&lt;/P&gt;&lt;P&gt;EXECUTE master.dbo.xp_create_subdir N'E:\DBABackup\OSSQCN_CONTENT2'&lt;/P&gt;&lt;P&gt;GO&lt;/P&gt;&lt;P&gt;BACKUP DATABASE [OSSQCN_CONFIG] TO&amp;nbsp; DISK = N'E:\DBABackup\OSSQCN_CONFIG\OSSQCN_CONFIG_backup_201108051345.bak' WITH NOFORMAT, NOINIT,&amp;nbsp; NAME = N'OSSQCN_CONFIG_backup_20110805134519', SKIP, REWIND, NOUNLOAD,&amp;nbsp; STATS = 10&lt;/P&gt;&lt;P&gt;GO&lt;/P&gt;&lt;P&gt;BACKUP DATABASE [OSSQCN_ADMIN] TO&amp;nbsp; DISK = N'E:\DBABackup\OSSQCN_ADMIN\OSSQCN_ADMIN_backup_201108051345.bak' WITH NOFORMAT, NOINIT,&amp;nbsp; NAME = N'OSSQCN_ADMIN_backup_20110805134519', SKIP, REWIND, NOUNLOAD,&amp;nbsp; STATS = 10&lt;/P&gt;&lt;P&gt;GO&lt;/P&gt;&lt;P&gt;BACKUP DATABASE [OSSQCN_CONTENT1] TO&amp;nbsp; DISK = N'E:\DBABackup\OSSQCN_CONTENT1\OSSQCN_CONTENT1_backup_201108051345.bak' WITH NOFORMAT, NOINIT,&amp;nbsp; NAME = N'OSSQCN_CONTENT1_backup_20110805134519', SKIP, REWIND, NOUNLOAD,&amp;nbsp; STATS = 10&lt;/P&gt;&lt;P&gt;GO&lt;/P&gt;&lt;P&gt;BACKUP DATABASE [OSSQCN_CONTENT2] TO&amp;nbsp; DISK = N'E:\DBABackup\OSSQCN_CONTENT2\OSSQCN_CONTENT2_backup_201108051345.bak' WITH NOFORMAT, NOINIT,&amp;nbsp; NAME = N'OSSQCN_CONTENT2_backup_20110805134519', SKIP, REWIND, NOUNLOAD,&amp;nbsp; STATS = 10&lt;/P&gt;&lt;P&gt;GO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After several days backup, we find the dedupe ratio is very low.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody know how to improve the dedupe ratio? Is it because of the database backup parameters?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jeff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:48:46 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Deduplication-and-OSSV-backup/m-p/54145#M12638</guid>
      <dc:creator>cjeff</dc:creator>
      <dc:date>2025-06-05T06:48:46Z</dc:date>
    </item>
    <item>
      <title>Deduplication and OSSV backup</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Deduplication-and-OSSV-backup/m-p/54150#M12640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeff,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First I would have to ask if this is a database with alot of random write activity?&amp;nbsp; If so then obviously the dedupe ratio will be low due to new data.&amp;nbsp; But I assume that this is not the case since you expect it to be lower.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have had cases when I was running mbralign on alot of similar vmdk files where I had to manually update the fingerprint database before deduplication could produce the expected results.&amp;nbsp; You could try this and then kick off a dedup run to see if it makes any difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jeff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2011 15:33:05 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Deduplication-and-OSSV-backup/m-p/54150#M12640</guid>
      <dc:creator>ajeffrey</dc:creator>
      <dc:date>2011-08-08T15:33:05Z</dc:date>
    </item>
    <item>
      <title>Deduplication and OSSV backup</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Deduplication-and-OSSV-backup/m-p/54155#M12642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The customer deletes the files on the Winows server, then generates the new SQL backup file, then uses the OSSV to do the backup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the old files are deleted on the nearstore (and will be locked in the snapshot), new files be snapvaulted to the nearstore.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can we dedupe the files in the snapshot with the active file system?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jeff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2011 16:24:33 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Deduplication-and-OSSV-backup/m-p/54155#M12642</guid>
      <dc:creator>cjeff</dc:creator>
      <dc:date>2011-08-18T16:24:33Z</dc:date>
    </item>
  </channel>
</rss>

