Evaluation Guide. Software vs. Appliance Deduplication

Size: px
Start display at page:

Download "Evaluation Guide. Software vs. Appliance Deduplication"

Transcription

1 Evaluation Guide Software vs. Appliance Deduplication

2 Table of Contents Introduction... 2 Data Deduplication Overview... 3 Backup Requirements... 6 Backup Application Client Side Deduplication... 7 Backup Application Deduplication in the Media Server... 9 Purpose-Built Target Side Deduplication Appliances Summary About ExaGrid Evaluation Guide - Software vs. Appliance Deduplication Page 1

3 Introduction Businesses are facing increasing pressure to fix their backups, as detailed in many sources including the Gartner report, Best Practices for Addressing the Broken State of Backup. Gartner found that for many organizations, backup has become an increasingly daunting and brittle task fraught with significant challenges. The pressure of data growth has increased sharply as businesses need to store both onsite and offsite copies of their data. This can mean storing 40 to 100 times the volume of their primary dataset, due to storing weeks of retention onsite and weeks, months and in some cases, years of retention off site. Longer data retention is driven by business needs, legal discovery requirements, Service Level Agreements (SLA), and many other business or legal reasons. Backup software is just one part of a new equation emerging where near real- time business continuity and disaster recovery are becoming business imperatives. Busy IT staffs looking to replace tape to get relief from backup headaches often find it confusing to understand the strengths and weaknesses of deduplication in the backup software vs. a disk backup appliance. This guide is intended to help sort through this confusion. It presents a general overview of data deduplication and different disk-based backup approaches including: Backup application deduplication in the media server writing to standard disk Backup application deduplication on server agents (client) writing to standard disk Purpose-built target side appliances with deduplication Information about each of these potential solutions is presented in this document, including the pros and cons of each approach. Evaluation Guide - Software vs. Appliance Deduplication Page 2

4 Data Deduplication Overview One of the few remaining arguments for tape for backups is that tape libraries will technically never "run out of retention capacity". As soon as a tape cartridge fills up, it can be replaced with another tape cartridge and the full cartridges can be stored. When writing to disk, storing the same amount of data that is stored on tape would require a massive amount of disk, resulting in high cost. However, if you could use a fraction of the space required to store the data on disk and bring the cost of disk storage close to the cost of tape, then disk is clearly the better alternative. From Figure 1 - Data Deduplication Taxonomy week to week, only about 2% of the bytes change. However, with tape backup 98% of the unchanged data is backed up repeatedly, resulting in saving the identical data dozens and even hundreds of times. With disk, deduplication software can intelligently save only the 2% of the data that changes from week to week, saving only the changed data. The net result of using disk storage and data deduplication together is you only need 1/20 th to 1/50 th of the storage you would need on tape. Since tape costs about 1/20 th the price of disk per TB of usable capacity, using data deduplication effectively neutralizes the price gap between tape and disk by using far less disk space than is required to store the same data on tape. Evaluation Guide - Software vs. Appliance Deduplication Page 3

5 There are many methods to data deduplication including: Fixed data block (64KB to 128KB) - used in Backup Software Applications Changed storage blocks - used in primary storage SNAPS Byte level - used in target side appliances Data block with variable content splitting - used in target side appliances Zone-byte level - used in target side appliances All of these methods reduce redundant data in backups. For example, if a full backup of 50TB of data is completed every Friday night, and 10 weeks are kept onsite, it would take 500TB of disk space to store the backup. However, most of the full backup is unchanged from week to week. Only the data that has been changed, edited or created that week needs to be stored. On average, only about 2% of the data changes from week to week. In this example, 2% is about 1TB per week. Figure 2 - Deduplication Reduces Storage over Time Evaluation Guide - Software vs. Appliance Deduplication Page 4

6 If you were to take out all of the redundant data, over time the storage required can be reduced by as much as 50:1, depending on the deduplication method used. Factors Impacting Deduplication Results In general, the higher the deduplication ratios, the better. A higher deduplication ratio uses less disk space over time and needs far less WAN bandwidth to replicate data to the offsite disaster recover site. Deduplication Approach The deduplication approach selected impacts the amount of storage savings that will result. 64KB to 128KB fixed block will average about 7 to 1 Byte, Segment-block and Zone will average from average from about 20: 1 to 50: 1 reduction in data storage Data Mix Affects Results The deduplication ratio can range from 10: 1 to as much as 50: 1, depending on the mix of data types being backed up. Databases can get very high deduplication ratios of over 100: 1. Unstructured file data will see an average ratio of 7-10:1. Deduplicating compressed or encrypted files does not yield a high ratio or significant space savings. Retention Period The longer the retention period, the higher the deduplication ratio will be. Getting the Best Results The best deduplication ratios will be achieved in environments that are: Using byte, data block or zone-level deduplication Backing up no compressed or encrypted data Retaining data for longer-term periods, on the order of 18 weeks The worst deduplication ratio will be achieved in environments that are: Using 64KB or 128KB fixed block deduplication Backing up a large amount of compressed or encrypted data Retaining data for shorter-term periods, on the order of 4 weeks or less The net is that not all deduplication approaches achieve the same results. Deduplication ratios are clearly impacted by data types and retention periods. All of these factors need to be taken into consideration when choosing the proper disk backup approach. Evaluation Guide - Software vs. Appliance Deduplication Page 5

7 Backup Requirements The chart below shows the top backup requirements of most IT shops, arranged in priority order. Each of the approaches, including staying with tape, is shown in its own column. As you can see, not all approaches can meet all requirements. The key is to list your requirements and match them against each of the solutions to see which solutions best meet your requirements. The following sections show the strengths and limitations of each of the solutions. Evaluation Guide - Software vs. Appliance Deduplication Page 6

8 Backup Application Client Side Deduplication Some backup applications offer a form of data deduplication in the application server agents or clients. The intent is to be able to eliminate tape using standard disk along with the backup application. The deduplication occurs at the backup agent/client on each application server. Data deduplication is a very compute-intensive process. Resource utilization will increase significantly if deduplication is run in the application server (client side), and slow down backups dramatically. To minimize this impact, client side deduplication software approaches use a less-efficient form of deduplication. Typically they use 64KB or 128KB fixed blocks where they achieve a data reduction rate of about 6-7:1. By comparison, target-side appliances that use byte, zone-byte or segmentblock with variable length content-splitting average from about a 20:1 to as much as a 50:1 data reduction ratio, or a minimum of approximately three times that of the software approach. Figure 3 - Client Side Deduplication Running a compute intensive deduplication process on your application servers creates other performance and availability challenges. Furthermore, databases and , which are 80% of the Monday through Thursday backups, are still sent as full backups. This means that only 20% of the nightly data is actually deduplicated, by client side deduplication, during the week. The true impact is on the Friday night full backup, where 80% of the data is unstructured file data. In addition, the software approach to deduplication can only process data that comes from its own proprietary agents. It cannot deduplicate data from other sources including other backup applications, utilities or data base dumps. Strengths Great fit for deduplicating data from small remote sites, then replicating it back to a corporate datacenter for backup. This approach can shorten the backup window, but only on the Friday full backup. During the week, backups are still full backups for data base and . Weaknesses Requires new agents on servers; added risk and cost of changing agents. Evaluation Guide - Software vs. Appliance Deduplication Page 7

9 Deduplication ratio is only 6-7:1 and the disk space required increases quickly. Bandwidth usage to a second site is high as the deduplication ratio is only 6-7:1. By comparison, target-side appliances that use byte, zone-byte or segment-block with variable length content splitting average from about 20: 1 to 50: 1 data reduction ratio, or at a minimum three times that of software deduplication. Cannot deduplicate data from: Veeam, Quest vranger Lightspeed, SQL Safe, Redgate Direct SQL Dumps, Direct Oracle RMAN Dumps Bridgehead for Meditech data Direct UNIX TAR files Other traditional backup applications Summary Very good for replicated remote site data back to a corporate datacenter Very few businesses actually use this approach due to its risk to application servers and weaknesses Evaluation Guide - Software vs. Appliance Deduplication Page 8

10 Backup Application Deduplication in the Media Server Some backup applications have a data deduplication feature that can be deployed as an agent in the media server. The intent is to be able to eliminate tape using standard disk in conjunction with the backup application. [was a repeat of paragraph in earlier section] As is the case with client side deduplication, because data deduplication is compute- intensive, if deduplication is run in the media server, backups can slow down dramatically and backup windows expand. To avoid this hit to overall backup performance, backup software uses a form of deduplication that results in a lower reduction rate. Using the least possible processor and memory resources for the deduplication process avoids starving the media server tasks of resources, but at the cost of lowering deduplication performance. Figure 4 - Running Deduplication on Media Server Typically this approach uses 64KB or 128KB fixed blocks and will yield a data reduction ratio of about 6-7:1. By comparison, target-side appliances that use byte, zone-byte or segment-block with variable length content-splitting average from about a 20:1 to as much as a 50:1 data reduction ratio, or a minimum of approximately three times that of the software approach. In addition, software deduplication can only process data that comes from its own proprietary agents. It cannot deduplicate data from other sources including other backup applications, utilities or data base dumps. Some vendors bundle the media server software on a storage server that includes a CPU, memory and disk and position the solution as an appliance. This does not change the deduplication rate or the heterogeneous nature of the solution. Strengths Relatively simple to manage through the backup application Good for environments that have less than 3TB of data to backup, use a single backup application and do not plan to replicate to a second site for disaster recovery Evaluation Guide - Software vs. Appliance Deduplication Page 9

11 Weaknesses Disk usage is high as the deduplication ratio is only 6-7:1. Over time the disk space required grows sharply, and as data grows, software deduplication will use disk at about 3 times the rate of a target-side appliance. Bandwidth needed to send backups to a second site is high as the deduplication ratio is only 6-7:1. By comparison, target-side appliances that use byte, zone-byte or segmentblock with variable length content-splitting average from about a 20:1 to as much as a 50:1 data reduction ratio, or a minimum of approximately three times that of the software approach. Cannot deduplicate data from: Veeam, Quest vranger Lightspeed, SQL Safe, Redgate Direct SQL Dumps, Direct Oracle RMAN Dumps Bridgehead for Meditech data Direct UNIX TAR files Other traditional backup applications Summary Deduplication in the backup software is good for short-term retention and low amounts of data in environments that are not heterogeneous and where offsite disaster recovery data is not required. Evaluation Guide - Software vs. Appliance Deduplication Page 10

12 Purpose-Built Target Side Deduplication Appliances Target-side deduplication appliances are built specifically to replace the tape library in the backup process onsite and, optionally, offsite. Because they are dedicated appliances, the hardware and the deduplication methods used can be optimized for that single purpose. Future disk space requirements to deal with data growth are drastically reduced because deduplication ratios from 20:1 to as much as 50:1 can be achieved, Only the data that changes, about 2% of the backup size, is replicated offsite and requires far less bandwidth. In addition, target-side appliances can process data from a variety of utilities and backup applications. Strengths No change to your backup environment. Use all backup applications, utilities and dumps you are currently using. Can take in data from: o o o o o o Traditional backup applications Veeam, Quest vranger Lightspeed, Redgate, SQLSafe SQL Dumps, Oracle RMAN dumps Direct UNIX TAR files Many other backup applications and utilities Figure 5 - Target Side Deduplication Appliance 20:1 to as much as 50:1 deduplication ratios use less disk space and far less bandwidth for replication. Special features for: Tracking data to offsite Disaster Recovery Improving Disaster Recovery RPO (recovery point objective) and RTO (recover time objective) Purging data as the retention policy calls for aging out data Weaknesses Backup window improves over using a tape library, but not by as much as client side deduplication for the Friday night full backup Evaluation Guide - Software vs. Appliance Deduplication Page 11

13 Summary When evaluating different approaches to deploying data deduplication, take the time to ask the right questions and understand the strengths and weaknesses of each alternative. Evaluation Guide - Software vs. Appliance Deduplication Page 12

14 About ExaGrid ExaGrid offers the only disk-based backup appliance with data deduplication purpose-built for backup that leverages a unique architecture optimized for performance, scalability and price. The combination of post-process deduplication, most recent backup cache, and GRID scalability enables IT departments to achieve the shortest backup window and the fastest, most reliable restores, tape copy, and disaster recovery without performance degradation or forklift upgrades as data grows. With offices and distribution worldwide, ExaGrid has thousands of systems installed at over 1,000 customers and hundreds of published customer success stories and video testimonials. ExaGrid Systems, Inc 2000 West Park Drive Westborough, MA ExaGrid Systems, Inc. All rights reserved. ExaGrid is a registered trademark of ExaGrid Systems, Inc.

Eight Considerations for Evaluating Disk-Based Backup Solutions

Eight Considerations for Evaluating Disk-Based Backup Solutions Eight Considerations for Evaluating Disk-Based Backup Solutions 1 Introduction The movement from tape-based to disk-based backup is well underway. Disk eliminates all the problems of tape backup. Backing

More information

ExaGrid Product Description. Cost-Effective Disk-Based Backup with Data Deduplication

ExaGrid Product Description. Cost-Effective Disk-Based Backup with Data Deduplication ExaGrid Product Description Cost-Effective Disk-Based Backup with Data Deduplication 1 Contents Introduction... 3 Considerations When Examining Disk-Based Backup Approaches... 3 ExaGrid A Disk-Based Backup

More information

Detailed Product Description

Detailed Product Description Detailed Product Description ExaGrid Disk Backup with Deduplication 2014 ExaGrid Systems, Inc. All rights reserved. Table of Contents Executive Summary...2 ExaGrid Basic Concept...2 Product Benefits...

More information

ABOUT DISK BACKUP WITH DEDUPLICATION

ABOUT DISK BACKUP WITH DEDUPLICATION Disk Backup with Data Deduplication ABOUT DISK BACKUP WITH DEDUPLICATION www.exagrid.com What appears to be simple & straightforward Built for Backup is often more complex & risky than you think. 2 Agenda

More information

ExaGrid - A Backup and Data Deduplication appliance

ExaGrid - A Backup and Data Deduplication appliance Detailed Product Description ExaGrid Backup Storage Appliances with Deduplication 2014 ExaGrid Systems, Inc. All rights reserved. Table of Contents Executive Summary...2 ExaGrid Basic Concept...2 ExaGrid

More information

ExaGrid Stress-free Backup Storage

ExaGrid Stress-free Backup Storage Disk Backup with Data Deduplication ExaGrid Stress-free Backup Storage Axis Summit September 11, 2014 www.exagrid.com ExaGrid at a Glance Company Offices across North America, Europe, APAC Product Highly

More information

Best Practices Guide. Symantec NetBackup with ExaGrid Disk Backup with Deduplication. 2012 ExaGrid Systems, Inc. All rights reserved.

Best Practices Guide. Symantec NetBackup with ExaGrid Disk Backup with Deduplication. 2012 ExaGrid Systems, Inc. All rights reserved. Best Practices Guide Symantec NetBackup with ExaGrid Disk Backup with Deduplication 2012 ExaGrid Systems, Inc. All rights reserved. Table of Contents EXECUTIVE SUMMARY... 2 INTRODUCTION... 2 AUDIENCE...

More information

Protect Data... in the Cloud

Protect Data... in the Cloud QUASICOM Private Cloud Backups with ExaGrid Deduplication Disk Arrays Martin Lui Senior Solution Consultant Quasicom Systems Limited Protect Data...... in the Cloud 1 Mobile Computing Users work with their

More information

ExaGrid s EX32000E is its newest and largest appliance, taking in a 32TB full backup with an ingest rate of 7.5TB/hour.

ExaGrid s EX32000E is its newest and largest appliance, taking in a 32TB full backup with an ingest rate of 7.5TB/hour. Nominee: ExaGrid Nomination title: ExaGrid s next-generation appliances continue market disruption with bigger/faster appliances and larger scalable GRID systems in 2015 ExaGrid s EX32000E is its newest

More information

I D C T E C H N O L O G Y S P O T L I G H T

I D C T E C H N O L O G Y S P O T L I G H T I D C T E C H N O L O G Y S P O T L I G H T Optimizing Ap p r oaches to E n t e r p rise B ackup a n d R e c o ve r y August 2014 Adapted from Worldwide Disk-Based Data Protection and Recovery 2013 2017

More information

Detailed Product Description

Detailed Product Description Detailed Product Description ExaGrid Backup Storage Appliances with Data Deduplication 2015 ExaGrid Systems, Inc. All rights reserved. Table of Contents Executive Summary...2 ExaGrid Basic Concept...2

More information

Future-Proofed Backup For A Virtualized World!

Future-Proofed Backup For A Virtualized World! ! Future-Proofed Backup For A Virtualized World! Prepared by: Colm Keegan, Senior Analyst! Prepared: January 2014 Future-Proofed Backup For A Virtualized World Like death and taxes, growing backup windows

More information

Case Studies. Data Sheets : White Papers : Boost your storage buying power... use ours!

Case Studies. Data Sheets : White Papers : Boost your storage buying power... use ours! TM TM Data Sheets : White Papers : Case Studies For over a decade Coolspirit have been supplying the UK s top organisations with storage products and solutions so be assured we will meet your requirements

More information

Optimizing Backup and Data Protection in Virtualized Environments. January 2009

Optimizing Backup and Data Protection in Virtualized Environments. January 2009 Optimizing Backup and Data Protection in Virtualized Environments January 2009 Introduction The promise of maximizing IT investments while minimizing complexity has resulted in widespread adoption of server

More information

Data De-duplication Methodologies: Comparing ExaGrid s Byte-level Data De-duplication To Block Level Data De-duplication

Data De-duplication Methodologies: Comparing ExaGrid s Byte-level Data De-duplication To Block Level Data De-duplication Data De-duplication Methodologies: Comparing ExaGrid s Byte-level Data De-duplication To Block Level Data De-duplication Table of Contents Introduction... 3 Shortest Possible Backup Window... 3 Instant

More information

Business-Centric Storage FUJITSU Storage ETERNUS CS800 Data Protection Appliance

Business-Centric Storage FUJITSU Storage ETERNUS CS800 Data Protection Appliance Intel Xeon processor Business-Centric Storage FUJITSU Storage ETERNUS CS800 Data Protection Appliance The easy solution for backup to disk with deduplication Intel Inside. Powerful Solution Outside. If

More information

The Economics of Backup. 5 Ways Disk Backup with Deduplication Improves Backup Effectiveness, Cost- Efficiency and Data Protection

The Economics of Backup. 5 Ways Disk Backup with Deduplication Improves Backup Effectiveness, Cost- Efficiency and Data Protection The Economics of Backup 5 Ways Disk Backup with Deduplication Improves Backup Effectiveness, Cost- Efficiency and Data Protection 1 The Paradox of Growing Storage Requirements in a Recession The environment

More information

CISCO WIDE AREA APPLICATION SERVICES (WAAS) OPTIMIZATIONS FOR EMC AVAMAR

CISCO WIDE AREA APPLICATION SERVICES (WAAS) OPTIMIZATIONS FOR EMC AVAMAR PERFORMANCE BRIEF CISCO WIDE AREA APPLICATION SERVICES (WAAS) OPTIMIZATIONS FOR EMC AVAMAR INTRODUCTION Enterprise organizations face numerous challenges when delivering applications and protecting critical

More information

Data deduplication is more than just a BUZZ word

Data deduplication is more than just a BUZZ word Data deduplication is more than just a BUZZ word Per Larsen Principal Systems Engineer Mr. Hansen DATA BUDGET RECOVERY & DATACENTER GROWTH PRESSURE DISCOVERY REVOLUTION More Storage Longer Backups Smaller

More information

Hybrid Business Cloud Backup

Hybrid Business Cloud Backup Hybrid Business Cloud What it is. What it s good for. Tom Gallivan Vice President of Sales February 25 th, 2014 2 AGENDA Hybrid Business Cloud 1 2 3 4 5 Data Loss and Cloud vs. Hybrid Business Cloud Sizing

More information

Business-centric Storage FUJITSU Storage ETERNUS CS800 Data Protection Appliance

Business-centric Storage FUJITSU Storage ETERNUS CS800 Data Protection Appliance Business-centric Storage FUJITSU Storage ETERNUS CS800 Data Protection Appliance The easy solution for backup to disk with deduplication If you rethink your backup strategy, then think of ETERNUS CS800

More information

Wanted: Better Backup Poll shows widening gap between expectations and reality

Wanted: Better Backup Poll shows widening gap between expectations and reality Poll shows widening gap between expectations and reality SPONSORED BY: In recent years, businesses and government agencies have delayed modernizing backup systems due to economics and other IT priorities.

More information

Efficient Backup with Data Deduplication Which Strategy is Right for You?

Efficient Backup with Data Deduplication Which Strategy is Right for You? Efficient Backup with Data Deduplication Which Strategy is Right for You? Rob Emsley Senior Director, Product Marketing CPU Utilization CPU Utilization Exabytes Why So Much Interest in Data Deduplication?

More information

LDA, the new family of Lortu Data Appliances

LDA, the new family of Lortu Data Appliances LDA, the new family of Lortu Data Appliances Based on Lortu Byte-Level Deduplication Technology February, 2011 Copyright Lortu Software, S.L. 2011 1 Index Executive Summary 3 Lortu deduplication technology

More information

Demystifying Deduplication for Backup with the Dell DR4000

Demystifying Deduplication for Backup with the Dell DR4000 Demystifying Deduplication for Backup with the Dell DR4000 This Dell Technical White Paper explains how deduplication with the DR4000 can help your organization save time, space, and money. John Bassett

More information

Data Deduplication: An Essential Component of your Data Protection Strategy

Data Deduplication: An Essential Component of your Data Protection Strategy WHITE PAPER: THE EVOLUTION OF DATA DEDUPLICATION Data Deduplication: An Essential Component of your Data Protection Strategy JULY 2010 Andy Brewerton CA TECHNOLOGIES RECOVERY MANAGEMENT AND DATA MODELLING

More information

EMC DATA DOMAIN OVERVIEW. Copyright 2011 EMC Corporation. All rights reserved.

EMC DATA DOMAIN OVERVIEW. Copyright 2011 EMC Corporation. All rights reserved. EMC DATA DOMAIN OVERVIEW 1 2 With Data Domain Deduplication Storage Systems, You Can WAN Retain longer Keep backups onsite longer with less disk for fast, reliable restores, and eliminate the use of tape

More information

Cost Effective Backup with Deduplication. Copyright 2009 EMC Corporation. All rights reserved.

Cost Effective Backup with Deduplication. Copyright 2009 EMC Corporation. All rights reserved. Cost Effective Backup with Deduplication Agenda Today s Backup Challenges Benefits of Deduplication Source and Target Deduplication Introduction to EMC Backup Solutions Avamar, Disk Library, and NetWorker

More information

Mayur Dewaikar Sr. Product Manager Information Management Group Symantec Corporation

Mayur Dewaikar Sr. Product Manager Information Management Group Symantec Corporation Next Generation Data Protection with Symantec NetBackup 7 Mayur Dewaikar Sr. Product Manager Information Management Group Symantec Corporation White Paper: Next Generation Data Protection with NetBackup

More information

Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com

Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com BUYER CASE STUDY EMC IT Increasing Efficiency, Reducing Costs, and Optimizing IT with Data Deduplication Sponsored by: EMC Corporation Robert Amatruda February 2011 Laura DuBois Global Headquarters: 5

More information

Barracuda Backup Deduplication. White Paper

Barracuda Backup Deduplication. White Paper Barracuda Backup Deduplication White Paper Abstract Data protection technologies play a critical role in organizations of all sizes, but they present a number of challenges in optimizing their operation.

More information

WHITE PAPER Improving Storage Efficiencies with Data Deduplication and Compression

WHITE PAPER Improving Storage Efficiencies with Data Deduplication and Compression WHITE PAPER Improving Storage Efficiencies with Data Deduplication and Compression Sponsored by: Oracle Steven Scully May 2010 Benjamin Woo IDC OPINION Global Headquarters: 5 Speen Street Framingham, MA

More information

Using HP StoreOnce Backup Systems for NDMP backups with Symantec NetBackup

Using HP StoreOnce Backup Systems for NDMP backups with Symantec NetBackup Technical white paper Using HP StoreOnce Backup Systems for NDMP backups with Symantec NetBackup Table of contents Executive summary... 2 Introduction... 2 What is NDMP?... 2 Technology overview... 3 HP

More information

Redefining Oracle Database Management

Redefining Oracle Database Management Redefining Oracle Database Management Actifio PAS Specification A Single Solution for Backup, Recovery, Disaster Recovery, Business Continuity and Rapid Application Development for Oracle. MAY, 2013 Contents

More information

Total Cost of Ownership Analysis

Total Cost of Ownership Analysis Total Cost of Ownership Analysis Abstract A total cost of ownership (TCO) analysis can measure the cost of acquiring and operating a new technology solution against a current installation. In the late

More information

EMC NETWORKER AND DATADOMAIN

EMC NETWORKER AND DATADOMAIN EMC NETWORKER AND DATADOMAIN Capabilities, options and news Madis Pärn Senior Technology Consultant EMC madis.parn@emc.com 1 IT Pressures 2009 0.8 Zettabytes 2020 35.2 Zettabytes DATA DELUGE BUDGET DILEMMA

More information

Using Data De-duplication to Drastically Cut Costs

Using Data De-duplication to Drastically Cut Costs Using Data De-duplication to Drastically Cut Costs May 2008 Victor Nemechek, Product Marketing Manager, Hitachi Data Systems What most Backup Administrators feel like! Data Growth is the Fundamental Problem!

More information

EMC AVAMAR. Deduplication backup software and system. Copyright 2012 EMC Corporation. All rights reserved.

EMC AVAMAR. Deduplication backup software and system. Copyright 2012 EMC Corporation. All rights reserved. EMC AVAMAR Deduplication backup software and system 1 IT Pressures 2009 2020 0.8 zettabytes 35.2 zettabytes DATA DELUGE BUDGET DILEMMA Transformation INFRASTRUCTURE SHIFT COMPLIANCE and DISCOVERY 2 EMC

More information

Energy Efficient Storage - Multi- Tier Strategies For Retaining Data

Energy Efficient Storage - Multi- Tier Strategies For Retaining Data Energy and Space Efficient Storage: Multi-tier Strategies for Protecting and Retaining Data NOTICE This White Paper may contain proprietary information protected by copyright. Information in this White

More information

STORAGE. Buying Guide: TARGET DATA DEDUPLICATION BACKUP SYSTEMS. inside

STORAGE. Buying Guide: TARGET DATA DEDUPLICATION BACKUP SYSTEMS. inside Managing the information that drives the enterprise STORAGE Buying Guide: DEDUPLICATION inside What you need to know about target data deduplication Special factors to consider One key difference among

More information

Avamar. Technology Overview

Avamar. Technology Overview 1 Technology Overview 2 Growth of Remote Offices Remote offices are growing rapidly Over 4 million remote offices in the US No standard remote office size, data, staff, network, etc. The average branch

More information

Riverbed Whitewater/Amazon Glacier ROI for Backup and Archiving

Riverbed Whitewater/Amazon Glacier ROI for Backup and Archiving Riverbed Whitewater/Amazon Glacier ROI for Backup and Archiving November, 2013 Saqib Jang Abstract This white paper demonstrates how to increase profitability by reducing the operating costs of backup

More information

How To Store Data On Disk On Data Domain

How To Store Data On Disk On Data Domain WHITE PAPER Deduplication Storage Deduplication Storage for Nearline Applications September 2007 w w w. d a t a d o m a i n. c o m - 2 0 0 7 DATA DOMAIN I Contents Consolidated Support for Backup, Archiving,

More information

Data Reduction Methodologies: Comparing ExaGrid s Byte-Level-Delta Data Reduction to Data De-duplication. February 2007

Data Reduction Methodologies: Comparing ExaGrid s Byte-Level-Delta Data Reduction to Data De-duplication. February 2007 Data Reduction Methodologies: Comparing ExaGrid s Byte-Level-Delta Data Reduction to Data De-duplication February 2007 Though data reduction technologies have been around for years, there is a renewed

More information

Reducing Backups with Data Deduplication

Reducing Backups with Data Deduplication The Essentials Series: New Techniques for Creating Better Backups Reducing Backups with Data Deduplication sponsored by by Eric Beehler Reducing Backups with Data Deduplication... 1 Explaining Data Deduplication...

More information

Barracuda Backup Server. Introduction

Barracuda Backup Server. Introduction Barracuda Backup Server Introduction Backup & Recovery Conditions and Trends in the Market Barracuda Networks 2! Business Continuity! Business today operates around the clock Downtime is very costly Disaster

More information

How To Protect Data On Network Attached Storage (Nas) From Disaster

How To Protect Data On Network Attached Storage (Nas) From Disaster White Paper EMC FOR NETWORK ATTACHED STORAGE (NAS) BACKUP AND RECOVERY Abstract This white paper provides an overview of EMC s industry leading backup and recovery solutions for NAS systems. It also explains

More information

Data Backup and Restore (DBR) Overview... 2. Detailed Description... 3. Pricing... 5 SLAs... 5 Service Matrix... 6. Service Description

Data Backup and Restore (DBR) Overview... 2. Detailed Description... 3. Pricing... 5 SLAs... 5 Service Matrix... 6. Service Description Service Description Data Backup and Restore (DBR) Terremark s Data Backup & Restore provides secure, streamlined online-offsite data storage and retrieval that is highly scalable and easily customizable.

More information

Protect Microsoft Exchange databases, achieve long-term data retention

Protect Microsoft Exchange databases, achieve long-term data retention Technical white paper Protect Microsoft Exchange databases, achieve long-term data retention HP StoreOnce Backup systems, HP StoreOnce Catalyst, and Symantec NetBackup OpenStorage Table of contents Introduction...

More information

Aspirus Enterprise Backup Assessment and Implementation of Avamar and NetWorker

Aspirus Enterprise Backup Assessment and Implementation of Avamar and NetWorker Aspirus Enterprise Backup Assessment and Implementation of Avamar and NetWorker Written by: Thomas Whalen Server and Storage Infrastructure Team Leader, Aspirus Information Technology Department Executive

More information

Redefining Backup for VMware Environment. Copyright 2009 EMC Corporation. All rights reserved.

Redefining Backup for VMware Environment. Copyright 2009 EMC Corporation. All rights reserved. Redefining Backup for VMware Environment 1 Agenda VMware infrastructure backup and recovery challenges Introduction to EMC Avamar Avamar solutions for VMware infrastructure Key takeaways Copyright 2009

More information

Using HP StoreOnce Backup systems for Oracle database backups

Using HP StoreOnce Backup systems for Oracle database backups Technical white paper Using HP StoreOnce Backup systems for Oracle database backups Table of contents Introduction 2 Technology overview 2 HP StoreOnce Backup systems key features and benefits 2 HP StoreOnce

More information

EMC DATA DOMAIN PRODUCT OvERvIEW

EMC DATA DOMAIN PRODUCT OvERvIEW EMC DATA DOMAIN PRODUCT OvERvIEW Deduplication storage for next-generation backup and archive Essentials Scalable Deduplication Fast, inline deduplication Provides up to 65 PBs of logical storage for long-term

More information

A Business Case for Disk Based Data Protection

A Business Case for Disk Based Data Protection Mosaic Technology s IT Director s Series: A Business Case for Disk Based Data Protection presented by Mosaic Technology Mosaic Technology Corporation * Salem, NH (603) 898-5966 * Bellevue, WA (425) 462-5004

More information

Every organization has critical data that it can t live without. When a disaster strikes, how long can your business survive without access to its

Every organization has critical data that it can t live without. When a disaster strikes, how long can your business survive without access to its DISASTER RECOVERY STRATEGIES: BUSINESS CONTINUITY THROUGH REMOTE BACKUP REPLICATION Every organization has critical data that it can t live without. When a disaster strikes, how long can your business

More information

Choosing an Enterprise-Class Deduplication Technology

Choosing an Enterprise-Class Deduplication Technology WHITE PAPER Choosing an Enterprise-Class Deduplication Technology 10 Key Questions to Ask Your Deduplication Vendor 400 Nickerson Road, Marlborough, MA 01752 P: 866.Sepaton or 508.490.7900 F: 508.490.7908

More information

E-Guide. Sponsored By:

E-Guide. Sponsored By: E-Guide An in-depth look at data deduplication methods This E-Guide will discuss the various approaches to data deduplication. You ll learn the pros and cons of each, and will benefit from independent

More information

Understanding EMC Avamar with EMC Data Protection Advisor

Understanding EMC Avamar with EMC Data Protection Advisor Understanding EMC Avamar with EMC Data Protection Advisor Applied Technology Abstract EMC Data Protection Advisor provides a comprehensive set of features to reduce the complexity of managing data protection

More information

vsphere Virtualization and Data Protection without Compromise

vsphere Virtualization and Data Protection without Compromise TECHNICAL BRIEF vsphere Virtualization and Data Protection without Compromise Scott D. Lowe Rick Vanover Tom Gillispie Brien Posey 2014 ExaGrid Systems, Inc. All rights reserved. Table of Contents Introduction...

More information

Turnkey Deduplication Solution for the Enterprise

Turnkey Deduplication Solution for the Enterprise Symantec NetBackup 5000 Appliance Turnkey Deduplication Solution for the Enterprise Mayur Dewaikar Sr. Product Manager, Information Management Group White Paper: A Deduplication Appliance Solution for

More information

Maximize Your Virtual Environment Investment with EMC Avamar. Rob Emsley Senior Director, Product Marketing

Maximize Your Virtual Environment Investment with EMC Avamar. Rob Emsley Senior Director, Product Marketing 1 Maximize Your Virtual Environment Investment with EMC Avamar Rob Emsley Senior Director, Product Marketing 2 Private Cloud is the Vision Virtualized Data Center Internal Cloud Trusted Flexible Control

More information

We look beyond IT. Cloud Offerings

We look beyond IT. Cloud Offerings Cloud Offerings cstor Cloud Offerings As today s fast-moving businesses deal with increasing demands for IT services and decreasing IT budgets, the onset of cloud-ready solutions has provided a forward-thinking

More information

Deduplication and Beyond: Optimizing Performance for Backup and Recovery

Deduplication and Beyond: Optimizing Performance for Backup and Recovery Beyond: Optimizing Gartner clients using deduplication for backups typically report seven times to 25 times the reductions (7:1 to 25:1) in the size of their data, and sometimes higher than 100:1 for file

More information

EMC Data Domain Boost for Oracle Recovery Manager (RMAN)

EMC Data Domain Boost for Oracle Recovery Manager (RMAN) White Paper EMC Data Domain Boost for Oracle Recovery Manager (RMAN) Abstract EMC delivers Database Administrators (DBAs) complete control of Oracle backup, recovery, and offsite disaster recovery with

More information

DATA BACKUP & RESTORE

DATA BACKUP & RESTORE DATA BACKUP & RESTORE Verizon Terremark s Data Backup & Restore provides secure, streamlined online-offsite data storage and retrieval that is highly scalable and easily customizable. Offsite backup is

More information

Veritas Backup Exec 15: Deduplication Option

Veritas Backup Exec 15: Deduplication Option Veritas Backup Exec 15: Deduplication Option Who should read this paper Technical White Papers are designed to introduce IT professionals to key technologies and technical concepts that are associated

More information

NetApp Syncsort Integrated Backup

NetApp Syncsort Integrated Backup WHITE PAPER NetApp Syncsort Integrated Backup Protect your Microsoft and VMware Environment with NetApp Syncsort Integrated Backup Protecting Microsoft and VMware Executive Summary 3 Microsoft and VMware

More information

Backup & Archiving Emerging Trends. Presented by Mosaic Technology

Backup & Archiving Emerging Trends. Presented by Mosaic Technology Backup & Archiving Emerging Trends Presented by Mosaic Technology Introduction 3 Tape Backup Not Keeping Pace 3 Disk Alternatives 4 Continuous Data Protection 5 Disk To Disk To Tape (DDT) 6 Back-end Compression

More information

EMC PERSPECTIVE. An EMC Perspective on Data De-Duplication for Backup

EMC PERSPECTIVE. An EMC Perspective on Data De-Duplication for Backup EMC PERSPECTIVE An EMC Perspective on Data De-Duplication for Backup Abstract This paper explores the factors that are driving the need for de-duplication and the benefits of data de-duplication as a feature

More information

Technology Fueling the Next Phase of Storage Optimization

Technology Fueling the Next Phase of Storage Optimization White Paper HP StoreOnce Deduplication Software Technology Fueling the Next Phase of Storage Optimization By Lauren Whitehouse June, 2010 This ESG White Paper was commissioned by Hewlett-Packard and is

More information

Cloud Storage Backup for Storage as a Service with AT&T

Cloud Storage Backup for Storage as a Service with AT&T WHITE PAPER: CLOUD STORAGE BACKUP FOR STORAGE AS A SERVICE........ WITH..... AT&T........................... Cloud Storage Backup for Storage as a Service with AT&T Who should read this paper Customers,

More information

ESG REPORT. Data Deduplication Diversity: Evaluating Software- vs. Hardware-Based Approaches. By Lauren Whitehouse. April, 2009

ESG REPORT. Data Deduplication Diversity: Evaluating Software- vs. Hardware-Based Approaches. By Lauren Whitehouse. April, 2009 ESG REPORT : Evaluating Software- vs. Hardware-Based Approaches By Lauren Whitehouse April, 2009 Table of Contents ESG REPORT Table of Contents... i Introduction... 1 External Forces Contribute to IT Challenges...

More information

Disaster Recovery Strategies: Business Continuity through Remote Backup Replication

Disaster Recovery Strategies: Business Continuity through Remote Backup Replication W H I T E P A P E R S O L U T I O N : D I S A S T E R R E C O V E R Y T E C H N O L O G Y : R E M O T E R E P L I C A T I O N Disaster Recovery Strategies: Business Continuity through Remote Backup Replication

More information

EMC DATA DOMAIN EXTENDED RETENTION SOFTWARE: MEETING NEEDS FOR LONG-TERM RETENTION OF BACKUP DATA ON EMC DATA DOMAIN SYSTEMS

EMC DATA DOMAIN EXTENDED RETENTION SOFTWARE: MEETING NEEDS FOR LONG-TERM RETENTION OF BACKUP DATA ON EMC DATA DOMAIN SYSTEMS SOLUTION PROFILE EMC DATA DOMAIN EXTENDED RETENTION SOFTWARE: MEETING NEEDS FOR LONG-TERM RETENTION OF BACKUP DATA ON EMC DATA DOMAIN SYSTEMS MAY 2012 Backups are essential for short-term data recovery

More information

Business Benefits of Data Footprint Reduction

Business Benefits of Data Footprint Reduction Business Benefits of Data Footprint Reduction Why and how reducing your data footprint provides a positive benefit to your business and application service objectives By Greg Schulz Founder and Senior

More information

Cloud, Appliance, or Software? How to Decide Which Backup Solution Is Best for Your Small or Midsize Organization.

Cloud, Appliance, or Software? How to Decide Which Backup Solution Is Best for Your Small or Midsize Organization. WHITE PAPER: CLOUD, APPLIANCE, OR SOFTWARE?........................................ Cloud, Appliance, or Software? How to Decide Which Backup Solution Is Best for Your Small or Midsize Who should read

More information

3Gen Data Deduplication Technical

3Gen Data Deduplication Technical 3Gen Data Deduplication Technical Discussion NOTICE: This White Paper may contain proprietary information protected by copyright. Information in this White Paper is subject to change without notice and

More information

CIGRE 2014: Udaljena zaštita podataka

CIGRE 2014: Udaljena zaštita podataka CIGRE 2014: Udaljena zaštita podataka Žarko Stupar Product Manager zstupar@mds.rs "" 1 Agenda Udaljena zaštita podataka - pristup Replikacija podataka između data centara Napredna backup rešenja Replikacija

More information

Backup and Recovery: The Benefits of Multiple Deduplication Policies

Backup and Recovery: The Benefits of Multiple Deduplication Policies Backup and Recovery: The Benefits of Multiple Deduplication Policies NOTICE This White Paper may contain proprietary information protected by copyright. Information in this White Paper is subject to change

More information

DEDUPLICATION NOW AND WHERE IT S HEADING. Lauren Whitehouse Senior Analyst, Enterprise Strategy Group

DEDUPLICATION NOW AND WHERE IT S HEADING. Lauren Whitehouse Senior Analyst, Enterprise Strategy Group DEDUPLICATION NOW AND WHERE IT S HEADING Lauren Whitehouse Senior Analyst, Enterprise Strategy Group Need Dedupe? Before/After Dedupe Deduplication Production Data Deduplication In Backup Process Backup

More information

Deduplication Demystified: How to determine the right approach for your business

Deduplication Demystified: How to determine the right approach for your business Deduplication Demystified: How to determine the right approach for your business Presented by Charles Keiper Senior Product Manager, Data Protection Quest Software Session Objective: To answer burning

More information

How To Use An Npm On A Network Device

How To Use An Npm On A Network Device WHITE PAPER: CA ARCserve Backup Network Data Management Protocol (NDMP) Network Attached Storage (NAS) Option: Integrated Protection for Heterogeneous NAS Environments CA ARCserve Backup: Protecting heterogeneous

More information

ETERNUS CS High End Unified Data Protection

ETERNUS CS High End Unified Data Protection ETERNUS CS High End Unified Data Protection Optimized Backup and Archiving with ETERNUS CS High End 0 Data Protection Issues addressed by ETERNUS CS HE 60% of data growth p.a. Rising back-up windows Too

More information

A CBTS White Paper. Offsite Backup. David Imhoff Product Manager, CBTS 4/22/2012 www.cbts.cinbell.com

A CBTS White Paper. Offsite Backup. David Imhoff Product Manager, CBTS 4/22/2012 www.cbts.cinbell.com A CBTS White Paper Offsite Backup David Imhoff Product Manager, CBTS 4/22/2012 www.cbts.cinbell.com Overview Business Data Backup Challenges Protecting critical data is a challenge for every organization.

More information

Presents. Attix5 Technology. An Introduction

Presents. Attix5 Technology. An Introduction Presents Attix5 Technology An Introduction January 2013 1. Global Block Level Deduplication. Attix5 Feature Top 10 Things That Matter When Attix5 is first installed on a target server a full backup is

More information

VMware vsphere Data Protection

VMware vsphere Data Protection FREQUENTLY ASKED QUESTIONS VMware vsphere Data Protection vsphere Data Protection Advanced Overview Q. What is VMware vsphere Data Protection Advanced? A. VMware vsphere Data Protection Advanced is a backup

More information

What You Need to Know NOW about Next Generation Data Protection. Kenny Wong Senior Consultant June 2015

What You Need to Know NOW about Next Generation Data Protection. Kenny Wong Senior Consultant June 2015 What You Need to Know NOW about Next Generation Data Protection Kenny Wong Senior Consultant June 2015 The Changing Face of Data Protection Changing computing infrastructure Data protection silos Application

More information

EMC BACKUP MEETS BIG DATA

EMC BACKUP MEETS BIG DATA EMC BACKUP MEETS BIG DATA Strategies To Protect Greenplum, Isilon And Teradata Systems 1 Agenda Big Data: Overview, Backup and Recovery EMC Big Data Backup Strategy EMC Backup and Recovery Solutions for

More information

Understanding EMC Avamar with EMC Data Protection Advisor

Understanding EMC Avamar with EMC Data Protection Advisor Understanding EMC Avamar with EMC Data Protection Advisor Applied Technology Abstract EMC Data Protection Advisor provides a comprehensive set of features that reduce the complexity of managing data protection

More information

Actifio Big Data Director. Virtual Data Pipeline for Unstructured Data

Actifio Big Data Director. Virtual Data Pipeline for Unstructured Data Actifio Big Data Director Virtual Data Pipeline for Unstructured Data Contact Actifio Support As an Actifio customer, you can get support for all Actifio products through the Support Portal at http://support.actifio.com/.

More information

Dell PowerVault DL Backup to Disk Appliance Powered by CommVault. Centralized data management for remote and branch office (Robo) environments

Dell PowerVault DL Backup to Disk Appliance Powered by CommVault. Centralized data management for remote and branch office (Robo) environments Dell PowerVault DL Backup to Disk Appliance Powered by CommVault Centralized data management for remote and branch office (Robo) environments Contents Executive summary Return on investment of centralizing

More information

Backup Software? Article on things to consider when looking for a backup solution. 11/09/2015 Backup Appliance or

Backup Software? Article on things to consider when looking for a backup solution. 11/09/2015 Backup Appliance or 11/09/2015 Backup Appliance or Backup Software? Article on things to consider when looking for a backup solution. Ray Quattromini FORTUNA POWER SYSTEMS LTD T: 01256 782030 E: RAY@FORTUNADATA.COM W: WWW.FORTUNADATA.COM

More information

Call: 08715 900800. Disaster Recovery/Business Continuity (DR/BC) Services From VirtuousIT

Call: 08715 900800. Disaster Recovery/Business Continuity (DR/BC) Services From VirtuousIT Disaster Recovery/Business Continuity (DR/BC) Services From VirtuousIT The VirtuousIT DR/BC solution is designed around RecoveryShield from Thinking SAFE. The service includes a local backup appliance

More information

Introduction. Silverton Consulting, Inc. StorInt Briefing

Introduction. Silverton Consulting, Inc. StorInt Briefing Introduction Silverton Consulting, Inc. StorInt Briefing All too often in today s SMB data centers the overall backup and recovery process, including both its software and hardware components, is given

More information

Cloud Services. May 28 th, 2014 Athens, Greece

Cloud Services. May 28 th, 2014 Athens, Greece Cloud Services May 28 th, 2014 Athens, Greece Cloud Services? Cloud services and PT PT is Virtualization technology and delivery leader Well known as storage & data protection integrator Chosen by RedHat

More information

Dell Data Protection. Marek Istok Ŋ Dell Slovakia

Dell Data Protection. Marek Istok Ŋ Dell Slovakia Dell Marek Istok Ŋ Dell Slovakia The Dell Portfolio Everything. Every time. On time.! Protect the full spectrum of your data across physical, virtual, and cloud. Shrink backup windows to just minutes;

More information

WHITE PAPER. A Cost-Effective Integrated Solution for Backup and Disaster Recovery

WHITE PAPER. A Cost-Effective Integrated Solution for Backup and Disaster Recovery WHITE PAPER A Cost-Effective Integrated Solution for Backup and Disaster Recovery 2 WHITE PAPER A Cost-Effective Integrated Solution for Backup and DR Introduction Recovery is something for which all businesses

More information

15-MINUTE GUIDE. SMARTER BACKUP Transform your future

15-MINUTE GUIDE. SMARTER BACKUP Transform your future EMC 15-MINUTE GUIDE TO SMARTER BACKUP Transform your future 15-MINUTE GUIDE TABLE OF CONTENTS OVERVIEW TODAY S CHALLENGES TREND #1: MASSIVE DATA GROWTH TREND #2: IT BUDGET DILEMMA TREND #3: VIRTUALIZATION

More information

Backup and Recovery Solutions for Exadata. Ľubomír Vaňo Principal Sales Consultant

Backup and Recovery Solutions for Exadata. Ľubomír Vaňo Principal Sales Consultant Backup and Recovery Solutions for Exadata Ľubomír Vaňo Principal Sales Consultant Fundamental Backup and Recovery Data doesn t exist in most organizations until the rule of 3 is complete: Different Media

More information

Protecting enterprise servers with StoreOnce and CommVault Simpana

Protecting enterprise servers with StoreOnce and CommVault Simpana Technical white paper Protecting enterprise servers with StoreOnce and CommVault Simpana HP StoreOnce Backup systems Table of contents Introduction 2 Technology overview 2 HP StoreOnce Backup systems key

More information