Effectively Reducing the Cost of Backup and Storage

Size: px
Start display at page:

Download "Effectively Reducing the Cost of Backup and Storage"

Transcription

1 DEDUPLICATION: Effectively Reducing the Cost of Backup and Storage by Dr. Srinidhi Varadarajan CTO, AppAssure Software

2 Copyright by AppAssure Software, Inc. ALL RIGHTS RESERVED. No part of this work covered by the copyright hereon may be reproduced or used in any form or by any means graphic, electronic, or mechanical, including photocopying, recording, taping, Web distribution or information storage and retrieval systems without the written permission of the publisher. For permission to use material from this publication, contact AppAssure Software, Inc Isaac Newton Square, Suite 440 Reston, VA

3 DEDUPLICATION: EFFECTIVELY REDUCING THE COST OF BACKUP AND STORAGE Organizations have to backup and store data. Compliance requirements demand that data be stored for periods of time. Productivity demands that data is available in case of disaster or accidental loss of work. Unfortunately, meeting those demands is getting more and more expensive as the amount of data that has to be backed up and stored multiplies. Reducing the cost of backup and storage starts with reducing the amount of data that is backed up and stored. Data deduplication ensures that the same, unchanged files are not repeatedly backed up during nightly processes. Reducing storage capacity alone is a strong argument for implementing data deduplication, but when integrated with server-based backup processes that also include data compression, the combined backup and storage savings are compelling. 3

4 CONTENTS CHAPTER ONE: THE HIGH COST OF REDUNDANT DATA...5 CHAPTER TWO: DEDUPLICATION...7 CHAPTER THREE: IMPLEMENTING DEDUPLICATION...9 CHAPTER FOUR: THE DEDUPLICATION COST SAVINGS About AppAssure About Dr. Srinidhi Varadarajan

5 CHAPTER ONE: THE HIGH COST OF REDUNDANT DATA Data backup and storage is imperative for any business. Not only does lost data equal lost work, compliance mandates require that data be kept for long periods of time. That s why every business has some backup and storage process that takes periodic (daily, weekly, etc.) snapshots of data from any number of business systems including Microsoft Exchange and SQL Server, corporate websites, financial and human resources systems, and more. The big question every IT manager has to ask him or herself is: what am I backing up? Chances are, they are backing up the same data - messages that have been loitering in mailboxes for months, sales transactions from weeks ago, patient records that haven't been purged, performance reviews from last year-over and over again. Whatever was in the database and got backed up yesterday got backed up again today and will get backed up again tomorrow and forever more until it's not in the database anymore. All that redundant data leads to mounting costs without yielding any increase in benefit. Cost Contributors The cost of continually backing up the same data is clear with this example from a ComputerWeekly.com article entitled Reduce storage costs through data deduplication. (July 2007). That article considers a 10MB PowerPoint file that has been sent to 100 people as an attachment. When the nightly Microsoft Exchange backup runs, that one file will take up 1 GB of storage space. If that 1 GB of storage (which is just one file repeated 100 times) is backed up every week, it will consume 52 GB of storage space in a year. That simple example shows the multiplier effect of backing up redundant data. And, of course, that multiplier effect works on the costs that go into the creation and use of redundant tape backups. 1. Tape drives Of course, the more data you have to store, the more tape and tape drivers you ll need. You ll pay the hard costs of buying equipment and media and then the softer costs of maintaining hardware and managing the tapes. 2. Backup windows The more data you re backing up, the longer the backup process and the more bandwidth it will consume. As you require more and more time to backup larger and larger amounts of data, your organization will experience increased periods of downtime. Backups can be scheduled for nights or weekends but again, as data expands, backups can begin to ooze into the morning or work week. 5

6 3. Physical space Of course, as the number of tapes increases, the space to store them has to increase. And because data is being kept for disaster recovery and compliance, the space has to be secure which adds more overhead. 4. Data recovery and restoration Mounting tapes in order to restore data is always time consuming and the more time it takes to recover lost work, the more productivity is lost. Data recovery and restoration takes even longer when shelves of tape have to be investigated in order to find the data that s needed from the right point in time. 6

7 CHAPTER TWO: DEDUPLICATION Employing data deduplication as part of the backup process eliminates redundant data by referencing duplicate copies of data (think of that PowerPoint file) to a single reference copy and by saving only data blocks that have changed since the last backup. Since only a small percentage of data changes every day, deduplication can result in huge up to 90% - savings in storage capacity costs alone. How Deduplication Works Deduplication systems segment incoming data in this case backup data into blocks and compute a unique checksum or hash mark over each block. That allows the system to compare each block s checksum to those previously backed up. If an incoming block s checksum is unique, it is backed up. If an incoming block s checksum matches that of a previously backed up block, it will be referenced to the previously backed up block. Space requirements are reduced by backing up only unique data blocks. Deduplication systems can be accomplished at the file level or block level. The block level, as described above, is more granular than the file level. Deduplication operations may be performed online (duplicates are detected during the process of creating a backup) or offline (deduplication happens after the backup process by reading the backup file and eliminating duplicates). File level deduplication File level deduplication eliminates identical copies of whole files. Rather than marking a data block with a checksum, it marks the entire file. A file is only backed up when its checksum does not match any file previously seen by the deduplication system. File level deduplication is sometimes called single instance store. File level deduplication can be effective for read-only data but read-write data requires more granularity. Consider this example: a database file is backed up every night. If only one record in that database changes during the day, the checksum of the database will change. The deduplication system will see it as a new, unique file and a backup of the entire database will be created. The changed information will account for a tiny percentage of the space used by that mostly redundant backup. Block level deduplication Block level deduplication provides the granularity that s needed to drastically reduce backup overhead. It divides a volume into fixed or variable sized blocks and a checksum is applied to each block. Unique blocks are backed up and redundant blocks are replaced by references to a previously backed up file that matches. The smaller the specified block size, the less redundant data is backed up and stored. Of course, when block size is very small, more checksum matching has to be done. 7

8 Block level deduplication can be problematic when operations like insertions cause data shifting. Let s say a record is inserted into a file. That causes subsequent unmodified data blocks to shift. If the size of the record is not an even multiple of the block size used by the deduplication system, it will be recognized as a new block. Redundant data will be backed up. Online deduplication Online deduplication systems operate between the backup system and the nearline storage device. As data moves from the system to the device, deduplication works on the fly reducing both storage capacity and storage bandwidth. Offline deduplication Offline deduplication systems process backups after they have been written to a disk. Duplicate data is detected within and across backups at either the file or block level and replaced with references. The offline approach has two drawbacks. First, the backup has to be stored before deduplication, requiring temporary storage capacity to be available. Second, backup files have to be read, duplicated, and the new deduplicated backup written to disk which results in high disk bandwidth requirements. 8

9 CHAPTER THREE: IMPLEMENTING DEDUPLICATION Deduplication can be accomplished with software or a hardware appliance. Since a large part of the deduplication cost saving benefit comes from eliminating unnecessary equipment, we ll focus on a software solution; Replay. Replay integrates backup, data compression, and data deduplication to eliminate data redundancy. And, backups are sent to disk (on dedicated or virtual servers), rather than to tape which further reduces to overall storage footprint and increases the speed of backup operations. Employing online deduplication, Replay maximizes nearline storage performance and avoids reading and writing backup files with additional storage. Storage capacity is minimized by combining incremental backups and data compression with fine-grain block level deduplication. What is fine-grain block level deduplication? Most data deduplication systems use block sizes ranging from 4K to 128KB. Replay uses smaller sector and subsector blocks for duplicate detection. That means that redundancies are found at the individual record level. The checksum computation and deduplication algorithms have been carefully architected and heavily optimized to support such fine-grain blocks. Fine grain blocks also control for data shifting as inserted records are invariably larger than sub-sector blocks. Rather that conducting one time backups once every day, once every week Replay incrementally backs up data. Backups might run as often as every 15 minutes. In that time frame, only a relatively very small amount of data has changed. Most of the data is redundant. That efficiency and Replay s engineered optimization makes backups run very fast with negligible, usually unnoticeable, performance impact. In fact, nearline storage runs at native storage speeds. Deduplicated and backed up data is then compressed for even greater storage savings. 9

10 CHAPTER FOUR: THE DEDUPLICATION COST SAVINGS On its own, data deduplication provides savings by simply reducing the cost of storage. When deduplication is integrated in a complete backup operation, the savings are even more significant. While cost savings calculations vary depending on the amount of data you re currently backing up, the amount of data you re storing, the condition of your equipment, etc. it s easy to see that backup and storage overhead is significantly reduced when: systems do not have to be taken down in order to initiate and run backup processes backups run incrementally and continuously without requiring hands on management or oversight backed up data is retrieved from disk over high speed network connections backed up data reflects very current points in time and all changes to date protecting against lost work virtual servers further reduce the backup and storage footprint It is imperative that organizations backup data. Compliance and productivity demand it. Fortunately, disk-based backup with integrated data deduplication and compression allows organizations to meet those demands with great efficiency and cost-effectiveness. 10

11 About AppAssure AppAssure, the No. 1 backup for VM, physical and cloud environments, is a global leader in complete server, application and data protection. The company provides a unified and integrated backup and replication software that is engineered on innovative and groundbreaking technologies which offer near-zero recovery time, 100% recoverability assurance, and cross-platform virtual and physical server recovery (P2V, V2V, V2P or P2P). Building on a history of innovation and multiple industry firsts, AppAssure continues to set the standard in virtual and physical server data protection. About Dr. Srinidhi Varadarajan Dr. Varadarajan received his Ph.D. in Computer Science from the State University of New York, Stony Brook in He is the Director of the Center for High-End Computing Systems at Virginia Tech and an Associate Professor in the Department of Computer Science. Dr. Varadarajan is the recipient of the ComputerWorld Honors Award in the Science Category 2004, the CAREER award from the National Science Foundation, the New Century Technology Council Technology Innovation Award and a Faculty Fellow award from the College of Engineering, Virginia Tech. In 2004, he was honored by MIT Technology Review as one of the top 100 (TR100) young innovators transforming technology. Dr. Varadarajan is the architect of System X, the 2200 processor System X supercomputer located at Virginia Tech. AppAssure Software, Inc Isaac Newton Square East Ste 440 Reston, VA fax phone 2009 AppAssure Software. All rights reserved. The information contained in this datasheet is subject to change without notice. AppAssure Software assumes no responsibility for any errors that may appear. AppAssure Software and the AppAssure Software logo are all trademarks of AppAssure Software. All other trademarks and registered trademarks are the property of their respective owners. 11

WHITE PAPER. How Deduplication Benefits Companies of All Sizes An Acronis White Paper

WHITE PAPER. How Deduplication Benefits Companies of All Sizes An Acronis White Paper How Deduplication Benefits Companies of All Sizes An Acronis White Paper Copyright Acronis, Inc., 2000 2009 Table of contents Executive Summary... 3 What is deduplication?... 4 File-level deduplication

More information

7 Myths about Backup & DR in Virtual Environments

7 Myths about Backup & DR in Virtual Environments NEW White Paper 7 Myths about Backup & DR in Virtual Environments by Eric Siebert, VMware vexpert Eric Siebert VMware vexpert Eric Siebert is an IT industry veteran, speaker, author and blogger with more

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

Key Elements of a Successful Disaster Recovery Strategy: Virtual and Physical by Greg Shields, MS MVP & VMware vexpert

Key Elements of a Successful Disaster Recovery Strategy: Virtual and Physical by Greg Shields, MS MVP & VMware vexpert ebook Key Elements of a Successful Disaster Recovery Strategy: Virtual and Physical by Greg Shields, MS MVP & VMware vexpert Greg Shields MS MVP & VMware vexpert Greg Shields is a Senior Partner with Concentrated

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

Top 10 Best Practices of Backup and Replication for VMware and Hyper-V

Top 10 Best Practices of Backup and Replication for VMware and Hyper-V WHITE PAPER Top 10 Best Practices of Backup and Replication for VMware and Hyper-V By David Davis, VMware vexpert Virtualization changes everything for IT infrastructure administration and management.

More information

A Practical Guide to Protecting and. Virtual Environment for Rapid Recovery

A Practical Guide to Protecting and. Virtual Environment for Rapid Recovery A Practical Guide to Protecting and Leveraging Your Virtual Environment for Rapid Recovery TABLE OF CONTENTS PAGE 03 PART 1 Common roadblocks to broadly rolling out virtualization PAGE 05 PART 2 The challenges

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

Dell Data Protection Point of View: Recover Everything. Every time. On time.

Dell Data Protection Point of View: Recover Everything. Every time. On time. Dell Data Protection Point of View: Recover Everything. Every time. On time. Dell Data Protection White Paper May 2013 THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY CONTAIN TYPOGRAPHICAL

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

WHITE PAPER. Storage Savings Analysis: Storage Savings with Deduplication and Acronis Backup & Recovery 10

WHITE PAPER. Storage Savings Analysis: Storage Savings with Deduplication and Acronis Backup & Recovery 10 Storage Savings Analysis: Storage Savings with Deduplication and Acronis Backup & Recovery 10 Copyright Acronis, Inc., 2000 2009 Table of contents Executive Summary... 3 The Importance of Deduplication...

More information

Veritas Backup Exec 15: Protecting Microsoft SQL

Veritas Backup Exec 15: Protecting Microsoft SQL Veritas Backup Exec 15: Protecting Microsoft SQL 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

Archiving, Backup, and Recovery for Complete the Promise of Virtualization

Archiving, Backup, and Recovery for Complete the Promise of Virtualization Archiving, Backup, and Recovery for Complete the Promise of Virtualization Unified information management for enterprise Windows environments The explosion of unstructured information It is estimated that

More information

Virtualization. Disaster Recovery. A Foundation for Disaster Recovery in the Cloud

Virtualization. Disaster Recovery. A Foundation for Disaster Recovery in the Cloud Technology Paper Disaster Acronym: DR The process, policies, and procedures that enable a business to recover data and systems after a disaster. A Foundation for Disaster in the Cloud Introduction Virtualization

More information

Solution Overview: Data Protection Archiving, Backup, and Recovery Unified Information Management for Complex Windows Environments

Solution Overview: Data Protection Archiving, Backup, and Recovery Unified Information Management for Complex Windows Environments Unified Information Management for Complex Windows Environments The Explosion of Unstructured Information It is estimated that email, documents, presentations, and other types of unstructured information

More information

Complete Storage and Data Protection Architecture for VMware vsphere

Complete Storage and Data Protection Architecture for VMware vsphere Complete Storage and Data Protection Architecture for VMware vsphere Executive Summary The cost savings and agility benefits of server virtualization are well proven, accounting for its rapid adoption.

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

Windows Small Business Server Backup and Recovery Software Replay for Small Business Server Developed by AppAssure Software an industry-leading manufacturer of application backup and recovery solutions

More information

Dell Backup & Disaster Recovery Suite. Resiliency without compromise.

Dell Backup & Disaster Recovery Suite. Resiliency without compromise. Dell Backup & Disaster Recovery Suite Resiliency without compromise. Resiliency without compromise Dell Backup & Disaster Recovery Suite 1 suite, 3 types of data protection: AppAssure, NetVault Backup,

More information

Backup Exec 15: Protecting Microsoft SQL

Backup Exec 15: Protecting Microsoft SQL TECHNICAL BRIEF: BACKUP EXEC 15: PROTECTING MICROSOFT SQL........................................ Backup Exec 15: Protecting Microsoft SQL Who should read this paper Technical White Papers are designed

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

StorageCraft Technology Corporation Leading the Way to Safer Computing 2009 StorageCraft Technology Corporation. All Rights Reserved.

StorageCraft Technology Corporation Leading the Way to Safer Computing 2009 StorageCraft Technology Corporation. All Rights Reserved. PRODUCT WHITEPAPER This brochure is for informational purposes only. STORAGECRAFT MAKES NO WARRANTIES, EXPRESSED OR IMPLIED, IN THIS SUMMARY. StorageCraft, ShadowProtect and ExactState and the StorageCraft

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

Backup Exec 2014: Protecting Microsoft SQL

Backup Exec 2014: Protecting Microsoft SQL TECHNICAL BRIEF: BACKUP EXEC 2014: PROTECTING MICROSOFT SQL........................................ Backup Exec 2014: Protecting Microsoft SQL Who should read this paper Technical White Papers are designed

More information

Symantec Backup Exec 2014

Symantec Backup Exec 2014 Symantec Backup Exec 2014 Maxim Tsvetaev Principal Systems Engineer Backup Exec 2014 1 Today s Top Backup and Recovery Challenges Reducing Costs and Complexity Protecting Virtual Machines Meeting Backup

More information

StorageCraft Technology Corporation Leading the Way to Safer Computing 2004-2009 StorageCraft Technology Corporation. All Rights Reserved.

StorageCraft Technology Corporation Leading the Way to Safer Computing 2004-2009 StorageCraft Technology Corporation. All Rights Reserved. PRODUCT SCENARIOS Introduction Fast and reliable online backup and bare metal recovery for Windows servers ShadowProtect Server Edition creates an exact point-in-time backup of your entire server or specific

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

5 ways to make money on backup

5 ways to make money on backup 5 ways to make money on backup An action plan for service providers Doug Hazelman Chief Evangelist and Vice President of Product Strategy Veeam #1: Stop selling backup It just works with Kaseya! Rationale

More information

Dell Data Protection Managed Service Provider Program

Dell Data Protection Managed Service Provider Program Dell Data Protection Managed Service Provider Program Grow your business in the data protection marketplace, a sector that Gartner estimates will see 40 percent of organizations augmenting or changing

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

Protecting your Data in a New Generation Virtual and Physical Environment

Protecting your Data in a New Generation Virtual and Physical Environment Protecting your Data in a New Generation Virtual and Physical Environment Read this white paper to learn how you can easily and safely protect your data in a new generation virtual and physical IT environment,

More information

7 Myths about Backup & DR in Virtual Environments

7 Myths about Backup & DR in Virtual Environments NEW White Paper 7 Myths about Backup & DR in Virtual Environments by Eric Siebert, VMware vexpert Eric Siebert VMware vexpert Eric Siebert is an IT industry veteran, speaker, author and blogger with more

More information

Backup 2.0: un opportunità bestiale. Todd Fredrick Executive Vice President Sales&Marketing e Cofounder di AppAssure

Backup 2.0: un opportunità bestiale. Todd Fredrick Executive Vice President Sales&Marketing e Cofounder di AppAssure Backup 2.0: un opportunità bestiale Todd Fredrick Executive Vice President Sales&Marketing e Cofounder di AppAssure Achab Achab Open Forum 2011 About AppAssure Software Fast Facts: Founded in 2006 Former

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

The LCO Group. Backup & Disaster Recovery. Protect your data. Protect your business.

The LCO Group. Backup & Disaster Recovery. Protect your data. Protect your business. The LCO Group Backup & Disaster Recovery Protect your data. Protect your business. SMB Disaster Preparedness Survey By Applied Research 50% 36% 50% of SMB s Have No Backup and Disaster Recovery Plan Out

More information

GET. tech brief FASTER BACKUPS

GET. tech brief FASTER BACKUPS GET tech brief FASTER BACKUPS Faster Backups Local. Offsite. Remote Office. Why Should You Care? According to a recent survey from the IDG Research Group, the biggest challenge facing IT managers responsible

More information

Acronis Backup Product Line

Acronis Backup Product Line New Generation Data Protection Powered by Acronis AnyData Technology Acronis Backup Product Line Speaker name Introducing Acronis Backup Acronis Backup Target: Smaller environments, home office, remote

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

Backup Exec 15: Protecting Microsoft Hyper-V

Backup Exec 15: Protecting Microsoft Hyper-V TECHNICAL BRIEF: BACKUP EXEC 15: PROTECTING MICROSOFT HYPER-V........................................ Backup Exec 15: Protecting Microsoft Hyper-V Who should read this paper Technical White Papers are

More information

Protecting Miscrosoft Hyper-V Environments

Protecting Miscrosoft Hyper-V Environments Protecting Miscrosoft Hyper-V Environments Who should read this paper Technical White Papers are designed to introduce Veritas partners and end users to key technologies and technical concepts that are

More information

VEMBU VS VEEAM. Why Vembu is Better VEMBU TECHNOLOGIES TRUSTED BY OVER 25,000 BUSINESSES. www.vembu.com

VEMBU VS VEEAM. Why Vembu is Better VEMBU TECHNOLOGIES TRUSTED BY OVER 25,000 BUSINESSES. www.vembu.com VS Why Vembu is Better TECHNOLOGIES www.vembu.com Copyright Information Information in this document is subject to change without notice. The entire risk of the use or the results of the use of this document

More information

Protecting. All the Time

Protecting. All the Time Protec Protecting Protecting Protecting All your Data, All the Time Acronis Backup & Recovery 11 Reliable Data What Would You Do without It? Your data is more than a bunch of ones and zeros. It s the heart

More information

WaterfordTechnologies.com Frequently Asked Questions

WaterfordTechnologies.com Frequently Asked Questions WaterfordTechnologies.com Frequently Asked Questions 1 E-Mail How is an archive different than a backup? MailMeter email archiving captures a copy of every email that is sent or received through your email

More information

SOLUTION BRIEF: CA ARCserve R16. Virtual Server System and Data Protection, Recovery and Availability

SOLUTION BRIEF: CA ARCserve R16. Virtual Server System and Data Protection, Recovery and Availability Virtual Server System and Data Protection, Recovery and Availability Page 2 Although server virtualization helps reduce IT infrastructure costs, it also adds complexity to protecting the wide range of

More information

26 facts you should know about the Dell Data Protection Portfolio.

26 facts you should know about the Dell Data Protection Portfolio. 26 facts you should know about the Dell Data Protection Portfolio. Your data has different needs associated with it some is critical and is quickly needed to run the business, some is less important and

More information

(Formerly Double-Take Backup)

(Formerly Double-Take Backup) (Formerly Double-Take Backup) An up-to-the-minute copy of branch office data and applications can keep a bad day from getting worse. Double-Take RecoverNow for Windows (formerly known as Double-Take Backup)

More information

Rethinking Backup in a Virtualized World

Rethinking Backup in a Virtualized World Rethinking Backup in a Virtualized World 800-283-6387 Greg Church, Systems Consultant Server, Storage and Backup gchurch@datanetworks.com The Public Sector Experts o Enterprise solutions exclusively for

More information

DISK IMAGE BACKUP. For Physical Servers. VEMBU TECHNOLOGIES www.vembu.com TRUSTED BY OVER 25,000 BUSINESSES

DISK IMAGE BACKUP. For Physical Servers. VEMBU TECHNOLOGIES www.vembu.com TRUSTED BY OVER 25,000 BUSINESSES DISK IMAGE BACKUP For Physical Servers VEMBU TECHNOLOGIES www.vembu.com Copyright Information Information in this document is subject to change without notice. The entire risk of the use or the results

More information

BEST PRACTICES FOR PROTECTING MICROSOFT EXCHANGE DATA

BEST PRACTICES FOR PROTECTING MICROSOFT EXCHANGE DATA BEST PRACTICES FOR PROTECTING MICROSOFT EXCHANGE DATA Bill Webster September 25, 2003 VERITAS ARCHITECT NETWORK TABLE OF CONTENTS Introduction... 3 Exchange Data Protection Best Practices... 3 Application

More information

Best Practices for Breaking Down the Barriers to Centralized Virtual Server Backup and Recovery

Best Practices for Breaking Down the Barriers to Centralized Virtual Server Backup and Recovery June 2010 By Jerome M Wendt DCIG, LLC 7511 Madison Street Omaha NE 68127 O 402.884.9594 Best Practices for Breaking Down the Barriers to Centralized Virtual Server Backup and Recovery 2010 DCIG LLC. All

More information

How To Get A Storage And Data Protection Solution For Virtualization

How To Get A Storage And Data Protection Solution For Virtualization Smart Storage and Modern Data Protection Built for Virtualization Dot Hill Storage Arrays and Veeam Backup & Replication Software offer the winning combination. Veeam and Dot Hill Solutions Introduction

More information

Backup & Recovery: Time is Never an Ally

Backup & Recovery: Time is Never an Ally Backup & Recovery: Time is Never an Ally Chris Schin Zetta VP Products February 2012 Why do you do backups? Degree of difficulty Site disaster Frequency of Occurrence Server recovery Revert to older file

More information

Protecting Citrix XenServer Environments with CA ARCserve

Protecting Citrix XenServer Environments with CA ARCserve Solution Brief: CA ARCserve R16.5 Complexity ate my budget Protecting Citrix XenServer Environments with CA ARCserve Customer Challenges Today, you face demanding service level agreements (SLAs) while

More information

A CommVault Business Value & Technology White Paper. Snapshot Management & Source-side Deduplication are Vital to Modern Data Protection

A CommVault Business Value & Technology White Paper. Snapshot Management & Source-side Deduplication are Vital to Modern Data Protection A CommVault Business Value & Technology White Paper Snapshot Management & Source-side Deduplication are Vital to Modern Data Protection Contents Executive Summary 3 New Approaches Needed to Tackle Data

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

Symantec NetBackup 7.5 for VMware

Symantec NetBackup 7.5 for VMware V-Ray visibility into virtual machine protection Solution Overview: Data Protection Overview There is little question that server virtualization is the single biggest game-changing trend in IT today. Budget-strapped

More information

Restoration Technologies. Mike Fishman / EMC Corp.

Restoration Technologies. Mike Fishman / EMC Corp. Trends PRESENTATION in Data TITLE Protection GOES HERE and Restoration Technologies Mike Fishman / EMC Corp. SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA unless

More information

Dell AppAssure Universal Recovery

Dell AppAssure Universal Recovery Technology spotlight Dell AppAssure Universal Recovery The key to unlimited cross-platform restoration flexibility Universal Recovery is a built-in Dell AppAssure tool for recovering whole physical machines,

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

Protecting Microsoft Hyper-V 3.0 Environments with CA ARCserve

Protecting Microsoft Hyper-V 3.0 Environments with CA ARCserve Solution Brief: CA ARCserve R16.5 Complexity ate my budget Protecting Microsoft Hyper-V 3.0 Environments with CA ARCserve Customer Challenges Today, you face demanding service level agreements (SLAs) while

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

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

Redefining Microsoft SQL Server Data Management. PAS Specification

Redefining Microsoft SQL Server Data Management. PAS Specification Redefining Microsoft SQL Server Data Management APRIL Actifio 11, 2013 PAS Specification Table of Contents Introduction.... 3 Background.... 3 Virtualizing Microsoft SQL Server Data Management.... 4 Virtualizing

More information

Technology Lab Test Report

Technology Lab Test Report Data Center Management Technology Lab Test Report OPTIMAL VIRTUAL & PHYSICAL BACKUP AppAssure v4.7 Backup & Replication Software vs. Acronis Backup & Recovery 11 PERFORMANCE Analysis: Optimal Virtual &

More information

Virtual Machine Protection with Symantec NetBackup 7

Virtual Machine Protection with Symantec NetBackup 7 Overview There s little question that server virtualization is the single biggest game-changing trend in IT today. Budget-strapped IT departments are racing to embrace the promise of virtualization for

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

CommVault Simpana Remote and Branch Office Protection

CommVault Simpana Remote and Branch Office Protection BACKUP & RECOVERY ARCHIVE REPLICATION RESOURCE MANAGEMENT SEARCH Key Benefits Consolidate data over thin WAN connections and expedite local recovery with multiple backup and recovery options. Save time

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

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

Backup and Archiving Explained. White Paper

Backup and Archiving Explained. White Paper Backup and Archiving Explained White Paper Backup vs. Archiving The terms backup and archiving are often referenced together and sometimes incorrectly used interchangeably. While both technologies are

More information

VMware vsphere Data Protection 6.0

VMware vsphere Data Protection 6.0 VMware vsphere Data Protection 6.0 TECHNICAL OVERVIEW REVISED FEBRUARY 2015 Table of Contents Introduction.... 3 Architectural Overview... 4 Deployment and Configuration.... 5 Backup.... 6 Application

More information

SIMPLIFYING RECOVERY FOR WINDOWS SYSTEMS AND EXCHANGE SERVERS

SIMPLIFYING RECOVERY FOR WINDOWS SYSTEMS AND EXCHANGE SERVERS SIMPLIFYING RECOVERY FOR WINDOWS SYSTEMS AND EXCHANGE SERVERS CONTENTS EXECUTIVE SUMMARY... 3 A WIDE RANGE OF OPTIONS... 4 RAPID RECOVERY FOR WINDOWS SYSTEMS AND EXCHANGE SERVERS... 5 BACKUP FAST, RECOVER

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

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

Symantec Backup Exec 2014 Agents and Options

Symantec Backup Exec 2014 Agents and Options Symantec Backup Exec 2014 Agents and Options Data Sheet: Data Protection Overview enhance and extend Backup Exec features, capabilities, and platform support. Whether you need to protect VMware vsphere,

More information

WHITE PAPER. Solving the Challenges of Virtual Machine Backups with Acronis Backup & Recovery 10

WHITE PAPER. Solving the Challenges of Virtual Machine Backups with Acronis Backup & Recovery 10 Solving the Challenges of Virtual Machine Backups with Acronis Backup & Recovery 10 Copyright Acronis, Inc., 2000 2009 Table of contents Introduction... 3 Backup Approaches for Virtual Machines (VMs)...

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

More enhanced features.

More enhanced features. More enhanced features. Saves time and lowers cost. Upgrade today for complete data and system protection across your virtual and physical server environments. Symantec Backup Exec 12.5 NEW agents for

More information

Virtual Machine Environments: Data Protection and Recovery Solutions

Virtual Machine Environments: Data Protection and Recovery Solutions The Essentials Series: The Evolving Landscape of Enterprise Data Protection Virtual Machine Environments: Data Protection and Recovery Solutions sponsored by by Dan Sullivan Vir tual Machine Environments:

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

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

Unitrends Integrated Backup and Recovery of Microsoft SQL Server Environments

Unitrends Integrated Backup and Recovery of Microsoft SQL Server Environments Solution Brief Unitrends Integrated Backup and Recovery of Microsoft SQL Server Environments Summary Your business infrastructure relies on your Microsoft SQL Servers. Your business no matter the size

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

Evaluation Guide. Software vs. Appliance Deduplication

Evaluation Guide. Software vs. Appliance Deduplication Evaluation Guide Software vs. Appliance Deduplication Table of Contents Introduction... 2 Data Deduplication Overview... 3 Backup Requirements... 6 Backup Application Client Side Deduplication... 7 Backup

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

Optimizing Data Protection Operations in VMware Environments

Optimizing Data Protection Operations in VMware Environments Optimizing Data Protection Operations in VMware Environments March 2009 Data protection is critical for small and medium business (SMB) customers. Evolving business and regulatory mandates are driving

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-280 Title : Avamar Backup and Data Deduplication Exam Version : Demo 1. What are key features of EMC Avamar? A. Disk-based archive

More information

Sales Tool. Summary DXi Sales Messages November 2009 6 NOVEMBER 2009. ST00431-v06

Sales Tool. Summary DXi Sales Messages November 2009 6 NOVEMBER 2009. ST00431-v06 Summary DXi Sales Messages November 2009 6 NOVEMBER 2009 ST00431-v06 Notice This Sales Tool contains proprietary information protected by copyright. Information in this Sales Tool is subject to change

More information

DELL APPASSURE 5: UNIFIED PLATFORM FOR BUSINESS RESILIENCY

DELL APPASSURE 5: UNIFIED PLATFORM FOR BUSINESS RESILIENCY PRODUCT PROFILE DELL APPASSURE 5: UNIFIED PLATFORM FOR BUSINESS RESILIENCY JUNE 2013 Backup applications with large user bases have been vendor cash cows because their customers are reluctant to change

More information

VMware vsphere Data Protection 5.8 TECHNICAL OVERVIEW REVISED AUGUST 2014

VMware vsphere Data Protection 5.8 TECHNICAL OVERVIEW REVISED AUGUST 2014 VMware vsphere Data Protection 5.8 TECHNICAL OVERVIEW REVISED AUGUST 2014 Table of Contents Introduction.... 3 Features and Benefits of vsphere Data Protection... 3 Additional Features and Benefits of

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

Backing Up the CTERA Portal Using Veeam Backup & Replication. CTERA Portal Datacenter Edition. May 2014 Version 4.0

Backing Up the CTERA Portal Using Veeam Backup & Replication. CTERA Portal Datacenter Edition. May 2014 Version 4.0 Backing Up the CTERA Portal Using Veeam Backup & Replication CTERA Portal Datacenter Edition May 2014 Version 4.0 Copyright 2009-2014 CTERA Networks Ltd. All rights reserved. No part of this document may

More information

Combining the Manageability and Efficiency of CommVault Simpana Software With the Speed of Native Snapshots

Combining the Manageability and Efficiency of CommVault Simpana Software With the Speed of Native Snapshots Combining the Manageability and Efficiency of CommVault Simpana Software With the Speed of Native Snapshots Leverage Snapshot Integration to Protect Data, Meet SLAs, and Improve RPOs and RTOs Contents

More information

An Oracle White Paper November 2010. Backup and Recovery with Oracle s Sun ZFS Storage Appliances and Oracle Recovery Manager

An Oracle White Paper November 2010. Backup and Recovery with Oracle s Sun ZFS Storage Appliances and Oracle Recovery Manager An Oracle White Paper November 2010 Backup and Recovery with Oracle s Sun ZFS Storage Appliances and Oracle Recovery Manager Introduction...2 Oracle Backup and Recovery Solution Overview...3 Oracle Recovery

More information

Perforce Backup Strategy & Disaster Recovery at National Instruments

Perforce Backup Strategy & Disaster Recovery at National Instruments Perforce Backup Strategy & Disaster Recovery at National Instruments Steven Lysohir National Instruments Perforce User Conference April 2005-1 - Contents 1. Introduction 2. Development Environment 3. Architecture

More information

One Solution for Real-Time Data protection, Disaster Recovery & Migration

One Solution for Real-Time Data protection, Disaster Recovery & Migration One Solution for Real-Time Data protection, Disaster Recovery & Migration Built-in standby virtualisation server Backs up every 15 minutes up to 12 servers On and Off-site Backup User initialed file, folder

More information

Near-Instant Oracle Cloning with Syncsort AdvancedClient Technologies White Paper

Near-Instant Oracle Cloning with Syncsort AdvancedClient Technologies White Paper Near-Instant Oracle Cloning with Syncsort AdvancedClient Technologies White Paper bex30102507wpor Near-Instant Oracle Cloning with Syncsort AdvancedClient Technologies Introduction Are you a database administrator

More information

Backups For Virtual Machines

Backups For Virtual Machines BACKUP & RECOVERY ARCHIVE REPLICATION RESOURCE NAGEMENT SEARCH Key Benefits Offload backup operations from virtual machines to a Microsoft Hyper-V server eliminating backup agents on each virtual machine.

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

EMC DATA DOMAIN OPERATING SYSTEM

EMC DATA DOMAIN OPERATING SYSTEM EMC DATA DOMAIN OPERATING SYSTEM Powering EMC Protection Storage ESSENTIALS High-Speed, Scalable Deduplication Up to 58.7 TB/hr performance Reduces requirements for backup storage by 10 to 30x and archive

More information