Deduplication School 2010

Size: px
Start display at page:

Download "Deduplication School 2010"

Transcription

1 Deduplication School 2010 W. Curtis Preston Executive Editor, TechTarget Founder/CEO Truth in IT, Inc. Follow on

2 A Little About Me When I started as backup guy at $35B company in 1993: Tape Drive: QIC 80 (80 MB capacity) Tape Drive: Exabyte 8200 (2.5 GB & 256KB/s) Biggest Server: 4 GB ( 93), 100 GB ( 96) Entire Data Center: 200 GB ( 93), 400 GB ( 96) My TIVO now has 5 times the storage my data center did! Consulting in backup & recovery since 96 Author of O Reilly s Backup & Recovery & Using SANs and NAS Webmaster of BackupCentral.com Founder/CEO of Truth in IT Follow me on

3 A Little Bit About Truth in IT, Inc. Inspired by Consumer Reports, but designed for IT No advertising, no partners = no need to SPIN No huge consulting fees just to find out which products work and which ones don t work (such fees typically start at $10K and go all the way to $100K!) Funded instead by y$ $999 annual subscription Private online community with written research, testing results, podcasts of interviews with users of products, and direct communication with real customers of the products you re interested in all included In beta now at truthinit

4 Agenda Understanding Deduplication Using Deduplication in Backup Systems Using Data Reduction in Primary Systems Recent Backup Software Advancements Backing up Virtual Servers Backups on a Budget Stump Curtis

5 Session 1 Understanding Deduplication

6 Why Disk? First a little history

7 History of My World Part I When I joined the industry (1993) Disks were 4 MB/s, tapes were 256 KB/s Networks were 10 Mb shared QIC 80 (60 KB/s) Seventeen years later (2010) Disks are 70 MB/s, tapes are 120 MB/s Networks are 10 Gb switched Changes in 17 years Exabyte 8200 (256 KB/s) 17x increase in disk speed (luckily, RAID has created virtual disks that are way faster) 500x increase in tape speed! 1000x+ increase in network speed DECStation 5000

8 More History Plan A: Stage to disk, spool to tape Pioneered by IBM in 90s, widely adopted in late 00s Large, very fast virtual disk as caching mechanism to tape Only need enough disk to hold one night s backups Helps backups; does not help restores Plan B: Backup to disk, leave on disk AKA the early VTL craze Helps backups and restores Disk was still way too expensive to make this feasible for most people

9 Plan C: Dedupe It s perfect for traditional backup Fulls backup the same data every day/week/month Incrementals backup entire file when only one byte changes Both backup file 100 times if it s in 100 locations Databases are often backed up full every day Tons of duplicate blocks! Average actual reduction of 10:1 and higher It s not perfect for everything Pre-compressed or encrypted data File types that don t have versions (multimedia)

10 Naysayers Eliminate all but one copy? No, just eliminate duplicates per location What about hash collisions? More on this later, but this is nothing but FUD If you re unconvinced, use a delta differential approach Doesn t this have immutability concerns? Everything that changes the format of the data has immutability concerns (e.g. sector-based storage, tar, etc) Job of backup/archive applications is to verify same in/out What about the dedupe d tax? Let s talk more about this one in a bit

11 Is There a Plan D? Some pundits/analysts think dedupe (especially target dedupe) is a band-aid, and will eventually be done away with via backup- software-based dedupe, d delta-backups, etc. Maybe this will happen in a 3-5 year time span, maybe it won t. (In fact, some backup software companies will tell you they don t need no stinking dedupe appliances.) That s still no argument for not moving on what s available to solve your problems now

12 How Dedupe Works

13 Your Mileage WILL Vary You really can get 10x to 400x It depends on Frequency of full backups (more fulls = more dupes) How much of a given incremental backup contains versions of other files (multimedia generally doesn t have versions) Length of retention (longer retention = more dupes) Redundancy in single full backup (if your product notices) Things that confuse dedupe Encrypting data before the dedupe process sees it Compressing data before the dedupe process sees it Compressing data before the dedupe process sees it Multiplexing to a VTL

14 How Do They Identify Duplicate Data? Two very different methods Chunking/hashing Asigra, EMC Avamar, Symantec PureDisk, CommVault Simpana EMC Data Domain, Greenbytes, FalconStor VTL & FDS, NEC, Quantum DXi Delta differential Exagrid, IBM Protectier, Ocarina, SEPATON Some systems may use a hybrid approach

15 Chunking/Hashing Method Slice all data into segments or chunks Run chunk through hashing algorithm (SHA-1) Check hash value against all other hash values Chunk with identical hash value is discarded Will find redundant blocks between files from different file systems, even different servers

16 Delta Differential Method Correlate backups Mathematical methods Using metadata Compare similar backups byte-by-byte Example Tonight s backup of Exchange instance Elvis is seen as similar to last night s backup of Elvis Tonight s backup of Elvis is compared byte-by-byte b b to last night s backup of Elvis & redundant segments are found

17 Hashing & Delta Differential Hashing Most used method with most mileage Some concerned about hash collisions (more on this later) Compares everything to everything, therefore gets more dedupe out of similar data in dissimilar datasets (e.g. production and test copy of same data) Delta Differentials Faster than hashing No concern about hash collisions Only compares like backups, so will get no dedupe on similar data in dissimilar datasets, but does get more dedupe on same data What will you get? Only testing with your data will answer that t question.

18 Hash Collisions: The real numbers Hash Size Number of Hashes & Amount of Data to achieve Desired Probability (Assuming 8k chunk size) bits (MD5) PB YB 160 bits (SHA-1) EB ,371, YB : Odds of single disk writing incorrect data and not knowing it (Undetectable Bit Error Rate or UBER) With SHA-1, we have to write 6.6 PB to get those odds 10-5 : Worst odds of a double-disk RAID5 failure We have to write 1,371,181 YB to reach those odds Original formula here: Original formula modified with MacLaurin series expansion to mitigate Excel s lack of precision and is here: backupcentral.com/hash-odds.xls

19 Where Is the Data Deduped? Target Dedupe Data is sent unmodified d across LAN & deduped d d at target t No LAN/WAN benefits until you replicate target to target Cannot compress or encrypt before sending to target Source Dedupe Redundant data is identified at backup client Only new, unique data sent across LAN/WAN LAN/WAN benefits, can back up remote/mobile data Allows for compression, encryption at source Hybrid Fingerprint data at source, dedupe at target Allows for compression, encryption at source

20 Let s Make It More Complicated Standalone Target Dedupe Dedupe appliance separate from backup software Integrated Target Dedupe Target dedupe from b/u s/w vendor that backs up to POD* Standalone Source Dedupe Full dedupe solution that only does source dedupe Integrated Source Dedupe Backup software that can dedupe at client (or not) Hybrid Also from backup software company *Plain Ol Disk

21 Name That Dedupe Standalone Target Dedupe Data Domain, Exagrid, Greenbytes, IBM, NEC, Quantum, SEPATON Integrated Target Dedupe Symantec NetBackup Integrated Source Dedupe Asigra, Symantec NetBackup Standalone Source Dedupe EMC Avamar, i365 evault, Symantec NetBackup Hybrid CommVault Simpana

22 Multi-node Deduplication AKA Global Deduplication AKA Clustered Deduplication

23 What We re Not Talking About Remember hashing vs. delta differential dedupe Delta compares like to like Hashing compares everything to everything Some sales reps from some companies (that don t have multi-node/global l l dedupe) d are calling the latter global dedupe. It s not. At a minimum this is honest confusion Possibly this is subterfuge uge to confuse the buyer

24 Single-node/Local l vs. Multi-node/Global l Assume a customer buys multiple nodes of a dedupe system Suppose, then, that they back up exactly the same client to each of those multiple nodes If the vendor fails to recognize the duplicate data and stores it multiple times, it has singlenode/local dedupe If the vendor recognizes duplicate data across multiple nodes and stores it on only one node, they have multi-node/global dedupe

25 Doctor It Hurts When I Do This Single-node/local dedupe vendors say then don t do that. Why would you do that? They tell you to split up your datasets and send a given dataset t to only one appliance Easy to do if Your dataset t sizes never change A given dataset never outgrows a node Some single-node sales reps will point out that t this also doesn t harm your dedupe ratio because most dedupe is from comparing like to like. They re also the same ones claiming they get better dedupe because they compare all to all. Which is it?

26 Multi-node Is the Way to Go Especially for larger environments & budget conscious environments that buy as they go With multi-node dedupe you can load-balance & treat same as you would a large tape library Single-node node dedupe pushes the vendors to ride the crest of the CPU/RAM wave Multi-node vendors can ride behind the wave, saving cost without reducing value

27 Multi/Single Node Dedupe Vendors Multi-node/global EMC Avamar (12 nodes) Exagrid (10 nodes) NEC (55 nodes) SEPATON (8 nodes) Symantec PureDisk, NetBackup & Backup Exec Diligent (2 nodes) Single-node/local (as of Mar 2010) EMC Data Domain NetApp ASIS Quantum

28 When Is It Deduped? AKA Inline or Post Process?

29 Get Out the Swords We d have just as much luck trying to settle these arguments Apple vs Windows Linux vs either of them Linux vs FreeBSD Vmware vs the mainframe (the original hypervisor) Cable modem vs DSL Initial common sense leans to inline, but postprocess offers a lot of advantages Cannot pick based on concept; must pick based on price/performance

30 What s the Difference? This only applies to target dedupe Inline is synchronous dedupe Post-process is asynchronous dedupe Both are deduping as the data is coming into the device (with most products and configs) The question is really where the dedupe process reads the native data from. If it reads it from RAM, we re talking inline. If it reads it from disk, we re talking post process.

31 Inline & Post-process: An I/O Walkthrough Step IL Hash IL Delta PP Hash PP Delta Ingest (100%) RAM write RAM write Disk write Disk write New segment RAM read RAM read Disk read Disk read Old segment RAM read Disk read RAM read Disk read Match (90%) Disk delete Disk delete No match(10%) Disk write Disk write For every 100 GB an inline hash system writes 10 GB to disk For every 100 GB an inline delta system writes 10 GB, reads 100 GB from disk For every 100 GB a post process hash system writes 100 GB, reads 100 GB, and deletes 90 GB from disk For every 100 GB a post process delta system writes 100 GB, reads 200 GB, and deletes 90 GB from disk Common sense seems like inline has a major advantage Things change when you consider the dedupe tax

32 The Chair Recognizes Inline When you re done with backups, you re done with dedupe Backups begin replicating as soon as they arrive The post-process vendors need a staging area The post-process vendors don t start deduping d until a backup is done; that will make things take longer

33 The Chair Recognizes Post-process When backups are done, dedupe is almost done Replication begins as soon as the first backup is done We wait until a backup is done, not until all the backups are done (unless you tell us to) The staging area allows Initial backups to be faster Allows copies and recent restores to come from native data Allows for staggered implementation of dedupe Selectively dedupe only what makes sense You don t need as much staging disk as you might think Inline vendors may slow down large backups and restore. They always rehydrate. We only rehydrate older data.

34 Inline & Post-process Vendors Inline EMC Data Domain IBM Protectier NEC HydraStor Post-process Exagrid Greenbytes Quantum DXi Quantum DXi SEPATON Deltastor

35 How Does Replication Work? Does replication use dedupe? Can I replicate many-to-one, one-to-many, cascading replication? If deduping many to one, will it dedupe globally across those appliances? Can I control what gets replicated and when? (e.g. production vs development)

36 Is There an Index? What happens if the index is destroyed? How do you protect against that? Does it need its index to read the data? What do you to verify data integrity? What about malicious people? Some dedupe vendors aren t very good at answering these questions, partially because they don t get them enough Make sure you ask them

37 Truth in IT Backup Concierge Service Community of verified but anonymous end-users (no vendors) Included in base service: Billable product & strategy-related questions Learn from other customer s questions & answers Much less expensive than traditional consulting Talk to real people using the products you are interested in Podcast interviews with end-users and thought leaders Unbiased product briefings written by experts Coming soon: Reports of lab tests by experts Field test reports designed by us, conducted by end-users One year subscription: $999

38 Session Two Using Deduplication in Backup Systems Using Data Reduction in Primary Systems

39 The Dedupe Tax AKA Rehydration Problem Essentially a read from very fragmented data Not all dedupe systems are equally adept at reassembling Humpty Dumpty Especially visible during tape copies & restores of large systems (single stream performance) Recent POC of three major vendors showed 3x difference in performance! Remember to test replica source & destination

40 Isn t It Cheaper Just to Buy tape? Tape is cheaper than ever & keeps getting cheaper Must encrypt if you re using tape Must use D2D2T to stream modern tape drives Must constantly tweak to ensure you re doing it right Take all that away and use dedupe May not be cheaper but definitely better Buy JBOD/RAID Even if it were free, you still have to power it Power/cooling bill will be 10-20x more with JBOD/RAID Replication not feasible, stuck with tape for offsite (see above)

41 Let s Talk About What Matters What are the risks of their approach? Data integrity questions How big is it? What s my dedupe ratio? How big can it grow (local vs global) How fast is it How fast can it backup/restore/copy my data? How fast is replication? How much does it cost? Pricing schemes are all over the board Try to get them on even playing field Also consider operational costs Adding storage Replacing drives (how long does rebuild take?) Monitoring, etc

42 Advanced Uses of Deduplication

43 Eliminate Tape Shipping Offsite backups w/o shipping tapes Backups with no human hands on them Make tapes offsite from replicated copy and never move them No tapes shipped = No need to encrypt tapes

44 Shorter Recovery Point Objectives Most companies run backups once per day Even though they back up their transaction logs, throughout the day, they re only sent offsite once per day Dedupe and replication could get them offsite immediately throughout the day

45 VMware Backup One of the challenges with typical VMware backup is the I/O load it places on the server Source dedupe can perform an incrementalforever backup with a much lower I/O load Could allow you to continue simpler backups without having to invest in VCB

46 ROBO & Laptop Backups Dedupe software can protect even the largest laptops over the Internet It can also protect relatively large remote sites without installing hardware Restores can be done locally (for slower RTOs) or locally using a local recovery server (for quicker RTOs)

47 Where to Use Target/Source Dedupe Laptops, Vmware, Hyper-V are easy: it s got to be source Small, remote sets of data also an easy decision. Could do target w/remote backup server, but cost usually pushes people to source. A medium-sized (<1 TB) remote site could use a remote target system or remote source dedupe backup server that replicates to CO Medium-large datacenter could also use either Large datacenter (10TB+) might start to find things they don t like about a source system Should do POC to decide

48 Source Dedupe: Remote Backup Server? If using source dedupe to backup a remote office, should you back up directly to a centralized backup server or backup to a remote backup server that t replicates to a central server? It s all about the RTO you need. Decide on RTO, test totally remote restore and see if it can meet it. If not, use a remote server

49 How Big is Too Big to Replicate Backups? Remote office replicating to a CO, or a CO replicating its backups to a DR site, there is a limit to how much you can replicate Make sure you ve done all you can to maximize deduplication ratio. A 10:1 site will need twice as much bandwidth as a 20:1 site. Depends on daily deduplicated change rate, which is a factor of data types and dedupe ratio Now common to protect 1 TB over typical WAN lines, much more over dedicated lines

50 Test, Test, Test!!!

51 Test Everything Installation and configuration, including adding additional capacity Support call and ask stupid questions Dedupe ratio Must use your data Must use your retention settings Must fill up the system All speeds Backup speed Copy speed extremely important to test Restore speed Aggregate performance With all your data types Especially true if using local dedupe Single stream performance Backup speed Restore and copy speed (especially if going to tape) Replication Performance Lag time (if using post process) Dedupe speed (if using post process) Loss of physical systems Drive rebuild times Reverse replication to replace array? Unplug things, see how it handles it Be mean!

52 Testing Methods: Source Dedupe Must install on all data types you plan to back up Must task the system to the point that you plan to use it VMware anyone? OK to back up many redundant systems; that s kind of the point Remember to test speed of copy to tape if you plan to do so

53 Testing Methods: Target Dedupe Copy production backups into IDT/VTL using your backup software s built-in cloning/migration/dupe features Use dedicated drives if possible and script it to run 24x7 You must fill up the system, expire some data, then add more data to see steady state info Copy/backup to one system, replicate to another, record entire time, then restore/copy data from replicated copy

54 Data Reduction in Primary Storage

55 A Whole New Ball Game In primary space, we use the term data reduction, as it s more inclusive than dedupe A very different access pattern; latency is much more important The standard in backup world is tape: just don t be slower so than that and dyou re OK The standard in primary world is disk: anything you do to slow it down will kill the project Will not get same ratios as backup Summary: the job is harder and the rewards are fewer And yet, some are still trying it

56 Options Compression File-level dedupe Sub-file-level dedupe Some files compress, but don t dedupe Some files dedupe but don t compress well

57 Vendors Compression Storwize, Ocarina File-level dedupe EMC Celerra Sub-file-level dedupe NetApp ASIS, Ocarina, Greenbytes, Exar/Hifn, SNOracle Usually you get compression or dedupe Ocarina & Exar claim to do both compression and sub-file-level level dedupe

58 Pros/Cons of Primary Data Reduction Saves disk space, power/cooling Can have positive or negative impact on performance must test to see which Does not usually help backups: data is re-duped before being read by any app, including backup Exception to above rule is NetApp SnapMirror to tape

59 Contact Me Websites to which I contribute: Follow me on My upcoming venture:

Backup Software Data Deduplication: What you need to know. Presented by W. Curtis Preston Executive Editor & Independent Backup Expert

Backup Software Data Deduplication: What you need to know. Presented by W. Curtis Preston Executive Editor & Independent Backup Expert Backup Software Data Deduplication: What you need to know Presented by W. Curtis Preston Executive Editor & Independent Backup Expert When I was in the IT Department When I started as backup guy at $35B

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

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

Data deduplication technology: A guide to data deduping and backup

Data deduplication technology: A guide to data deduping and backup Tutorial Data deduplication technology: A guide to data deduping and backup Data deduplication is now a mainstream feature in data backup and recovery with an extensive range of vendors offering many different

More information

Seriously: Tape Only Backup Systems are Dead, Dead, Dead!

Seriously: Tape Only Backup Systems are Dead, Dead, Dead! Seriously: Tape Only Backup Systems are Dead, Dead, Dead! Agenda Overview Tape backup rule #1 So what s the problem? Intelligent disk targets Disk-based backup software Overview We re still talking disk

More information

STORAGE SOURCE DATA DEDUPLICATION PRODUCTS. Buying Guide: inside

STORAGE SOURCE DATA DEDUPLICATION PRODUCTS. Buying Guide: inside Managing the information that drives the enterprise STORAGE Buying Guide: inside 2 Key features of source data deduplication products 5 Special considerations Source dedupe products can efficiently protect

More information

Backup Software 2010. Presented by W. Curtis Preston Executive Editor & Independent Backup Expert

Backup Software 2010. Presented by W. Curtis Preston Executive Editor & Independent Backup Expert Backup Software 2010 Presented by W. Curtis Preston Executive Editor & Independent Backup Expert When I was in the IT Department When I started as backup guy at $35B company in 1993: Tape Drive: QIC 80

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

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

Optimizing Your Backup System

Optimizing Your Backup System NEXTGEN BACKUP SEMINAR PRESENTATION DOWNLOAD Optimizing Your Backup System presentation one Optimizing Your Backup System The backup system is one of the most expensive and troublesome systems in your

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

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

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

DPAD Introduction. EMC Data Protection and Availability Division. Copyright 2011 EMC Corporation. All rights reserved.

DPAD Introduction. EMC Data Protection and Availability Division. Copyright 2011 EMC Corporation. All rights reserved. DPAD Introduction EMC Data Protection and Availability Division 1 EMC 的 備 份 與 回 復 的 解 決 方 案 Data Domain Avamar NetWorker Data Protection Advisor 2 EMC 雙 活 資 料 中 心 的 解 決 方 案 移 動 性 ( Mobility ) 可 用 性 ( Availability

More information

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

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

How to Get Started With Data

How to Get Started With Data E-Guide How to Get Started With Data Deduplication Data deduplication has certainly generated quite a buzz among storage professionals in the UK, and while there s a lot of curiosity and interest, many

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

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

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

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

WHITE PAPER: customize. Best Practice for NDMP Backup Veritas NetBackup. Paul Cummings. January 2009. Confidence in a connected world.

WHITE PAPER: customize. Best Practice for NDMP Backup Veritas NetBackup. Paul Cummings. January 2009. Confidence in a connected world. WHITE PAPER: customize DATA PROTECTION Confidence in a connected world. Best Practice for NDMP Backup Veritas NetBackup Paul Cummings January 2009 Best Practice for NDMP Backup Veritas NetBackup Contents

More information

Backup and Disaster Recovery Planning On a Budget. Presented by: Najam Saeed Lisa Ulrich

Backup and Disaster Recovery Planning On a Budget. Presented by: Najam Saeed Lisa Ulrich Backup and Disaster Recovery Planning On a Budget Presented by: Najam Saeed Lisa Ulrich Aging Backup System Symantec Backup Exec 11 Hardware Dell PowerEdge2950 Overland REO9000 7.4TB Overland REO4000 4TB

More information

Vendor Landscape: Disk Backup

Vendor Landscape: Disk Backup Point your efforts at the best target to meet your backup needs., Inc. Is a global leader in providing IT research and advice. Info-Tech s products and services combine actionable insight and relevant

More information

Tiered Data Protection Strategy Data Deduplication. Thomas Störr Sales Director Central Europe November 8, 2007

Tiered Data Protection Strategy Data Deduplication. Thomas Störr Sales Director Central Europe November 8, 2007 Tiered Data Protection Strategy Data Deduplication Thomas Störr Sales Director Central Europe November 8, 2007 Overland Storage Tiered Data Protection = Good = Better = Best! NEO / ARCvault REO w/ expansion

More information

An In-Depth Look at Deduplication Technologies

An In-Depth Look at Deduplication Technologies An In-Depth Look at Deduplication Technologies White Paper Juan Orlandini, Datalink Mike Spindler, Datalink August 2008 Abstract: Deduplication is all the rage today, with a myriad of vendors offering

More information

WHY DO I NEED FALCONSTOR OPTIMIZED BACKUP & DEDUPLICATION?

WHY DO I NEED FALCONSTOR OPTIMIZED BACKUP & DEDUPLICATION? WHAT IS FALCONSTOR? FalconStor Optimized Backup and Deduplication is the industry s market-leading virtual tape and LAN-based deduplication solution, unmatched in performance and scalability. With virtual

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

Hardware Configuration Guide

Hardware Configuration Guide Hardware Configuration Guide Contents Contents... 1 Annotation... 1 Factors to consider... 2 Machine Count... 2 Data Size... 2 Data Size Total... 2 Daily Backup Data Size... 2 Unique Data Percentage...

More information

Recoup with data dedupe Eight products that cut storage costs through data deduplication

Recoup with data dedupe Eight products that cut storage costs through data deduplication Reprint T H E C O N N E C T E D E N T E R P R I S E S E P T E M B E R 1 2, 2 0 1 1 C L E A R C H O I C E T E S T: D AT A D E D U P L I C AT I O N Recoup with data dedupe Eight products that cut storage

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

Managing the information that drives the enterprise. Deduplication

Managing the information that drives the enterprise. Deduplication Managing the information that drives the enterprise STORAGE ESSENTIAL GUIDE TO Data Deduplication Technology Tips on implementing data deduplication, one of the hottest technologies in data backup and

More information

EMC Data de-duplication not ONLY for IBM i

EMC Data de-duplication not ONLY for IBM i EMC Data de-duplication not ONLY for IBM i Maciej Mianowski EMC BRS Advisory TC May 2011 1 EMC is a TECHNOLOGY company EMC s focus is IT Infrastructure 2 EMC Portfolio Information Security Authentica Network

More information

EMC Disk Library with EMC Data Domain Deployment Scenario

EMC Disk Library with EMC Data Domain Deployment Scenario EMC Disk Library with EMC Data Domain Deployment Scenario Best Practices Planning Abstract This white paper is an overview of the EMC Disk Library with EMC Data Domain deduplication storage system deployment

More information

Symantec NetBackup PureDisk Optimizing Backups with Deduplication for Remote Offices, Data Center and Virtual Machines

Symantec NetBackup PureDisk Optimizing Backups with Deduplication for Remote Offices, Data Center and Virtual Machines Optimizing Backups with Deduplication for Remote Offices, Data Center and Virtual Machines Mayur Dewaikar Sr. Product Manager Information Management Group White Paper: Symantec NetBackup PureDisk Symantec

More information

HP StoreOnce & Deduplication Solutions Zdenek Duchoň Pre-sales consultant

HP StoreOnce & Deduplication Solutions Zdenek Duchoň Pre-sales consultant DISCOVER HP StoreOnce & Deduplication Solutions Zdenek Duchoň Pre-sales consultant HP StorageWorks Data Protection Solutions HP has it covered Near continuous data protection Disk Mirroring Advanced Backup

More information

Top Ten Questions. to Ask Your Primary Storage Provider About Their Data Efficiency. May 2014. Copyright 2014 Permabit Technology Corporation

Top Ten Questions. to Ask Your Primary Storage Provider About Their Data Efficiency. May 2014. Copyright 2014 Permabit Technology Corporation Top Ten Questions to Ask Your Primary Storage Provider About Their Data Efficiency May 2014 Copyright 2014 Permabit Technology Corporation Introduction The value of data efficiency technologies, namely

More information

EMC DATA PROTECTION. Backup ed Archivio su cui fare affidamento

EMC DATA PROTECTION. Backup ed Archivio su cui fare affidamento EMC DATA PROTECTION Backup ed Archivio su cui fare affidamento 1 Challenges with Traditional Tape Tightening backup windows Lengthy restores Reliability, security and management issues Inability to meet

More information

Real-time Compression: Achieving storage efficiency throughout the data lifecycle

Real-time Compression: Achieving storage efficiency throughout the data lifecycle Real-time Compression: Achieving storage efficiency throughout the data lifecycle By Deni Connor, founding analyst Patrick Corrigan, senior analyst July 2011 F or many companies the growth in the volume

More information

efficient protection, and impact-less!!

efficient protection, and impact-less!! Converged, Hyper- or Flash Sample photo. Replace if desired. efficient protection, and impact-less!! Bogdan Stefanescu (..aka Bogs) EMC Data Protection Solutions bogdan.stefanescu@emc.com 1 ALL DATA HAS

More information

Data Deduplication in Tivoli Storage Manager. Andrzej Bugowski 19-05-2011 Spała

Data Deduplication in Tivoli Storage Manager. Andrzej Bugowski 19-05-2011 Spała Data Deduplication in Tivoli Storage Manager Andrzej Bugowski 19-05-2011 Spała Agenda Tivoli Storage, IBM Software Group Deduplication concepts Data deduplication in TSM 6.1 Planning for data deduplication

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

HP Data Protector software and HP StoreOnce backup systems for federated deduplication and flexible deployment

HP Data Protector software and HP StoreOnce backup systems for federated deduplication and flexible deployment Brochure Maximize storage efficiency across the enterprise HP Data Protector software and HP StoreOnce backup systems for federated deduplication and flexible deployment Maximize storage efficiency across

More information

Maximizing Deduplication ROI in a NetBackup Environment

Maximizing Deduplication ROI in a NetBackup Environment Use Case Maximizing Deduplication ROI in a NetBackup Environment For many companies, backing up and restoring data is becoming a slow, complicated, expensive process. The volume of data to be protected

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

Protecting the Microsoft Data Center with NetBackup 7.6

Protecting the Microsoft Data Center with NetBackup 7.6 Protecting the Microsoft Data Center with NetBackup 7.6 Amit Sinha NetBackup Product Management 1 Major Components of a Microsoft Data Center Software Hardware Servers Disk Tape Networking Server OS Applications

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

Quantum DXi6500 Family of Network-Attached Disk Backup Appliances with Deduplication

Quantum DXi6500 Family of Network-Attached Disk Backup Appliances with Deduplication PRODUCT BRIEF Quantum DXi6500 Family of Network-Attached Disk Backup Appliances with Deduplication NOTICE This Product Brief contains proprietary information protected by copyright. Information in this

More information

Dell PowerVault DL2200 & BE 2010 Power Suite. Owen Que. Channel Systems Consultant Dell

Dell PowerVault DL2200 & BE 2010 Power Suite. Owen Que. Channel Systems Consultant Dell Dell PowerVault DL2200 & BE 2010 Power Suite Owen Que Channel Systems Consultant Dell Dell PowerVault DL2200 powered by Symantec Backup Exec 2010 1 Replace Tape with Deduplication Customer Storage Challenge

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

Solutions for Encrypting Data on Tape: Considerations and Best Practices

Solutions for Encrypting Data on Tape: Considerations and Best Practices Solutions for Encrypting Data on Tape: Considerations and Best Practices NOTICE This white paper may contain proprietary information protected by copyright. Information in this white paper is subject to

More information

Symantec Backup Appliances

Symantec Backup Appliances Symantec Backup Appliances End-to-end Protection for your backup environment Stefan Redtzer Sales Manager Backup Appliances, Nordics 1 Today s IT Challenges: Why Better Backup is needed? Accelerated Data

More information

Trends in Enterprise Backup Deduplication

Trends in Enterprise Backup Deduplication Trends in Enterprise Backup Deduplication Shankar Balasubramanian Architect, EMC 1 Outline Protection Storage Deduplication Basics CPU-centric Deduplication: SISL (Stream-Informed Segment Layout) Data

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

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

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

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

Get Success in Passing Your Certification Exam at first attempt!

Get Success in Passing Your Certification Exam at first attempt! Get Success in Passing Your Certification Exam at first attempt! Exam : E22-290 Title : EMC Data Domain Deduplication, Backup and Recovery Exam Version : DEMO 1.A customer has a Data Domain system with

More information

EMC BACKUP & ARCHIVE SOLUTIONS

EMC BACKUP & ARCHIVE SOLUTIONS EMC BACKUP & ARCHIVE SOLUTIONS Accelerating Transformation EMC Backup Recovery Systems Division 1 Our Division Approximately 3,000 Employees 10 R&D Locations Market Leadership #1 In Deduplication #1 In

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

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

<Insert Picture Here> Refreshing Your Data Protection Environment with Next-Generation Architectures

<Insert Picture Here> Refreshing Your Data Protection Environment with Next-Generation Architectures 1 Refreshing Your Data Protection Environment with Next-Generation Architectures Dale Rhine, Principal Sales Consultant Kelly Boeckman, Product Marketing Analyst Program Agenda Storage

More information

Don t be duped by dedupe - Modern Data Deduplication with Arcserve UDP

Don t be duped by dedupe - Modern Data Deduplication with Arcserve UDP Don t be duped by dedupe - Modern Data Deduplication with Arcserve UDP by Christophe Bertrand, VP of Product Marketing Too much data, not enough time, not enough storage space, and not enough budget, sound

More information

Keys to Successfully Architecting your DSI9000 Virtual Tape Library. By Chris Johnson Dynamic Solutions International

Keys to Successfully Architecting your DSI9000 Virtual Tape Library. By Chris Johnson Dynamic Solutions International Keys to Successfully Architecting your DSI9000 Virtual Tape Library By Chris Johnson Dynamic Solutions International July 2009 Section 1 Executive Summary Over the last twenty years the problem of data

More information

How To Deduplication

How To Deduplication Data deduplication approaches in backup and recovery today By Beth Pariseau, Senior News Writer Data deduplication is the hottest topic for data storage pros in 2009. It's no longer a bleedingedge technology,

More information

Deduplication has been around for several

Deduplication has been around for several Demystifying Deduplication By Joe Colucci Kay Benaroch Deduplication holds the promise of efficient storage and bandwidth utilization, accelerated backup and recovery, reduced costs, and more. Understanding

More information

Backup and Recovery Redesign with Deduplication

Backup and Recovery Redesign with Deduplication Backup and Recovery Redesign with Deduplication Why the move is on September 9, 2010 1 Major trends driving the transformation of backup environments UNABATED DATA GROWTH Backup = 4 to 30 times production

More information

Backup Exec 2010 Deduplication Protect More, Store Less, Save More

Backup Exec 2010 Deduplication Protect More, Store Less, Save More Backup Exec 2010 Deduplication Protect More, Store Less, Save More Lim Andre Xavier Regional Product Manager Asia Pacific & Japan Information Management Group - SMB 2 3 Symantec Backup Exec 2010 Agenda

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

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

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

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

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

Introduction to Data Protection: Backup to Tape, Disk and Beyond. Michael Fishman, EMC Corporation

Introduction to Data Protection: Backup to Tape, Disk and Beyond. Michael Fishman, EMC Corporation : Backup to Tape, Disk and Beyond Michael Fishman, EMC Corporation SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member companies and individual members may use

More information

Next Generation Backup Solutions

Next Generation Backup Solutions Next Generation Backup Solutions Aleksandar Antić EMC BRS Territory Sales Adriatic region 1 Data Protection Software Market Appearance Same Players Similar Share Backup to tape No major changes for decades

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

Universal Backup Device The Essential Facts of UBD

Universal Backup Device The Essential Facts of UBD Information Technology Solution Brief Universal Backup Device The Essential Facts of UBD Fibre Channel Disk to Disk Backup for IBM Power Systems Copyright (c)2014 Electronic Storage Corporation Information

More information

IBM TSM DISASTER RECOVERY BEST PRACTICES WITH EMC DATA DOMAIN DEDUPLICATION STORAGE

IBM TSM DISASTER RECOVERY BEST PRACTICES WITH EMC DATA DOMAIN DEDUPLICATION STORAGE White Paper IBM TSM DISASTER RECOVERY BEST PRACTICES WITH EMC DATA DOMAIN DEDUPLICATION STORAGE Abstract This white paper focuses on recovery of an IBM Tivoli Storage Manager (TSM) server and explores

More information

Availability for your modern datacenter

Availability for your modern datacenter Availability for your modern datacenter - Agentless backup and replication for VMware and Hyper-V - Scalable, powerful, easy-to-use, affordable Veeam Availability protection for the Always-On Business

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

Nexsan and FalconStor Team for High Performance, Operationally Efficient Disk-based Backup Date: August, 2009 Author:

Nexsan and FalconStor Team for High Performance, Operationally Efficient Disk-based Backup Date: August, 2009 Author: Nexsan and FalconStor Team for High Performance, Operationally Efficient Disk-based Backup Date: August, 2009 Author: Brian Babineau, Senior Consulting Analyst, and Lauren Whitehouse, Senior Analyst Abstract:

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

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

Symantec NetBackup deduplication general deployment guidelines

Symantec NetBackup deduplication general deployment guidelines TECHNICAL BRIEF: SYMANTEC NETBACKUP DEDUPLICATION GENERAL......... DEPLOYMENT............. GUIDELINES.................. Symantec NetBackup deduplication general deployment guidelines Who should read this

More information

White. Paper. Improving Backup Effectiveness and Cost-Efficiency with Deduplication. October, 2010

White. Paper. Improving Backup Effectiveness and Cost-Efficiency with Deduplication. October, 2010 White Paper Improving Backup Effectiveness and Cost-Efficiency with Deduplication By Lauren Whitehouse October, 2010 This ESG White Paper was commissioned by Fujitsu and is distributed under license from

More information

Deduplication, Incremental Forever, and the. Olsen Twins. 7 Technology Circle Suite 100 Columbia, SC 29203

Deduplication, Incremental Forever, and the. Olsen Twins. 7 Technology Circle Suite 100 Columbia, SC 29203 Deduplication, Incremental Forever, and the 7 Technology Circle Suite 100 Columbia, SC 29203 Olsen Twins Phone: 866.359.5411 E-Mail: sales@unitrends.com URL: www.unitrends.com 1 Introduction What do deduplication,

More information

W H I T E P A P E R R e a l i z i n g t h e B e n e f i t s o f Deduplication in a Backup and Restore System

W H I T E P A P E R R e a l i z i n g t h e B e n e f i t s o f Deduplication in a Backup and Restore System W H I T E P A P E R R e a l i z i n g t h e B e n e f i t s o f Deduplication in a Backup and Restore System Sponsored by: HP Noemi Greyzdorf November 2008 Robert Amatruda INTRODUCTION Global Headquarters:

More information

The do s and don ts. E-Guide

The do s and don ts. E-Guide E-Guide The do s and don ts of data deduplication Data Deduplication continues to gain momentum as one of the most popular backup trends hitting the storage market today. This E-Guide will highlight the

More information

Storage Backup and Disaster Recovery: Using New Technology to Develop Best Practices

Storage Backup and Disaster Recovery: Using New Technology to Develop Best Practices Storage Backup and Disaster Recovery: Using New Technology to Develop Best Practices September 2008 Recent advances in data storage and data protection technology are nothing short of phenomenal. Today,

More information

STRATEGIC PLANNING ASSUMPTION(S)

STRATEGIC PLANNING ASSUMPTION(S) STRATEGIC PLANNING ASSUMPTION(S) By 2016, one-third of organizations will change backup vendors due to frustration over cost, complexity and/or capability. By 2014, 80% of the industry will choose disk-based

More information

Protecting Information in a Smarter Data Center with the Performance of Flash

Protecting Information in a Smarter Data Center with the Performance of Flash 89 Fifth Avenue, 7th Floor New York, NY 10003 www.theedison.com 212.367.7400 Protecting Information in a Smarter Data Center with the Performance of Flash IBM FlashSystem and IBM ProtecTIER Printed in

More information

White Paper. Experiencing Data De-Duplication: Improving Efficiency and Reducing Capacity Requirements

White Paper. Experiencing Data De-Duplication: Improving Efficiency and Reducing Capacity Requirements White Paper : Improving Efficiency and Reducing Capacity Requirements By Heidi Biggar Storage Analyst, Data Protection Enterprise Strategy Group February, 2007 Copyright 2007. The Enterprise Strategy Group,

More information

Data Reduction: Deduplication and Compression. Danny Harnik IBM Haifa Research Labs

Data Reduction: Deduplication and Compression. Danny Harnik IBM Haifa Research Labs Data Reduction: Deduplication and Compression Danny Harnik IBM Haifa Research Labs Motivation Reducing the amount of data is a desirable goal Data reduction: an attempt to compress the huge amounts of

More information

HP StoreOnce D2D. Understanding the challenges associated with NetApp s deduplication. Business white paper

HP StoreOnce D2D. Understanding the challenges associated with NetApp s deduplication. Business white paper HP StoreOnce D2D Understanding the challenges associated with NetApp s deduplication Business white paper Table of contents Challenge #1: Primary deduplication: Understanding the tradeoffs...4 Not all

More information

The Archival Upheaval Petabyte Pandemonium Developing Your Game Plan Fred Moore President www.horison.com

The Archival Upheaval Petabyte Pandemonium Developing Your Game Plan Fred Moore President www.horison.com USA The Archival Upheaval Petabyte Pandemonium Developing Your Game Plan Fred Moore President www.horison.com Did You Know? Backup and Archive are Not the Same! Backup Primary HDD Storage Files A,B,C Copy

More information

EMC AVAMAR. a reason for Cloud. Deduplication backup software Replication for Disaster Recovery

EMC AVAMAR. a reason for Cloud. Deduplication backup software Replication for Disaster Recovery EMC AVAMAR a reason for Cloud Deduplication backup software Replication for Disaster Recovery Bogdan Stefanescu (Bogs) EMC Data Protection Solutions bogdan.stefanescu@emc.com 1 BUSINESS DRIVERS Increase

More information

Technical White Paper for the Oceanspace VTL6000

Technical White Paper for the Oceanspace VTL6000 Document No. Technical White Paper for the Oceanspace VTL6000 Issue V2.1 Date 2010-05-18 Huawei Symantec Technologies Co., Ltd. Copyright Huawei Symantec Technologies Co., Ltd. 2010. All rights reserved.

More information

DEDUPLICATION BASICS

DEDUPLICATION BASICS DEDUPLICATION BASICS 4 DEDUPE BASICS 12 HOW DO DISASTER RECOVERY & ARCHIVING FIT IN? 6 WHAT IS DEDUPLICATION 14 DEDUPLICATION FOR EVERY BUDGET QUANTUM DXi4000 and vmpro 4000 8 METHODS OF DEDUPLICATION

More information

Effective Planning and Use of IBM Tivoli Storage Manager V6 and V7 Deduplication

Effective Planning and Use of IBM Tivoli Storage Manager V6 and V7 Deduplication Effective Planning and Use of IBM Tivoli Storage Manager V6 and V7 Deduplication 02/17/2015 2.1 Authors: Jason Basler Dan Wolfe Page 1 of 52 Document Location This is a snapshot of an on-line document.

More information

EMC DATA DOMAIN OVERVIEW

EMC DATA DOMAIN OVERVIEW EMC DATA DOMAIN OVERVIEW ATEA Tromsö 16 November 2010 Peter Karlsson BRS Channel Manager EMEA North 1 EMC Backup Recovery Systems Division Division HQ: Santa Clara, CA 10 R&D locations 1,800 employees

More information