US20160306708A1 - De-duplication systems and methods for application-specific data - Google Patents
De-duplication systems and methods for application-specific data Download PDFInfo
- Publication number
- US20160306708A1 US20160306708A1 US15/198,269 US201615198269A US2016306708A1 US 20160306708 A1 US20160306708 A1 US 20160306708A1 US 201615198269 A US201615198269 A US 201615198269A US 2016306708 A1 US2016306708 A1 US 2016306708A1
- Authority
- US
- United States
- Prior art keywords
- data
- duplication
- file
- application
- database
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Abandoned
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/07—Responding to the occurrence of a fault, e.g. fault tolerance
- G06F11/14—Error detection or correction of the data by redundancy in operation
- G06F11/1402—Saving, restoring, recovering or retrying
- G06F11/1446—Point-in-time backing up or restoration of persistent data
- G06F11/1448—Management of the data involved in backup or backup restore
- G06F11/1453—Management of the data involved in backup or backup restore using de-duplication of the data
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/07—Responding to the occurrence of a fault, e.g. fault tolerance
- G06F11/14—Error detection or correction of the data by redundancy in operation
- G06F11/1402—Saving, restoring, recovering or retrying
- G06F11/1446—Point-in-time backing up or restoration of persistent data
- G06F11/1448—Management of the data involved in backup or backup restore
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/07—Responding to the occurrence of a fault, e.g. fault tolerance
- G06F11/14—Error detection or correction of the data by redundancy in operation
- G06F11/1402—Saving, restoring, recovering or retrying
- G06F11/1446—Point-in-time backing up or restoration of persistent data
- G06F11/1458—Management of the backup or restore process
- G06F11/1464—Management of the backup or restore process for networked environments
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/07—Responding to the occurrence of a fault, e.g. fault tolerance
- G06F11/14—Error detection or correction of the data by redundancy in operation
- G06F11/1402—Saving, restoring, recovering or retrying
- G06F11/1446—Point-in-time backing up or restoration of persistent data
- G06F11/1458—Management of the backup or restore process
- G06F11/1469—Backup restoration techniques
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/10—File systems; File servers
- G06F16/16—File or folder operations, e.g. details of user interfaces specifically adapted to file systems
- G06F16/162—Delete operations
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/10—File systems; File servers
- G06F16/17—Details of further file system functions
- G06F16/174—Redundancy elimination performed by the file system
- G06F16/1748—De-duplication implemented within the file system, e.g. based on file segments
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/95—Retrieval from the web
- G06F16/957—Browsing optimisation, e.g. caching or content distillation
- G06F16/9574—Browsing optimisation, e.g. caching or content distillation of access to content, e.g. by caching
-
- G06F17/30117—
-
- G06F17/30156—
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/60—Protecting data
- G06F21/604—Tools and structures for managing or administering access control systems
Definitions
- Embodiments of the invention relate to data management and, in particular, to systems and methods for reducing duplicate data in a computer system.
- protecting information is generally part of a routine process that is performed for many computer systems within an organization.
- a company might back up critical computing systems related to e-commerce such as databases, file servers, web servers, and so on as part of a daily, weekly, or monthly maintenance schedule.
- the company may also protect computing systems used by each of its employees, such as those used by an accounting department, marketing department, engineering department, and so forth.
- each computer system contains certain unique information, many systems may contain very similar information.
- a computing system used by a marketing employee and a computing system used by an engineering employee will generally contain unique information created by each employee in the course of their work, both computing systems will likely have the same operating system installed, with thousands of identical or similar files used by the operating system.
- both computing systems will likely have at least some similar application programs installed, such as a word processor, spreadsheet, Internet browser, and so on.
- Both systems may also have similar corporate information.
- each employee may have an electronic copy of an employee manual distributed by the company.
- Information other than files may also be identical or similar between systems.
- user settings and preferences may have similar default values on each system and application programs may contain similar templates on each system that are stored as application-specific information.
- several employees may have received a copy of the same email, and the email may be stored in each employee's electronic mailbox.
- Single instancing in a data management system is the process of attempting to store only a single instance of a file or data object.
- Certain objects are often stored in large, monolithic files that are intended to be read only by the application that created them.
- a MICROSOFT EXCHANGE email server stores email messages in one or more large data files that typically hold thousands of different users' mailboxes.
- a database server often stores tables, forms, reports, and other data objects in one or two large data files that provide persistence for the entire database.
- typical data management systems are only able to perform data management operations on the large data file, rather than the data objects themselves.
- a given electronic mail application may generate multiple email messages that all differ, but which all contain the same attachment. Prior systems may not be able to differentiate these messages, and thus each would be stored with the attachment. Further, if two files had different properties or metadata, such prior systems would store both files, even though the data they contain are identical and differ only by their metadata.
- certain embodiments of the invention include a de-duplication system for managing application-generated data objects.
- the system comprises a first backup agent executing on a first client device and a de-duplication module executing on a computing device.
- the first backup agent is configured to, in response to a storage operation request: parse first application-specific data of the first client device that is the subject of the storage operation request, the first application-specific data comprising a plurality of first data objects having different sizes; identify, based at least on an application that generated the first application-specific data, one or more of the plurality of first data objects of the first application-specific data to be considered for de-duplication, wherein the one of more first data objects comprises less than the entire first application-specific data; and insert at least one indicator in the first application-specific data that identifies at least one location of the one or more first data objects within the first application-specific data.
- the de-duplication module is in communication with the first backup agent to receive the first application-specific data and is configured to: process each of the one or more data objects; and, based on said processing, determine if a duplicate copy of any of the one or more first data objects exists in a storage device.
- a method for managing application-generated data objects.
- the method comprises receiving a first storage operation request for first data generated by a first application executing on a first client device, the first data comprising a plurality of first data objects having non-uniform sizes.
- the method further comprises parsing the first data to identify one or more of the plurality of first data objects to be considered for de-duplication.
- the method also includes inserting at least one indicator in the first data that identifies at least one location of the one or more first data objects within the first data and processing each of the one or more first data objects to determine if a duplicate copy of the one or more first data objects exists in at least one storage device.
- the method For each of the one or more first data objects, if a duplicate copy does not exist in the storage device, the method stores the first data object in the at least one storage device. Otherwise, a stub file and/or a pointer is stored in place of the first data object in the storage device.
- a method for managing application-generated data objects.
- the method includes receiving a first storage operation request for first data generated by a first application executing on a first client device, the first data comprising a plurality of first data objects.
- the method also includes parsing the first data to identify one or more of the first data objects to be considered for de-duplication and receiving a second storage operation request for second data generated by a second application, the second data comprising a plurality of second data objects, and the second data having a different file format than the first data.
- the method further includes parsing the second data to identify one or more of the plurality of second data objects to be considered for de-duplication.
- the method includes inserting in the first data and/or the second data an indicator that denotes, based on the first and second file formats, that the one or more first data objects should not be single instanced with the one or more second data objects.
- a system for managing application-generated data objects.
- the system includes means for receiving a first storage operation request for first data generated by a first application executing on a first client device, the first data comprising a plurality of first data objects having differing sizes.
- the system also includes means for parsing the first data to identify one or more of the first data objects to be considered for de-duplication, wherein the one of more first data objects comprises less than the entire first data; means for inserting at least one indicator in the first data that identifies at least one location of the one or more first data objects within the first data; and means for processing each of the one or more first data objects to determine if a duplicate copy of the first data object exists in at least one storage device.
- system includes means for (i) storing each of the one or more first data objects in the storage device that does not have a duplicate copy and (ii) storing a stub and/or a pointer in place of each of the one or more first data objects that does have a duplicate copy in the at least one storage device.
- a method for managing data in a computer system.
- the method comprises accessing first data, the first data comprising at least one first data object in a first file format, and accessing second data, the second data comprising at least one second data object in a second file format, the second file format being different than the first file format.
- the method further comprises inserting in at least one of a copy of the first data and a copy of the second data an indicator that denotes that, based on the first and second file formats, the at least one first data object cannot or should not be single instanced with the at least one second data object.
- the method is performed by one or more content-aware data agents residing on one or more client devices.
- Such agents can advantageously identify portions of data to be backed up, archived or otherwise stored to be considered for possible de-duplication.
- a de-duplication system for managing application-generated data objects.
- the system comprises a first backup agent executing on a first client device, the first backup agent being configured to, in response to a storage operation request: (i) parse first application-specific data of the first client device that is the subject of the storage operation request,(ii) identify one or more first data objects of the first application-specific data to be considered for de-duplication, and (iii) insert an indicator in a copy of the application-specific data that identifies the one or more first data objects to be considered for de-duplication.
- FIG. 1 is a block diagram that illustrates components of a single instancing system in accordance with one embodiment of the invention.
- FIG. 2 is a block diagram that illustrates an example data file containing data objects.
- FIG. 3A is a block diagram that illustrates the flow of data during a storage operation, in one embodiment.
- FIG. 3B is a block diagram that illustrates components of a content-aware de-duplication system in accordance with certain embodiments of the invention.
- FIG. 3C illustrates exemplary fields of a chunk file usable with the de-duplication system of FIG. 3B in accordance with certain embodiments of the invention.
- FIG. 4 is a flow diagram that illustrates processing of a storage operation manager component of the single instancing system, in one embodiment.
- FIG. 5 is a flow diagram that illustrates processing of the single instancing system to determine whether a data object is unique, in one embodiment.
- FIG. 6 is a flow diagram that illustrates processing of the storage operation manager component to restore data, in one embodiment.
- FIG. 7 is a block diagram that illustrates an environment in which the single instancing system may be configured to operate.
- FIG. 8 is a flow diagram that illustrates copying a remote file or data object in the environment of FIG. 7
- FIG. 9 is a block diagram that illustrates another environment in which the single instancing system may be configured to operate.
- FIG. 10 is a flow diagram that illustrates copying a remote file or data object in the environment of FIG. 9 .
- FIG. 11 is a block diagram that illustrates another environment in which the single instancing system may be configured to operate.
- FIG. 12 is a flow diagram that illustrates copying a remote file or data object in the environment of FIG. 11 .
- Described in detail herein are single instancing systems that more intelligently identify multiple copies of the same data object. For example, certain embodiments of the single instancing system recognize documents, files, or data objects produced by multiple different applications, and can parse through and identify those data objects common among data blocks within a file, and thereby only copy a single instance of those common data objects. Further embodiments parse the proprietary data formats of many applications and can identify data objects related to the application, even when those data objects are stored in large, monolithic data files.
- embodiments of the single instancing system can store a single instance of the data object, but retain all differing versions of the metadata (for example, such as by retaining the different user permissions).
- the single instancing system returns appropriate metadata based on the identity of the client or other information.
- the single instancing system may perform backup of data to a local, single instance database or data store at each remote location. Then, the single instancing system may use continuous data replication (CDR) to copy the data contained in each local data store to a central location.
- CDR continuous data replication
- backup agents on client devices parse application-specific data to identify data objects that are likely candidates for de-duplication.
- the backup agents can then insert markers or other indictors in the data that identify the location(s) of the particular data objects. Such markers can, in turn, assist a de-duplication manager to perform object-based de-duplication and increase the likelihood that like blocks are identified within the data.
- the agents can further determine if a data object of one file type can, or should, be single-instanced with a data object of a different file type.
- Such processing of data on the client side can provide for more efficient storage and back-end processing in a data storage system.
- FIG. 1 Unless described otherwise below, embodiments of the invention may be practiced with various data processing systems. Thus, the construction and operation of the various blocks shown in FIG. 1 need not be described in further detail herein to make and use the invention, because such blocks will be understood by those skilled in the relevant art. One skilled in the relevant art can readily make any modifications necessary to the blocks in FIG. 1 (or other embodiments or figures) based on the detailed description provided herein.
- FIG. 1 is a block diagram that illustrates components of a single instancing system 100 , in one embodiment.
- the single instancing system 100 contains a file identification component 110 , an identifier generation component 120 , an identifier comparison component 130 , a single instance database component 140 , a restored file cache component 150 , a storage operation manager component 160 , an application data extraction component 170 , and a remote synchronization component 180 .
- the file identification component 110 identifies files or data objects, such as in response to a storage operation.
- a file could be a computer file on a file system (for example, a word processing file, a spreadsheet file, a database file, etc.)
- a data object could be a file or within a file (e.g., an embedded object within a word processing file, a cell or a row in a spreadsheet file, a table or an entry in a table in a database file, a string, an array, or any other collection of electronic information).
- data objects need not be limited to units of the same size but can comprise, in certain embodiments, multiple objects of differing sizes.
- the file identification component 110 may retrieve additional information related to a file or data object, such as its size, that is used by the single instancing system 100 to uniquely identify the data object.
- the application data extraction component 170 determines whether the file contains additional data objects.
- the file may be an application-specific container (for example, a database file), that stores data objects such as documents, email messages, and other collections of data.
- the application data extraction component 170 would determine that each of the data objects within the application-specific container should be identified.
- the identifier generation component 120 generates a substantially unique identifier of a file or data object that is used to determine if another file or data object already stored by the single instancing system matches the file or data object used to generate the substantially unique identifier.
- the identifier comparison component 130 performs comparisons of identifiers of various files or data objects to determine if the files or data objects contain similar data (for example, the identifier comparison component 130 can compare substantially unique identifiers of two or more files or data objects to determine if the files or data objects contain similar data).
- the single instance database component 140 is a data store that contains entries identifying files or data objects managed by the single instancing system 100 , and may also contain supplemental information associated with files or data objects, such as a substantially unique identifier, a path, a location, a reference count, a file size or other information.
- the restored file cache component 150 provides an intermediate location that may be used by the single instancing system 100 during a restore operation to hold instances of files or data objects for which additional references may need to be restored.
- the single instancing system may restore files or data objects to the cache and then transfer the files or data objects to a target location of the restore operation.
- the single instancing system 100 may consult the restored file cache component 150 or an index. The single instancing system 100 does so to determine if the file or data object is present in the cache before attempting to restore the file or data object from another location, such as from secondary storage (for example, a tape).
- the storage operation manager component 160 coordinates storage operations and invokes the other components of the single instancing system 100 as needed to perform requested storage operations.
- the storage operation manager component 160 may include an application used by an administrator to manage the single instancing system 100 .
- the storage operation manager component 160 may also maintain indexes of the data objects and each of the references to those data objects through the single instancing system 100 , as well as pending operations on the data objects that are part of a data management plan of an organization implementing the single instancing system 100 .
- the remote synchronization component 180 performs single instancing between a remote location and a central location, such as between an enterprise or organization having a headquarters or central office and one or more satellite offices or remote offices, or vice-versa.
- the remote synchronization component 180 uses the techniques described in further detail herein to determine whether a file or data object should be copied from the remote location to the central location.
- FIG. 1 and the discussion herein provide a brief, general description of a suitable computing environment in which the invention can be implemented.
- a general-purpose computer e.g., a server computer, wireless device or personal computer.
- PDAs personal digital assistants
- the invention can be practiced with other communications, data processing, or computer system configurations, including: Internet appliances, hand-held devices (including personal digital assistants (PDAs)), wearable computers, all manner of cellular or mobile phones, multi-processor systems, microprocessor-based or programmable consumer electronics, set-top boxes, network PCs, mini-computers, mainframe computers, and the like.
- PDAs personal digital assistants
- the terms “computer,” “host,” and “host computer” are generally used interchangeably herein, and refer to any of the above devices and systems, as well as any data processor.
- aspects of the invention can be embodied in a special purpose computer or data processor that is specifically programmed, configured, or constructed to perform one or more of the computer-executable instructions explained in detail herein.
- Embodiments of the invention can also be practiced in distributed computing environments where tasks or modules are performed by remote processing devices, which are linked through a communications network, such as a Local Area Network (LAN), Wide Area Network (WAN), or the Internet.
- LAN Local Area Network
- WAN Wide Area Network
- program modules may be located in both local and remote memory storage devices.
- Embodiments of the invention may be stored or distributed on computer-readable media, including magnetically or optically readable computer discs, hard-wired or preprogrammed chips (e.g., EEPROM semiconductor chips), nanotechnology memory, biological memory, or other data storage media.
- computer implemented instructions, data structures, screen displays, and other data under embodiments of the invention may be distributed over the Internet or over other networks (including wireless networks), on a propagated signal on a propagation medium (e.g., an electromagnetic wave(s), a sound wave, etc.) over a period of time, or they may be provided on any analog or digital network (packet switched, circuit switched, or other scheme).
- portions of the invention may reside on a server computer, while corresponding portions reside on a client computer such as a mobile or portable device, and thus, while certain hardware platforms are described herein, embodiments of the invention are equally applicable to nodes on a network.
- de-duplication Reducing or eliminating redundant instances of data resulting from a storage operation is sometimes referred to here as de-duplication or “single instancing,” because what would traditionally be stored as many instances of the same data is reduced to as few as one. Redundant instances may be detected and reduced at several locations or times throughout the operation of the system that will now be described. These embodiments are provided only as examples, and are not intended to be an exhaustive list of the way in which the system can be implemented.
- the single instancing system performs single instancing of data at a computing system that contains or originally generated the data, such as a client computing system.
- a client computing system that is providing data that is the target of a storage operation may receive a request from the single instancing system to provide a substantially unique identifier (for example, a hash value, message digest, checksum, digital fingerprint, digital signature or other sequence of bytes that substantially uniquely identifies the file or data object) of each file or data object included in the storage operation.
- a substantially unique identifier for example, a hash value, message digest, checksum, digital fingerprint, digital signature or other sequence of bytes that substantially uniquely identifies the file or data object
- the word “substantially” is used to modify the term “unique identifier” because algorithms used to produce hash values may result in collisions, where two different files or data objects result in the same hash value. However, depending upon the algorithm or cryptographic hash function used, collisions should be suitably rare and thus the identifier generated for a file or data object should be unique throughout the single instancing system.
- the client computing system may itself generate substantially unique identifiers for each file or data object that is stored on the client computing system on an ongoing or other basis.
- the single instancing system determines if another file or data object exists with a substantially unique identifier matching that of the one provided by the client computing system. If the single instancing system is already aware of a similar file or data object, then the client computing system does not need to send the redundant file or data object to a secondary storage location or destination.
- the single instancing system may also operate at a lower level of granularity by enumerating data objects within files of understood types.
- the single instancing system may read and parse data files from email servers (for example, MICROSOFT EXCHANGE email servers, Sendmail email servers, etc.), database servers (for example, MICROSOFT SQL Server database servers, ORACLE database servers, etc.), web servers (for example, MICROSOFT IIS web servers, APACHE web servers, etc.), word processing applications (for example, MICROSOFT WORD, COREL WORDPERFECT, etc.), spreadsheet applications (for example, MICROSOFT EXCEL, APPLE NUMBERS, etc.), and many others and enumerate the data objects within these files.
- email servers for example, MICROSOFT EXCHANGE email servers, Sendmail email servers, etc.
- database servers for example, MICROSOFT SQL Server database servers, ORACLE database servers, etc.
- web servers for example,
- the single instancing system may then generate a substantially unique identifier for each data object within the file, rather than each file, and store this substantially unique identifier in the single instance database component 140 or other index.
- the single instancing system may also store information about the associations between the data objects and their containing files. Therefore, the single instancing system enables data storage operations such as searching, backing up, restoring, replicating, copying and so forth to be performed at the data object level. Enabling data storage operations at the data object level enables the single instancing system to store data using much less space than traditional single instancing storage systems, because files containing data objects are likely to have redundant data objects, of which only one instance or copy need be stored.
- the data of two email servers that each contain similar email messages in a large data file can be stored in much less space than if the entire data files of each email server were to be stored, because the data files are likely to contain redundant email messages, of which only one instance or copy need be stored. This is because traditional single instancing systems would determine that the two data files differed and would store both data files, thereby consuming more storage space.
- FIG. 2 illustrates an example data file produced by an email server.
- the data file 210 holds containers 220 of data related to each user that has a mailbox on the email server.
- Each container 220 holds email messages 230 for a specific user, and each email message 230 may contain one or more attachments 240 .
- Email messages are often forwarded to many users, and the users may be assigned to the same or different email servers.
- the single instancing system may know or understand the structure of the data file 210 before performing any single instancing operations, as discussed in more detail with respect to FIGS. 3B and 3C .
- the single instancing system may identify the type of the data file based on the data file's filename extension.
- the identified data file type may be used to identify a format or specification that describes the structure (e.g., at which bytes specific data is stored, its particular encoding, etc.) of the data file.
- This knowledge of the structure enables the application data extraction component 170 to parse the data file 210 , identify containers 220 , and extract email messages 230 or attachments 240 from each container 220 .
- the data file 210 may contain metadata, a header or other information that describes its data structure.
- the application data extraction component 170 can obtain this metadata or other information, which enables it to parse the data file 210 , identify containers 220 , and extract email messages 230 or attachments 240 from each container 220 .
- the single instancing system can then store only a single instance or copy of the extracted email messages 230 or attachments 240 that are similar.
- the single instancing system provides substantial benefit by identifying the redundancy of data objects stored within the data files and providing single instancing of the individual data objects.
- the single instancing system or another system performs additional operations on the data after single instancing has occurred. For example, another system may encrypt backup data that is being stored offsite to prevent unauthorized parties from accessing the data. Another system may also compress the data to reduce its size. The single instancing system enables these additional operations to be performed more efficiently, because there is less data on which to perform these additional operations after redundant data has been reduced or eliminated.
- a single instancing system employs a single storage policy or data store.
- a storage policy is generally a virtual container with preferences that contains a set of rules for data retention of data objects associated with the storage policy.
- the single instancing system in this example stores single instance data in a single location and in a manner to ensure that any relevant, unique data is retained, but only a single instance of common data is copied to the data store.
- a single instancing agent creates, updates, or maintains a single instance database or index that represents or stores the substantially unique identifiers of each file or data object.
- the single instance database or index is associated with a single storage policy that is separate from one or more data stores that store the data copies.
- a single storage policy may represent a storage location that includes existing data, as well as new data that has been compared to the existing data and identified as being unique.
- FIG. 3A is a block diagram that illustrates the flow of data during a storage operation, in one embodiment.
- Data is initially stored on a server 310 or other source of data.
- a storage policy 320 or other configuration information specifies a storage operation to be performed on the data.
- the storage policy 320 may specify that the data stored on the server 310 is to be backed up daily to tape.
- the application of the storage policy 320 causes the backup to occur, resulting in the creation of the data copy 330 .
- the data copy 330 may contain many redundant files or other data objects.
- a media agent 340 manages the data copy 330 , and creates a single instance copy 350 .
- the single instance copy 350 is a copy in which at least some of the redundant files or data objects have been removed.
- the media agent 340 uses the methods described herein to eliminate redundant instances of files or data objects contained in the data copy 330 , and to produce the single instance copy 350 .
- the single instance copy 350 may then be stored on tape or other media.
- the single instancing system may employ one or more specialized single instancing agents.
- the single instancing system may employ application agents associated with types of applications, metadata agents for analyzing metadata, encryption/compression agents, and so forth.
- application agents associated with types of applications
- metadata agents for analyzing metadata
- encryption/compression agents and so forth.
- a single agent employing all of the functions described herein may be employed. These agents operate on all types of data, including documents, files, data objects, or any data blocks.
- An application agent associated with each type of application may analyze incoming or previously stored data to identify redundant data. For example, an email agent analyzes incoming or previously stored emails, including attachments to emails, to identify duplicate attachments. The email agent provides a first instance of an email with an attachment to the storage policy, but for subsequent emails having the same attachment, the email agent strips them of their attachments and stores them with a stub or pointer to the previously stored attachment.
- a metadata agent analyzes files or data objects for similarities in data, but differences in metadata that is associated with the files or data objects. For example, two files may have the same data, but separate permissions, properties, access control lists (ACLs), operating system metadata (e.g., UNIX and WINDOWS metadata), application-specific metadata, ownership metadata, anti-virus information, security metadata, other metadata, combinations of the same or the like.
- the metadata agent ascertains that the two files contain the same data but have differing metadata, and thus stores only one instance of the file, but two or more instances of the associated metadata, as well as information about the associations between the metadata, the providers of the files and the files.
- Such embodiments of the invention can advantageously allow for single instancing, or de-duplication, of files or data objects across different operating systems.
- the single instancing system When a client requests the file, the single instancing system provides the file to the client with the appropriate instance of the metadata based on the identity of the requestor. For example, a data file may be stored on a user computer with permissions restricting access to the data file to the user of that computer, and the same data file may be stored on a second computer with permissions restricting access to the data file to an administrator of the single instancing system. The user will still be able to access the data file from the single instance store even though the user is not an administrator of the single instancing system. This is because the single instancing system will use the metadata from the file from the user's computer to ascertain that the user has the permissions needed to access the file, and permit the requested access to the user.
- two files may have the same data, but different properties, such as the creation date or access date.
- the metadata agent ascertains that the two files contain the same content but have different properties.
- the metadata agent thus stores only one instance of the file, but two or more instances of the properties, as well as information about the associations between the metadata, the providers of the files and the files. Because an association between the provider of the file and the file is stored, when a client requests the file, the single instancing system can provide the file with the proper metadata to the client.
- one or more agents on one or more client devices can perform one or more functions of the above-described metadata agent.
- agents usable with embodiments of the invention are described in more detail below, with particular reference to FIGS. 3B and 3C .
- the single instancing system can single instance both non-encrypted and encrypted data received from client computers.
- Each client computer may generate a substantially unique identifier for the file or data object before the file or data object is encrypted. The client computer does this before encryption because an encrypted file or data object would almost certainly result in a substantially unique identifier that is different from a substantially unique identifier generated from the file or data object before encryption.
- a client computer could generate a substantially unique identifier for a file or data object after the file or data object is encrypted.
- An encryption agent may compare the substantially unique identifiers to identify identical files or data objects, and thus only store one instance of them.
- the single instancing system determines whether to store an instance of an encrypted or unencrypted file (or data object, but file is used in this and the following paragraphs discussing encryption for brevity) based on whether the files are encrypted using the same encryption scheme, whether the encrypted files can be decrypted by the single instancing system, and/or other factors.
- the single instancing system has previously stored an instance of a file that is encrypted and a request is made to store another instance of the file that is also encrypted; 2) where the single instancing system has previously stored an instance of a file that is unencrypted and a request is made to store another instance of the file that is encrypted; and 3) where the single instancing system has previously stored an instance of a file that is encrypted and a request is made to store another instance of the file that is unencrypted.
- Metadata associated with the file is typically not encrypted.
- information about the encryption scheme may be provided as metadata to the single instancing system.
- the single instancing system can avoid storing the second instance of the file. If the two files are encrypted using different encryption schemes, the single instancing system stores the second instance of the file. This is because the single instancing system has to be able to provide the second instance of the file to the requestor when requested.
- the single instancing system can avoid storing the file. This is because the single instancing system can decrypt the first instance of the file and re-encrypt it using the encryption scheme used to encrypt the second instance of the file.
- this decryption and re-encryption may be too computationally expensive, depending upon various factors (for example, the time needed to decrypt and re-encrypt the file, the algorithm, etc.), and so the single instancing system may simply store the second instance of the file.
- the single instancing system can avoid storing the second instance of the file. This is because, when the provider of the second encrypted instance requests the file, the single instancing system can retrieve the first unencrypted instance, encrypt it using the known encryption scheme and provide it to the requestor. However, if such encryption is too computationally expensive, the single instancing system may simply store the second encrypted instance of the file. If the second instance of the file is encrypted using an encryption scheme that is not known to the single instancing system, the single instancing system stores the second instance of the file. This is because the single instancing system has to be able to provide the second encrypted instance of the file to the requestor when requested.
- an encryption scheme that is known to the single instancing system for example, using a public key of the single instancing system
- the single instancing system can avoid storing the second unencrypted instance of the file. This is because, when the provider of the second unencrypted instance requests the file, the single instancing system can retrieve the first encrypted instance, decrypt it, and provide it to the requestor. However, if such decryption is too computationally expensive, the single instancing system may simply store the second unencrypted instance of the file. If the first instance of the file is encrypted in such a way that it cannot be decrypted by the single instancing system, the single instancing system stores the second unencrypted instance of the file. This is because the single instancing system has to be able to provide the second unencrypted instance of the file to the requestor.
- the single instancing system may also handle compressed files.
- Each client computer may generate a substantially unique identifier for the file or data object before the file or data object is compressed. The client computer does this before compression because a compressed file or data object would almost certainly result in a substantially unique identifier that is different from a substantially unique identifier generated from the file or data object before compression.
- a client computer could generate a substantially unique identifier for a file or data object after the file or data object is compressed.
- a compression agent may compare the substantially unique identifiers to identify identical files or data objects, and thus only store one of them.
- the single instancing system determines whether to store an instance of a compressed or uncompressed file (or data object, but file is used in this and the following paragraphs discussing compression for brevity) based on whether the files are compressed using the same compression scheme, whether the compressed files can be decompressed by the single instancing system, and/or other factors.
- the single instancing system can avoid storing the second instance of the file. Otherwise, the single instancing system stores the second instance of the file. However, if the second instance of the file is compressed using a different compression scheme, the single instancing system may avoid storing the second instance of the file, if the single instancing system is able to decompress the first instance of the file and recompress the first instance of the file using the different compression scheme. If the single instancing system is not able to do so, the single instancing system stores the second instance of the file.
- this decompress and recompression may be too computationally expensive, depending upon various factors (for example, the time needed to decompress and recompress the file, the algorithm, etc.), and so the single instancing system may simply store the second instance of the file.
- the single instancing system can avoid storing the second instance of the file. This is because, when the provider of the second compressed instance requests the file, the single instancing system can retrieve the first uncompressed instance, compress it using the known compression scheme and provide it to the requestor. However, if such compression is too computationally expensive, the single instancing system may simply store the second compressed instance of the file. If the second instance of the file is compressed using a compression scheme that is not known to the single instancing system, the single instancing system stores the second instance of the file. This is because the single instancing system has to be able to provide the second compressed instance of the file to the requestor when requested.
- a compression scheme that is known to the single instancing system for example, using a known compression algorithm
- the single instancing system can avoid storing the second uncompressed instance of the file. This is because, when the provider of the second uncompressed instance requests the file, the single instancing system can retrieve the first compressed instance, decompress it, and provide it to the requestor. However, if such decompression is too computationally expensive, the single instancing system may simply store the second uncompressed instance of the file. If the first instance of the file is compressed in such that it cannot be decompressed by the single instancing system, the single instancing system stores the second uncompressed instance of the file. This is because the single instancing system has to be able to provide the second uncompressed instance of the file to the requestor.
- the single instancing system may be configurable to reduce processing time, transmission bandwidth, and the like with small files. For example, an administrator-configurable value would allow the administrator to configure the single instancing system to ignore files or data objects below a given size. For example, any file or data object below a certain threshold (for example, one kilobyte) may simply be stored, and a substantially unique identifier would not determined for it. Any file or data object greater than the threshold (for example, one kilobyte) would then be single instanced. An administrator may adjust this threshold up or down. As another example, the single instancing system may allow the administrator to configure it to always single instance files or data objects of a certain type or category (for example, executable files or modules may always be single instanced if they rarely change).
- a certain threshold for example, one kilobyte
- executable files or modules may always be single instanced if they rarely change.
- embodiments of the single instancing system may allow the administrator to never single instance files or data objects of a certain type or category (for example, log files may never be single instanced, because they typically change quite frequently) or compare data objects of certain different data formats.
- the single instancing system can comprise multiple single instancing, or de-duplication, components (e.g., databases) for processing and/or storing single instance copies 350 of data from different applications and/or file formats.
- components e.g., databases
- a file when processed (e.g., checked in) by a SHAREPOINT application can be fundamentally altered such that it differs from the same file when processed in an EXCHANGE server environment.
- certain embodiments of the single instancing system can determine that files or data objects from these two applications should not be considered together for single instancing since the copies of the same file will contain different data. Rather, the single instancing system can comprise different components that are each dedicated to single instance processing of the data from the two applications. For example, in certain embodiments, a first single instance database can allocated for SHAREPOINT data, while a second single instance database can be allocated for EXCHANGE data.
- the same single instancing system components can be dedicated for single instancing data of different applications that process data in a similar manner.
- the second single instance database described above could be allocated for both EXCHANGE and file system data, while the first single instance database is reserved for SHAREPOINT data.
- storage space can be advantageously allocated on one or more storage devices based on the expected amount of single instanced, or de-duplicated, data from the different applications.
- a main or primary de-duplication database e.g., having media with a faster access time
- a secondary de-duplication database can be reserved for data of one or more applications or application formats producing a relatively small amount of data in the system.
- agents operating on one or more client devices can be used for identifying such application data that should or should not be considered together for possible de-duplication. Such identification could be performed, for example, when processing the client data to be sent to be backed up, archived or otherwise stored in secondary storage.
- the single instancing system may further associate timestamps with the files or data objects or with their generated substantially unique identifiers.
- a timestamp may indicate the time at which the file or data object was created, last accessed or modified, or the time at which the single instancing system generated the substantially unique identifier for it, or the time at which the file or data object was stored by the single instancing system.
- the single instancing system may do so to determine whether a file or data object is substantially newer than another file or data object already stored in the single instancing system.
- two files or data objects may have the same substantially unique identifier, meaning that they contain the same data.
- the single instancing system may compare the timestamp of the first, previously stored, file or data object with that of the second file or data object. If the timestamp of the second file or data object is substantially newer than the timestamp of the first file or data object, the single instancing system may nonetheless store the second file or data object, even though it is duplicative of a file or data object that is already stored.
- substantially newer means that the age (as determined by its timestamp) of the second file or data object is less than the age of the first, previously stored, file or data object by a certain amount or more (configurable by an administrator).
- the single instancing system could then prune off older versions as the data ages and is migrated to other storage, such as longer-term storage. For example, a first file or data object could have a timestamp indicating that its age is ten months. A second file or data object could have a timestamp indicating that its age is three months.
- the second file or data object is substantially newer than the first file or data object, because the age of the second file or data object is less than the age of the first file or data object by more than the configured amount. Therefore, the single instancing system would store the second file or data object, and the first file or data object could be migrated to longer-term storage, such as to tape.
- the single instancing system may be employed in any variety of architectures. For example, it may be employed with heterogeneous storage hardware, and thus is not reliant on a specific hardware platform to perform all of the single instancing functions. Instead, multiple, different data storage platforms may be employed for storing data under the storage policies. Further, the architecture may be tiered or federated wherein one server manages multiple cells (and each of those cells in turn may manage lower tier cells). In some embodiments, the cells may be arranged in hierarchies or organized in configurations such as those described in U.S. patent application Ser. No. 12/060,186, filed Mar. 31, 2008, published as U.S. Patent Application Publication No. 2008-0250204 A1, the entirety of which is hereby incorporated herein by reference.
- the single instancing system may employ many other functions. For example, it may employ content indexing agents to index the content all data blocks. These content indexes may then be searched to permit users to readily locate desired data objects. Further details regarding content indexing may be found in U.S. patent application Ser. No. 11/694,869, filed Mar. 30, 2007, published as U.S. Patent Application Publication No. 2008-0091655 A1, the entirety of which is hereby incorporated herein by reference.
- FIG. 3B is a block diagram that illustrates components of a content-aware de-duplication, or single-instancing, system 360 , according to certain embodiments of the invention.
- the de-duplication system 360 in certain embodiments, advantageously utilizes knowledge of file content to improve the de-duplication process by identifying the location(s) of files or data objects, such as data blocks, that are eligible and/or should be considered together for de-duplication.
- the de-duplication system 360 provides an end-to-end, block-based and/or file-based de-duplication system that can extend across multiple tiers of secondary storage (including disk and tape) and/or encompass reduction of stored data across multiple backups, archives, clients and/or platforms.
- Embodiments of the de-duplication system 360 further employ application-aware or content-aware de-duplication processes to more accurately find and reduce common patterns in data across disparate applications, operating systems, file systems and/or data types.
- the content-aware de-duplication system 360 comprises a de-duplication manager 362 that performs de-duplication of data received from one or more client devices 364 .
- the de-duplication manager 362 can comprise the single instancing system 100 , or one or more components thereof.
- the de-duplication manager 362 can receive secondary copies (e.g., backup, migration and/or archive copies) of data from the client devices 364 and store at least portions of the secondary copies on the storage device 366 .
- a de-duplication database 368 can utilize one or more tables or other data structures to store substantially unique identifiers of data objects (e.g., files, blocks) that have already been stored on the storage device 366 . If a copy or instance of a data object received by the de-duplication manager 362 has already been stored on the storage device 366 , the de-duplication database 368 can be used to avoid sending an additional copy of the same data to the storage device 366 . Examples of similar single instancing configurations and methods usable with embodiments of the invention are further disclosed in U.S. Provisional Patent Application No. 61/100,686, filed Sep. 26, 2008, which is hereby incorporated herein by reference in its entirety.
- each of the clients 364 comprises one or more agents 370 operating thereon, or associated therewith, for performing data and/or storage tasks related to the corresponding client 364 .
- the agents 370 are data agents configured to generate secondary copies of data stored on, or accessible by, the corresponding client 364 for storage on the storage device 366 .
- the agents 370 can advantageously be configured to translate or convert data on the client devices 364 into a particular backup format for facilitating de-duplication by the de-duplication manager 362 .
- the agents 370 comprise application-specific, or content-aware, modules that are configured to access and process one or more particular data formats and/or data associated with a particular application.
- the agents 370 are advantageously used to process data within a database file, blob data and/or data encapsulated in another data format. For instance, each agent 370 can be aware of the various files, folders, registry files and/or system resources that are impacted by a particular application.
- different individual agents 370 may be designed to handle MICROSOFT EXCHANGE data, SQL SERVER data, LOTUS NOTES data, MICROSOFT WINDOWS 2000 file system data, SHAREPOINT data, and other types of data.
- multiple agents 370 may be treated as separate agents even though they reside on the same client 364 .
- the separate agents may be combined to form a virtual agent for performing storage operations related to a specific application.
- the agents 370 are illustrated as executing on the client devices 364 , it will be understood that embodiments of the agents 370 can also be configured to remotely access data stored on the client devices 364 through one or more application programming interfaces (APIs), remote procedure calls (RPCs) or the like.
- APIs application programming interfaces
- RPCs remote procedure calls
- the agent 370 is configured to perform data management or storage operations in accordance with one or more storage policies or other preferences.
- the storage polices and/or preferences may include, but are not limited to, information regarding storage locations, relationships between system components, network pathways, retention policies, data characteristics, compression or encryption requirements, preferred system components, combinations of the same or the like.
- each agent 370 can prepare the secondary copy of the data to facilitate subsequent de-duplication of data objects within the backup data. Such embodiments can advantageously improve the speed of de-duplication since the de-duplication preparation can be integrated with the normal backup process and since the agents 370 can use knowledge of both specific file formats of the client data and the de-duplication process occurring on the back end of the de-duplication system 360 .
- the agent 370 identifies the locations of data objects within a file that should be considered for de-duplication. For instance, the agent 370 can indicate (e.g., via offsets) where the de-duplication manager 362 should start and/or stop considering data for possible de-duplication.
- the agent 370 can identify to the de-duplication manager 362 where to begin within the data file 210 the de-duplication evaluation process.
- the agent 370 may insert one or more markers within the data file 210 that identify location(s) where a data object (e.g., the body of an email message, an attachment) begins and/or ends.
- a data object e.g., the body of an email message, an attachment
- identification information can be advantageously used by the de-duplication manager 362 to more quickly identify portions of one or more data files that may be more likely to contain duplicate data (e.g., attachments between multiple email messages).
- the marker can further identify the type of data associated with the data object.
- the information inserted by the agent 370 can advantageously assist the de-duplication manager 362 to know where to begin the de-duplication comparison of data such that a higher likelihood of detecting duplicate data is achieved.
- the agent 370 can process metadata and/or other file information regarding a particular data file to detect where logical or natural divisions within the file should be identified (e.g., an offset of a mail data file at which an attachment begins). As a result, it is more likely that like blocks are detected since the de-duplication manager 362 can proceed with its comparison and analysis of data blocks in corresponding locations of the data.
- a block-level de-duplication manager 362 begins its comparison process at the beginning of each email message by comparing set de-duplication block sizes (e.g., 32 KB), the de-duplication manager 362 may not detect a match of the attachments of the two email messages since the attachments may be located at different offsets within the respective email messages (e.g., 40 KB and 46 KB).
- the de-duplication manager 362 can be instructed to begin the block-level comparison at the respective offsets within the two email messages whereat the particular attachments begin.
- such embodiments can advantageously increase the likelihood that duplicate data will be detected between data of like files (e.g., generated from the same application).
- agent 370 has been described as processing particular types of data (e.g., mail data), it will be understood that other embodiments of the invention can be used with a variety of different types of data and that different agents 370 can be associated with the different types of data to identify possible common duplicate data therein. For instance, a first agent can be used to identify data objects within an EXCHANGE server data file, while a second agent can be used to identify data objects within file system data such that the de-duplication manager 362 can more easily detect duplicate data objects between the two types of data.
- the agent 370 can generate substantially unique identifiers, as discussed above with respect to FIG. 1 , for one or more files or data objects to be backed up.
- FIG. 3C illustrates exemplary fields of a chunk file 380 usable with the de-duplication/single instancing systems disclosed herein.
- the chunk file 380 can be used for transmitting client data to be backed up or archived on one or more storage devices.
- the chunk file 380 can advantageously comprise one or more file markers or other information added by one or more content-aware agents 370 that identify data to be considered for possible de-duplication.
- the chunk file 380 will be described with reference to the components of the de-duplication system 360 of FIG. 3B .
- the chunk file 380 includes a chunk header 382 comprising metadata regarding the chunk file 380 .
- the chunk file 380 further comprises a plurality of tag headers 384 that are each associated with a data payload 386 containing the actual data to be backed up.
- each tag header 384 comprises metadata (e.g., size, data type, or the like) regarding the data in the corresponding payload section 386 .
- each of the tag headers 384 comprises a de-duplication identifier 388 .
- the identifier 388 indicates whether or not one or more data objects within the corresponding payload 386 should be considered for de-duplication.
- the identifier 388 comprises a single bit that indicates whether or not the de-duplication manager 362 should consider the data of the corresponding payload 386 for de-duplication.
- the identifier 388 can comprise a file marker or other data structure that demarcates payload data for possible de-duplication. For instance, the identifier 388 may identify particular offsets within the payload 386 whereat the de-duplication manager 362 should start and/or stop considering data objects for de-duplication. In certain embodiments, the identifier 388 can comprise a tag, a pointer, an index or table entry, a flag, a bit, a header, combinations of the same or the like.
- the identifier 388 can identify data objects that can or cannot be single instanced with other data objects (e.g., based on file types). In such embodiments, identifiers 388 may indicate that data of a particular payload 386 should be considered for de-duplication with reference to a first de-duplication database, while data of a second payload 386 should be considered for de-duplication with reference to a second de-duplication database.
- the agent 370 inserts the identifier 388 in the chunk file 380 .
- one or more agents 370 can also separate data of different applications and/or formats that should not be considered together for single instancing into separate payloads (e.g., under different tag headers) or separate chunk files.
- FIG. 3C and the accompanying disclosure refer to chunk files for transmitting data
- other embodiments of the invention can utilize different means or methods for transmitting data in which data therein is selectively identified for possible de-duplication.
- the agents 370 can be configured to insert similar file markers, bits and/or other data structures in a data stream being sent to the de-duplication manager 362 or other de-duplication reader/listener for consideration for de-duplication.
- the described chunk file 380 can be used in archiving, migration, and/or other data storage methods that generate secondary copies of data.
- the single instancing system determines if two files or data objects are similar by performing a binary comparison. For example, a first file or data object can be compared byte by byte with a second file or data object, or portions of the first file or data object can be compared with portions of the second file or data object. If each byte of the compared data in each file or data object matches, then the two files or data objects are identical and therefore similar. Otherwise, the two files or data objects do not match and are not treated as similar.
- the single instancing system determines if two files or data objects are similar by creating a digest or fingerprint of the data contained in each file or data object. For example, as storage operations are performed, the single instancing system may perform a cryptographic hash on each file or data object to create a digest of the file or data object. The single instancing system compares the digest of the file or data object with stored digests created for other files or data objects. If the digests of two files or data objects match, then the single instancing system may consider the files or data objects to be identical. The single instancing system can use any suitable hashing algorithm, such as SHA512. For applications that create data files having embedded data objects, the single instancing system identifies the embedded data objects, and determines the similarity of each data object with other data objects found either within the same data file or in other data files or stores managed by the single instancing system.
- SHA512 hashing algorithm
- FIGS. 4-6 are representative flow diagrams that depict processes used in some embodiments. These flow diagrams do not show all functions or exchanges of data, but instead they provide an understanding of commands and data exchanged under the single instancing system. Those skilled in the relevant art will recognize that some functions or exchange of commands and data may be repeated, varied, omitted, or supplemented, and other (less important) aspects not shown may be readily implemented.
- FIG. 4 is a flow diagram that illustrates the processing of the storage operation manager component 160 of the single instancing system in one embodiment.
- the storage operation manager component 160 is invoked when a storage operation that creates a copy of a file is requested (e.g., when backing up the application file (block 400 )).
- the storage operation manager component 160 identifies data objects within the file to be copied, such as by using information about the application that created the file and the format used by the application to store data objects.
- the application may provide an object model that the storage operation manager component 160 can invoke to enumerate objects within the file, or the storage operation manager component 160 may understand the format used by the application for storing objects in the file.
- An application author, manufacturer or third party may also provide a module for parsing the application file that the storage operation manager component 160 can invoke. In this way, the application author, manufacturer or third party can provide access to the data objects within the file without exposing the actual format used to third parties.
- the storage operation manager component 160 further identifies files or data objects from different applications that should be considered separately for de-duplication. For instance, the storage operation manager component 160 can identify one or more files or data objects from a first application or data format to be associated with a first de-duplication database, while identifying one or more files or data objects from a second application or data format to be associated with a second de-duplication database. In yet other embodiments, one or more agents 370 can perform one or more of the functions described above with respect to blocks 400 and/or 410 .
- the storage operation manager component 160 selects the first identified data object.
- the storage operation manager component 160 determines whether the data object is unique, or if the storage manager component has previously copied the data object. For example, the storage operation manager component 160 may compute a digest in the manner described herein, and compare the digest to the digests of previously copied data objects to determine if the data object is an instance of a previously copied data object.
- decision block 430 if the data object is unique, then the storage operation manager component 160 continues at block 450 , else the storage operation manager component 160 continues at block 440 .
- the storage operation manager component 160 adds a reference (e.g., to an index of data managed by the single instancing system, such as by incrementing a reference count in the index) to the already backed up instance of the data object, and then continues to block 460 .
- the component stores the unique data object.
- decision block 460 if the storage operation manager component 160 identified more data objects within the file, then the storage operation manager component 160 loops to block 415 to select the next data object, else the storage operation manager component 160 completes.
- FIG. 5 is a flow diagram that illustrates the processing of the single instancing system to determine whether a file or data object is unique, in one embodiment. These blocks may be invoked by the storage operation component 160 , such as when performing a storage operation as described in FIG. 4 or at other times.
- the identifier generation component 120 generates a substantially unique identifier of the file or data object that is the target of the storage operation.
- the file identification component 110 gathers (for example, by querying the file system of a client) additional information about the file or data object, such as the file or data object's size, security information, or other attributes.
- the identifier comparison component 130 determines if the substantially unique identifier of the file or data object and any supplemental information matches that of any existing file or data object tracked by the single instance database component 140 .
- the single instancing system continues at block 550 , otherwise the single instancing system continues at block 570 .
- the single instancing system reports to the entity that invoked the storage operation manager component 160 that the file or data object is not unique.
- the single instancing system updates the substantially unique identifier reference count tracked by the single instance database component 140 and then concludes.
- the single instancing system reports to the entity that invoked the storage operation manager component 160 that the file or data object is unique.
- the single instancing system adds the file or data object's substantially unique identifier and other information to the list of files and data objects tracked by the single instance database component 140 . The process then concludes.
- FIG. 6 is a flow diagram that illustrates the processing of the storage operation manager component 160 to restore data, in one embodiment.
- the single instancing system invokes the storage operation manager component 160 when it receives a request, for example, to restore data.
- the storage operation manager component 160 receives a request to restore data.
- the storage operation manager component 160 selects the next file or data object referred to by the request. For example, the request may identify ten files or data objects, and the storage operation manager component 160 selects the first file or data object on which to perform the following blocks.
- decision block 630 if the selected file or data object is a reference to an instance of a file or data object stored somewhere else, then the storage operation manager component 160 continues at block 640 , else the storage operation manager component 160 continues at block 650 .
- the storage operation manager component 160 locates the referenced instance of the file or data object and continues to block 655 .
- block 655 the storage operation manager component 160 restores the file or data object from the referenced instance of the file or data object.
- block 650 the storage operation manager component 160 restores the file or data object directly from the file or data object.
- decision block 660 if there are more files or data objects referred to by the received request, then the storage operation manager component 160 loops to block 620 to select the next file or data object on which to perform these blocks, else the storage operation manager component 160 completes.
- a single instancing database is maintained at a first location and at each remote location (e.g., a second location, a third location, etc.). De-duplicated information in the single instancing database at each remote location is transferred to the single instancing database at the first location.
- a single instancing database is maintained at a first location, and a computing system at each remote location (e.g., a second location, a third location, etc.) sends queries to the single instancing database at the first location to identify what data to transfer to the single instancing database.
- each computing system at each remote location e.g., a second location, a third location, etc. queries a single instancing database at a first location before transferring any data to the single instancing database.
- the single instancing system described herein is not limited to the hub-and-spoke model implied by the terminology used to discuss these configurations.
- a multi-tier hierarchical configuration could be employed, in which computing systems at the leaf nodes transfer data to computing systems at their respective parent nodes, which transfer data to computing systems at their parent nodes, and so on, up to the computing system at the top-most node of the hierarchy.
- a mesh configuration could be employed, in which a first computing system in the mesh configuration transfers data to a second computing system, the data to be ultimately transferred to a third computing system.
- CDR also called continuous data protection or continuous backup
- CDR refers to copying computer data by automatically saving a copy of every change made to that data, essentially capturing every version of the data that the user saves. It allows an administrator (or other user) to restore data to previous point(s) in time.
- CDR-based solutions can provide fine granularities of restorable objects ranging from disk images to logical data objects such as files, email data files, email messages, and database files and logs.
- CDR differs from traditional backup or copy operation in that an administrator (or other user) does not have to specify the point in time to which the administrator would like to recover until the administrator is ready to perform a restore.
- Traditional backups or copy operations can only restore data to the point at which the backup or copy was made.
- CDR there are typically no backup or copy schedules. When data is written to disk, it can also be synchronously or asynchronously written to a second location, usually another computer over the network. In some situations, CDR will require less space on secondary storage media (usually disk) than traditional backup or copy operations.
- Most CDR solutions save byte- or block-level differences rather than file-level differences. This means that if one byte of a 100 GB file is changed, only the changed byte or block is backed up or copied. In contrast, traditional incremental and differential backups and copy operations generally make copies of entire files when those files change.
- FIG. 7 illustrates an environment according to the first example configuration.
- two remote offices 710 a and 710 b are connected to a home office 730 .
- FIG. 7 depicts two remote offices 710 , only a single remote office, or more than two remote offices, may be connected to the home office 730 .
- Each remote office includes its own single instance database 740 .
- remote office 710 a includes single instance database 740 a
- remote office 720 includes single instance database 740 b.
- Multiple client computing systems 760 a and 760 b at each remote office 710 provide data to the single instance database 740 at their respective locations.
- Clients 760 a are part of remote office 710 a, and store data in single instance database 740 a.
- Clients 760 b are part of remote office 710 b, and store data in single instance database 740 b.
- the clients 760 may be connected to their respective remote office 710 by way of a local area network (wired or wireless), with the remote offices 710 being connected to the home office 730 by a wide area network, or other network such as a public computer network (e.g., the Internet).
- a local area network wireless or wireless
- the remote offices 710 being connected to the home office 730 by a wide area network, or other network such as a public computer network (e.g., the Internet).
- a public computer network e.g., the Internet
- Each remote office 710 tracks incremental changes for its clients 760 , and then employs CDR to transmit those incremental changes to the home office 730 .
- the home office 730 may then in turn employ its own single instance database 790 to avoid any duplication between the remote offices 710 .
- clients 760 that run MICROSOFT WINDOWS typically will each have a similar C: ⁇ Windows directory containing operating system files.
- Multiple client computing systems 760 will have stored a single copy of the C: ⁇ Windows directory at the remote single instance database 740 , which will then be replicated to the central data store at the home office 730 .
- the home office 730 will in turn store a single copy of the C: ⁇ Windows directory in the single instance database 790 .
- FIG. 8 is a flow diagram that illustrates copying a remote file or data object in the environment of FIG. 7 .
- the single instancing system receives a request to perform a storage operation.
- the request may be a routinely scheduled request to backup or copy the contents of a client computing system 760 .
- the single instancing system performs the following blocks.
- the single instancing system copies the file or data object from the client computing system 760 to a single instance database 740 located at the remote office 710 .
- the single instance database 740 ensures that only one copy of each file or data object is stored.
- the single instance database 740 may create or have created a substantially unique identifier for each stored file or data object and create or have created a substantially unique identifier for each new file or data object to be stored. The single instance database 740 may then compare the substantially unique identifier of the new file or data object with that of each previously stored file or data object to determine whether the new file or data object is already stored. In some embodiments, the single instance database 740 may store metadata that is specific to some clients while only storing one instance of the file or data object itself.
- the client 760 copies data to a computing system that is geographically close, and then later the data from each client 760 can be copied to the home office 730 by copying the single instance or unique data from the single instance database 740 at the remote office 710 .
- computing systems that are geographically close refers to computing systems that may be in the same room, in the same building or on the same campus.
- Computing systems that are geographically remote refers to computing systems that are not geographically close.
- the single instancing system replicates the contents of the remote single instance database 740 to the home office 730 . This block can be performed using CDR or other traditional methods of copying data. After block 830 , these blocks conclude.
- each remote single instance database 740 may send identical files or data objects to the home office single instance database 790 (i.e., data that is unique as to each individual remote office 710 , but duplicative as to both remote offices 710 ). However, only one instance of each file or data object at the remote office 710 is stored by the home office single instance database 790 .
- FIG. 9 illustrates an environment according to the second example configuration.
- two remote offices 910 a and 910 b are connected to a single home office 930 .
- FIG. 9 depicts two remote offices 910 , only a single remote office, or more than two remote offices, may be connected to the home office 930 .
- Remote office 910 includes multiple client computing systems 960 a and a data store 940 a.
- Remote office 910 b includes multiple client computing systems 960 b and a data store 940 b.
- the home office 930 maintains a single instance database 990 .
- the remote office 910 generates a substantially unique identifier for each file or data object that is to be potentially stored.
- the remote office 910 may include a computing system (not shown in FIG. 9 ) that generates the substantially unique identifier for each file or data object that is to be potentially stored on behalf of clients 960 .
- the remote office 910 then transmits the substantially unique identifier to the home office 930 .
- the home office 930 checks the single instancing database 990 to determine whether the transmitted substantially unique identifier matches any existing substantially unique identifier in the single instance database 990 in order to determine whether the file or data object that is to be potentially stored is redundant.
- the home office 930 then sends a response back to the remote office 910 that indicates whether the file or data object that is to be potentially stored is unique.
- the remote office 910 stores the unique files or data objects locally in a data store 940 .
- the remote office 910 then employs CDR to incrementally transfer new changes or updates to the home office 930 .
- the single instancing system may employ various optimization techniques. For example, the remote office 910 may cache substantially unique identifiers and only transmit one instance of a substantially unique identifier to the home office 930 if it detects more than one instance of the same substantially unique identifier. After the single instancing system has made a request to the single instance database 990 to determine if a particular file or data object is unique, the remote office 910 may cache the response so that subsequent identical files or data objects do not generate a new request to the single instance database 990 . Rather, the single instancing system consults the cache first to determine if a previous request determined whether the file or data object is unique. If the cache responds that the file or data object is not unique, then the remote office 910 does not need to query the single instance database 990 to determine if the file or data object is unique.
- FIG. 10 is a flow diagram that illustrates copying a remote file or data object in the environment of FIG. 9 .
- the single instancing system receives a request to perform a storage operation. For each file or other data object involved in the request, the single instancing system performs the following blocks.
- the single instancing system copies the file or data object to a data management server (not shown in FIG. 9 ) that caches files or data objects at the remote office 910 .
- the data management server in this method may contain duplicate files or data objects from many clients 960 . According to this method the data management server does not do single instancing of its own.
- the single instancing system queries the single instance database 990 at the home office 930 to determine whether the single instance database 990 already has a copy of the file or data object.
- decision block 1040 if the file or data object is new to the single instance database 990 , then the single instancing system continues at block 1050 , else these blocks conclude.
- block 1050 the single instancing system copies the new file or data object to the single instance database 990 . If there are duplicates of the file or data object, then later when the single instance database 990 is queried for the duplicate files or data objects, the single instance database 990 will indicate that the file or data object is not new and need not be copied. In this way, duplicate data is not sent to the home office 930 .
- This method differs from the method of FIG. 8 in that duplicate data may be stored at the remote office 910 , but duplicate data is not sent to the home office 930 .
- the method of FIG. 10 will send more queries to the home office 930 , but less data.
- FIG. 11 illustrates an environment according to the third example configuration.
- each remote client 1160 (as opposed to each remote office 1110 ) transmits a query with a substantially unique identifier to the home office 1130 .
- Each client 1160 may have generated the substantially unique identifier itself, or another computing system may generate them on behalf of the clients 1160 .
- the single instance database 1190 determines whether the substantially unique identifier is already stored (i.e., indicating that the corresponding file or data object has previously been stored) and transmits a response to the client 1160 . If the response indicates that the file or data object is new, then the client 1160 sends that file or data object to the home office 1130 .
- the single instancing system typically does not employ CDR, and each remote office 1110 typically does not include a local data store used by its clients 1160 .
- the single instancing system may employ caching for optimization at each client 1160 .
- the home office 1130 also uses a single instance database 1190 to store only a single instance of each file or data object.
- FIG. 12 is a flow diagram that illustrates copying a remote file or data object in the environment of FIG. 11 .
- the single instancing system receives a request to perform a storage operation. For each file or other data object involved in the request, the single instancing system performs the following blocks.
- the single instancing system queries the single instance database 1190 at the home office 1130 to determine whether the single instance database 1190 already has a copy of the file or data object.
- decision block 1230 if the file or data object is new to the single instance database 1190 , then the single instancing system continues at block 1240 , else these blocks conclude.
- the single instancing system copies the new file or data object directly from the client 1160 to the single instance database 1190 . In this way, duplicate data is not sent to the home office 1130 .
- these blocks conclude.
- This method differs from the method of FIG. 10 in that the remote office 110 does not employ a remote file cache. Therefore, the method of FIG. 12 results in the sending of additional queries from the clients 1160 to the home office 1130 because each client 1160 will query the single instance database 1190 .
- the single instancing system does not always maintain a single instance database in the same location.
- Various benefits are derived by maintaining a single instance database in various locations.
- a single instance database may be maintained in a production environment (for example, geographically close to production servers) so as to reduce the amount of time needed to single instance data or to reduce the amount of data to be transmitted between computing systems.
- the data stored in the single instance database may then be replicated to another single instance database or secondary storage.
- the single instancing system may be used to reduce many types of redundant storage operations.
- the storage system may be employed by an Internet proxy server to reduce downloading of redundant files over the Internet by tracking a digest of each downloaded file and the location of a downloaded instance of the file behind the proxy server such that subsequent requests for the file can be serviced from the previously downloaded instance without accessing the file over the Internet.
- the storage system could be used by a file system to reduce storage space by storing a single copy of data placed in multiple locations throughout the file system.
- the words “comprise,” “comprising,” and the like are to be construed in an inclusive sense, as opposed to an exclusive or exhaustive sense; that is to say, in the sense of “including, but not limited to.”
- the word “coupled”, as generally used herein, refers to two or more elements that may be either directly connected, or connected by way of one or more intermediate elements. Additionally, the words “herein,” “above,” “below,” and words of similar import, when used in this application, shall refer to this application as a whole and not to any particular portions of this application. Where the context permits, words in the above Detailed Description using the singular or plural number may also include the plural or singular number respectively.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Quality & Reliability (AREA)
- Databases & Information Systems (AREA)
- Data Mining & Analysis (AREA)
- Bioethics (AREA)
- General Health & Medical Sciences (AREA)
- Computer Hardware Design (AREA)
- Computer Security & Cryptography (AREA)
- Software Systems (AREA)
- Health & Medical Sciences (AREA)
- Automation & Control Theory (AREA)
- Human Computer Interaction (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Content-aware systems and methods for improving de-duplication, or single instancing, in storage operations. In certain examples, backup agents on client devices parse application-specific data to identify data objects that are candidates for de-duplication. The backup agents can then insert markers or other indictors in the data that identify the location(s) of the particular data objects. Such markers can, in turn, assist a de-duplication manager to perform object-based de-duplication and increase the likelihood that like blocks within the data are identified and single instanced. In other examples, the agents can further determine if a data object of one file type can or should be single-instanced with a data object of a different file type. Such processing of data on the client side can provide for more efficient storage and back-end processing.
Description
- Any and all applications for which a foreign or domestic priority claim is identified in the Application Data Sheet, or any correction thereto, are hereby incorporated by reference into this application under 37 CFR 1.57.
- 1. Field
- Embodiments of the invention relate to data management and, in particular, to systems and methods for reducing duplicate data in a computer system.
- 2. Description of the Related Art
- With the increased reliance on computer systems to store critical information, the importance of protecting information has grown. As a result, certain storage systems receive an identification of a file to protect and then create one or more secondary copies, such as backup files, containing the contents of the file. These secondary copies can then later be used to restore the original data should anything happen to the original data.
- In corporate environments, protecting information is generally part of a routine process that is performed for many computer systems within an organization. For example, a company might back up critical computing systems related to e-commerce such as databases, file servers, web servers, and so on as part of a daily, weekly, or monthly maintenance schedule. The company may also protect computing systems used by each of its employees, such as those used by an accounting department, marketing department, engineering department, and so forth.
- Although each computer system contains certain unique information, many systems may contain very similar information. For example, although a computing system used by a marketing employee and a computing system used by an engineering employee will generally contain unique information created by each employee in the course of their work, both computing systems will likely have the same operating system installed, with thousands of identical or similar files used by the operating system. Similarly, both computing systems will likely have at least some similar application programs installed, such as a word processor, spreadsheet, Internet browser, and so on. Both systems may also have similar corporate information. For example, each employee may have an electronic copy of an employee manual distributed by the company. Information other than files may also be identical or similar between systems. For example, user settings and preferences may have similar default values on each system and application programs may contain similar templates on each system that are stored as application-specific information. As another example, several employees may have received a copy of the same email, and the email may be stored in each employee's electronic mailbox.
- As a result of the amount of redundant information in an organization, secondary copies of an organization's information are often very large and can require the purchase of expensive storage devices and storage media. The restoration of data in the event of data loss is also slowed by the large size of the secondary copies. As the size of secondary copies increases, locating and restoring information requires more actions to be taken. For example, it may be necessary to search many tapes or other media to find the correct secondary copy. The great quantity of storage media, such as tapes, may mean that some secondary storage media has been moved offsite requiring that it first be retrieved before information can be recovered from it. Each of these factors increases the cost of protecting information and the time required to recover information in the event of data loss. Quick recovery of information is often critical to today's businesses, and any additional delay can affect business operations and customers' satisfaction with the business.
- Single instancing in a data management system is the process of attempting to store only a single instance of a file or data object. Certain objects are often stored in large, monolithic files that are intended to be read only by the application that created them. For example, a MICROSOFT EXCHANGE email server stores email messages in one or more large data files that typically hold thousands of different users' mailboxes. As another example, a database server often stores tables, forms, reports, and other data objects in one or two large data files that provide persistence for the entire database.
- Thus, typical data management systems are only able to perform data management operations on the large data file, rather than the data objects themselves. In the case of the email server, a given electronic mail application may generate multiple email messages that all differ, but which all contain the same attachment. Prior systems may not be able to differentiate these messages, and thus each would be stored with the attachment. Further, if two files had different properties or metadata, such prior systems would store both files, even though the data they contain are identical and differ only by their metadata.
- In view of the foregoing, certain embodiments of the invention include a de-duplication system for managing application-generated data objects. The system comprises a first backup agent executing on a first client device and a de-duplication module executing on a computing device. The first backup agent is configured to, in response to a storage operation request: parse first application-specific data of the first client device that is the subject of the storage operation request, the first application-specific data comprising a plurality of first data objects having different sizes; identify, based at least on an application that generated the first application-specific data, one or more of the plurality of first data objects of the first application-specific data to be considered for de-duplication, wherein the one of more first data objects comprises less than the entire first application-specific data; and insert at least one indicator in the first application-specific data that identifies at least one location of the one or more first data objects within the first application-specific data. The de-duplication module is in communication with the first backup agent to receive the first application-specific data and is configured to: process each of the one or more data objects; and, based on said processing, determine if a duplicate copy of any of the one or more first data objects exists in a storage device.
- In certain embodiments, a method is disclosed for managing application-generated data objects. The method comprises receiving a first storage operation request for first data generated by a first application executing on a first client device, the first data comprising a plurality of first data objects having non-uniform sizes. The method further comprises parsing the first data to identify one or more of the plurality of first data objects to be considered for de-duplication. The method also includes inserting at least one indicator in the first data that identifies at least one location of the one or more first data objects within the first data and processing each of the one or more first data objects to determine if a duplicate copy of the one or more first data objects exists in at least one storage device. For each of the one or more first data objects, if a duplicate copy does not exist in the storage device, the method stores the first data object in the at least one storage device. Otherwise, a stub file and/or a pointer is stored in place of the first data object in the storage device.
- In certain embodiments, a method is disclosed for managing application-generated data objects. The method includes receiving a first storage operation request for first data generated by a first application executing on a first client device, the first data comprising a plurality of first data objects. The method also includes parsing the first data to identify one or more of the first data objects to be considered for de-duplication and receiving a second storage operation request for second data generated by a second application, the second data comprising a plurality of second data objects, and the second data having a different file format than the first data. The method further includes parsing the second data to identify one or more of the plurality of second data objects to be considered for de-duplication. In addition, the method includes inserting in the first data and/or the second data an indicator that denotes, based on the first and second file formats, that the one or more first data objects should not be single instanced with the one or more second data objects.
- In certain embodiments, a system is disclosed for managing application-generated data objects. The system includes means for receiving a first storage operation request for first data generated by a first application executing on a first client device, the first data comprising a plurality of first data objects having differing sizes. The system also includes means for parsing the first data to identify one or more of the first data objects to be considered for de-duplication, wherein the one of more first data objects comprises less than the entire first data; means for inserting at least one indicator in the first data that identifies at least one location of the one or more first data objects within the first data; and means for processing each of the one or more first data objects to determine if a duplicate copy of the first data object exists in at least one storage device. In addition, the system includes means for (i) storing each of the one or more first data objects in the storage device that does not have a duplicate copy and (ii) storing a stub and/or a pointer in place of each of the one or more first data objects that does have a duplicate copy in the at least one storage device.
- In certain embodiments, a method is disclosed for managing data in a computer system. The method comprises accessing first data, the first data comprising at least one first data object in a first file format, and accessing second data, the second data comprising at least one second data object in a second file format, the second file format being different than the first file format. The method further comprises inserting in at least one of a copy of the first data and a copy of the second data an indicator that denotes that, based on the first and second file formats, the at least one first data object cannot or should not be single instanced with the at least one second data object.
- In certain embodiments, the method is performed by one or more content-aware data agents residing on one or more client devices. Such agents can advantageously identify portions of data to be backed up, archived or otherwise stored to be considered for possible de-duplication.
- In certain embodiments, a de-duplication system is disclosed for managing application-generated data objects. The system comprises a first backup agent executing on a first client device, the first backup agent being configured to, in response to a storage operation request: (i) parse first application-specific data of the first client device that is the subject of the storage operation request,(ii) identify one or more first data objects of the first application-specific data to be considered for de-duplication, and (iii) insert an indicator in a copy of the application-specific data that identifies the one or more first data objects to be considered for de-duplication.
- For purposes of summarizing the disclosure, certain aspects, advantages and novel features of the inventions have been described herein. It is to be understood that not necessarily all such advantages may be achieved in accordance with any particular embodiment of the invention. Thus, the invention may be embodied or carried out in a manner that achieves or optimizes one advantage or group of advantages as taught herein without necessarily achieving other advantages as may be taught or suggested herein.
-
FIG. 1 is a block diagram that illustrates components of a single instancing system in accordance with one embodiment of the invention. -
FIG. 2 is a block diagram that illustrates an example data file containing data objects. -
FIG. 3A is a block diagram that illustrates the flow of data during a storage operation, in one embodiment. -
FIG. 3B is a block diagram that illustrates components of a content-aware de-duplication system in accordance with certain embodiments of the invention. -
FIG. 3C illustrates exemplary fields of a chunk file usable with the de-duplication system ofFIG. 3B in accordance with certain embodiments of the invention. -
FIG. 4 is a flow diagram that illustrates processing of a storage operation manager component of the single instancing system, in one embodiment. -
FIG. 5 is a flow diagram that illustrates processing of the single instancing system to determine whether a data object is unique, in one embodiment. -
FIG. 6 is a flow diagram that illustrates processing of the storage operation manager component to restore data, in one embodiment. -
FIG. 7 is a block diagram that illustrates an environment in which the single instancing system may be configured to operate. -
FIG. 8 is a flow diagram that illustrates copying a remote file or data object in the environment ofFIG. 7 -
FIG. 9 is a block diagram that illustrates another environment in which the single instancing system may be configured to operate. -
FIG. 10 is a flow diagram that illustrates copying a remote file or data object in the environment ofFIG. 9 . -
FIG. 11 is a block diagram that illustrates another environment in which the single instancing system may be configured to operate. -
FIG. 12 is a flow diagram that illustrates copying a remote file or data object in the environment ofFIG. 11 . - In the drawings, the same reference numbers and acronyms identify elements or acts with the same or similar functionality for ease of understanding and convenience. To easily identify the discussion of any particular element or act, the most significant digit or digits in a reference number refer to the Figure number in which that element is first introduced (e.g., element 604 is first introduced and discussed with respect to
FIG. 6 ). - The headings provided herein are for convenience only and do not necessarily affect the scope or meaning of the claimed invention.
- Overview
- Described in detail herein are single instancing systems that more intelligently identify multiple copies of the same data object. For example, certain embodiments of the single instancing system recognize documents, files, or data objects produced by multiple different applications, and can parse through and identify those data objects common among data blocks within a file, and thereby only copy a single instance of those common data objects. Further embodiments parse the proprietary data formats of many applications and can identify data objects related to the application, even when those data objects are stored in large, monolithic data files. In addition, if two documents, files, or data objects are substantially similar, but have differing metadata, such as different user permissions, embodiments of the single instancing system can store a single instance of the data object, but retain all differing versions of the metadata (for example, such as by retaining the different user permissions). When a client requests the data object, the single instancing system returns appropriate metadata based on the identity of the client or other information.
- According to other embodiments of the single instancing system, if multiple clients and associated media agents are in remote locations, the single instancing system may perform backup of data to a local, single instance database or data store at each remote location. Then, the single instancing system may use continuous data replication (CDR) to copy the data contained in each local data store to a central location.
- In further embodiments, content-aware systems and methods are disclosed for improving de-duplication/single instancing in storage operations. In certain examples, backup agents on client devices parse application-specific data to identify data objects that are likely candidates for de-duplication. The backup agents can then insert markers or other indictors in the data that identify the location(s) of the particular data objects. Such markers can, in turn, assist a de-duplication manager to perform object-based de-duplication and increase the likelihood that like blocks are identified within the data. In other examples, the agents can further determine if a data object of one file type can, or should, be single-instanced with a data object of a different file type. Such processing of data on the client side can provide for more efficient storage and back-end processing in a data storage system.
- The invention will now be described with respect to various embodiments. The following description provides specific details for a thorough understanding of, and enabling description for, these embodiments of the invention. However, one skilled in the art will understand that the invention may be practiced without these details. In other instances, well-known structures and functions have not been shown or described in detail to avoid unnecessarily obscuring the description of the embodiments of the invention.
- The terminology used in the description presented below is intended to be interpreted in its broadest reasonable manner, even though it is being used in conjunction with a detailed description of certain specific embodiments of the invention. Certain terms may even be emphasized below; however, any terminology intended to be interpreted in any restricted manner will be overtly and specifically defined as such in this Detailed Description section.
- Unless described otherwise below, embodiments of the invention may be practiced with various data processing systems. Thus, the construction and operation of the various blocks shown in
FIG. 1 need not be described in further detail herein to make and use the invention, because such blocks will be understood by those skilled in the relevant art. One skilled in the relevant art can readily make any modifications necessary to the blocks inFIG. 1 (or other embodiments or figures) based on the detailed description provided herein. -
FIG. 1 is a block diagram that illustrates components of asingle instancing system 100, in one embodiment. Thesingle instancing system 100 contains afile identification component 110, anidentifier generation component 120, anidentifier comparison component 130, a singleinstance database component 140, a restoredfile cache component 150, a storageoperation manager component 160, an applicationdata extraction component 170, and aremote synchronization component 180. - The
file identification component 110 identifies files or data objects, such as in response to a storage operation. As used herein, the terms “file” or “data object” are broad terms and are used in their ordinary sense and include, without limitation, any collection or grouping of bytes of data that can be viewed as one or more logical units. For example, a file could be a computer file on a file system (for example, a word processing file, a spreadsheet file, a database file, etc.) As another example, a data object could be a file or within a file (e.g., an embedded object within a word processing file, a cell or a row in a spreadsheet file, a table or an entry in a table in a database file, a string, an array, or any other collection of electronic information). Moreover, data objects need not be limited to units of the same size but can comprise, in certain embodiments, multiple objects of differing sizes. Thefile identification component 110 may retrieve additional information related to a file or data object, such as its size, that is used by thesingle instancing system 100 to uniquely identify the data object. - When the
file identification component 110 identifies a file, the applicationdata extraction component 170 determines whether the file contains additional data objects. For example, the file may be an application-specific container (for example, a database file), that stores data objects such as documents, email messages, and other collections of data. The applicationdata extraction component 170 would determine that each of the data objects within the application-specific container should be identified. - The
identifier generation component 120 generates a substantially unique identifier of a file or data object that is used to determine if another file or data object already stored by the single instancing system matches the file or data object used to generate the substantially unique identifier. Theidentifier comparison component 130 performs comparisons of identifiers of various files or data objects to determine if the files or data objects contain similar data (for example, theidentifier comparison component 130 can compare substantially unique identifiers of two or more files or data objects to determine if the files or data objects contain similar data). - The single
instance database component 140 is a data store that contains entries identifying files or data objects managed by thesingle instancing system 100, and may also contain supplemental information associated with files or data objects, such as a substantially unique identifier, a path, a location, a reference count, a file size or other information. The restoredfile cache component 150 provides an intermediate location that may be used by thesingle instancing system 100 during a restore operation to hold instances of files or data objects for which additional references may need to be restored. - For example, during a restore operation, the single instancing system may restore files or data objects to the cache and then transfer the files or data objects to a target location of the restore operation. When the
single instancing system 100 encounters a reference to a single instance copy of a file or data object, thesingle instancing system 100 may consult the restoredfile cache component 150 or an index. Thesingle instancing system 100 does so to determine if the file or data object is present in the cache before attempting to restore the file or data object from another location, such as from secondary storage (for example, a tape). - The storage
operation manager component 160 coordinates storage operations and invokes the other components of thesingle instancing system 100 as needed to perform requested storage operations. For example, the storageoperation manager component 160 may include an application used by an administrator to manage thesingle instancing system 100. The storageoperation manager component 160 may also maintain indexes of the data objects and each of the references to those data objects through thesingle instancing system 100, as well as pending operations on the data objects that are part of a data management plan of an organization implementing thesingle instancing system 100. - The
remote synchronization component 180 performs single instancing between a remote location and a central location, such as between an enterprise or organization having a headquarters or central office and one or more satellite offices or remote offices, or vice-versa. Theremote synchronization component 180 uses the techniques described in further detail herein to determine whether a file or data object should be copied from the remote location to the central location. -
FIG. 1 and the discussion herein provide a brief, general description of a suitable computing environment in which the invention can be implemented. Although not required, embodiments of the invention are described in the general context of computer-executable instructions, such as routines executed by a general-purpose computer, e.g., a server computer, wireless device or personal computer. Those skilled in the relevant art will appreciate that the invention can be practiced with other communications, data processing, or computer system configurations, including: Internet appliances, hand-held devices (including personal digital assistants (PDAs)), wearable computers, all manner of cellular or mobile phones, multi-processor systems, microprocessor-based or programmable consumer electronics, set-top boxes, network PCs, mini-computers, mainframe computers, and the like. Indeed, the terms “computer,” “host,” and “host computer” are generally used interchangeably herein, and refer to any of the above devices and systems, as well as any data processor. - Aspects of the invention can be embodied in a special purpose computer or data processor that is specifically programmed, configured, or constructed to perform one or more of the computer-executable instructions explained in detail herein. Embodiments of the invention can also be practiced in distributed computing environments where tasks or modules are performed by remote processing devices, which are linked through a communications network, such as a Local Area Network (LAN), Wide Area Network (WAN), or the Internet. In a distributed computing environment, program modules may be located in both local and remote memory storage devices.
- Embodiments of the invention may be stored or distributed on computer-readable media, including magnetically or optically readable computer discs, hard-wired or preprogrammed chips (e.g., EEPROM semiconductor chips), nanotechnology memory, biological memory, or other data storage media. Indeed, computer implemented instructions, data structures, screen displays, and other data under embodiments of the invention may be distributed over the Internet or over other networks (including wireless networks), on a propagated signal on a propagation medium (e.g., an electromagnetic wave(s), a sound wave, etc.) over a period of time, or they may be provided on any analog or digital network (packet switched, circuit switched, or other scheme). Those skilled in the relevant art will recognize that portions of the invention may reside on a server computer, while corresponding portions reside on a client computer such as a mobile or portable device, and thus, while certain hardware platforms are described herein, embodiments of the invention are equally applicable to nodes on a network.
- Single Instancing
- Reducing or eliminating redundant instances of data resulting from a storage operation is sometimes referred to here as de-duplication or “single instancing,” because what would traditionally be stored as many instances of the same data is reduced to as few as one. Redundant instances may be detected and reduced at several locations or times throughout the operation of the system that will now be described. These embodiments are provided only as examples, and are not intended to be an exhaustive list of the way in which the system can be implemented.
- In some embodiments, the single instancing system performs single instancing of data at a computing system that contains or originally generated the data, such as a client computing system. For example, a client computing system that is providing data that is the target of a storage operation may receive a request from the single instancing system to provide a substantially unique identifier (for example, a hash value, message digest, checksum, digital fingerprint, digital signature or other sequence of bytes that substantially uniquely identifies the file or data object) of each file or data object included in the storage operation.
- The word “substantially” is used to modify the term “unique identifier” because algorithms used to produce hash values may result in collisions, where two different files or data objects result in the same hash value. However, depending upon the algorithm or cryptographic hash function used, collisions should be suitably rare and thus the identifier generated for a file or data object should be unique throughout the single instancing system. As an alternative to the single instancing system generating the substantially unique identifier, the client computing system may itself generate substantially unique identifiers for each file or data object that is stored on the client computing system on an ongoing or other basis. When a storage operation is requested, the single instancing system determines if another file or data object exists with a substantially unique identifier matching that of the one provided by the client computing system. If the single instancing system is already aware of a similar file or data object, then the client computing system does not need to send the redundant file or data object to a secondary storage location or destination.
- Rather than operating only at the file level, in some embodiments, the single instancing system may also operate at a lower level of granularity by enumerating data objects within files of understood types. For example, the single instancing system may read and parse data files from email servers (for example, MICROSOFT EXCHANGE email servers, Sendmail email servers, etc.), database servers (for example, MICROSOFT SQL Server database servers, ORACLE database servers, etc.), web servers (for example, MICROSOFT IIS web servers, APACHE web servers, etc.), word processing applications (for example, MICROSOFT WORD, COREL WORDPERFECT, etc.), spreadsheet applications (for example, MICROSOFT EXCEL, APPLE NUMBERS, etc.), and many others and enumerate the data objects within these files.
- The single instancing system may then generate a substantially unique identifier for each data object within the file, rather than each file, and store this substantially unique identifier in the single
instance database component 140 or other index. The single instancing system may also store information about the associations between the data objects and their containing files. Therefore, the single instancing system enables data storage operations such as searching, backing up, restoring, replicating, copying and so forth to be performed at the data object level. Enabling data storage operations at the data object level enables the single instancing system to store data using much less space than traditional single instancing storage systems, because files containing data objects are likely to have redundant data objects, of which only one instance or copy need be stored. - For example, the data of two email servers that each contain similar email messages in a large data file can be stored in much less space than if the entire data files of each email server were to be stored, because the data files are likely to contain redundant email messages, of which only one instance or copy need be stored. This is because traditional single instancing systems would determine that the two data files differed and would store both data files, thereby consuming more storage space.
-
FIG. 2 illustrates an example data file produced by an email server. The data file 210 holdscontainers 220 of data related to each user that has a mailbox on the email server. Eachcontainer 220 holdsemail messages 230 for a specific user, and eachemail message 230 may contain one ormore attachments 240. Email messages are often forwarded to many users, and the users may be assigned to the same or different email servers. The single instancing system may know or understand the structure of the data file 210 before performing any single instancing operations, as discussed in more detail with respect toFIGS. 3B and 3C . - For example, the single instancing system may identify the type of the data file based on the data file's filename extension. The identified data file type may be used to identify a format or specification that describes the structure (e.g., at which bytes specific data is stored, its particular encoding, etc.) of the data file. This knowledge of the structure enables the application
data extraction component 170 to parse the data file 210, identifycontainers 220, and extractemail messages 230 orattachments 240 from eachcontainer 220. Alternatively, the data file 210 may contain metadata, a header or other information that describes its data structure. - The application
data extraction component 170 can obtain this metadata or other information, which enables it to parse the data file 210, identifycontainers 220, and extractemail messages 230 orattachments 240 from eachcontainer 220. The single instancing system can then store only a single instance or copy of the extractedemail messages 230 orattachments 240 that are similar. By operating on the data at the data object level, the single instancing system provides substantial benefit by identifying the redundancy of data objects stored within the data files and providing single instancing of the individual data objects. - In some embodiments, the single instancing system or another system performs additional operations on the data after single instancing has occurred. For example, another system may encrypt backup data that is being stored offsite to prevent unauthorized parties from accessing the data. Another system may also compress the data to reduce its size. The single instancing system enables these additional operations to be performed more efficiently, because there is less data on which to perform these additional operations after redundant data has been reduced or eliminated.
- Single Instanced Archive and Backup Data Using Single Storage Policy
- One example of a single instancing system employs a single storage policy or data store. A storage policy is generally a virtual container with preferences that contains a set of rules for data retention of data objects associated with the storage policy. The single instancing system in this example stores single instance data in a single location and in a manner to ensure that any relevant, unique data is retained, but only a single instance of common data is copied to the data store. Notably, a single instancing agent creates, updates, or maintains a single instance database or index that represents or stores the substantially unique identifiers of each file or data object. The single instance database or index is associated with a single storage policy that is separate from one or more data stores that store the data copies. A single storage policy may represent a storage location that includes existing data, as well as new data that has been compared to the existing data and identified as being unique.
-
FIG. 3A is a block diagram that illustrates the flow of data during a storage operation, in one embodiment. Data is initially stored on aserver 310 or other source of data. Astorage policy 320 or other configuration information specifies a storage operation to be performed on the data. For example, thestorage policy 320 may specify that the data stored on theserver 310 is to be backed up daily to tape. The application of thestorage policy 320 causes the backup to occur, resulting in the creation of the data copy 330. The data copy 330 may contain many redundant files or other data objects. - A
media agent 340 manages the data copy 330, and creates asingle instance copy 350. Thesingle instance copy 350 is a copy in which at least some of the redundant files or data objects have been removed. Themedia agent 340 uses the methods described herein to eliminate redundant instances of files or data objects contained in the data copy 330, and to produce thesingle instance copy 350. Thesingle instance copy 350 may then be stored on tape or other media. - The single instancing system may employ one or more specialized single instancing agents. For example, as described below, the single instancing system may employ application agents associated with types of applications, metadata agents for analyzing metadata, encryption/compression agents, and so forth. Alternatively, a single agent employing all of the functions described herein may be employed. These agents operate on all types of data, including documents, files, data objects, or any data blocks.
- An application agent associated with each type of application may analyze incoming or previously stored data to identify redundant data. For example, an email agent analyzes incoming or previously stored emails, including attachments to emails, to identify duplicate attachments. The email agent provides a first instance of an email with an attachment to the storage policy, but for subsequent emails having the same attachment, the email agent strips them of their attachments and stores them with a stub or pointer to the previously stored attachment.
- A metadata agent analyzes files or data objects for similarities in data, but differences in metadata that is associated with the files or data objects. For example, two files may have the same data, but separate permissions, properties, access control lists (ACLs), operating system metadata (e.g., UNIX and WINDOWS metadata), application-specific metadata, ownership metadata, anti-virus information, security metadata, other metadata, combinations of the same or the like. The metadata agent ascertains that the two files contain the same data but have differing metadata, and thus stores only one instance of the file, but two or more instances of the associated metadata, as well as information about the associations between the metadata, the providers of the files and the files. Such embodiments of the invention can advantageously allow for single instancing, or de-duplication, of files or data objects across different operating systems.
- When a client requests the file, the single instancing system provides the file to the client with the appropriate instance of the metadata based on the identity of the requestor. For example, a data file may be stored on a user computer with permissions restricting access to the data file to the user of that computer, and the same data file may be stored on a second computer with permissions restricting access to the data file to an administrator of the single instancing system. The user will still be able to access the data file from the single instance store even though the user is not an administrator of the single instancing system. This is because the single instancing system will use the metadata from the file from the user's computer to ascertain that the user has the permissions needed to access the file, and permit the requested access to the user.
- As another example, two files may have the same data, but different properties, such as the creation date or access date. The metadata agent ascertains that the two files contain the same content but have different properties. The metadata agent thus stores only one instance of the file, but two or more instances of the properties, as well as information about the associations between the metadata, the providers of the files and the files. Because an association between the provider of the file and the file is stored, when a client requests the file, the single instancing system can provide the file with the proper metadata to the client.
- In yet other embodiments, one or more agents on one or more client devices can perform one or more functions of the above-described metadata agent. Embodiments of agents usable with embodiments of the invention are described in more detail below, with particular reference to
FIGS. 3B and 3C . - The single instancing system can single instance both non-encrypted and encrypted data received from client computers. Each client computer may generate a substantially unique identifier for the file or data object before the file or data object is encrypted. The client computer does this before encryption because an encrypted file or data object would almost certainly result in a substantially unique identifier that is different from a substantially unique identifier generated from the file or data object before encryption. Alternatively, a client computer could generate a substantially unique identifier for a file or data object after the file or data object is encrypted. An encryption agent may compare the substantially unique identifiers to identify identical files or data objects, and thus only store one instance of them.
- In some embodiments, the single instancing system determines whether to store an instance of an encrypted or unencrypted file (or data object, but file is used in this and the following paragraphs discussing encryption for brevity) based on whether the files are encrypted using the same encryption scheme, whether the encrypted files can be decrypted by the single instancing system, and/or other factors.
- For example, consider the following three situations involving encrypted files: 1) where the single instancing system has previously stored an instance of a file that is encrypted and a request is made to store another instance of the file that is also encrypted; 2) where the single instancing system has previously stored an instance of a file that is unencrypted and a request is made to store another instance of the file that is encrypted; and 3) where the single instancing system has previously stored an instance of a file that is encrypted and a request is made to store another instance of the file that is unencrypted. Metadata associated with the file is typically not encrypted. Moreover, information about the encryption scheme (for example, what public key is used to encrypt the file) may be provided as metadata to the single instancing system.
- For the first situation, if the two file instances are encrypted using the same encryption scheme (for example, using the same public key), the single instancing system can avoid storing the second instance of the file. If the two files are encrypted using different encryption schemes, the single instancing system stores the second instance of the file. This is because the single instancing system has to be able to provide the second instance of the file to the requestor when requested.
- Alternatively, if both encryption schemes are known to the single instancing system (for example, using two different public keys of the single instancing system), the single instancing system can avoid storing the file. This is because the single instancing system can decrypt the first instance of the file and re-encrypt it using the encryption scheme used to encrypt the second instance of the file. However, this decryption and re-encryption may be too computationally expensive, depending upon various factors (for example, the time needed to decrypt and re-encrypt the file, the algorithm, etc.), and so the single instancing system may simply store the second instance of the file.
- For the second situation, if the second instance of the file is encrypted using an encryption scheme that is known to the single instancing system (for example, using a public key of the single instancing system), the single instancing system can avoid storing the second instance of the file. This is because, when the provider of the second encrypted instance requests the file, the single instancing system can retrieve the first unencrypted instance, encrypt it using the known encryption scheme and provide it to the requestor. However, if such encryption is too computationally expensive, the single instancing system may simply store the second encrypted instance of the file. If the second instance of the file is encrypted using an encryption scheme that is not known to the single instancing system, the single instancing system stores the second instance of the file. This is because the single instancing system has to be able to provide the second encrypted instance of the file to the requestor when requested.
- For the third situation, if the first instance of the file is encrypted in such a way that it can be decrypted by the single instancing system, the single instancing system can avoid storing the second unencrypted instance of the file. This is because, when the provider of the second unencrypted instance requests the file, the single instancing system can retrieve the first encrypted instance, decrypt it, and provide it to the requestor. However, if such decryption is too computationally expensive, the single instancing system may simply store the second unencrypted instance of the file. If the first instance of the file is encrypted in such a way that it cannot be decrypted by the single instancing system, the single instancing system stores the second unencrypted instance of the file. This is because the single instancing system has to be able to provide the second unencrypted instance of the file to the requestor.
- The single instancing system may also handle compressed files. Each client computer may generate a substantially unique identifier for the file or data object before the file or data object is compressed. The client computer does this before compression because a compressed file or data object would almost certainly result in a substantially unique identifier that is different from a substantially unique identifier generated from the file or data object before compression. Alternatively, a client computer could generate a substantially unique identifier for a file or data object after the file or data object is compressed. A compression agent may compare the substantially unique identifiers to identify identical files or data objects, and thus only store one of them.
- In some embodiments, the single instancing system determines whether to store an instance of a compressed or uncompressed file (or data object, but file is used in this and the following paragraphs discussing compression for brevity) based on whether the files are compressed using the same compression scheme, whether the compressed files can be decompressed by the single instancing system, and/or other factors.
- For example, consider the following three situations involving compressed files: 1) where the single instancing system has previously stored an instance of a file that is compressed and a request is made to store another instance of the file that is also compressed; 2) where the single instancing system has previously stored an instance of a file that is uncompressed and a request is made to store another instance of the file that is compressed; and 3) where the single instancing system has previously stored an instance of a file that is compressed and a request is made to store another instance of the file that is uncompressed. Metadata associated with the file is typically not compressed. Moreover, information about the compression scheme (for example, what compression algorithm is used to compress the file) may be provided as metadata to the single instancing system.
- For the first situation, if the two file instances are compressed using the same compression scheme (for example, using the same compression algorithm), the single instancing system can avoid storing the second instance of the file. Otherwise, the single instancing system stores the second instance of the file. However, if the second instance of the file is compressed using a different compression scheme, the single instancing system may avoid storing the second instance of the file, if the single instancing system is able to decompress the first instance of the file and recompress the first instance of the file using the different compression scheme. If the single instancing system is not able to do so, the single instancing system stores the second instance of the file. However, this decompress and recompression may be too computationally expensive, depending upon various factors (for example, the time needed to decompress and recompress the file, the algorithm, etc.), and so the single instancing system may simply store the second instance of the file.
- For the second situation, if the second instance of the file is compressed using a compression scheme that is known to the single instancing system (for example, using a known compression algorithm), the single instancing system can avoid storing the second instance of the file. This is because, when the provider of the second compressed instance requests the file, the single instancing system can retrieve the first uncompressed instance, compress it using the known compression scheme and provide it to the requestor. However, if such compression is too computationally expensive, the single instancing system may simply store the second compressed instance of the file. If the second instance of the file is compressed using a compression scheme that is not known to the single instancing system, the single instancing system stores the second instance of the file. This is because the single instancing system has to be able to provide the second compressed instance of the file to the requestor when requested.
- For the third situation, if the first instance of the file is compressed in such a way that it can be decompressed by the single instancing system, the single instancing system can avoid storing the second uncompressed instance of the file. This is because, when the provider of the second uncompressed instance requests the file, the single instancing system can retrieve the first compressed instance, decompress it, and provide it to the requestor. However, if such decompression is too computationally expensive, the single instancing system may simply store the second uncompressed instance of the file. If the first instance of the file is compressed in such that it cannot be decompressed by the single instancing system, the single instancing system stores the second uncompressed instance of the file. This is because the single instancing system has to be able to provide the second uncompressed instance of the file to the requestor.
- The single instancing system may be configurable to reduce processing time, transmission bandwidth, and the like with small files. For example, an administrator-configurable value would allow the administrator to configure the single instancing system to ignore files or data objects below a given size. For example, any file or data object below a certain threshold (for example, one kilobyte) may simply be stored, and a substantially unique identifier would not determined for it. Any file or data object greater than the threshold (for example, one kilobyte) would then be single instanced. An administrator may adjust this threshold up or down. As another example, the single instancing system may allow the administrator to configure it to always single instance files or data objects of a certain type or category (for example, executable files or modules may always be single instanced if they rarely change).
- Alternatively, embodiments of the single instancing system may allow the administrator to never single instance files or data objects of a certain type or category (for example, log files may never be single instanced, because they typically change quite frequently) or compare data objects of certain different data formats.
- In yet other embodiments, the single instancing system can comprise multiple single instancing, or de-duplication, components (e.g., databases) for processing and/or storing single instance copies 350 of data from different applications and/or file formats. For example, in certain embodiments, a file when processed (e.g., checked in) by a SHAREPOINT application can be fundamentally altered such that it differs from the same file when processed in an EXCHANGE server environment.
- In view of the foregoing, certain embodiments of the single instancing system can determine that files or data objects from these two applications should not be considered together for single instancing since the copies of the same file will contain different data. Rather, the single instancing system can comprise different components that are each dedicated to single instance processing of the data from the two applications. For example, in certain embodiments, a first single instance database can allocated for SHAREPOINT data, while a second single instance database can be allocated for EXCHANGE data.
- Moreover, the same single instancing system components can be dedicated for single instancing data of different applications that process data in a similar manner. For instance, in certain embodiments, the second single instance database described above could be allocated for both EXCHANGE and file system data, while the first single instance database is reserved for SHAREPOINT data.
- In such embodiments, storage space can be advantageously allocated on one or more storage devices based on the expected amount of single instanced, or de-duplicated, data from the different applications. For example, a main or primary de-duplication database (e.g., having media with a faster access time) can be set aside for de-duplication of files or data objects from one or more applications or application formats producing a relatively large amount of data within a system, while a secondary de-duplication database can be reserved for data of one or more applications or application formats producing a relatively small amount of data in the system.
- In certain embodiments, as discussed below with reference to
FIGS. 3B and 3C , agents operating on one or more client devices can be used for identifying such application data that should or should not be considered together for possible de-duplication. Such identification could be performed, for example, when processing the client data to be sent to be backed up, archived or otherwise stored in secondary storage. - The single instancing system may further associate timestamps with the files or data objects or with their generated substantially unique identifiers. A timestamp may indicate the time at which the file or data object was created, last accessed or modified, or the time at which the single instancing system generated the substantially unique identifier for it, or the time at which the file or data object was stored by the single instancing system. The single instancing system may do so to determine whether a file or data object is substantially newer than another file or data object already stored in the single instancing system.
- For example, two files or data objects may have the same substantially unique identifier, meaning that they contain the same data. The single instancing system may compare the timestamp of the first, previously stored, file or data object with that of the second file or data object. If the timestamp of the second file or data object is substantially newer than the timestamp of the first file or data object, the single instancing system may nonetheless store the second file or data object, even though it is duplicative of a file or data object that is already stored.
- In this context, substantially newer means that the age (as determined by its timestamp) of the second file or data object is less than the age of the first, previously stored, file or data object by a certain amount or more (configurable by an administrator). The single instancing system could then prune off older versions as the data ages and is migrated to other storage, such as longer-term storage. For example, a first file or data object could have a timestamp indicating that its age is ten months. A second file or data object could have a timestamp indicating that its age is three months. If the administrator has configured the amount to be six months, then the second file or data object is substantially newer than the first file or data object, because the age of the second file or data object is less than the age of the first file or data object by more than the configured amount. Therefore, the single instancing system would store the second file or data object, and the first file or data object could be migrated to longer-term storage, such as to tape.
- The single instancing system may be employed in any variety of architectures. For example, it may be employed with heterogeneous storage hardware, and thus is not reliant on a specific hardware platform to perform all of the single instancing functions. Instead, multiple, different data storage platforms may be employed for storing data under the storage policies. Further, the architecture may be tiered or federated wherein one server manages multiple cells (and each of those cells in turn may manage lower tier cells). In some embodiments, the cells may be arranged in hierarchies or organized in configurations such as those described in U.S. patent application Ser. No. 12/060,186, filed Mar. 31, 2008, published as U.S. Patent Application Publication No. 2008-0250204 A1, the entirety of which is hereby incorporated herein by reference.
- The single instancing system may employ many other functions. For example, it may employ content indexing agents to index the content all data blocks. These content indexes may then be searched to permit users to readily locate desired data objects. Further details regarding content indexing may be found in U.S. patent application Ser. No. 11/694,869, filed Mar. 30, 2007, published as U.S. Patent Application Publication No. 2008-0091655 A1, the entirety of which is hereby incorporated herein by reference.
-
FIG. 3B is a block diagram that illustrates components of a content-aware de-duplication, or single-instancing,system 360, according to certain embodiments of the invention. In general, thede-duplication system 360, in certain embodiments, advantageously utilizes knowledge of file content to improve the de-duplication process by identifying the location(s) of files or data objects, such as data blocks, that are eligible and/or should be considered together for de-duplication. - In certain embodiments, the
de-duplication system 360 provides an end-to-end, block-based and/or file-based de-duplication system that can extend across multiple tiers of secondary storage (including disk and tape) and/or encompass reduction of stored data across multiple backups, archives, clients and/or platforms. Embodiments of thede-duplication system 360 further employ application-aware or content-aware de-duplication processes to more accurately find and reduce common patterns in data across disparate applications, operating systems, file systems and/or data types. - As illustrated, the content-
aware de-duplication system 360 comprises ade-duplication manager 362 that performs de-duplication of data received from one ormore client devices 364. In certain embodiments, thede-duplication manager 362 can comprise thesingle instancing system 100, or one or more components thereof. For example, thede-duplication manager 362 can receive secondary copies (e.g., backup, migration and/or archive copies) of data from theclient devices 364 and store at least portions of the secondary copies on thestorage device 366. - A
de-duplication database 368 can utilize one or more tables or other data structures to store substantially unique identifiers of data objects (e.g., files, blocks) that have already been stored on thestorage device 366. If a copy or instance of a data object received by thede-duplication manager 362 has already been stored on thestorage device 366, thede-duplication database 368 can be used to avoid sending an additional copy of the same data to thestorage device 366. Examples of similar single instancing configurations and methods usable with embodiments of the invention are further disclosed in U.S. Provisional Patent Application No. 61/100,686, filed Sep. 26, 2008, which is hereby incorporated herein by reference in its entirety. - As further illustrated by
FIG. 3B , each of theclients 364 comprises one ormore agents 370 operating thereon, or associated therewith, for performing data and/or storage tasks related to thecorresponding client 364. In certain embodiments, theagents 370 are data agents configured to generate secondary copies of data stored on, or accessible by, thecorresponding client 364 for storage on thestorage device 366. For instance, in certain embodiments, theagents 370 can advantageously be configured to translate or convert data on theclient devices 364 into a particular backup format for facilitating de-duplication by thede-duplication manager 362. - In certain further embodiments, the
agents 370 comprise application-specific, or content-aware, modules that are configured to access and process one or more particular data formats and/or data associated with a particular application. In certain embodiments, theagents 370 are advantageously used to process data within a database file, blob data and/or data encapsulated in another data format. For instance, eachagent 370 can be aware of the various files, folders, registry files and/or system resources that are impacted by a particular application. In certain embodiments, differentindividual agents 370 may be designed to handle MICROSOFT EXCHANGE data, SQL SERVER data, LOTUS NOTES data, MICROSOFT WINDOWS 2000 file system data, SHAREPOINT data, and other types of data. - In certain embodiments,
multiple agents 370 may be treated as separate agents even though they reside on thesame client 364. In other embodiments, the separate agents may be combined to form a virtual agent for performing storage operations related to a specific application. Also, although theagents 370 are illustrated as executing on theclient devices 364, it will be understood that embodiments of theagents 370 can also be configured to remotely access data stored on theclient devices 364 through one or more application programming interfaces (APIs), remote procedure calls (RPCs) or the like. - In certain embodiments, the
agent 370 is configured to perform data management or storage operations in accordance with one or more storage policies or other preferences. The storage polices and/or preferences may include, but are not limited to, information regarding storage locations, relationships between system components, network pathways, retention policies, data characteristics, compression or encryption requirements, preferred system components, combinations of the same or the like. - In certain embodiments, each
agent 370 can prepare the secondary copy of the data to facilitate subsequent de-duplication of data objects within the backup data. Such embodiments can advantageously improve the speed of de-duplication since the de-duplication preparation can be integrated with the normal backup process and since theagents 370 can use knowledge of both specific file formats of the client data and the de-duplication process occurring on the back end of thede-duplication system 360. - In certain embodiments, the
agent 370 identifies the locations of data objects within a file that should be considered for de-duplication. For instance, theagent 370 can indicate (e.g., via offsets) where thede-duplication manager 362 should start and/or stop considering data for possible de-duplication. - For instance, suppose the
agent 370 is instructed to process the data file 210 (seeFIG. 2 ), which was generated by an email server, to be backed up. In certain embodiments, because theagent 370 is familiar with the data format and structure of the data file 210, which containsmultiple email messages 230 andattachments 240 inmultiple user mailboxes 220, theagent 370 can identify to thede-duplication manager 362 where to begin within the data file 210 the de-duplication evaluation process. - For example, the
agent 370 may insert one or more markers within the data file 210 that identify location(s) where a data object (e.g., the body of an email message, an attachment) begins and/or ends. In certain embodiments, such identification information can be advantageously used by thede-duplication manager 362 to more quickly identify portions of one or more data files that may be more likely to contain duplicate data (e.g., attachments between multiple email messages). In certain embodiments, the marker can further identify the type of data associated with the data object. - In embodiments of the invention that utilize block-level de-duplication, the information inserted by the
agent 370 can advantageously assist thede-duplication manager 362 to know where to begin the de-duplication comparison of data such that a higher likelihood of detecting duplicate data is achieved. For instance, theagent 370 can process metadata and/or other file information regarding a particular data file to detect where logical or natural divisions within the file should be identified (e.g., an offset of a mail data file at which an attachment begins). As a result, it is more likely that like blocks are detected since thede-duplication manager 362 can proceed with its comparison and analysis of data blocks in corresponding locations of the data. - For example, suppose two different email messages to be backed up contain the same data object as an attachment, but the bodies of the email messages differ in size. If a block-
level de-duplication manager 362 begins its comparison process at the beginning of each email message by comparing set de-duplication block sizes (e.g., 32 KB), thede-duplication manager 362 may not detect a match of the attachments of the two email messages since the attachments may be located at different offsets within the respective email messages (e.g., 40 KB and 46 KB). - However, using the identifying information generated by the
agents 370, thede-duplication manager 362 can be instructed to begin the block-level comparison at the respective offsets within the two email messages whereat the particular attachments begin. As a result, such embodiments can advantageously increase the likelihood that duplicate data will be detected between data of like files (e.g., generated from the same application). - Although the
agent 370 has been described as processing particular types of data (e.g., mail data), it will be understood that other embodiments of the invention can be used with a variety of different types of data and thatdifferent agents 370 can be associated with the different types of data to identify possible common duplicate data therein. For instance, a first agent can be used to identify data objects within an EXCHANGE server data file, while a second agent can be used to identify data objects within file system data such that thede-duplication manager 362 can more easily detect duplicate data objects between the two types of data. - In yet other embodiments, the
agent 370 can generate substantially unique identifiers, as discussed above with respect toFIG. 1 , for one or more files or data objects to be backed up. -
FIG. 3C illustrates exemplary fields of achunk file 380 usable with the de-duplication/single instancing systems disclosed herein. In particular, thechunk file 380 can be used for transmitting client data to be backed up or archived on one or more storage devices. Moreover, thechunk file 380 can advantageously comprise one or more file markers or other information added by one or more content-aware agents 370 that identify data to be considered for possible de-duplication. For exemplary purposes, thechunk file 380 will be described with reference to the components of thede-duplication system 360 ofFIG. 3B . - The
chunk file 380 includes achunk header 382 comprising metadata regarding thechunk file 380. Thechunk file 380 further comprises a plurality oftag headers 384 that are each associated with adata payload 386 containing the actual data to be backed up. In certain embodiments, eachtag header 384 comprises metadata (e.g., size, data type, or the like) regarding the data in thecorresponding payload section 386. - As shown, each of the
tag headers 384 comprises ade-duplication identifier 388. In certain embodiments, theidentifier 388 indicates whether or not one or more data objects within thecorresponding payload 386 should be considered for de-duplication. For instance, in certain embodiments, theidentifier 388 comprises a single bit that indicates whether or not thede-duplication manager 362 should consider the data of thecorresponding payload 386 for de-duplication. - In yet other embodiments, the
identifier 388 can comprise a file marker or other data structure that demarcates payload data for possible de-duplication. For instance, theidentifier 388 may identify particular offsets within thepayload 386 whereat thede-duplication manager 362 should start and/or stop considering data objects for de-duplication. In certain embodiments, theidentifier 388 can comprise a tag, a pointer, an index or table entry, a flag, a bit, a header, combinations of the same or the like. - In yet other embodiments, the
identifier 388 can identify data objects that can or cannot be single instanced with other data objects (e.g., based on file types). In such embodiments,identifiers 388 may indicate that data of aparticular payload 386 should be considered for de-duplication with reference to a first de-duplication database, while data of asecond payload 386 should be considered for de-duplication with reference to a second de-duplication database. - In certain embodiments, the
agent 370 inserts theidentifier 388 in thechunk file 380. In certain embodiments, one ormore agents 370 can also separate data of different applications and/or formats that should not be considered together for single instancing into separate payloads (e.g., under different tag headers) or separate chunk files. - Although
FIG. 3C and the accompanying disclosure refer to chunk files for transmitting data, other embodiments of the invention can utilize different means or methods for transmitting data in which data therein is selectively identified for possible de-duplication. For instance, theagents 370 can be configured to insert similar file markers, bits and/or other data structures in a data stream being sent to thede-duplication manager 362 or other de-duplication reader/listener for consideration for de-duplication. In yet other embodiments, the describedchunk file 380 can be used in archiving, migration, and/or other data storage methods that generate secondary copies of data. - Determining Data Obiect Similarity
- Various methods of determining if one file or data object is similar (e.g., two instances of the same data) to another file or data object will now be described. However, those of ordinary skill in the art will recognize that many other methods besides those described herein may be used to achieve similar results.
- In some embodiments, the single instancing system determines if two files or data objects are similar by performing a binary comparison. For example, a first file or data object can be compared byte by byte with a second file or data object, or portions of the first file or data object can be compared with portions of the second file or data object. If each byte of the compared data in each file or data object matches, then the two files or data objects are identical and therefore similar. Otherwise, the two files or data objects do not match and are not treated as similar.
- In some embodiments, the single instancing system determines if two files or data objects are similar by creating a digest or fingerprint of the data contained in each file or data object. For example, as storage operations are performed, the single instancing system may perform a cryptographic hash on each file or data object to create a digest of the file or data object. The single instancing system compares the digest of the file or data object with stored digests created for other files or data objects. If the digests of two files or data objects match, then the single instancing system may consider the files or data objects to be identical. The single instancing system can use any suitable hashing algorithm, such as SHA512. For applications that create data files having embedded data objects, the single instancing system identifies the embedded data objects, and determines the similarity of each data object with other data objects found either within the same data file or in other data files or stores managed by the single instancing system.
-
FIGS. 4-6 are representative flow diagrams that depict processes used in some embodiments. These flow diagrams do not show all functions or exchanges of data, but instead they provide an understanding of commands and data exchanged under the single instancing system. Those skilled in the relevant art will recognize that some functions or exchange of commands and data may be repeated, varied, omitted, or supplemented, and other (less important) aspects not shown may be readily implemented. -
FIG. 4 is a flow diagram that illustrates the processing of the storageoperation manager component 160 of the single instancing system in one embodiment. The storageoperation manager component 160 is invoked when a storage operation that creates a copy of a file is requested (e.g., when backing up the application file (block 400)). Inblock 410, the storageoperation manager component 160 identifies data objects within the file to be copied, such as by using information about the application that created the file and the format used by the application to store data objects. - For example, the application may provide an object model that the storage
operation manager component 160 can invoke to enumerate objects within the file, or the storageoperation manager component 160 may understand the format used by the application for storing objects in the file. An application author, manufacturer or third party may also provide a module for parsing the application file that the storageoperation manager component 160 can invoke. In this way, the application author, manufacturer or third party can provide access to the data objects within the file without exposing the actual format used to third parties. - In certain embodiments, the storage
operation manager component 160 further identifies files or data objects from different applications that should be considered separately for de-duplication. For instance, the storageoperation manager component 160 can identify one or more files or data objects from a first application or data format to be associated with a first de-duplication database, while identifying one or more files or data objects from a second application or data format to be associated with a second de-duplication database. In yet other embodiments, one ormore agents 370 can perform one or more of the functions described above with respect toblocks 400 and/or 410. - In
block 415, the storageoperation manager component 160 selects the first identified data object. Inblock 420, the storageoperation manager component 160 determines whether the data object is unique, or if the storage manager component has previously copied the data object. For example, the storageoperation manager component 160 may compute a digest in the manner described herein, and compare the digest to the digests of previously copied data objects to determine if the data object is an instance of a previously copied data object. Indecision block 430, if the data object is unique, then the storageoperation manager component 160 continues atblock 450, else the storageoperation manager component 160 continues atblock 440. Inblock 440, the storageoperation manager component 160 adds a reference (e.g., to an index of data managed by the single instancing system, such as by incrementing a reference count in the index) to the already backed up instance of the data object, and then continues to block 460. Inblock 450, the component stores the unique data object. Indecision block 460, if the storageoperation manager component 160 identified more data objects within the file, then the storageoperation manager component 160 loops to block 415 to select the next data object, else the storageoperation manager component 160 completes. -
FIG. 5 is a flow diagram that illustrates the processing of the single instancing system to determine whether a file or data object is unique, in one embodiment. These blocks may be invoked by thestorage operation component 160, such as when performing a storage operation as described inFIG. 4 or at other times. Inblock 510, theidentifier generation component 120 generates a substantially unique identifier of the file or data object that is the target of the storage operation. Inblock 520, thefile identification component 110 gathers (for example, by querying the file system of a client) additional information about the file or data object, such as the file or data object's size, security information, or other attributes. Inblock 530, theidentifier comparison component 130 determines if the substantially unique identifier of the file or data object and any supplemental information matches that of any existing file or data object tracked by the singleinstance database component 140. - In
decision block 540, if the data objects match, then the single instancing system continues atblock 550, otherwise the single instancing system continues atblock 570. Inblock 550, the single instancing system reports to the entity that invoked the storageoperation manager component 160 that the file or data object is not unique. Inblock 560, the single instancing system updates the substantially unique identifier reference count tracked by the singleinstance database component 140 and then concludes. Inblock 570, the single instancing system reports to the entity that invoked the storageoperation manager component 160 that the file or data object is unique. Inblock 580, the single instancing system adds the file or data object's substantially unique identifier and other information to the list of files and data objects tracked by the singleinstance database component 140. The process then concludes. -
FIG. 6 is a flow diagram that illustrates the processing of the storageoperation manager component 160 to restore data, in one embodiment. The single instancing system invokes the storageoperation manager component 160 when it receives a request, for example, to restore data. Inblock 610, the storageoperation manager component 160 receives a request to restore data. Inblock 620, the storageoperation manager component 160 selects the next file or data object referred to by the request. For example, the request may identify ten files or data objects, and the storageoperation manager component 160 selects the first file or data object on which to perform the following blocks. - In
decision block 630, if the selected file or data object is a reference to an instance of a file or data object stored somewhere else, then the storageoperation manager component 160 continues atblock 640, else the storageoperation manager component 160 continues atblock 650. Inblock 640, the storageoperation manager component 160 locates the referenced instance of the file or data object and continues to block 655. In block 655, the storageoperation manager component 160 restores the file or data object from the referenced instance of the file or data object. Inblock 650, the storageoperation manager component 160 restores the file or data object directly from the file or data object. Indecision block 660, if there are more files or data objects referred to by the received request, then the storageoperation manager component 160 loops to block 620 to select the next file or data object on which to perform these blocks, else the storageoperation manager component 160 completes. - Single Instance Continuous Data Replication
- Where multiple computing systems containing data that is to be single instanced are located remotely from a single instancing database, various system configurations may be employed to avoid transferring data that is common to the remote multiple computing systems to the single instancing database. Three example configurations are described herein. Under a first configuration, a single instancing database is maintained at a first location and at each remote location (e.g., a second location, a third location, etc.). De-duplicated information in the single instancing database at each remote location is transferred to the single instancing database at the first location.
- Under a second configuration, a single instancing database is maintained at a first location, and a computing system at each remote location (e.g., a second location, a third location, etc.) sends queries to the single instancing database at the first location to identify what data to transfer to the single instancing database. Under a third configuration, each computing system at each remote location (e.g., a second location, a third location, etc.) queries a single instancing database at a first location before transferring any data to the single instancing database. Each of these configurations is discussed separately below. In the discussed configurations, the example of a central or home office with one or more remote or satellite offices is used, where each remote office includes one or more computing systems. Although the terminology used to discuss these configurations implies a certain geographical positioning of computing systems, the single instancing system described herein may be used in a wide variety of configurations and is not limited to a specific geographical positioning.
- Furthermore, the single instancing system described herein is not limited to the hub-and-spoke model implied by the terminology used to discuss these configurations. For example, a multi-tier hierarchical configuration could be employed, in which computing systems at the leaf nodes transfer data to computing systems at their respective parent nodes, which transfer data to computing systems at their parent nodes, and so on, up to the computing system at the top-most node of the hierarchy. As another example, a mesh configuration could be employed, in which a first computing system in the mesh configuration transfers data to a second computing system, the data to be ultimately transferred to a third computing system.
- CDR, also called continuous data protection or continuous backup, refers to copying computer data by automatically saving a copy of every change made to that data, essentially capturing every version of the data that the user saves. It allows an administrator (or other user) to restore data to previous point(s) in time. There are multiple methods known in the art for capturing the continuous changes involving different technologies that serve different needs. CDR-based solutions can provide fine granularities of restorable objects ranging from disk images to logical data objects such as files, email data files, email messages, and database files and logs.
- CDR differs from traditional backup or copy operation in that an administrator (or other user) does not have to specify the point in time to which the administrator would like to recover until the administrator is ready to perform a restore. Traditional backups or copy operations can only restore data to the point at which the backup or copy was made. With CDR, there are typically no backup or copy schedules. When data is written to disk, it can also be synchronously or asynchronously written to a second location, usually another computer over the network. In some situations, CDR will require less space on secondary storage media (usually disk) than traditional backup or copy operations. Most CDR solutions save byte- or block-level differences rather than file-level differences. This means that if one byte of a 100 GB file is changed, only the changed byte or block is backed up or copied. In contrast, traditional incremental and differential backups and copy operations generally make copies of entire files when those files change.
-
FIG. 7 illustrates an environment according to the first example configuration. In the environment ofFIG. 7 , tworemote offices home office 730. AlthoughFIG. 7 depicts two remote offices 710, only a single remote office, or more than two remote offices, may be connected to thehome office 730. Each remote office includes its own single instance database 740. For example,remote office 710 a includessingle instance database 740 a and remote office 720 includessingle instance database 740 b. Multipleclient computing systems -
Clients 760 a are part ofremote office 710a, and store data insingle instance database 740a.Clients 760 b are part ofremote office 710 b, and store data insingle instance database 740 b. The clients 760 may be connected to their respective remote office 710 by way of a local area network (wired or wireless), with the remote offices 710 being connected to thehome office 730 by a wide area network, or other network such as a public computer network (e.g., the Internet). By employing known CDR techniques, data from each remote single instance database 740 is sent to thehome office 730 to be stored in a central data store (not shown inFIG. 7 ) at thehome office 730. Accordingly, data is copied from clients 760 to a local single instance database 740, and then data blocks unique to that remote office 710 are provided using CDR to create a copy at thehome office 730. - Each remote office 710 tracks incremental changes for its clients 760, and then employs CDR to transmit those incremental changes to the
home office 730. Thehome office 730 may then in turn employ its ownsingle instance database 790 to avoid any duplication between the remote offices 710. For example, clients 760 that run MICROSOFT WINDOWS typically will each have a similar C:\Windows directory containing operating system files. Multiple client computing systems 760 will have stored a single copy of the C:\Windows directory at the remote single instance database 740, which will then be replicated to the central data store at thehome office 730. Thehome office 730 will in turn store a single copy of the C:\Windows directory in thesingle instance database 790. -
FIG. 8 is a flow diagram that illustrates copying a remote file or data object in the environment ofFIG. 7 . Inblock 810, the single instancing system receives a request to perform a storage operation. For example, the request may be a routinely scheduled request to backup or copy the contents of a client computing system 760. For each file or data object involved in the request, the single instancing system performs the following blocks. Inblock 820, the single instancing system copies the file or data object from the client computing system 760 to a single instance database 740 located at the remote office 710. The single instance database 740 ensures that only one copy of each file or data object is stored. - For example, the single instance database 740 may create or have created a substantially unique identifier for each stored file or data object and create or have created a substantially unique identifier for each new file or data object to be stored. The single instance database 740 may then compare the substantially unique identifier of the new file or data object with that of each previously stored file or data object to determine whether the new file or data object is already stored. In some embodiments, the single instance database 740 may store metadata that is specific to some clients while only storing one instance of the file or data object itself.
- Accordingly, the client 760 copies data to a computing system that is geographically close, and then later the data from each client 760 can be copied to the
home office 730 by copying the single instance or unique data from the single instance database 740 at the remote office 710. In this context, computing systems that are geographically close refers to computing systems that may be in the same room, in the same building or on the same campus. Computing systems that are geographically remote refers to computing systems that are not geographically close. Inblock 830, the single instancing system replicates the contents of the remote single instance database 740 to thehome office 730. This block can be performed using CDR or other traditional methods of copying data. Afterblock 830, these blocks conclude. Using this method, each remote single instance database 740 may send identical files or data objects to the home office single instance database 790 (i.e., data that is unique as to each individual remote office 710, but duplicative as to both remote offices 710). However, only one instance of each file or data object at the remote office 710 is stored by the home officesingle instance database 790. -
FIG. 9 illustrates an environment according to the second example configuration. In the environment ofFIG. 9 , tworemote offices single home office 930. AlthoughFIG. 9 depicts two remote offices 910, only a single remote office, or more than two remote offices, may be connected to thehome office 930. Remote office 910 includes multipleclient computing systems 960 a and adata store 940 a.Remote office 910 b includes multipleclient computing systems 960 b and adata store 940 b. Thehome office 930 maintains asingle instance database 990. The remote office 910 generates a substantially unique identifier for each file or data object that is to be potentially stored. - For example, the remote office 910 may include a computing system (not shown in
FIG. 9 ) that generates the substantially unique identifier for each file or data object that is to be potentially stored on behalf of clients 960. The remote office 910 then transmits the substantially unique identifier to thehome office 930. Thehome office 930 checks thesingle instancing database 990 to determine whether the transmitted substantially unique identifier matches any existing substantially unique identifier in thesingle instance database 990 in order to determine whether the file or data object that is to be potentially stored is redundant. Thehome office 930 then sends a response back to the remote office 910 that indicates whether the file or data object that is to be potentially stored is unique. The remote office 910 stores the unique files or data objects locally in a data store 940. The remote office 910 then employs CDR to incrementally transfer new changes or updates to thehome office 930. - The single instancing system may employ various optimization techniques. For example, the remote office 910 may cache substantially unique identifiers and only transmit one instance of a substantially unique identifier to the
home office 930 if it detects more than one instance of the same substantially unique identifier. After the single instancing system has made a request to thesingle instance database 990 to determine if a particular file or data object is unique, the remote office 910 may cache the response so that subsequent identical files or data objects do not generate a new request to thesingle instance database 990. Rather, the single instancing system consults the cache first to determine if a previous request determined whether the file or data object is unique. If the cache responds that the file or data object is not unique, then the remote office 910 does not need to query thesingle instance database 990 to determine if the file or data object is unique. -
FIG. 10 is a flow diagram that illustrates copying a remote file or data object in the environment ofFIG. 9 . Inblock 1010, the single instancing system receives a request to perform a storage operation. For each file or other data object involved in the request, the single instancing system performs the following blocks. Inblock 1020, the single instancing system copies the file or data object to a data management server (not shown inFIG. 9 ) that caches files or data objects at the remote office 910. Thus, the client copies data to a computing system that is geographically close. The data management server in this method may contain duplicate files or data objects from many clients 960. According to this method the data management server does not do single instancing of its own. - In
block 1030, the single instancing system queries thesingle instance database 990 at thehome office 930 to determine whether thesingle instance database 990 already has a copy of the file or data object. Indecision block 1040, if the file or data object is new to thesingle instance database 990, then the single instancing system continues atblock 1050, else these blocks conclude. Inblock 1050, the single instancing system copies the new file or data object to thesingle instance database 990. If there are duplicates of the file or data object, then later when thesingle instance database 990 is queried for the duplicate files or data objects, thesingle instance database 990 will indicate that the file or data object is not new and need not be copied. In this way, duplicate data is not sent to thehome office 930. Afterblock 1050, these blocks conclude. This method differs from the method ofFIG. 8 in that duplicate data may be stored at the remote office 910, but duplicate data is not sent to thehome office 930. In general, in comparison with the method ofFIG. 8 , the method ofFIG. 10 will send more queries to thehome office 930, but less data. -
FIG. 11 illustrates an environment according to the third example configuration. In the environment ofFIG. 11 , each remote client 1160 (as opposed to each remote office 1110) transmits a query with a substantially unique identifier to thehome office 1130. Eachclient 1160 may have generated the substantially unique identifier itself, or another computing system may generate them on behalf of theclients 1160. Thesingle instance database 1190 determines whether the substantially unique identifier is already stored (i.e., indicating that the corresponding file or data object has previously been stored) and transmits a response to theclient 1160. If the response indicates that the file or data object is new, then theclient 1160 sends that file or data object to thehome office 1130. The single instancing system typically does not employ CDR, and eachremote office 1110 typically does not include a local data store used by itsclients 1160. The single instancing system may employ caching for optimization at eachclient 1160. Thehome office 1130 also uses asingle instance database 1190 to store only a single instance of each file or data object. -
FIG. 12 is a flow diagram that illustrates copying a remote file or data object in the environment ofFIG. 11 . Inblock 1210, the single instancing system receives a request to perform a storage operation. For each file or other data object involved in the request, the single instancing system performs the following blocks. Inblock 1220, the single instancing system queries thesingle instance database 1190 at thehome office 1130 to determine whether thesingle instance database 1190 already has a copy of the file or data object. Indecision block 1230, if the file or data object is new to thesingle instance database 1190, then the single instancing system continues atblock 1240, else these blocks conclude. Inblock 1240, the single instancing system copies the new file or data object directly from theclient 1160 to thesingle instance database 1190. In this way, duplicate data is not sent to thehome office 1130. Afterblock 1240, these blocks conclude. This method differs from the method ofFIG. 10 in that theremote office 110 does not employ a remote file cache. Therefore, the method ofFIG. 12 results in the sending of additional queries from theclients 1160 to thehome office 1130 because eachclient 1160 will query thesingle instance database 1190. - As shown in
FIGS. 7-12 , the single instancing system does not always maintain a single instance database in the same location. Various benefits are derived by maintaining a single instance database in various locations. For example, a single instance database may be maintained in a production environment (for example, geographically close to production servers) so as to reduce the amount of time needed to single instance data or to reduce the amount of data to be transmitted between computing systems. The data stored in the single instance database may then be replicated to another single instance database or secondary storage. - Conclusion
- From the foregoing, it will be appreciated that specific embodiments of the storage system have been described herein for purposes of illustration, but that various modifications may be made without deviating from the spirit and scope of the invention. For example, although backup operations have been described, the single instancing system may be used to reduce many types of redundant storage operations. As one example, the storage system may be employed by an Internet proxy server to reduce downloading of redundant files over the Internet by tracking a digest of each downloaded file and the location of a downloaded instance of the file behind the proxy server such that subsequent requests for the file can be serviced from the previously downloaded instance without accessing the file over the Internet. Similarly, the storage system could be used by a file system to reduce storage space by storing a single copy of data placed in multiple locations throughout the file system.
- Unless the context clearly requires otherwise, throughout the description and the claims, the words “comprise,” “comprising,” and the like are to be construed in an inclusive sense, as opposed to an exclusive or exhaustive sense; that is to say, in the sense of “including, but not limited to.” The word “coupled”, as generally used herein, refers to two or more elements that may be either directly connected, or connected by way of one or more intermediate elements. Additionally, the words “herein,” “above,” “below,” and words of similar import, when used in this application, shall refer to this application as a whole and not to any particular portions of this application. Where the context permits, words in the above Detailed Description using the singular or plural number may also include the plural or singular number respectively. The word “or” in reference to a list of two or more items, that word covers all of the following interpretations of the word: any of the items in the list, all of the items in the list, and any combination of the items in the list.
- The above detailed description of embodiments of the invention is not intended to be exhaustive or to limit the invention to the precise form disclosed above. While specific embodiments of, and examples for, the invention are described above for illustrative purposes, various equivalent modifications are possible within the scope of the invention, as those skilled in the relevant art will recognize. For example, while processes or blocks are presented in a given order, alternative embodiments may perform routines having steps, or employ systems having blocks, in a different order, and some processes or blocks may be deleted, moved, added, subdivided, combined, and/or modified. Each of these processes or blocks may be implemented in a variety of different ways. Also, while processes or blocks are at times shown as being performed in series, these processes or blocks may instead be performed in parallel, or may be performed at different times.
- The teachings of the invention provided herein can be applied to other systems, not necessarily the system described above. The elements and acts of the various embodiments described above can be combined to provide further embodiments.
- While certain embodiments of the inventions have been described, these embodiments have been presented by way of example only, and are not intended to limit the scope of the disclosure. Indeed, the novel methods and systems described herein may be embodied in a variety of other forms; furthermore, various omissions, substitutions and changes in the form of the methods and systems described herein may be made without departing from the spirit of the disclosure. The accompanying claims and their equivalents are intended to cover such forms or modifications as would fall within the scope and spirit of the disclosure.
Claims (20)
1. A system for creating a backup copy of data, the system comprising:
computer readable memory comprising at least a first de-duplication database associated with data generated by at least first and second clients;
a de-duplication module executing on one or more computer processors comprising computer hardware, the de-duplication module receives the data and performs de-duplication as part of a backup of the data, the de-duplication module further configured to:
determine if a duplicate copy of a first portion of the data from the first client exists in the first de-duplication database; and
if a duplicate copy does not exist in the first de-duplication database, storing first metadata that identifies the first client in association with the duplicate copy;
determine if a duplicate copy of a second portion of the data from the second client exists in the first de-duplication database;
if a duplicate copy of the second portion of the data exists in the first de-duplication database, removing the duplicate data in the second portion of the data;
determining whether second metadata in the second portion of the data identifies whether the second client is unique; and
if the second metadata is unique, storing the second metadata in association with the duplicate copy in the first de-duplication database, store the first and second metadata associated with the duplicate copy wherein the first metadata that identifies the first client and the second metadata that identifies the second client are stored in association with the duplicate copy.
2. The system of claim 1 wherein the first and second metadata identify differing operating systems.
3. The system of claim 1 wherein the first and second metadata identify differing permissions.
4. The system of claim 1 wherein the data comprises first application-specific data associated with a first application and second application-specific data associated with a second application.
5. The system of claim 4 , further comprising a third module executing on one or more computer processors configured to:
parse the second application-specific data that is different in format than the first application-specific data, the second application-specific data comprising a second plurality of data objects;
identify portions within the second plurality of data objects to be considered for de-duplication; and
insert at least one de-duplication indicator in the second application-specific data that identifies at least one location of the identified portions in the second plurality of data objects to be considered for de-duplication.
6. The system of claim 4 wherein the de-duplication module is further configured to determine whether a duplicate copy of the second portion of the data exists in a second de-duplication database.
7. The system of claim 4 wherein the inserted at least one de-duplication indicator in the second application-specific data further identifies that the second de-duplication database is to be used in de-duplicating the application-specific data.
8. The system of claim 4 wherein:
the first de-duplication database is configured to store unique blocks of the first portion of the data associated with the first application-specific data; and
the second de-duplication database is configured to store unique blocks of the second portion of the data associated with the second application-specific data, wherein the first de-duplication database is separate and different from the second de-duplication database.
9. The system of claim 4 wherein the inserted at least one de-duplication indicator indicates at least one of the first de-duplication database and the second de-duplication database.
10. The system of claim 4 wherein the first application-specific data is associated with an electronic mail server application.
11. A method for creating a backup copy of data, the method comprising:
storing a first de-duplication database associated with data generated by at least first and second clients;
performing de-duplication of the data as part of a backup of the data;
determining if a duplicate copy of a first portion of the data from the first client exists in the first de-duplication database;
if a duplicate copy of the first portion of the data does not exist in the first de-duplication database, storing first metadata that identifies the first client in association with the duplicate copy;
determining if a duplicate copy of a second portion of the data from the second client exists in the first de-duplication database;
if a duplicate copy associated with the second portion of the data exists in the first de-duplication database, removing the duplicate data in the second portion of the data;
determining whether second metadata in the second portion of the data identifies whether the second client is unique; and
if the second metadata is unique, storing the second metadata in association with the duplicate copy in the first de-duplication database, wherein the backup copy stores the first and second metadata associated with the duplicate copy wherein the first metadata that identifies the first client and the second metadata that identifies the second client are stored in association with the duplicate copy.
12. The method of claim 11 wherein the first and second metadata identify differing operating systems.
13. The method of claim 11 wherein the first and second metadata identify differing permissions.
14. The method of claim 11 wherein the data comprises first application-specific data associated with a first application and second application-specific data associated with a second application.
15. The method of claim 14 further comprising:
parsing the second application-specific data that is in a different format than the first application-specific data, the second application-specific data comprising a second plurality of second data objects;
identifying portions within the second plurality of second data objects to be considered for de-duplication; and
inserting at least one de-duplication indicator in the second application-specific data that identifies at least one location of the identified portions in the second plurality of data objects to be considered for de-duplication.
16. The method of claim 14 further comprising determining whether the duplicate copy of the second portion of the data exists in a second de-duplication database.
17. The method of claim 14 wherein the inserted de-duplication indicators in the second application-specific data further identify that the second de-duplication database is to be used in de-duplicating the application-specific data.
18. The method of claim 14 wherein:
the first de-duplication database is configured to store unique blocks of the first portion of the data associated with the first application-specific data; and
the second de-duplication database is configured to store unique blocks of the second portion of the data associated with the second application-specific data, wherein the first de-duplication database is separate and different from the second de-duplication database.
19. The method of claim 14 wherein the inserted at least one de-duplication indicators indicate at least one of the first de-duplication database and the second de-duplication database.
20. The method of claim 14 wherein the first application-specific data is associated with an electronic mail server application.
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US15/198,269 US20160306708A1 (en) | 2008-06-24 | 2016-06-30 | De-duplication systems and methods for application-specific data |
US15/991,849 US11016859B2 (en) | 2008-06-24 | 2018-05-29 | De-duplication systems and methods for application-specific data |
Applications Claiming Priority (5)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US12/145,342 US8219524B2 (en) | 2008-06-24 | 2008-06-24 | Application-aware and remote single instance data management |
US16507109P | 2009-03-31 | 2009-03-31 | |
US12/724,292 US8484162B2 (en) | 2008-06-24 | 2010-03-15 | De-duplication systems and methods for application-specific data |
US13/931,654 US9405763B2 (en) | 2008-06-24 | 2013-06-28 | De-duplication systems and methods for application-specific data |
US15/198,269 US20160306708A1 (en) | 2008-06-24 | 2016-06-30 | De-duplication systems and methods for application-specific data |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US13/931,654 Continuation US9405763B2 (en) | 2008-06-24 | 2013-06-28 | De-duplication systems and methods for application-specific data |
Related Child Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US15/991,849 Continuation US11016859B2 (en) | 2008-06-24 | 2018-05-29 | De-duplication systems and methods for application-specific data |
Publications (1)
Publication Number | Publication Date |
---|---|
US20160306708A1 true US20160306708A1 (en) | 2016-10-20 |
Family
ID=43465981
Family Applications (4)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US12/724,292 Active 2028-09-14 US8484162B2 (en) | 2008-06-24 | 2010-03-15 | De-duplication systems and methods for application-specific data |
US13/931,654 Expired - Fee Related US9405763B2 (en) | 2008-06-24 | 2013-06-28 | De-duplication systems and methods for application-specific data |
US15/198,269 Abandoned US20160306708A1 (en) | 2008-06-24 | 2016-06-30 | De-duplication systems and methods for application-specific data |
US15/991,849 Active 2031-02-21 US11016859B2 (en) | 2008-06-24 | 2018-05-29 | De-duplication systems and methods for application-specific data |
Family Applications Before (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US12/724,292 Active 2028-09-14 US8484162B2 (en) | 2008-06-24 | 2010-03-15 | De-duplication systems and methods for application-specific data |
US13/931,654 Expired - Fee Related US9405763B2 (en) | 2008-06-24 | 2013-06-28 | De-duplication systems and methods for application-specific data |
Family Applications After (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US15/991,849 Active 2031-02-21 US11016859B2 (en) | 2008-06-24 | 2018-05-29 | De-duplication systems and methods for application-specific data |
Country Status (1)
Country | Link |
---|---|
US (4) | US8484162B2 (en) |
Cited By (28)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20160162207A1 (en) * | 2014-12-03 | 2016-06-09 | Netapp, Inc. | System and method for data deduplication utilizing extent id database |
US9619480B2 (en) | 2010-09-30 | 2017-04-11 | Commvault Systems, Inc. | Content aligned block-based deduplication |
US9633056B2 (en) | 2014-03-17 | 2017-04-25 | Commvault Systems, Inc. | Maintaining a deduplication database |
US9633033B2 (en) | 2013-01-11 | 2017-04-25 | Commvault Systems, Inc. | High availability distributed deduplicated storage system |
US9639289B2 (en) | 2010-09-30 | 2017-05-02 | Commvault Systems, Inc. | Systems and methods for retaining and using data block signatures in data protection operations |
US9858156B2 (en) | 2012-06-13 | 2018-01-02 | Commvault Systems, Inc. | Dedicated client-side signature generator in a networked storage system |
US9898478B2 (en) | 2010-12-14 | 2018-02-20 | Commvault Systems, Inc. | Distributed deduplicated storage system |
US9934238B2 (en) | 2014-10-29 | 2018-04-03 | Commvault Systems, Inc. | Accessing a file system using tiered deduplication |
US10061663B2 (en) | 2015-12-30 | 2018-08-28 | Commvault Systems, Inc. | Rebuilding deduplication data in a distributed deduplication data storage system |
US10191816B2 (en) | 2010-12-14 | 2019-01-29 | Commvault Systems, Inc. | Client-side repository in a networked deduplicated storage system |
US10339106B2 (en) | 2015-04-09 | 2019-07-02 | Commvault Systems, Inc. | Highly reusable deduplication database after disaster recovery |
US10380072B2 (en) | 2014-03-17 | 2019-08-13 | Commvault Systems, Inc. | Managing deletions from a deduplication database |
US10481826B2 (en) | 2015-05-26 | 2019-11-19 | Commvault Systems, Inc. | Replication using deduplicated secondary copy data |
US10540327B2 (en) | 2009-07-08 | 2020-01-21 | Commvault Systems, Inc. | Synchronized data deduplication |
US11010258B2 (en) | 2018-11-27 | 2021-05-18 | Commvault Systems, Inc. | Generating backup copies through interoperability between components of a data storage management system and appliances for data storage and deduplication |
US11016859B2 (en) | 2008-06-24 | 2021-05-25 | Commvault Systems, Inc. | De-duplication systems and methods for application-specific data |
US11249858B2 (en) | 2014-08-06 | 2022-02-15 | Commvault Systems, Inc. | Point-in-time backups of a production application made accessible over fibre channel and/or ISCSI as data sources to a remote application by representing the backups as pseudo-disks operating apart from the production application and its host |
US11263215B2 (en) * | 2015-02-12 | 2022-03-01 | Scuba Analytics, Inc. | Methods for enhancing rapid data analysis |
US11294768B2 (en) | 2017-06-14 | 2022-04-05 | Commvault Systems, Inc. | Live browsing of backed up data residing on cloned disks |
US11314424B2 (en) | 2015-07-22 | 2022-04-26 | Commvault Systems, Inc. | Restore for block-level backups |
US11321195B2 (en) | 2017-02-27 | 2022-05-03 | Commvault Systems, Inc. | Hypervisor-independent reference copies of virtual machine payload data based on block-level pseudo-mount |
US11372851B2 (en) | 2014-03-10 | 2022-06-28 | Scuba Analytics, Inc. | Systems and methods for rapid data analysis |
US11416341B2 (en) | 2014-08-06 | 2022-08-16 | Commvault Systems, Inc. | Systems and methods to reduce application downtime during a restore operation using a pseudo-storage device |
US11436038B2 (en) | 2016-03-09 | 2022-09-06 | Commvault Systems, Inc. | Hypervisor-independent block-level live browse for access to backed up virtual machine (VM) data and hypervisor-free file-level recovery (block- level pseudo-mount) |
US11442896B2 (en) | 2019-12-04 | 2022-09-13 | Commvault Systems, Inc. | Systems and methods for optimizing restoration of deduplicated data stored in cloud-based storage resources |
US11687424B2 (en) | 2020-05-28 | 2023-06-27 | Commvault Systems, Inc. | Automated media agent state management |
US11698727B2 (en) | 2018-12-14 | 2023-07-11 | Commvault Systems, Inc. | Performing secondary copy operations based on deduplication performance |
US11829251B2 (en) | 2019-04-10 | 2023-11-28 | Commvault Systems, Inc. | Restore using deduplicated secondary copy data |
Families Citing this family (139)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8090658B2 (en) * | 2006-06-23 | 2012-01-03 | International Business Machines Corporation | System and method of member unique names |
US7840537B2 (en) | 2006-12-22 | 2010-11-23 | Commvault Systems, Inc. | System and method for storing redundant information |
US8769048B2 (en) | 2008-06-18 | 2014-07-01 | Commvault Systems, Inc. | Data protection scheduling, such as providing a flexible backup window in a data protection system |
US8352954B2 (en) | 2008-06-19 | 2013-01-08 | Commvault Systems, Inc. | Data storage resource allocation by employing dynamic methods and blacklisting resource request pools |
US9128883B2 (en) | 2008-06-19 | 2015-09-08 | Commvault Systems, Inc | Data storage resource allocation by performing abbreviated resource checks based on relative chances of failure of the data storage resources to determine whether data storage requests would fail |
US8307177B2 (en) | 2008-09-05 | 2012-11-06 | Commvault Systems, Inc. | Systems and methods for management of virtualization data |
US8725688B2 (en) | 2008-09-05 | 2014-05-13 | Commvault Systems, Inc. | Image level copy or restore, such as image level restore without knowledge of data object metadata |
US9178842B2 (en) * | 2008-11-05 | 2015-11-03 | Commvault Systems, Inc. | Systems and methods for monitoring messaging applications for compliance with a policy |
AU2009330073B2 (en) * | 2008-12-22 | 2012-11-15 | Google Llc | Asynchronous distributed de-duplication for replicated content addressable storage clusters |
US8401996B2 (en) | 2009-03-30 | 2013-03-19 | Commvault Systems, Inc. | Storing a variable number of instances of data objects |
US8578120B2 (en) | 2009-05-22 | 2013-11-05 | Commvault Systems, Inc. | Block-level single instancing |
WO2011116087A2 (en) * | 2010-03-16 | 2011-09-22 | Copiun, Inc. | Highly scalable and distributed data de-duplication |
US11449394B2 (en) | 2010-06-04 | 2022-09-20 | Commvault Systems, Inc. | Failover systems and methods for performing backup operations, including heterogeneous indexing and load balancing of backup and indexing resources |
US8972358B2 (en) * | 2010-06-10 | 2015-03-03 | Nec Corporation | File storage apparatus, file storage method, and program |
US8396839B1 (en) * | 2010-06-25 | 2013-03-12 | Emc Corporation | Representing de-duplicated file data |
US9165015B2 (en) | 2010-07-29 | 2015-10-20 | International Business Machines Corporation | Scalable and user friendly file virtualization for hierarchical storage |
US20120030260A1 (en) * | 2010-07-30 | 2012-02-02 | Maohua Lu | Scalable and parallel garbage collection method and system for incremental backups with data de-duplication |
US8392376B2 (en) * | 2010-09-03 | 2013-03-05 | Symantec Corporation | System and method for scalable reference management in a deduplication based storage system |
US8539154B2 (en) | 2010-09-29 | 2013-09-17 | International Business Machines Corporation | Methods for managing ownership of redundant data and systems thereof |
US20120078931A1 (en) | 2010-09-29 | 2012-03-29 | International Business Machines Corporation | Methods for managing ownership of redundant data and systems thereof |
US8645636B2 (en) | 2010-09-29 | 2014-02-04 | International Business Machines Corporation | Methods for managing ownership of redundant data and systems thereof |
US8612682B2 (en) | 2010-09-29 | 2013-12-17 | International Business Machines Corporation | Methods for managing ownership of redundant data and systems thereof |
US8539165B2 (en) | 2010-09-29 | 2013-09-17 | International Business Machines Corporation | Methods for managing ownership of redundant data and systems thereof |
US8935492B2 (en) | 2010-09-30 | 2015-01-13 | Commvault Systems, Inc. | Archiving data objects using secondary copies |
US10162553B2 (en) * | 2010-11-24 | 2018-12-25 | Western Digital Technologies, Inc. | Methods and systems for object level de-duplication for solid state devices |
WO2012101674A1 (en) * | 2011-01-26 | 2012-08-02 | Hitachi, Ltd. | Computer system and data de-duplication method |
US9317377B1 (en) * | 2011-03-23 | 2016-04-19 | Riverbed Technology, Inc. | Single-ended deduplication using cloud storage protocol |
CN102833294B (en) * | 2011-06-17 | 2015-05-20 | 阿里巴巴集团控股有限公司 | File processing method and system based on cloud storage, and server cluster system |
US9407727B1 (en) * | 2011-06-29 | 2016-08-02 | Riverbed Technology, Inc. | Optimizing communications using client-side reconstruction scripting |
JP5719037B2 (en) * | 2011-08-19 | 2015-05-13 | 株式会社日立製作所 | Storage apparatus and duplicate data detection method |
US8769310B2 (en) | 2011-10-21 | 2014-07-01 | International Business Machines Corporation | Encrypting data objects to back-up |
GB2496258B (en) * | 2011-10-21 | 2014-09-24 | Ibm | Encrypting data objects to back-up |
US8874522B2 (en) * | 2011-10-31 | 2014-10-28 | Symantec Corporation | Managing backups of data objects in containers |
US9529829B1 (en) * | 2011-11-18 | 2016-12-27 | Veritas Technologies Llc | System and method to facilitate the use of processed data from a storage system to perform tasks |
KR20130087810A (en) * | 2012-01-30 | 2013-08-07 | 삼성전자주식회사 | Method and apparatus for cooperative caching in mobile communication system |
US9074805B2 (en) | 2012-02-13 | 2015-07-07 | Bosch Automotive Service Solutions Inc. | Method and apparatus for improving accuracy of A/C diagnostic tests |
US9779103B2 (en) | 2012-04-23 | 2017-10-03 | International Business Machines Corporation | Preserving redundancy in data deduplication systems |
US9262429B2 (en) * | 2012-08-13 | 2016-02-16 | Microsoft Technology Licensing, Llc | De-duplicating attachments on message delivery and automated repair of attachments |
US20140067775A1 (en) * | 2012-09-05 | 2014-03-06 | salesforce.com,inc | System, method and computer program product for conditionally performing de-duping on data |
JP5968454B2 (en) * | 2012-10-23 | 2016-08-10 | 三菱電機株式会社 | COMMUNICATION DEVICE, EQUIPMENT DEVICE SYSTEM, COMMUNICATION METHOD, AND PROGRAM |
US20140181046A1 (en) | 2012-12-21 | 2014-06-26 | Commvault Systems, Inc. | Systems and methods to backup unprotected virtual machines |
US9311121B2 (en) | 2012-12-21 | 2016-04-12 | Commvault Systems, Inc. | Archiving virtual machines in a data storage system |
US9633216B2 (en) | 2012-12-27 | 2017-04-25 | Commvault Systems, Inc. | Application of information management policies based on operation with a geographic entity |
US20140196039A1 (en) | 2013-01-08 | 2014-07-10 | Commvault Systems, Inc. | Virtual machine categorization system and method |
US9495404B2 (en) * | 2013-01-11 | 2016-11-15 | Commvault Systems, Inc. | Systems and methods to process block-level backup for selective file restoration for virtual machines |
US9459968B2 (en) | 2013-03-11 | 2016-10-04 | Commvault Systems, Inc. | Single index to query multiple backup formats |
US20190007380A1 (en) * | 2013-04-01 | 2019-01-03 | International Business Machines Corporation | De-duplication of data streams |
GB2513341A (en) | 2013-04-23 | 2014-10-29 | Ibm | Method and system for data de-duplication |
CN104123309B (en) | 2013-04-28 | 2017-08-25 | 国际商业机器公司 | Method and system for data management |
US9274978B2 (en) * | 2013-06-10 | 2016-03-01 | Western Digital Technologies, Inc. | Migration of encrypted data for data storage systems |
RU2589852C2 (en) * | 2013-06-28 | 2016-07-10 | Закрытое акционерное общество "Лаборатория Касперского" | System and method for automatic regulation of rules for controlling applications |
US20150074536A1 (en) | 2013-09-12 | 2015-03-12 | Commvault Systems, Inc. | File manager integration with virtualization in an information management system, including user control and storage management of virtual machines |
US9639549B2 (en) | 2014-01-24 | 2017-05-02 | International Business Machines Corporation | Hybrid of proximity and identity similarity based deduplication in a data deduplication system |
US9798596B2 (en) | 2014-02-27 | 2017-10-24 | Commvault Systems, Inc. | Automatic alert escalation for an information management system |
US9648100B2 (en) | 2014-03-05 | 2017-05-09 | Commvault Systems, Inc. | Cross-system storage management for transferring data across autonomous information management systems |
US9614796B2 (en) * | 2014-03-13 | 2017-04-04 | Sap Se | Replacing email file attachment with download link |
US9846718B1 (en) * | 2014-03-31 | 2017-12-19 | EMC IP Holding Company LLC | Deduplicating sets of data blocks |
US9811427B2 (en) | 2014-04-02 | 2017-11-07 | Commvault Systems, Inc. | Information management by a media agent in the absence of communications with a storage manager |
US9740574B2 (en) | 2014-05-09 | 2017-08-22 | Commvault Systems, Inc. | Load balancing across multiple data paths |
US10521358B2 (en) | 2014-06-20 | 2019-12-31 | Hewlett Packard Enterprise Development Lp | System, apparatus and method for prioritizing the storage of content based on a threat index |
US10645002B2 (en) * | 2014-06-20 | 2020-05-05 | Hewlett Packard Enterprise Development Lp | System, apparatus and method for managing redundancy elimination in packet storage during observation of data movement |
US20160019317A1 (en) | 2014-07-16 | 2016-01-21 | Commvault Systems, Inc. | Volume or virtual machine level backup and generating placeholders for virtual machine files |
US9436555B2 (en) | 2014-09-22 | 2016-09-06 | Commvault Systems, Inc. | Efficient live-mount of a backed up virtual machine in a storage management system |
US9710465B2 (en) | 2014-09-22 | 2017-07-18 | Commvault Systems, Inc. | Efficiently restoring execution of a backed up virtual machine based on coordination with virtual-machine-file-relocation operations |
US9417968B2 (en) | 2014-09-22 | 2016-08-16 | Commvault Systems, Inc. | Efficiently restoring execution of a backed up virtual machine based on coordination with virtual-machine-file-relocation operations |
US10764265B2 (en) * | 2014-09-24 | 2020-09-01 | Ent. Services Development Corporation Lp | Assigning a document to partial membership in communities |
US9444811B2 (en) | 2014-10-21 | 2016-09-13 | Commvault Systems, Inc. | Using an enhanced data agent to restore backed up data across autonomous storage management systems |
US10776209B2 (en) | 2014-11-10 | 2020-09-15 | Commvault Systems, Inc. | Cross-platform virtual machine backup and replication |
US9983936B2 (en) | 2014-11-20 | 2018-05-29 | Commvault Systems, Inc. | Virtual machine change block tracking |
US10037336B1 (en) * | 2015-03-27 | 2018-07-31 | EMC IP Holding Company LLC | Performing block deduplication using block sequence classifications |
US10324914B2 (en) | 2015-05-20 | 2019-06-18 | Commvalut Systems, Inc. | Handling user queries against production and archive storage systems, such as for enterprise customers having large and/or numerous files |
US9921921B2 (en) * | 2015-06-12 | 2018-03-20 | International Business Machines Corporation | Backup service with managed file transformation |
US10360184B2 (en) * | 2015-06-24 | 2019-07-23 | International Business Machines Corporation | Log file analysis to locate anomalies |
US10733157B1 (en) | 2015-06-26 | 2020-08-04 | Groupon, Inc. | Hybrid data integration platform |
US9922033B1 (en) * | 2015-06-30 | 2018-03-20 | Veritas Technologies Llc | Systems and methods for efficiently extracting contents of container files |
US9998788B1 (en) | 2015-07-01 | 2018-06-12 | Comcast Cable Communications, Llc | Methods and systems for content storage |
US10212116B2 (en) | 2015-09-29 | 2019-02-19 | International Business Machines Corporation | Intelligently condensing transcript thread history into a single common reduced instance |
US10362146B1 (en) * | 2015-09-30 | 2019-07-23 | Open Text Corporation | Method and system for enforcing governance across multiple content repositories using a content broker |
US10089024B2 (en) | 2015-11-19 | 2018-10-02 | Red Hat Israel, Ltd. | Memory deduplication protection for memory pages |
US10592350B2 (en) | 2016-03-09 | 2020-03-17 | Commvault Systems, Inc. | Virtual server cloud file system for virtual machine restore to cloud operations |
US11422898B2 (en) | 2016-03-25 | 2022-08-23 | Netapp, Inc. | Efficient creation of multiple retention period based representations of a dataset backup |
US10620834B2 (en) * | 2016-03-25 | 2020-04-14 | Netapp, Inc. | Managing storage space based on multiple dataset backup versions |
US10489345B2 (en) | 2016-03-25 | 2019-11-26 | Netapp, Inc. | Multiple retention period based representations of a dataset backup |
US10795577B2 (en) | 2016-05-16 | 2020-10-06 | Commvault Systems, Inc. | De-duplication of client-side data cache for virtual disks |
US10846024B2 (en) | 2016-05-16 | 2020-11-24 | Commvault Systems, Inc. | Global de-duplication of virtual disks in a storage platform |
US11074232B1 (en) * | 2016-06-30 | 2021-07-27 | EMC IP Holding Company LLC | Managing deduplication of data in storage systems |
US11726979B2 (en) | 2016-09-13 | 2023-08-15 | Oracle International Corporation | Determining a chronological order of transactions executed in relation to an object stored in a storage system |
US10733159B2 (en) | 2016-09-14 | 2020-08-04 | Oracle International Corporation | Maintaining immutable data and mutable metadata in a storage system |
US10417102B2 (en) | 2016-09-30 | 2019-09-17 | Commvault Systems, Inc. | Heartbeat monitoring of virtual machines for initiating failover operations in a data storage management system, including virtual machine distribution logic |
US10162528B2 (en) | 2016-10-25 | 2018-12-25 | Commvault Systems, Inc. | Targeted snapshot based on virtual machine location |
US10152251B2 (en) | 2016-10-25 | 2018-12-11 | Commvault Systems, Inc. | Targeted backup of virtual machine |
US10860534B2 (en) | 2016-10-27 | 2020-12-08 | Oracle International Corporation | Executing a conditional command on an object stored in a storage system |
US10169081B2 (en) | 2016-10-31 | 2019-01-01 | Oracle International Corporation | Use of concurrent time bucket generations for scalable scheduling of operations in a computer system |
US10956051B2 (en) | 2016-10-31 | 2021-03-23 | Oracle International Corporation | Data-packed storage containers for streamlined access and migration |
US10180863B2 (en) * | 2016-10-31 | 2019-01-15 | Oracle International Corporation | Determining system information based on object mutation events |
US10678758B2 (en) | 2016-11-21 | 2020-06-09 | Commvault Systems, Inc. | Cross-platform virtual machine data and memory backup and replication |
US10209892B2 (en) | 2016-11-28 | 2019-02-19 | Hewlett Packard Enterprise Development Lp | Storage of format-aware filter format tracking states |
US10136002B2 (en) * | 2016-11-30 | 2018-11-20 | Kyocera Document Solutions Inc. | Cloud-based document quality assurance |
US10838821B2 (en) | 2017-02-08 | 2020-11-17 | Commvault Systems, Inc. | Migrating content and metadata from a backup system |
US20180276022A1 (en) | 2017-03-24 | 2018-09-27 | Commvault Systems, Inc. | Consistent virtual machine replication |
US10891069B2 (en) | 2017-03-27 | 2021-01-12 | Commvault Systems, Inc. | Creating local copies of data stored in online data repositories |
US10776329B2 (en) | 2017-03-28 | 2020-09-15 | Commvault Systems, Inc. | Migration of a database management system to cloud storage |
US11074140B2 (en) | 2017-03-29 | 2021-07-27 | Commvault Systems, Inc. | Live browsing of granular mailbox data |
US10387073B2 (en) | 2017-03-29 | 2019-08-20 | Commvault Systems, Inc. | External dynamic virtual machine synchronization |
US11635908B2 (en) | 2017-06-22 | 2023-04-25 | Adobe Inc. | Managing digital assets stored as components and packaged files |
US10970302B2 (en) | 2017-06-22 | 2021-04-06 | Adobe Inc. | Component-based synchronization of digital assets |
US10594790B2 (en) * | 2017-06-28 | 2020-03-17 | International Business Machines Corporation | Data compression in a dispersed storage network |
US10795927B2 (en) | 2018-02-05 | 2020-10-06 | Commvault Systems, Inc. | On-demand metadata extraction of clinical image data |
US10877928B2 (en) | 2018-03-07 | 2020-12-29 | Commvault Systems, Inc. | Using utilities injected into cloud-based virtual machines for speeding up virtual machine backup operations |
US10754729B2 (en) | 2018-03-12 | 2020-08-25 | Commvault Systems, Inc. | Recovery point objective (RPO) driven backup scheduling in a data storage management system |
US10789387B2 (en) | 2018-03-13 | 2020-09-29 | Commvault Systems, Inc. | Graphical representation of an information management system |
US10761945B2 (en) * | 2018-06-19 | 2020-09-01 | International Business Machines Corporation | Dynamically directing data in a deduplicated backup system |
JP7195796B2 (en) * | 2018-07-23 | 2022-12-26 | キヤノン株式会社 | Information processing device, control method for information processing device, and program |
US11321012B2 (en) | 2018-10-12 | 2022-05-03 | Adobe Inc. | Conflict resolution within synchronized composite-part-based digital assets |
CN109871361B (en) * | 2018-11-26 | 2023-05-23 | 北京乐我无限科技有限责任公司 | File uploading method and device, electronic equipment and readable storage medium |
US11200124B2 (en) | 2018-12-06 | 2021-12-14 | Commvault Systems, Inc. | Assigning backup resources based on failover of partnered data storage servers in a data storage management system |
US10860443B2 (en) | 2018-12-10 | 2020-12-08 | Commvault Systems, Inc. | Evaluation and reporting of recovery readiness in a data storage management system |
US10996974B2 (en) | 2019-01-30 | 2021-05-04 | Commvault Systems, Inc. | Cross-hypervisor live mount of backed up virtual machine data, including management of cache storage for virtual machine data |
US10768971B2 (en) | 2019-01-30 | 2020-09-08 | Commvault Systems, Inc. | Cross-hypervisor live mount of backed up virtual machine data |
US11599629B2 (en) * | 2019-01-31 | 2023-03-07 | Rubrik, Inc. | Real-time detection of system threats |
US11709932B2 (en) | 2019-01-31 | 2023-07-25 | Rubrik, Inc. | Realtime detection of ransomware |
US11463264B2 (en) | 2019-05-08 | 2022-10-04 | Commvault Systems, Inc. | Use of data block signatures for monitoring in an information management system |
US11308034B2 (en) | 2019-06-27 | 2022-04-19 | Commvault Systems, Inc. | Continuously run log backup with minimal configuration and resource usage from the source machine |
WO2021021614A1 (en) | 2019-07-26 | 2021-02-04 | Io-Tahoe Llc | Techniques for database entries de-duplication |
WO2021030513A1 (en) * | 2019-08-13 | 2021-02-18 | Arbi, Inc. | Systems and methods for document processing |
US20210191820A1 (en) | 2019-12-20 | 2021-06-24 | EMC IP Holding Company LLC | Method and system for performing incremental backups of fragmented user data |
US11467753B2 (en) | 2020-02-14 | 2022-10-11 | Commvault Systems, Inc. | On-demand restore of virtual machine data |
CN111382012B (en) * | 2020-03-03 | 2020-12-29 | 广州鼎甲计算机科技有限公司 | Backup method and device for MySQL cloud database, computer equipment and storage medium |
US11442768B2 (en) | 2020-03-12 | 2022-09-13 | Commvault Systems, Inc. | Cross-hypervisor live recovery of virtual machines |
US11099956B1 (en) | 2020-03-26 | 2021-08-24 | Commvault Systems, Inc. | Snapshot-based disaster recovery orchestration of virtual machine failover and failback operations |
CN111581017B (en) * | 2020-04-14 | 2021-07-13 | 上海爱数信息技术股份有限公司 | Backup and recovery system and method for modern application |
US11500669B2 (en) | 2020-05-15 | 2022-11-15 | Commvault Systems, Inc. | Live recovery of virtual machines in a public cloud computing environment |
US11500566B2 (en) | 2020-08-25 | 2022-11-15 | Commvault Systems, Inc. | Cloud-based distributed data storage system using block-level deduplication based on backup frequencies of incoming backup copies |
US11656951B2 (en) | 2020-10-28 | 2023-05-23 | Commvault Systems, Inc. | Data loss vulnerability detection |
US11989158B2 (en) * | 2021-01-28 | 2024-05-21 | EMC IP Holding Company LLC | Maintaining retention policies in a block storage, multi-client dedup domain |
US11558461B2 (en) | 2021-04-29 | 2023-01-17 | Microsoft Technology Licensing, Llc | Establishment of persistent connection between file attachments uploaded to cloud storage and associated electronic communications |
US11438295B1 (en) | 2021-10-13 | 2022-09-06 | EMC IP Holding Company LLC | Efficient backup and recovery of electronic mail objects |
US20240012791A1 (en) * | 2022-07-10 | 2024-01-11 | FoxIO, LLC | Systems and methods for processing aggregated records with deduplication markers |
SE545875C2 (en) * | 2023-03-30 | 2024-02-27 | Tomicic Consulting AB | Method and system for referencing data |
Citations (26)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20020065892A1 (en) * | 2000-11-30 | 2002-05-30 | Malik Dale W. | Method and apparatus for minimizing storage of common attachment files in an e-mail communications server |
US20030105716A1 (en) * | 2001-12-03 | 2003-06-05 | Sutton Lorin R. | Reducing duplication of files on a network |
US6625623B1 (en) * | 1999-12-16 | 2003-09-23 | Livevault Corporation | Systems and methods for backing up data files |
US20030182310A1 (en) * | 2002-02-04 | 2003-09-25 | Elizabeth Charnock | Method and apparatus for sociological data mining |
US20050060643A1 (en) * | 2003-08-25 | 2005-03-17 | Miavia, Inc. | Document similarity detection and classification system |
US20050114450A1 (en) * | 2003-10-31 | 2005-05-26 | Devos Steven R. | Single instance backup of email message attachments |
US20060010227A1 (en) * | 2004-06-01 | 2006-01-12 | Rajeev Atluri | Methods and apparatus for accessing data from a primary data storage system for secondary storage |
US20060089954A1 (en) * | 2002-05-13 | 2006-04-27 | Anschutz Thomas A | Scalable common access back-up architecture |
US7065619B1 (en) * | 2002-12-20 | 2006-06-20 | Data Domain, Inc. | Efficient data storage system |
US20070038714A1 (en) * | 2005-06-30 | 2007-02-15 | Jorg-Stefan Sell | Method and system for journaling electronic messages |
US20070043757A1 (en) * | 2005-08-17 | 2007-02-22 | Microsoft Corporation | Storage reports duplicate file detection |
US20080016131A1 (en) * | 2003-08-05 | 2008-01-17 | Miklos Sandorfi | Emulated storage system |
US20080098083A1 (en) * | 2006-10-19 | 2008-04-24 | Oracle International Corporation | System and method for data de-duplication |
US20080244204A1 (en) * | 2007-03-29 | 2008-10-02 | Nick Cremelie | Replication and restoration of single-instance storage pools |
US20080256326A1 (en) * | 2007-04-11 | 2008-10-16 | Data Domain, Inc. | Subsegmenting for efficient storage, resemblance determination, and transmission |
US20090182789A1 (en) * | 2003-08-05 | 2009-07-16 | Sepaton, Inc. | Scalable de-duplication mechanism |
US7730113B1 (en) * | 2000-03-07 | 2010-06-01 | Applied Discovery, Inc. | Network-based system and method for accessing and processing emails and other electronic legal documents that may include duplicate information |
US20100153511A1 (en) * | 2008-12-12 | 2010-06-17 | Verizon Corporate Resources Group Llc | Duplicate mms content checking |
US7743051B1 (en) * | 2006-01-23 | 2010-06-22 | Clearwell Systems, Inc. | Methods, systems, and user interface for e-mail search and retrieval |
US7747577B2 (en) * | 2005-08-17 | 2010-06-29 | International Business Machines Corporation | Management of redundant objects in storage systems |
US20100198864A1 (en) * | 2007-07-02 | 2010-08-05 | Equivio Ltd. | Method for organizing large numbers of documents |
US7814149B1 (en) * | 2008-09-29 | 2010-10-12 | Symantec Operating Corporation | Client side data deduplication |
US7899871B1 (en) * | 2006-01-23 | 2011-03-01 | Clearwell Systems, Inc. | Methods and systems for e-mail topic classification |
US8108446B1 (en) * | 2008-06-27 | 2012-01-31 | Symantec Corporation | Methods and systems for managing deduplicated data using unilateral referencing |
US8375008B1 (en) * | 2003-01-17 | 2013-02-12 | Robert Gomes | Method and system for enterprise-wide retention of digital or electronic data |
US8527469B2 (en) * | 2006-10-13 | 2013-09-03 | Sony Corporation | System and method for automatic detection of duplicate digital photos |
Family Cites Families (481)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4267568A (en) | 1975-12-03 | 1981-05-12 | System Development Corporation | Information storage and retrieval system |
US4084231A (en) | 1975-12-18 | 1978-04-11 | International Business Machines Corporation | System for facilitating the copying back of data in disc and tape units of a memory hierarchial system |
GB2035014B (en) | 1978-11-06 | 1982-09-29 | British Broadcasting Corp | Cyclic redundancy data check encoding method and apparatus |
US4417321A (en) | 1981-05-18 | 1983-11-22 | International Business Machines Corp. | Qualifying and sorting file record data |
US4641274A (en) | 1982-12-03 | 1987-02-03 | International Business Machines Corporation | Method for communicating changes made to text form a text processor to a remote host |
WO1984002409A1 (en) | 1982-12-09 | 1984-06-21 | Sequoia Systems Inc | Memory backup system |
US4686620A (en) | 1984-07-26 | 1987-08-11 | American Telephone And Telegraph Company, At&T Bell Laboratories | Database backup method |
GB8622010D0 (en) | 1986-09-12 | 1986-10-22 | Hewlett Packard Ltd | File backup facility |
US5193154A (en) | 1987-07-10 | 1993-03-09 | Hitachi, Ltd. | Buffered peripheral system and method for backing up and retrieving data to and from backup memory device |
US5005122A (en) | 1987-09-08 | 1991-04-02 | Digital Equipment Corporation | Arrangement with cooperating management server node and network service node |
JPH0743676B2 (en) | 1988-03-11 | 1995-05-15 | 株式会社日立製作所 | Back-up data dump control method and device |
US4912637A (en) | 1988-04-26 | 1990-03-27 | Tandem Computers Incorporated | Version management tool |
US4995035A (en) | 1988-10-31 | 1991-02-19 | International Business Machines Corporation | Centralized management in a computer network |
US5093912A (en) | 1989-06-26 | 1992-03-03 | International Business Machines Corporation | Dynamic resource pool expansion and contraction in multiprocessing environments |
ATE145998T1 (en) | 1989-06-30 | 1996-12-15 | Digital Equipment Corp | METHOD AND ARRANGEMENT FOR CONTROLLING SHADOW STORAGE |
US5454099A (en) | 1989-07-25 | 1995-09-26 | International Business Machines Corporation | CPU implemented method for backing up modified data sets in non-volatile store for recovery in the event of CPU failure |
US5133065A (en) | 1989-07-27 | 1992-07-21 | Personal Computer Peripherals Corporation | Backup computer program for networks |
US5321816A (en) | 1989-10-10 | 1994-06-14 | Unisys Corporation | Local-remote apparatus with specialized image storage modules |
US5504873A (en) | 1989-11-01 | 1996-04-02 | E-Systems, Inc. | Mass data storage and retrieval system |
US5276867A (en) | 1989-12-19 | 1994-01-04 | Epoch Systems, Inc. | Digital data storage system with improved data migration |
US5276860A (en) | 1989-12-19 | 1994-01-04 | Epoch Systems, Inc. | Digital data processor with improved backup storage |
JPH0410041A (en) | 1990-04-27 | 1992-01-14 | Toshiba Corp | Data saving system |
GB2246218B (en) | 1990-07-18 | 1994-02-09 | Stc Plc | Distributed data processing systems |
US5239647A (en) | 1990-09-07 | 1993-08-24 | International Business Machines Corporation | Data storage hierarchy with shared storage level |
US5544347A (en) | 1990-09-24 | 1996-08-06 | Emc Corporation | Data storage system controlled remote data mirroring with respectively maintained data indices |
US5301286A (en) | 1991-01-02 | 1994-04-05 | At&T Bell Laboratories | Memory archiving indexing arrangement |
US5212772A (en) | 1991-02-11 | 1993-05-18 | Gigatrend Incorporated | System for storing data in backup tape device |
US5625793A (en) | 1991-04-15 | 1997-04-29 | International Business Machines Corporation | Automatic cache bypass for instructions exhibiting poor cache hit ratio |
US5287500A (en) | 1991-06-03 | 1994-02-15 | Digital Equipment Corporation | System for allocating storage spaces based upon required and optional service attributes having assigned piorities |
US5333315A (en) | 1991-06-27 | 1994-07-26 | Digital Equipment Corporation | System of device independent file directories using a tag between the directories and file descriptors that migrate with the files |
US5347653A (en) | 1991-06-28 | 1994-09-13 | Digital Equipment Corporation | System for reconstructing prior versions of indexes using records indicating changes between successive versions of the indexes |
US5410700A (en) | 1991-09-04 | 1995-04-25 | International Business Machines Corporation | Computer system which supports asynchronous commitment of data |
EP0541281B1 (en) | 1991-11-04 | 1998-04-29 | Commvault Systems, Inc. | Incremental-computer-file backup using signatures |
US5499367A (en) | 1991-11-15 | 1996-03-12 | Oracle Corporation | System for database integrity with multiple logs assigned to client subsets |
US5241670A (en) | 1992-04-20 | 1993-08-31 | International Business Machines Corporation | Method and system for automated backup copy ordering in a time zero backup copy session |
US5263154A (en) | 1992-04-20 | 1993-11-16 | International Business Machines Corporation | Method and system for incremental time zero backup copying of data |
US5241668A (en) | 1992-04-20 | 1993-08-31 | International Business Machines Corporation | Method and system for automated termination and resumption in a time zero backup copy process |
US5603012A (en) | 1992-06-30 | 1997-02-11 | Discovision Associates | Start code detector |
US5403639A (en) | 1992-09-02 | 1995-04-04 | Storage Technology Corporation | File server having snapshot application data groups |
ATE153149T1 (en) | 1993-01-21 | 1997-05-15 | Apple Computer | DEVICE AND METHOD FOR DATA BACKUP OF STORAGE UNITS IN A COMPUTER NETWORK |
DE69434311D1 (en) | 1993-02-01 | 2005-04-28 | Sun Microsystems Inc | ARCHIVING FILES SYSTEM FOR DATA PROVIDERS IN A DISTRIBUTED NETWORK ENVIRONMENT |
CA2121852A1 (en) | 1993-04-29 | 1994-10-30 | Larry T. Jost | Disk meshing and flexible storage mapping with enhanced flexible caching |
US5664106A (en) | 1993-06-04 | 1997-09-02 | Digital Equipment Corporation | Phase-space surface representation of server computer performance in a computer network |
JPH0721135A (en) | 1993-07-02 | 1995-01-24 | Fujitsu Ltd | Data processing system with redundant monitoring function |
US5642496A (en) | 1993-09-23 | 1997-06-24 | Kanfi; Arnon | Method of making a backup copy of a memory over a plurality of copying sessions |
US5544345A (en) | 1993-11-08 | 1996-08-06 | International Business Machines Corporation | Coherence controls for store-multiple shared data coordinated by cache directory entries in a shared electronic storage |
JPH09509768A (en) | 1993-11-09 | 1997-09-30 | シーゲート テクノロジー,インコーポレイテッド | Data backup and restoration system for computer networks |
US5495607A (en) | 1993-11-15 | 1996-02-27 | Conner Peripherals, Inc. | Network management system having virtual catalog overview of files distributively stored across network domain |
US5491810A (en) | 1994-03-01 | 1996-02-13 | International Business Machines Corporation | Method and system for automated data storage system space allocation utilizing prioritized data set parameters |
US5673381A (en) | 1994-05-27 | 1997-09-30 | Cheyenne Software International Sales Corp. | System and parallel streaming and data stripping to back-up a network |
US5638509A (en) | 1994-06-10 | 1997-06-10 | Exabyte Corporation | Data storage and protection system |
US5574906A (en) | 1994-10-24 | 1996-11-12 | International Business Machines Corporation | System and method for reducing storage requirement in backup subsystems utilizing segmented compression and differencing |
US5990810A (en) | 1995-02-17 | 1999-11-23 | Williams; Ross Neil | Method for partitioning a block of data into subblocks and for storing and communcating such subblocks |
US5930831A (en) | 1995-02-23 | 1999-07-27 | Powerquest Corporation | Partition manipulation architecture supporting multiple file systems |
US5559957A (en) | 1995-05-31 | 1996-09-24 | Lucent Technologies Inc. | File system for a data storage device having a power fail recovery mechanism for write/replace operations |
US5699361A (en) | 1995-07-18 | 1997-12-16 | Industrial Technology Research Institute | Multimedia channel formulation mechanism |
US5813009A (en) | 1995-07-28 | 1998-09-22 | Univirtual Corp. | Computer based records management system method |
US5619644A (en) | 1995-09-18 | 1997-04-08 | International Business Machines Corporation | Software directed microcode state save for distributed storage controller |
US5907672A (en) | 1995-10-04 | 1999-05-25 | Stac, Inc. | System for backing up computer disk volumes with error remapping of flawed memory addresses |
JP3856855B2 (en) | 1995-10-06 | 2006-12-13 | 三菱電機株式会社 | Differential backup method |
US5819020A (en) | 1995-10-16 | 1998-10-06 | Network Specialists, Inc. | Real time backup system |
US5778395A (en) | 1995-10-23 | 1998-07-07 | Stac, Inc. | System for backing up files from disk volumes on multiple nodes of a computer network |
US5729743A (en) | 1995-11-17 | 1998-03-17 | Deltatech Research, Inc. | Computer apparatus and method for merging system deltas |
US5761677A (en) | 1996-01-03 | 1998-06-02 | Sun Microsystems, Inc. | Computer system method and apparatus providing for various versions of a file without requiring data copy or log operations |
US5765173A (en) | 1996-01-11 | 1998-06-09 | Connected Corporation | High performance backup via selective file saving which can perform incremental backups and exclude files and uses a changed block signature list |
KR970076238A (en) | 1996-05-23 | 1997-12-12 | 포만 제프리 엘 | Servers, methods and program products thereof for creating and managing multiple copies of client data files |
US6044444A (en) | 1996-05-28 | 2000-03-28 | Emc Corporation | Remote data mirroring having preselection of automatic recovery or intervention required when a disruption is detected |
US5812398A (en) | 1996-06-10 | 1998-09-22 | Sun Microsystems, Inc. | Method and system for escrowed backup of hotelled world wide web sites |
US5813008A (en) | 1996-07-12 | 1998-09-22 | Microsoft Corporation | Single instance storage of information |
US5940833A (en) | 1996-07-12 | 1999-08-17 | Microsoft Corporation | Compressing sets of integers |
US5758359A (en) | 1996-10-24 | 1998-05-26 | Digital Equipment Corporation | Method and apparatus for performing retroactive backups in a computer system |
US5875478A (en) | 1996-12-03 | 1999-02-23 | Emc Corporation | Computer backup using a file system, network, disk, tape and remote archiving repository media system |
US5878408A (en) | 1996-12-06 | 1999-03-02 | International Business Machines Corporation | Data management system and process |
US6131095A (en) | 1996-12-11 | 2000-10-10 | Hewlett-Packard Company | Method of accessing a target entity over a communications network |
WO1998033113A1 (en) | 1997-01-23 | 1998-07-30 | Overland Data, Inc. | Virtual media library |
US5875481A (en) | 1997-01-30 | 1999-02-23 | International Business Machines Corporation | Dynamic reconfiguration of data storage devices to balance recycle throughput |
US6658526B2 (en) | 1997-03-12 | 2003-12-02 | Storage Technology Corporation | Network attached virtual data storage subsystem |
US5924102A (en) | 1997-05-07 | 1999-07-13 | International Business Machines Corporation | System and method for managing critical files |
US6094416A (en) | 1997-05-09 | 2000-07-25 | I/O Control Corporation | Multi-tier architecture for control network |
US5887134A (en) | 1997-06-30 | 1999-03-23 | Sun Microsystems | System and method for preserving message order while employing both programmed I/O and DMA operations |
US6366988B1 (en) | 1997-07-18 | 2002-04-02 | Storactive, Inc. | Systems and methods for electronic data storage management |
WO1999009480A1 (en) | 1997-07-29 | 1999-02-25 | Telebackup Systems, Inc. | Method and system for nonredundant backup of identical files stored on remote computers |
EP0899662A1 (en) | 1997-08-29 | 1999-03-03 | Hewlett-Packard Company | Backup and restore system for a computer network |
US6785786B1 (en) | 1997-08-29 | 2004-08-31 | Hewlett Packard Development Company, L.P. | Data backup and recovery systems |
US5950205A (en) | 1997-09-25 | 1999-09-07 | Cisco Technology, Inc. | Data transmission over the internet using a cache memory file system |
US6275953B1 (en) | 1997-09-26 | 2001-08-14 | Emc Corporation | Recovery from failure of a data processor in a network server |
US6052735A (en) | 1997-10-24 | 2000-04-18 | Microsoft Corporation | Electronic mail object synchronization between a desktop computer and mobile device |
US6021415A (en) | 1997-10-29 | 2000-02-01 | International Business Machines Corporation | Storage management system with file aggregation and space reclamation within aggregated files |
US6418478B1 (en) | 1997-10-30 | 2002-07-09 | Commvault Systems, Inc. | Pipelined high speed data transfer mechanism |
US7581077B2 (en) * | 1997-10-30 | 2009-08-25 | Commvault Systems, Inc. | Method and system for transferring data in a storage operation |
JPH11143754A (en) | 1997-11-05 | 1999-05-28 | Hitachi Ltd | Version information and constitution information display method and device therefor, and computer readable recording medium for recording version information and constitution information display program |
US6044437A (en) * | 1997-11-12 | 2000-03-28 | Intel Corporation | Method for generating and transferring redundancy bits between levels of a cache memory hierarchy |
US6131190A (en) | 1997-12-18 | 2000-10-10 | Sidwell; Leland P. | System for modifying JCL parameters to optimize data storage allocations |
US6374336B1 (en) | 1997-12-24 | 2002-04-16 | Avid Technology, Inc. | Computer system and process for transferring multiple high bandwidth streams of data between multiple storage units and multiple applications in a scalable and reliable manner |
US6076148A (en) | 1997-12-26 | 2000-06-13 | Emc Corporation | Mass storage subsystem and backup arrangement for digital data processing system which permits information to be backed up while host computer(s) continue(s) operating in connection with information stored on mass storage subsystem |
US6154787A (en) | 1998-01-21 | 2000-11-28 | Unisys Corporation | Grouping shared resources into one or more pools and automatically re-assigning shared resources from where they are not currently needed to where they are needed |
US6260069B1 (en) | 1998-02-10 | 2001-07-10 | International Business Machines Corporation | Direct data retrieval in a distributed computing system |
EP0945800B1 (en) | 1998-03-02 | 2003-07-16 | Hewlett-Packard Company, A Delaware Corporation | Data backup system |
US6026414A (en) | 1998-03-05 | 2000-02-15 | International Business Machines Corporation | System including a proxy client to backup files in a distributed computing environment |
US6289432B1 (en) | 1998-03-25 | 2001-09-11 | International Business Machines Corporation | Sharing segments of storage by enabling the sharing of page tables |
US6161111A (en) | 1998-03-31 | 2000-12-12 | Emc Corporation | System and method for performing file-handling operations in a digital data processing system using an operating system-independent file map |
US6167402A (en) | 1998-04-27 | 2000-12-26 | Sun Microsystems, Inc. | High performance message store |
US6163856A (en) | 1998-05-29 | 2000-12-19 | Sun Microsystems, Inc. | Method and apparatus for file system disaster recovery |
US20010052015A1 (en) | 1998-06-24 | 2001-12-13 | Chueng-Hsien Lin | Push-pull sevices for the internet |
US6421711B1 (en) | 1998-06-29 | 2002-07-16 | Emc Corporation | Virtual ports for data transferring of a data storage system |
US6366986B1 (en) | 1998-06-30 | 2002-04-02 | Emc Corporation | Method and apparatus for differential backup in a computer storage system |
US6094605A (en) | 1998-07-06 | 2000-07-25 | Storage Technology Corporation | Virtual automated cartridge system |
US6415385B1 (en) | 1998-07-29 | 2002-07-02 | Unisys Corporation | Digital signaturing method and system for packaging specialized native files for open network transport and for burning onto CD-ROM |
US6269431B1 (en) | 1998-08-13 | 2001-07-31 | Emc Corporation | Virtual storage and block level direct access of secondary storage for recovery of backup data |
US6353878B1 (en) | 1998-08-13 | 2002-03-05 | Emc Corporation | Remote control of backup media in a secondary storage subsystem through access to a primary storage subsystem |
US6757705B1 (en) | 1998-08-14 | 2004-06-29 | Microsoft Corporation | Method and system for client-side caching |
GB2341249A (en) | 1998-08-17 | 2000-03-08 | Connected Place Limited | A method of generating a difference file defining differences between an updated file and a base file |
US6425057B1 (en) | 1998-08-27 | 2002-07-23 | Hewlett-Packard Company | Caching protocol method and system based on request frequency and relative storage duration |
US6286084B1 (en) | 1998-09-16 | 2001-09-04 | Cisco Technology, Inc. | Methods and apparatus for populating a network cache |
US6397308B1 (en) | 1998-12-31 | 2002-05-28 | Emc Corporation | Apparatus and method for differential backup and restoration of data in a computer storage system |
US6487561B1 (en) | 1998-12-31 | 2002-11-26 | Emc Corporation | Apparatus and methods for copying, backing up, and restoring data using a backup segment size larger than the storage block size |
US7107395B1 (en) | 1998-12-31 | 2006-09-12 | Emc Corporation | Apparatus and methods for operating a computer storage system |
US6920537B2 (en) | 1998-12-31 | 2005-07-19 | Emc Corporation | Apparatus and methods for copying, backing up and restoring logical objects in a computer storage system by transferring blocks out of order or in parallel |
US6212512B1 (en) | 1999-01-06 | 2001-04-03 | Hewlett-Packard Company | Integration of a database into file management software for protecting, tracking and retrieving data |
US6324581B1 (en) | 1999-03-03 | 2001-11-27 | Emc Corporation | File server system using file system storage, data movers, and an exchange of meta data among data movers for file locking and direct access to shared file systems |
US6389432B1 (en) | 1999-04-05 | 2002-05-14 | Auspex Systems, Inc. | Intelligent virtual volume access |
US6519679B2 (en) | 1999-06-11 | 2003-02-11 | Dell Usa, L.P. | Policy based storage configuration |
US7035880B1 (en) | 1999-07-14 | 2006-04-25 | Commvault Systems, Inc. | Modular backup and retrieval system used in conjunction with a storage area network |
US6538669B1 (en) | 1999-07-15 | 2003-03-25 | Dell Products L.P. | Graphical user interface for configuration of a storage system |
US7389311B1 (en) | 1999-07-15 | 2008-06-17 | Commvault Systems, Inc. | Modular backup and retrieval system |
US7395282B1 (en) | 1999-07-15 | 2008-07-01 | Commvault Systems, Inc. | Hierarchical backup and retrieval system |
US6389433B1 (en) * | 1999-07-16 | 2002-05-14 | Microsoft Corporation | Method and system for automatically merging files into a single instance store |
US6912629B1 (en) | 1999-07-28 | 2005-06-28 | Storage Technology Corporation | System and method for restoring data from secondary volume to primary volume in a data storage system |
US6490666B1 (en) | 1999-08-20 | 2002-12-03 | Microsoft Corporation | Buffering data in a hierarchical data storage environment |
US6496850B1 (en) | 1999-08-31 | 2002-12-17 | Accenture Llp | Clean-up of orphaned server contexts |
US6343324B1 (en) | 1999-09-13 | 2002-01-29 | International Business Machines Corporation | Method and system for controlling access share storage devices in a network environment by configuring host-to-volume mapping data structures in the controller memory for granting and denying access to the devices |
US7028096B1 (en) | 1999-09-14 | 2006-04-11 | Streaming21, Inc. | Method and apparatus for caching for streaming data |
US6564228B1 (en) | 2000-01-14 | 2003-05-13 | Sun Microsystems, Inc. | Method of enabling heterogeneous platforms to utilize a universal file system in a storage area network |
US6823377B1 (en) | 2000-01-28 | 2004-11-23 | International Business Machines Corporation | Arrangements and methods for latency-sensitive hashing for collaborative web caching |
US6760723B2 (en) | 2000-01-31 | 2004-07-06 | Commvault Systems Inc. | Storage management across multiple time zones |
US7003641B2 (en) | 2000-01-31 | 2006-02-21 | Commvault Systems, Inc. | Logical view with granular access to exchange data managed by a modular data and storage management system |
US6721767B2 (en) | 2000-01-31 | 2004-04-13 | Commvault Systems, Inc. | Application specific rollback in a computer system |
US6658436B2 (en) | 2000-01-31 | 2003-12-02 | Commvault Systems, Inc. | Logical view and access to data managed by a modular data and storage management system |
US6542972B2 (en) | 2000-01-31 | 2003-04-01 | Commvault Systems, Inc. | Logical view and access to physical storage in modular data and storage management system |
US6704730B2 (en) | 2000-02-18 | 2004-03-09 | Avamar Technologies, Inc. | Hash file system and method for use in a commonality factoring system |
US7117246B2 (en) | 2000-02-22 | 2006-10-03 | Sendmail, Inc. | Electronic mail system with methodology providing distributed message store |
US6952737B1 (en) | 2000-03-03 | 2005-10-04 | Intel Corporation | Method and apparatus for accessing remote storage in a distributed storage cluster architecture |
US6438368B1 (en) | 2000-03-30 | 2002-08-20 | Ikadega, Inc. | Information distribution system and method |
US6356801B1 (en) | 2000-05-19 | 2002-03-12 | International Business Machines Corporation | High availability work queuing in an automated data storage library |
US6557030B1 (en) * | 2000-05-31 | 2003-04-29 | Prediwave Corp. | Systems and methods for providing video-on-demand services for broadcasting systems |
US6665815B1 (en) | 2000-06-22 | 2003-12-16 | Hewlett-Packard Development Company, L.P. | Physical incremental backup using snapshots |
US6330642B1 (en) | 2000-06-29 | 2001-12-11 | Bull Hn Informatin Systems Inc. | Three interconnected raid disk controller data processing system architecture |
US6909722B1 (en) | 2000-07-07 | 2005-06-21 | Qualcomm, Incorporated | Method and apparatus for proportionately multiplexing data streams onto one data stream |
US6886020B1 (en) | 2000-08-17 | 2005-04-26 | Emc Corporation | Method and apparatus for storage system metrics management and archive |
US7082441B1 (en) | 2000-08-17 | 2006-07-25 | Emc Corporation | Method and storage and manipulation of storage system metrics |
US6732125B1 (en) | 2000-09-08 | 2004-05-04 | Storage Technology Corporation | Self archiving log structured volume with intrinsic data protection |
US7512894B1 (en) | 2000-09-11 | 2009-03-31 | International Business Machines Corporation | Pictorial-based user interface management of computer hardware components |
EP1193616A1 (en) | 2000-09-29 | 2002-04-03 | Sony France S.A. | Fixed-length sequence generation of items out of a database using descriptors |
US6760812B1 (en) | 2000-10-05 | 2004-07-06 | International Business Machines Corporation | System and method for coordinating state between networked caches |
US6810398B2 (en) | 2000-11-06 | 2004-10-26 | Avamar Technologies, Inc. | System and method for unorchestrated determination of data sequences using sticky byte factoring to determine breakpoints in digital sequences |
US6557089B1 (en) | 2000-11-28 | 2003-04-29 | International Business Machines Corporation | Backup by ID-suppressed instant virtual copy then physical backup copy with ID reintroduced |
US6799258B1 (en) | 2001-01-10 | 2004-09-28 | Datacore Software Corporation | Methods and apparatus for point-in-time volumes |
US7194454B2 (en) | 2001-03-12 | 2007-03-20 | Lucent Technologies | Method for organizing records of database search activity by topical relevance |
US20020133601A1 (en) | 2001-03-16 | 2002-09-19 | Kennamer Walter J. | Failover of servers over which data is partitioned |
EP1244221A1 (en) * | 2001-03-23 | 2002-09-25 | Sun Microsystems, Inc. | Method and system for eliminating data redundancies |
TW518513B (en) * | 2001-03-28 | 2003-01-21 | Synq Technology Inc | System and method to update an executing application software by modular way |
US7315884B2 (en) | 2001-04-03 | 2008-01-01 | Hewlett-Packard Development Company, L.P. | Reduction of network retrieval latency using cache and digest |
US7685126B2 (en) | 2001-08-03 | 2010-03-23 | Isilon Systems, Inc. | System and methods for providing a distributed file system utilizing metadata to track information about data stored throughout the system |
US7243163B1 (en) * | 2001-08-07 | 2007-07-10 | Good Technology, Inc. | System and method for full wireless synchronization of a data processing apparatus with a messaging system |
US6662198B2 (en) | 2001-08-30 | 2003-12-09 | Zoteca Inc. | Method and system for asynchronous transmission, backup, distribution of data and file sharing |
US7586914B2 (en) * | 2001-09-27 | 2009-09-08 | Broadcom Corporation | Apparatus and method for hardware creation of a DOCSIS header |
JP2005505039A (en) | 2001-09-28 | 2005-02-17 | コムヴォールト・システムズ・インコーポレーテッド | Apparatus and method for archiving objects in an information storage device |
US20030174648A1 (en) | 2001-10-17 | 2003-09-18 | Mea Wang | Content delivery network by-pass system |
JP4113352B2 (en) | 2001-10-31 | 2008-07-09 | 株式会社日立製作所 | Storage resource operation management method in storage network |
US7139809B2 (en) | 2001-11-21 | 2006-11-21 | Clearcube Technology, Inc. | System and method for providing virtual network attached storage using excess distributed storage capacity |
US20030115346A1 (en) | 2001-12-13 | 2003-06-19 | Mchenry Stephen T. | Multi-proxy network edge cache system and methods |
US20030149750A1 (en) | 2002-02-07 | 2003-08-07 | Franzenburg Alan M. | Distributed storage array |
US6779093B1 (en) | 2002-02-15 | 2004-08-17 | Veritas Operating Corporation | Control facility for processing in-band control messages during data replication |
US7539735B2 (en) | 2002-03-06 | 2009-05-26 | International Business Machines Corporation | Multi-session no query restore |
US8650266B2 (en) | 2002-03-26 | 2014-02-11 | At&T Intellectual Property Ii, L.P. | Cache validation using smart source selection in a data network |
US20030188106A1 (en) | 2002-03-26 | 2003-10-02 | At&T Corp. | Cache validation using rejuvenation in a data network |
US6983351B2 (en) | 2002-04-11 | 2006-01-03 | International Business Machines Corporation | System and method to guarantee overwrite of expired data in a virtual tape server |
JP4221646B2 (en) | 2002-06-26 | 2009-02-12 | 日本電気株式会社 | Shared cache server |
US20040181519A1 (en) | 2002-07-09 | 2004-09-16 | Mohammed Shahbaz Anwar | Method for generating multidimensional summary reports from multidimensional summary reports from multidimensional data |
US6865655B1 (en) * | 2002-07-30 | 2005-03-08 | Sun Microsystems, Inc. | Methods and apparatus for backing up and restoring data portions stored in client computer systems |
US6952758B2 (en) | 2002-07-31 | 2005-10-04 | International Business Machines Corporation | Method and system for providing consistent data modification information to clients in a storage system |
US7100089B1 (en) | 2002-09-06 | 2006-08-29 | 3Pardata, Inc. | Determining differences between snapshots |
AU2003270482A1 (en) | 2002-09-09 | 2004-03-29 | Commvault Systems, Inc. | Dynamic storage device pooling in a computer system |
US7171469B2 (en) | 2002-09-16 | 2007-01-30 | Network Appliance, Inc. | Apparatus and method for storing data in a proxy cache in a network |
GB2409553B (en) | 2002-09-16 | 2007-04-04 | Commvault Systems Inc | System and method for optimizing storage operations |
AU2003272457A1 (en) | 2002-09-16 | 2004-04-30 | Commvault Systems, Inc. | System and method for blind media support |
US7284030B2 (en) | 2002-09-16 | 2007-10-16 | Network Appliance, Inc. | Apparatus and method for processing data in a network |
EP1550053A4 (en) | 2002-09-18 | 2009-03-25 | Netezza Corp | Disk mirror architecture for database appliance |
US7287252B2 (en) | 2002-09-27 | 2007-10-23 | The United States Of America Represented By The Secretary Of The Navy | Universal client and consumer |
CA2508089A1 (en) | 2002-10-07 | 2004-04-22 | Commvault Systems, Inc. | System and method for managing stored data |
US7664771B2 (en) | 2002-10-16 | 2010-02-16 | Microsoft Corporation | Optimizing defragmentation operations in a differential snapshotter |
US8176186B2 (en) | 2002-10-30 | 2012-05-08 | Riverbed Technology, Inc. | Transaction accelerator for client-server communications systems |
US8069225B2 (en) | 2003-04-14 | 2011-11-29 | Riverbed Technology, Inc. | Transparent client-server transaction accelerator |
JP2006516341A (en) | 2003-01-17 | 2006-06-29 | タシット ネットワークス,インク. | Method and system for storage caching with distributed file system |
GB0303192D0 (en) | 2003-02-12 | 2003-03-19 | Saviso Group Ltd | Methods and apparatus for traffic management in peer-to-peer networks |
MXPA05010591A (en) | 2003-04-03 | 2005-11-23 | Commvault Systems Inc | System and method for dynamically performing storage operations in a computer network. |
US7457982B2 (en) | 2003-04-11 | 2008-11-25 | Network Appliance, Inc. | Writable virtual disk of read-only snapshot file objects |
US7155465B2 (en) | 2003-04-18 | 2006-12-26 | Lee Howard F | Method and apparatus for automatically archiving a file system |
US20040230753A1 (en) | 2003-05-16 | 2004-11-18 | International Business Machines Corporation | Methods and apparatus for providing service differentiation in a shared storage environment |
US7454569B2 (en) | 2003-06-25 | 2008-11-18 | Commvault Systems, Inc. | Hierarchical system and method for performing storage operations in a computer network |
US7725760B2 (en) | 2003-09-23 | 2010-05-25 | Symantec Operating Corporation | Data storage system |
US7904428B2 (en) | 2003-09-23 | 2011-03-08 | Symantec Corporation | Methods and apparatus for recording write requests directed to a data store |
US7577806B2 (en) | 2003-09-23 | 2009-08-18 | Symantec Operating Corporation | Systems and methods for time dependent data storage and recovery |
JP4267420B2 (en) | 2003-10-20 | 2009-05-27 | 株式会社日立製作所 | Storage apparatus and backup acquisition method |
WO2005050381A2 (en) | 2003-11-13 | 2005-06-02 | Commvault Systems, Inc. | Systems and methods for performing storage operations using network attached storage |
US7613748B2 (en) | 2003-11-13 | 2009-11-03 | Commvault Systems, Inc. | Stored data reverification management system and method |
CA2548542C (en) | 2003-11-13 | 2011-08-09 | Commvault Systems, Inc. | System and method for performing a snapshot and for restoring data |
US7315923B2 (en) | 2003-11-13 | 2008-01-01 | Commvault Systems, Inc. | System and method for combining data streams in pipelined storage operations in a storage network |
US7440982B2 (en) | 2003-11-13 | 2008-10-21 | Commvault Systems, Inc. | System and method for stored data archive verification |
US7412583B2 (en) | 2003-11-14 | 2008-08-12 | International Business Machines Corporation | Virtual incremental storage method |
US7225210B2 (en) | 2003-11-20 | 2007-05-29 | Overland Storage, Inc. | Block level data snapshot system and method |
US7272606B2 (en) | 2003-11-26 | 2007-09-18 | Veritas Operating Corporation | System and method for detecting and storing file content access information within a file system |
DE10356724B3 (en) | 2003-12-02 | 2005-06-16 | Deutsches Zentrum für Luft- und Raumfahrt e.V. | Method for reducing the transport volume of data in data networks |
US7155633B2 (en) | 2003-12-08 | 2006-12-26 | Solid Data Systems, Inc. | Exchange server method and system |
US7519726B2 (en) | 2003-12-12 | 2009-04-14 | International Business Machines Corporation | Methods, apparatus and computer programs for enhanced access to resources within a network |
JP5166735B2 (en) | 2003-12-19 | 2013-03-21 | ネットアップ,インコーポレイテッド | System and method capable of synchronous data replication in a very short update interval |
US7734820B1 (en) | 2003-12-31 | 2010-06-08 | Symantec Operating Corporation | Adaptive caching for a distributed file sharing system |
US7246272B2 (en) | 2004-01-16 | 2007-07-17 | International Business Machines Corporation | Duplicate network address detection |
JP4402997B2 (en) | 2004-03-26 | 2010-01-20 | 株式会社日立製作所 | Storage device |
US7246258B2 (en) | 2004-04-28 | 2007-07-17 | Lenovo (Singapore) Pte. Ltd. | Minimizing resynchronization time after backup system failures in an appliance-based business continuance architecture |
US7343356B2 (en) | 2004-04-30 | 2008-03-11 | Commvault Systems, Inc. | Systems and methods for storage modeling and costing |
US7370163B2 (en) | 2004-05-03 | 2008-05-06 | Gemini Storage | Adaptive cache engine for storage area network including systems and methods related thereto |
US7293035B2 (en) * | 2004-06-30 | 2007-11-06 | International Business Machines Corporation | System and method for performing compression/encryption on data such that the number of duplicate blocks in the transformed data is increased |
US7383462B2 (en) | 2004-07-02 | 2008-06-03 | Hitachi, Ltd. | Method and apparatus for encrypted remote copy for secure data backup and restoration |
US20060020660A1 (en) | 2004-07-20 | 2006-01-26 | Vishwa Prasad | Proxy and cache architecture for document storage |
US7631194B2 (en) | 2004-09-09 | 2009-12-08 | Microsoft Corporation | Method, system, and apparatus for creating saved searches and auto discovery groups for a data protection system |
US7587423B2 (en) * | 2004-09-17 | 2009-09-08 | Sap Ag | Multistep master data cleansing in operative business processes |
JP4475079B2 (en) | 2004-09-29 | 2010-06-09 | 株式会社日立製作所 | Computer system configuration management method |
US8375181B1 (en) | 2004-10-28 | 2013-02-12 | Symantec Operating Corporation | System and method for performing replication based on change tracking information |
US7386578B2 (en) * | 2004-10-29 | 2008-06-10 | Sap Ag | Associations between duplicate master data objects |
US7472238B1 (en) | 2004-11-05 | 2008-12-30 | Commvault Systems, Inc. | Systems and methods for recovering electronic information from a storage medium |
US7536291B1 (en) | 2004-11-08 | 2009-05-19 | Commvault Systems, Inc. | System and method to support simulated storage operations |
JP4349301B2 (en) | 2004-11-12 | 2009-10-21 | 日本電気株式会社 | Storage management system, method and program |
US8140786B2 (en) | 2006-12-04 | 2012-03-20 | Commvault Systems, Inc. | Systems and methods for creating copies of data, such as archive copies |
US8775823B2 (en) | 2006-12-29 | 2014-07-08 | Commvault Systems, Inc. | System and method for encrypting secondary copies of data |
US7574692B2 (en) | 2004-11-19 | 2009-08-11 | Adrian Herscu | Method for building component-software for execution in a standards-compliant programming environment |
US20060136685A1 (en) | 2004-12-17 | 2006-06-22 | Sanrad Ltd. | Method and system to maintain data consistency over an internet small computer system interface (iSCSI) network |
US7437388B1 (en) * | 2004-12-21 | 2008-10-14 | Symantec Corporation | Protecting data for distributed applications using cooperative backup agents |
US7711695B2 (en) * | 2005-01-18 | 2010-05-04 | Oracle International Corporation | Reducing memory used by metadata for duplicate user defined types |
US8245131B2 (en) | 2005-02-10 | 2012-08-14 | Hewlett-Packard Development Company, L.P. | Constraining layout variations for accommodating variable content in electronic documents |
US7765186B1 (en) | 2005-04-13 | 2010-07-27 | Progress Software Corporation | Update-anywhere replication of distributed systems |
US7672979B1 (en) | 2005-04-22 | 2010-03-02 | Symantec Operating Corporation | Backup and restore techniques using inconsistent state indicators |
US20060277154A1 (en) * | 2005-06-02 | 2006-12-07 | Lunt Tracy T | Data structure generated in accordance with a method for identifying electronic files using derivative attributes created from native file attributes |
US8024292B2 (en) | 2005-06-29 | 2011-09-20 | Emc Corporation | Creation of a single snapshot using a server job request |
US7779032B1 (en) * | 2005-07-13 | 2010-08-17 | Basis Technology Corporation | Forensic feature extraction and cross drive analysis |
JP2007065984A (en) | 2005-08-31 | 2007-03-15 | Hitachi Ltd | Storage control device and discrete type storage device |
US8296369B2 (en) | 2005-09-27 | 2012-10-23 | Research In Motion Limited | Email server with proxy caching of unique identifiers |
US7584338B1 (en) | 2005-09-27 | 2009-09-01 | Data Domain, Inc. | Replication of deduplicated storage system |
US9774684B2 (en) | 2005-09-30 | 2017-09-26 | International Business Machines Corporation | Storing data in a dispersed storage network |
WO2007062254A2 (en) | 2005-11-28 | 2007-05-31 | Commvault Systems, Inc. | Systems and methods for data management |
US7661028B2 (en) | 2005-12-19 | 2010-02-09 | Commvault Systems, Inc. | Rolling cache configuration for a data replication system |
US7606844B2 (en) | 2005-12-19 | 2009-10-20 | Commvault Systems, Inc. | System and method for performing replication copy storage operations |
US7617253B2 (en) | 2005-12-19 | 2009-11-10 | Commvault Systems, Inc. | Destination systems and methods for performing data replication |
US7543125B2 (en) | 2005-12-19 | 2009-06-02 | Commvault Systems, Inc. | System and method for performing time-flexible calendric storage operations |
US7636743B2 (en) | 2005-12-19 | 2009-12-22 | Commvault Systems, Inc. | Pathname translation in a data replication system |
US7617262B2 (en) | 2005-12-19 | 2009-11-10 | Commvault Systems, Inc. | Systems and methods for monitoring application data in a data replication system |
US7651593B2 (en) | 2005-12-19 | 2010-01-26 | Commvault Systems, Inc. | Systems and methods for performing data replication |
US7620710B2 (en) | 2005-12-19 | 2009-11-17 | Commvault Systems, Inc. | System and method for performing multi-path storage operations |
US8301839B2 (en) | 2005-12-30 | 2012-10-30 | Citrix Systems, Inc. | System and method for performing granular invalidation of cached dynamically generated objects in a data communication network |
US7840618B2 (en) | 2006-01-03 | 2010-11-23 | Nec Laboratories America, Inc. | Wide area networked file system |
US7512595B1 (en) | 2006-01-03 | 2009-03-31 | Emc Corporation | Methods and systems for utilizing configuration information |
US8170985B2 (en) | 2006-01-31 | 2012-05-01 | Emc Corporation | Primary stub file retention and secondary retention coordination in a hierarchical storage system |
US7472242B1 (en) * | 2006-02-14 | 2008-12-30 | Network Appliance, Inc. | Eliminating duplicate blocks during backup writes |
US7761663B2 (en) | 2006-02-16 | 2010-07-20 | Hewlett-Packard Development Company, L.P. | Operating a replicated cache that includes receiving confirmation that a flush operation was initiated |
US7725655B2 (en) | 2006-02-16 | 2010-05-25 | Hewlett-Packard Development Company, L.P. | Method of operating distributed storage system in which data is read from replicated caches and stored as erasure-coded data |
US8543782B2 (en) | 2006-04-25 | 2013-09-24 | Hewlett-Packard Development Company, L.P. | Content-based, compression-enhancing routing in distributed, differential electronic-data storage systems |
US8165221B2 (en) | 2006-04-28 | 2012-04-24 | Netapp, Inc. | System and method for sampling based elimination of duplicate data |
US8175875B1 (en) * | 2006-05-19 | 2012-05-08 | Google Inc. | Efficient indexing of documents with similar content |
US8412682B2 (en) | 2006-06-29 | 2013-04-02 | Netapp, Inc. | System and method for retrieving and using block fingerprints for data deduplication |
US20080005509A1 (en) | 2006-06-30 | 2008-01-03 | International Business Machines Corporation | Caching recovery information on a local system to expedite recovery |
US8726242B2 (en) | 2006-07-27 | 2014-05-13 | Commvault Systems, Inc. | Systems and methods for continuous data replication |
US7720841B2 (en) | 2006-10-04 | 2010-05-18 | International Business Machines Corporation | Model-based self-optimizing distributed information management |
US7882077B2 (en) | 2006-10-17 | 2011-02-01 | Commvault Systems, Inc. | Method and system for offline indexing of content and classifying stored data |
US7702782B1 (en) | 2006-10-18 | 2010-04-20 | Emc Corporation | Using watermarks to indicate alerts in a storage area network management console |
US10296629B2 (en) | 2006-10-20 | 2019-05-21 | Oracle International Corporation | Server supporting a consistent client-side cache |
US8214517B2 (en) | 2006-12-01 | 2012-07-03 | Nec Laboratories America, Inc. | Methods and systems for quick and efficient data management and/or processing |
JP4997950B2 (en) | 2006-12-11 | 2012-08-15 | 富士通株式会社 | Network management system, network management program, and network management method |
US7734669B2 (en) | 2006-12-22 | 2010-06-08 | Commvault Systems, Inc. | Managing copies of data |
US7831566B2 (en) | 2006-12-22 | 2010-11-09 | Commvault Systems, Inc. | Systems and methods of hierarchical storage management, such as global management of storage operations |
US7840537B2 (en) | 2006-12-22 | 2010-11-23 | Commvault Systems, Inc. | System and method for storing redundant information |
US7733910B2 (en) | 2006-12-29 | 2010-06-08 | Riverbed Technology, Inc. | Data segmentation using shift-varying predicate function fingerprinting |
JP5020673B2 (en) | 2007-03-27 | 2012-09-05 | 株式会社日立製作所 | A computer system that prevents the storage of duplicate files |
US7873809B2 (en) | 2007-03-29 | 2011-01-18 | Hitachi, Ltd. | Method and apparatus for de-duplication after mirror operation |
US7761425B1 (en) | 2007-03-29 | 2010-07-20 | Symantec Corporation | Low-overhead means of performing data backup |
US20080243769A1 (en) * | 2007-03-30 | 2008-10-02 | Symantec Corporation | System and method for exporting data directly from deduplication storage to non-deduplication storage |
US8489830B2 (en) | 2007-03-30 | 2013-07-16 | Symantec Corporation | Implementing read/write, multi-versioned file system on top of backup data |
JP4900811B2 (en) | 2007-03-30 | 2012-03-21 | 株式会社日立製作所 | Storage system and storage control method |
US20080256431A1 (en) * | 2007-04-13 | 2008-10-16 | Arno Hornberger | Apparatus and Method for Generating a Data File or for Reading a Data File |
US7827150B1 (en) * | 2007-04-30 | 2010-11-02 | Symantec Corporation | Application aware storage appliance archiving |
WO2008138008A1 (en) | 2007-05-08 | 2008-11-13 | Riverbed Technology, Inc | A hybrid segment-oriented file server and wan accelerator |
US8315984B2 (en) | 2007-05-22 | 2012-11-20 | Netapp, Inc. | System and method for on-the-fly elimination of redundant data |
US8626741B2 (en) | 2007-06-15 | 2014-01-07 | Emc Corporation | Process for cataloging data objects backed up from a content addressed storage system |
US8028106B2 (en) | 2007-07-06 | 2011-09-27 | Proster Systems, Inc. | Hardware acceleration of commonality factoring with removable media |
US20090043767A1 (en) * | 2007-08-07 | 2009-02-12 | Ashutosh Joshi | Approach For Application-Specific Duplicate Detection |
US8078729B2 (en) | 2007-08-21 | 2011-12-13 | Ntt Docomo, Inc. | Media streaming with online caching and peer-to-peer forwarding |
US7809765B2 (en) | 2007-08-24 | 2010-10-05 | General Electric Company | Sequence identification and analysis |
US8332375B2 (en) | 2007-08-29 | 2012-12-11 | Nirvanix, Inc. | Method and system for moving requested files from one storage location to another |
US8738575B2 (en) | 2007-09-17 | 2014-05-27 | International Business Machines Corporation | Data recovery in a hierarchical data storage system |
US7822939B1 (en) | 2007-09-25 | 2010-10-26 | Emc Corporation | Data de-duplication using thin provisioning |
US7870409B2 (en) | 2007-09-26 | 2011-01-11 | Hitachi, Ltd. | Power efficient data storage with data de-duplication |
US8548953B2 (en) | 2007-11-12 | 2013-10-01 | F5 Networks, Inc. | File deduplication using storage tiers |
US8180747B2 (en) | 2007-11-12 | 2012-05-15 | F5 Networks, Inc. | Load sharing cluster file systems |
US8244846B2 (en) | 2007-12-26 | 2012-08-14 | Symantec Corporation | Balanced consistent hashing for distributed resource management |
US8209334B1 (en) | 2007-12-28 | 2012-06-26 | Don Doerner | Method to direct data to a specific one of several repositories |
US8145614B1 (en) | 2007-12-28 | 2012-03-27 | Emc Corporation | Selection of a data path based on the likelihood that requested information is in a cache |
US7962452B2 (en) * | 2007-12-28 | 2011-06-14 | International Business Machines Corporation | Data deduplication by separating data from meta data |
US8621240B1 (en) | 2007-12-31 | 2013-12-31 | Emc Corporation | User-specific hash authentication |
US7797279B1 (en) | 2007-12-31 | 2010-09-14 | Emc Corporation | Merging of incremental data streams with prior backed-up data |
US8190835B1 (en) | 2007-12-31 | 2012-05-29 | Emc Corporation | Global de-duplication in shared architectures |
US8473956B2 (en) | 2008-01-15 | 2013-06-25 | Microsoft Corporation | Priority based scheduling system for server |
US8261240B2 (en) | 2008-01-15 | 2012-09-04 | Microsoft Corporation | Debugging lazily evaluated program components |
US20090204636A1 (en) | 2008-02-11 | 2009-08-13 | Microsoft Corporation | Multimodal object de-duplication |
US8352540B2 (en) * | 2008-03-06 | 2013-01-08 | International Business Machines Corporation | Distinguishing data streams to enhance data storage efficiency |
US7814074B2 (en) | 2008-03-14 | 2010-10-12 | International Business Machines Corporation | Method and system for assuring integrity of deduplicated data |
JP5115272B2 (en) | 2008-03-28 | 2013-01-09 | 富士通株式会社 | An electronic device system in which a large number of electronic devices are rack-mounted, and an electronic device specific processing method for the electronic device system. |
US8199911B1 (en) | 2008-03-31 | 2012-06-12 | Symantec Operating Corporation | Secure encryption algorithm for data deduplication on untrusted storage |
US7516186B1 (en) * | 2008-04-01 | 2009-04-07 | International Business Machines Corporation | Thread based view and archive for simple mail transfer protocol (SMTP) clients devices and methods |
JP2009251725A (en) | 2008-04-02 | 2009-10-29 | Hitachi Ltd | Storage controller and duplicated data detection method using storage controller |
US7567188B1 (en) * | 2008-04-10 | 2009-07-28 | International Business Machines Corporation | Policy based tiered data deduplication strategy |
US7539710B1 (en) | 2008-04-11 | 2009-05-26 | International Business Machines Corporation | Method of and system for deduplicating backed up data in a client-server environment |
US9395929B2 (en) | 2008-04-25 | 2016-07-19 | Netapp, Inc. | Network storage server with integrated encryption, compression and deduplication capability |
US8515909B2 (en) * | 2008-04-29 | 2013-08-20 | International Business Machines Corporation | Enhanced method and system for assuring integrity of deduplicated data |
US8620877B2 (en) | 2008-04-30 | 2013-12-31 | International Business Machines Corporation | Tunable data fingerprinting for optimizing data deduplication |
US8200638B1 (en) | 2008-04-30 | 2012-06-12 | Netapp, Inc. | Individual file restore from block-level incremental backups by using client-server backup protocol |
US8527482B2 (en) | 2008-06-06 | 2013-09-03 | Chrysalis Storage, Llc | Method for reducing redundancy between two or more datasets |
US8219524B2 (en) | 2008-06-24 | 2012-07-10 | Commvault Systems, Inc. | Application-aware and remote single instance data management |
US9098495B2 (en) | 2008-06-24 | 2015-08-04 | Commvault Systems, Inc. | Application-aware and remote single instance data management |
US8484162B2 (en) | 2008-06-24 | 2013-07-09 | Commvault Systems, Inc. | De-duplication systems and methods for application-specific data |
US8176269B2 (en) * | 2008-06-30 | 2012-05-08 | International Business Machines Corporation | Managing metadata for data blocks used in a deduplication system |
US8572055B1 (en) * | 2008-06-30 | 2013-10-29 | Symantec Operating Corporation | Method and system for efficiently handling small files in a single instance storage data store |
US8041907B1 (en) * | 2008-06-30 | 2011-10-18 | Symantec Operating Corporation | Method and system for efficient space management for single-instance-storage volumes |
US8468320B1 (en) | 2008-06-30 | 2013-06-18 | Symantec Operating Corporation | Scalability of data deduplication through the use of a locality table |
US8832034B1 (en) * | 2008-07-03 | 2014-09-09 | Riverbed Technology, Inc. | Space-efficient, revision-tolerant data de-duplication |
US8166263B2 (en) | 2008-07-03 | 2012-04-24 | Commvault Systems, Inc. | Continuous data protection over intermittent connections, such as continuous data backup for laptops or wireless devices |
US8046550B2 (en) | 2008-07-14 | 2011-10-25 | Quest Software, Inc. | Systems and methods for performing backup operations of virtual machine files |
JP4322958B1 (en) | 2008-07-31 | 2009-09-02 | 国立大学法人広島大学 | Measuring apparatus and measuring method |
US7913114B2 (en) | 2008-07-31 | 2011-03-22 | Quantum Corporation | Repair of a corrupt data segment used by a de-duplication engine |
US8788466B2 (en) * | 2008-08-05 | 2014-07-22 | International Business Machines Corporation | Efficient transfer of deduplicated data |
US8086799B2 (en) | 2008-08-12 | 2011-12-27 | Netapp, Inc. | Scalable deduplication of stored data |
US20100049926A1 (en) | 2008-08-21 | 2010-02-25 | International Business Machines Corporation | Enhancement of data mirroring to provide parallel processing of overlapping writes |
US20100049927A1 (en) | 2008-08-21 | 2010-02-25 | International Business Machines Corporation | Enhancement of data mirroring to provide parallel processing of overlapping writes |
US8307177B2 (en) | 2008-09-05 | 2012-11-06 | Commvault Systems, Inc. | Systems and methods for management of virtualization data |
US8725688B2 (en) | 2008-09-05 | 2014-05-13 | Commvault Systems, Inc. | Image level copy or restore, such as image level restore without knowledge of data object metadata |
US8290915B2 (en) | 2008-09-15 | 2012-10-16 | International Business Machines Corporation | Retrieval and recovery of data chunks from alternate data stores in a deduplicating system |
US9098519B2 (en) | 2008-09-16 | 2015-08-04 | File System Labs Llc | Methods and apparatus for distributed data storage |
US8620845B2 (en) * | 2008-09-24 | 2013-12-31 | Timothy John Stoakes | Identifying application metadata in a backup stream |
US9015181B2 (en) | 2008-09-26 | 2015-04-21 | Commvault Systems, Inc. | Systems and methods for managing single instancing data |
US8812455B1 (en) * | 2008-09-30 | 2014-08-19 | Emc Corporation | Efficient data backup |
US8495032B2 (en) | 2008-10-01 | 2013-07-23 | International Business Machines Corporation | Policy based sharing of redundant data across storage pools in a deduplicating system |
US20100088296A1 (en) | 2008-10-03 | 2010-04-08 | Netapp, Inc. | System and method for organizing data to facilitate data deduplication |
US8626723B2 (en) | 2008-10-14 | 2014-01-07 | Vmware, Inc. | Storage-network de-duplication |
US8082228B2 (en) | 2008-10-31 | 2011-12-20 | Netapp, Inc. | Remote office duplication |
US8412677B2 (en) | 2008-11-26 | 2013-04-02 | Commvault Systems, Inc. | Systems and methods for byte-level or quasi byte-level single instancing |
US8315985B1 (en) * | 2008-12-18 | 2012-11-20 | Symantec Corporation | Optimizing the de-duplication rate for a backup stream |
US9483486B1 (en) * | 2008-12-30 | 2016-11-01 | Veritas Technologies Llc | Data encryption for a segment-based single instance file storage system |
US8200923B1 (en) | 2008-12-31 | 2012-06-12 | Emc Corporation | Method and apparatus for block level data de-duplication |
US8291183B2 (en) | 2009-01-15 | 2012-10-16 | Emc Corporation | Assisted mainframe data de-duplication |
TWI526823B (en) | 2009-01-23 | 2016-03-21 | 普安科技股份有限公司 | Method and apparatus for performing volume replication using unified architecture |
US20100306175A1 (en) | 2009-01-28 | 2010-12-02 | Digitiliti, Inc. | File policy enforcement |
US8074043B1 (en) | 2009-01-30 | 2011-12-06 | Symantec Corporation | Method and apparatus to recover from interrupted data streams in a deduplication system |
US8108638B2 (en) | 2009-02-06 | 2012-01-31 | International Business Machines Corporation | Backup of deduplicated data |
US8645334B2 (en) | 2009-02-27 | 2014-02-04 | Andrew LEPPARD | Minimize damage caused by corruption of de-duplicated data |
US8140491B2 (en) | 2009-03-26 | 2012-03-20 | International Business Machines Corporation | Storage management through adaptive deduplication |
US8401996B2 (en) | 2009-03-30 | 2013-03-19 | Commvault Systems, Inc. | Storing a variable number of instances of data objects |
US8205065B2 (en) | 2009-03-30 | 2012-06-19 | Exar Corporation | System and method for data deduplication |
US8479304B1 (en) | 2009-03-31 | 2013-07-02 | Symantec Corporation | Selectively protecting against chosen plaintext attacks in untrusted storage environments that support data deduplication |
US8805953B2 (en) | 2009-04-03 | 2014-08-12 | Microsoft Corporation | Differential file and system restores from peers and the cloud |
US8261126B2 (en) | 2009-04-03 | 2012-09-04 | Microsoft Corporation | Bare metal machine recovery from the cloud |
US20100257403A1 (en) | 2009-04-03 | 2010-10-07 | Microsoft Corporation | Restoration of a system from a set of full and partial delta system snapshots across a distributed system |
US8095756B1 (en) | 2009-04-28 | 2012-01-10 | Netapp, Inc. | System and method for coordinating deduplication operations and backup operations of a storage volume |
US8578120B2 (en) | 2009-05-22 | 2013-11-05 | Commvault Systems, Inc. | Block-level single instancing |
US8214611B2 (en) | 2009-06-04 | 2012-07-03 | Hitachi, Ltd. | Storage subsystem and its data processing method, and computer system |
US8255365B2 (en) | 2009-06-08 | 2012-08-28 | Symantec Corporation | Source classification for performing deduplication in a backup operation |
US20100318759A1 (en) | 2009-06-15 | 2010-12-16 | Microsoft Corporation | Distributed rdc chunk store |
US8122284B2 (en) | 2009-06-18 | 2012-02-21 | Taylor Tracy M | N+1 failover and resynchronization of data storage appliances |
US20100333116A1 (en) | 2009-06-30 | 2010-12-30 | Anand Prahlad | Cloud gateway system for managing data storage to cloud storage sites |
US8930306B1 (en) | 2009-07-08 | 2015-01-06 | Commvault Systems, Inc. | Synchronized data deduplication |
GB2471715A (en) | 2009-07-10 | 2011-01-12 | Hewlett Packard Development Co | Determining the data chunks to be used as seed data to restore a database, from manifests of chunks stored in a de-duplicated data chunk store. |
US8280854B1 (en) | 2009-09-01 | 2012-10-02 | Symantec Corporation | Systems and methods for relocating deduplicated data within a multi-device storage system |
US8204862B1 (en) | 2009-10-02 | 2012-06-19 | Symantec Corporation | Systems and methods for restoring deduplicated data |
US8380688B2 (en) | 2009-11-06 | 2013-02-19 | International Business Machines Corporation | Method and apparatus for data compression |
US8595188B2 (en) | 2009-11-06 | 2013-11-26 | International Business Machines Corporation | Operating system and file system independent incremental data backup |
US8504528B2 (en) | 2009-11-09 | 2013-08-06 | Ca, Inc. | Duplicate backup data identification and consolidation |
US20110119741A1 (en) | 2009-11-18 | 2011-05-19 | Hotchalk Inc. | Method for Conditionally Obtaining Files From a Local Appliance |
US20110153570A1 (en) | 2009-12-18 | 2011-06-23 | Electronics And Telecommunications Research Institute | Data replication and recovery method in asymmetric clustered distributed file system |
US9501365B2 (en) | 2009-12-28 | 2016-11-22 | Netapp, Inc. | Cloud-based disaster recovery of backup data and metadata |
CA2783370C (en) | 2009-12-31 | 2016-03-15 | Commvault Systems, Inc. | Systems and methods for performing data management operations using snapshots |
US8224875B1 (en) | 2010-01-05 | 2012-07-17 | Symantec Corporation | Systems and methods for removing unreferenced data segments from deduplicated data systems |
US8452932B2 (en) | 2010-01-06 | 2013-05-28 | Storsimple, Inc. | System and method for efficiently creating off-site data volume back-ups |
US8352422B2 (en) | 2010-03-30 | 2013-01-08 | Commvault Systems, Inc. | Data restore systems and methods in a replication environment |
US8468135B2 (en) | 2010-04-14 | 2013-06-18 | International Business Machines Corporation | Optimizing data transmission bandwidth consumption over a wide area network |
US9678968B1 (en) | 2010-05-03 | 2017-06-13 | Panzura, Inc. | Deleting a file from a distributed filesystem |
US8244992B2 (en) | 2010-05-24 | 2012-08-14 | Spackman Stephen P | Policy based data retrieval performance for deduplicated data |
WO2011150391A1 (en) | 2010-05-28 | 2011-12-01 | Commvault Systems, Inc. | Systems and methods for performing data replication |
US8370315B1 (en) | 2010-05-28 | 2013-02-05 | Symantec Corporation | System and method for high performance deduplication indexing |
US8504526B2 (en) | 2010-06-04 | 2013-08-06 | Commvault Systems, Inc. | Failover systems and methods for performing backup operations |
US20110314070A1 (en) | 2010-06-18 | 2011-12-22 | Microsoft Corporation | Optimization of storage and transmission of data |
US8965907B2 (en) | 2010-06-21 | 2015-02-24 | Microsoft Technology Licensing, Llc | Assisted filtering of multi-dimensional data |
US20120011101A1 (en) | 2010-07-12 | 2012-01-12 | Computer Associates Think, Inc. | Integrating client and server deduplication systems |
US8548944B2 (en) | 2010-07-15 | 2013-10-01 | Delphix Corp. | De-duplication based backup of file systems |
US9678688B2 (en) | 2010-07-16 | 2017-06-13 | EMC IP Holding Company LLC | System and method for data deduplication for disk storage subsystems |
US8838624B2 (en) | 2010-09-24 | 2014-09-16 | Hitachi Data Systems Corporation | System and method for aggregating query results in a fault-tolerant database management system |
US8549350B1 (en) | 2010-09-30 | 2013-10-01 | Emc Corporation | Multi-tier recovery |
US8572340B2 (en) | 2010-09-30 | 2013-10-29 | Commvault Systems, Inc. | Systems and methods for retaining and using data block signatures in data protection operations |
US8364652B2 (en) | 2010-09-30 | 2013-01-29 | Commvault Systems, Inc. | Content aligned block-based deduplication |
US9705730B1 (en) | 2013-05-07 | 2017-07-11 | Axcient, Inc. | Cloud storage using Merkle trees |
US9244779B2 (en) | 2010-09-30 | 2016-01-26 | Commvault Systems, Inc. | Data recovery operations, such as recovery from modified network data management protocol data |
US20120084272A1 (en) | 2010-10-04 | 2012-04-05 | International Business Machines Corporation | File system support for inert files |
US8886613B2 (en) | 2010-10-12 | 2014-11-11 | Don Doerner | Prioritizing data deduplication |
US9442806B1 (en) | 2010-11-30 | 2016-09-13 | Veritas Technologies Llc | Block-level deduplication |
US9020900B2 (en) | 2010-12-14 | 2015-04-28 | Commvault Systems, Inc. | Distributed deduplicated storage system |
US8954446B2 (en) | 2010-12-14 | 2015-02-10 | Comm Vault Systems, Inc. | Client-side repository in a networked deduplicated storage system |
KR20120072909A (en) | 2010-12-24 | 2012-07-04 | 주식회사 케이티 | Distribution storage system with content-based deduplication function and object distributive storing method thereof, and computer-readable recording medium |
US9823981B2 (en) | 2011-03-11 | 2017-11-21 | Microsoft Technology Licensing, Llc | Backup and restore strategies for data deduplication |
US8849762B2 (en) | 2011-03-31 | 2014-09-30 | Commvault Systems, Inc. | Restoring computing environments, such as autorecovery of file systems at certain points in time |
US9990253B1 (en) | 2011-03-31 | 2018-06-05 | EMC IP Holding Company LLC | System and method for recovering file systems without a replica |
US8719264B2 (en) | 2011-03-31 | 2014-05-06 | Commvault Systems, Inc. | Creating secondary copies of data based on searches for content |
US8825720B1 (en) | 2011-04-12 | 2014-09-02 | Emc Corporation | Scaling asynchronous reclamation of free space in de-duplicated multi-controller storage systems |
US8775376B2 (en) | 2011-06-30 | 2014-07-08 | International Business Machines Corporation | Hybrid data backup in a networked computing environment |
US9323820B1 (en) | 2011-06-30 | 2016-04-26 | Emc Corporation | Virtual datacenter redundancy |
US9128901B1 (en) | 2011-12-30 | 2015-09-08 | Emc Corporation | Continuous protection of data and storage management configuration |
US9146975B2 (en) | 2012-02-17 | 2015-09-29 | Oracle International Corporation | Systems and methods for integration of business applications with enterprise content management systems |
US9298715B2 (en) | 2012-03-07 | 2016-03-29 | Commvault Systems, Inc. | Data storage system utilizing proxy device for storage operations |
US9286327B2 (en) | 2012-03-30 | 2016-03-15 | Commvault Systems, Inc. | Data storage recovery automation |
US9342537B2 (en) | 2012-04-23 | 2016-05-17 | Commvault Systems, Inc. | Integrated snapshot interface for a data storage system |
US9218375B2 (en) | 2012-06-13 | 2015-12-22 | Commvault Systems, Inc. | Dedicated client-side signature generator in a networked storage system |
US8909980B1 (en) | 2012-06-29 | 2014-12-09 | Emc Corporation | Coordinating processing for request redirection |
US9075820B2 (en) | 2012-07-30 | 2015-07-07 | Hewlett-Packard Development Company, L.P. | Distributed file system at network switch |
US9092441B1 (en) | 2012-08-08 | 2015-07-28 | Amazon Technologies, Inc. | Archival data organization and management |
US8938481B2 (en) | 2012-08-13 | 2015-01-20 | Commvault Systems, Inc. | Generic file level restore from a block-level secondary copy |
US9372726B2 (en) | 2013-01-09 | 2016-06-21 | The Research Foundation For The State University Of New York | Gang migration of virtual machines using cluster-wide deduplication |
US9436720B2 (en) | 2013-01-10 | 2016-09-06 | Pure Storage, Inc. | Safety for volume operations |
US9886346B2 (en) | 2013-01-11 | 2018-02-06 | Commvault Systems, Inc. | Single snapshot for multiple agents |
US9804930B2 (en) | 2013-01-11 | 2017-10-31 | Commvault Systems, Inc. | Partial file restore in a data storage system |
US9665591B2 (en) | 2013-01-11 | 2017-05-30 | Commvault Systems, Inc. | High availability distributed deduplicated storage system |
US9483489B2 (en) | 2013-01-14 | 2016-11-01 | Commvault Systems, Inc. | Partial sharing of secondary storage files in a data storage system |
US9372865B2 (en) | 2013-02-12 | 2016-06-21 | Atlantis Computing, Inc. | Deduplication metadata access in deduplication file system |
US9558199B2 (en) | 2013-03-07 | 2017-01-31 | Jive Software, Inc. | Efficient data deduplication |
US9959190B2 (en) | 2013-03-12 | 2018-05-01 | International Business Machines Corporation | On-site visualization of component status |
US9047321B2 (en) | 2013-03-21 | 2015-06-02 | Nexbit Systems Inc. | Prioritizing downloading of image files |
US9483364B2 (en) | 2013-05-08 | 2016-11-01 | Commvault Systems, Inc. | Synchronization of local secondary copies with a remote storage management component |
WO2014185914A1 (en) | 2013-05-16 | 2014-11-20 | Hewlett-Packard Development Company, L.P. | Deduplicated data storage system having distributed manifest |
US9298724B1 (en) | 2013-06-14 | 2016-03-29 | Symantec Corporation | Systems and methods for preserving deduplication efforts after backup-job failures |
US9201800B2 (en) | 2013-07-08 | 2015-12-01 | Dell Products L.P. | Restoring temporal locality in global and local deduplication storage systems |
US9336076B2 (en) | 2013-08-23 | 2016-05-10 | Globalfoundries Inc. | System and method for controlling a redundancy parity encoding amount based on deduplication indications of activity |
US9298386B2 (en) | 2013-08-23 | 2016-03-29 | Globalfoundries Inc. | System and method for improved placement of blocks in a deduplication-erasure code environment |
US20150089185A1 (en) | 2013-09-23 | 2015-03-26 | International Business Machines Corporation | Managing Mirror Copies without Blocking Application I/O |
US9405628B2 (en) | 2013-09-23 | 2016-08-02 | International Business Machines Corporation | Data migration using multi-storage volume swap |
US10235382B2 (en) | 2013-11-12 | 2019-03-19 | Red Hat, Inc. | Transferring objects between different storage devices based on timestamps |
US9495251B2 (en) | 2014-01-24 | 2016-11-15 | Commvault Systems, Inc. | Snapshot readiness checking and reporting |
US9639426B2 (en) | 2014-01-24 | 2017-05-02 | Commvault Systems, Inc. | Single snapshot for multiple applications |
US9632874B2 (en) | 2014-01-24 | 2017-04-25 | Commvault Systems, Inc. | Database application backup in single snapshot for multiple applications |
US20150212894A1 (en) | 2014-01-24 | 2015-07-30 | Commvault Systems, Inc. | Restoring application data from a single snapshot for multiple applications |
US9753812B2 (en) | 2014-01-24 | 2017-09-05 | Commvault Systems, Inc. | Generating mapping information for single snapshot for multiple applications |
US9779153B2 (en) | 2014-03-03 | 2017-10-03 | Netapp, Inc. | Data transfer between storage systems using data fingerprints |
US9633056B2 (en) | 2014-03-17 | 2017-04-25 | Commvault Systems, Inc. | Maintaining a deduplication database |
US10380072B2 (en) | 2014-03-17 | 2019-08-13 | Commvault Systems, Inc. | Managing deletions from a deduplication database |
US20150269032A1 (en) | 2014-03-18 | 2015-09-24 | Netapp, Inc. | Backing up data to cloud data storage while maintaining storage efficiency |
US10078654B2 (en) | 2014-03-18 | 2018-09-18 | Facebook, Inc. | Data logging framework |
KR102248915B1 (en) | 2014-03-26 | 2021-05-07 | 삼성전자주식회사 | Hybrid memory, memory system including the same and data processing method thereof |
US9785554B2 (en) | 2014-05-30 | 2017-10-10 | International Business Machines Corporation | Synchronizing updates of page table status indicators in a multiprocessing environment |
US9547563B2 (en) | 2014-06-30 | 2017-01-17 | Vmware, Inc. | Recovery system and method for performing site recovery using replicated recovery-specific metadata |
US20160042090A1 (en) | 2014-08-06 | 2016-02-11 | Commvault Systems, Inc. | Preserving the integrity of a snapshot on a storage device via ephemeral write operations in an information management system |
US9852026B2 (en) | 2014-08-06 | 2017-12-26 | Commvault Systems, Inc. | Efficient application recovery in an information management system based on a pseudo-storage-device driver |
US10360110B2 (en) | 2014-08-06 | 2019-07-23 | Commvault Systems, Inc. | Point-in-time backups of a production application made accessible over fibre channel and/or iSCSI as data sources to a remote application by representing the backups as pseudo-disks operating apart from the production application and its host |
US9774672B2 (en) | 2014-09-03 | 2017-09-26 | Commvault Systems, Inc. | Consolidated processing of storage-array commands by a snapshot-control media agent |
US10042716B2 (en) | 2014-09-03 | 2018-08-07 | Commvault Systems, Inc. | Consolidated processing of storage-array commands using a forwarder media agent in conjunction with a snapshot-control media agent |
US9053124B1 (en) | 2014-09-30 | 2015-06-09 | Code 42 Software, Inc. | System for a distributed file system element collection |
US9575673B2 (en) | 2014-10-29 | 2017-02-21 | Commvault Systems, Inc. | Accessing a file system using tiered deduplication |
US9448731B2 (en) | 2014-11-14 | 2016-09-20 | Commvault Systems, Inc. | Unified snapshot storage management |
US9648105B2 (en) | 2014-11-14 | 2017-05-09 | Commvault Systems, Inc. | Unified snapshot storage management, using an enhanced storage manager and enhanced media agents |
US10339106B2 (en) | 2015-04-09 | 2019-07-02 | Commvault Systems, Inc. | Highly reusable deduplication database after disaster recovery |
US20160350391A1 (en) | 2015-05-26 | 2016-12-01 | Commvault Systems, Inc. | Replication using deduplicated secondary copy data |
US10089183B2 (en) | 2015-07-31 | 2018-10-02 | Hiveio Inc. | Method and apparatus for reconstructing and checking the consistency of deduplication metadata of a deduplication file system |
US10228962B2 (en) | 2015-12-09 | 2019-03-12 | Commvault Systems, Inc. | Live synchronization and management of virtual machines across computing and virtualization platforms and using live synchronization to support disaster recovery |
US10255143B2 (en) | 2015-12-30 | 2019-04-09 | Commvault Systems, Inc. | Deduplication replication in a distributed deduplication data storage system |
US20170235647A1 (en) | 2016-02-12 | 2017-08-17 | Commvault Systems, Inc. | Data protection operations based on network path information |
US10684924B2 (en) | 2016-02-18 | 2020-06-16 | Commvault Systems, Inc. | Data restoration operations based on network path information |
US10452490B2 (en) | 2016-03-09 | 2019-10-22 | Commvault Systems, Inc. | Data management and backup of distributed storage environment |
US20200167091A1 (en) | 2018-11-27 | 2020-05-28 | Commvault Systems, Inc. | Using interoperability between components of a data storage management system and appliances for data storage and deduplication to generate secondary and tertiary copies |
US11010258B2 (en) | 2018-11-27 | 2021-05-18 | Commvault Systems, Inc. | Generating backup copies through interoperability between components of a data storage management system and appliances for data storage and deduplication |
-
2010
- 2010-03-15 US US12/724,292 patent/US8484162B2/en active Active
-
2013
- 2013-06-28 US US13/931,654 patent/US9405763B2/en not_active Expired - Fee Related
-
2016
- 2016-06-30 US US15/198,269 patent/US20160306708A1/en not_active Abandoned
-
2018
- 2018-05-29 US US15/991,849 patent/US11016859B2/en active Active
Patent Citations (27)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6625623B1 (en) * | 1999-12-16 | 2003-09-23 | Livevault Corporation | Systems and methods for backing up data files |
US7730113B1 (en) * | 2000-03-07 | 2010-06-01 | Applied Discovery, Inc. | Network-based system and method for accessing and processing emails and other electronic legal documents that may include duplicate information |
US20020065892A1 (en) * | 2000-11-30 | 2002-05-30 | Malik Dale W. | Method and apparatus for minimizing storage of common attachment files in an e-mail communications server |
US20030105716A1 (en) * | 2001-12-03 | 2003-06-05 | Sutton Lorin R. | Reducing duplication of files on a network |
US20030182310A1 (en) * | 2002-02-04 | 2003-09-25 | Elizabeth Charnock | Method and apparatus for sociological data mining |
US20060089954A1 (en) * | 2002-05-13 | 2006-04-27 | Anschutz Thomas A | Scalable common access back-up architecture |
US7065619B1 (en) * | 2002-12-20 | 2006-06-20 | Data Domain, Inc. | Efficient data storage system |
US8375008B1 (en) * | 2003-01-17 | 2013-02-12 | Robert Gomes | Method and system for enterprise-wide retention of digital or electronic data |
US20080016131A1 (en) * | 2003-08-05 | 2008-01-17 | Miklos Sandorfi | Emulated storage system |
US20090182789A1 (en) * | 2003-08-05 | 2009-07-16 | Sepaton, Inc. | Scalable de-duplication mechanism |
US20050060643A1 (en) * | 2003-08-25 | 2005-03-17 | Miavia, Inc. | Document similarity detection and classification system |
US20050114450A1 (en) * | 2003-10-31 | 2005-05-26 | Devos Steven R. | Single instance backup of email message attachments |
US20060010227A1 (en) * | 2004-06-01 | 2006-01-12 | Rajeev Atluri | Methods and apparatus for accessing data from a primary data storage system for secondary storage |
US20070038714A1 (en) * | 2005-06-30 | 2007-02-15 | Jorg-Stefan Sell | Method and system for journaling electronic messages |
US20070043757A1 (en) * | 2005-08-17 | 2007-02-22 | Microsoft Corporation | Storage reports duplicate file detection |
US8131669B2 (en) * | 2005-08-17 | 2012-03-06 | International Business Machines Corporation | Management of redundant objects in storage systems |
US7747577B2 (en) * | 2005-08-17 | 2010-06-29 | International Business Machines Corporation | Management of redundant objects in storage systems |
US7743051B1 (en) * | 2006-01-23 | 2010-06-22 | Clearwell Systems, Inc. | Methods, systems, and user interface for e-mail search and retrieval |
US7899871B1 (en) * | 2006-01-23 | 2011-03-01 | Clearwell Systems, Inc. | Methods and systems for e-mail topic classification |
US8527469B2 (en) * | 2006-10-13 | 2013-09-03 | Sony Corporation | System and method for automatic detection of duplicate digital photos |
US20080098083A1 (en) * | 2006-10-19 | 2008-04-24 | Oracle International Corporation | System and method for data de-duplication |
US20080244204A1 (en) * | 2007-03-29 | 2008-10-02 | Nick Cremelie | Replication and restoration of single-instance storage pools |
US20080256326A1 (en) * | 2007-04-11 | 2008-10-16 | Data Domain, Inc. | Subsegmenting for efficient storage, resemblance determination, and transmission |
US20100198864A1 (en) * | 2007-07-02 | 2010-08-05 | Equivio Ltd. | Method for organizing large numbers of documents |
US8108446B1 (en) * | 2008-06-27 | 2012-01-31 | Symantec Corporation | Methods and systems for managing deduplicated data using unilateral referencing |
US7814149B1 (en) * | 2008-09-29 | 2010-10-12 | Symantec Operating Corporation | Client side data deduplication |
US20100153511A1 (en) * | 2008-12-12 | 2010-06-17 | Verizon Corporate Resources Group Llc | Duplicate mms content checking |
Cited By (64)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US11016859B2 (en) | 2008-06-24 | 2021-05-25 | Commvault Systems, Inc. | De-duplication systems and methods for application-specific data |
US10540327B2 (en) | 2009-07-08 | 2020-01-21 | Commvault Systems, Inc. | Synchronized data deduplication |
US11288235B2 (en) | 2009-07-08 | 2022-03-29 | Commvault Systems, Inc. | Synchronized data deduplication |
US9898225B2 (en) | 2010-09-30 | 2018-02-20 | Commvault Systems, Inc. | Content aligned block-based deduplication |
US9639289B2 (en) | 2010-09-30 | 2017-05-02 | Commvault Systems, Inc. | Systems and methods for retaining and using data block signatures in data protection operations |
US9619480B2 (en) | 2010-09-30 | 2017-04-11 | Commvault Systems, Inc. | Content aligned block-based deduplication |
US10126973B2 (en) | 2010-09-30 | 2018-11-13 | Commvault Systems, Inc. | Systems and methods for retaining and using data block signatures in data protection operations |
US11422976B2 (en) | 2010-12-14 | 2022-08-23 | Commvault Systems, Inc. | Distributed deduplicated storage system |
US11169888B2 (en) | 2010-12-14 | 2021-11-09 | Commvault Systems, Inc. | Client-side repository in a networked deduplicated storage system |
US9898478B2 (en) | 2010-12-14 | 2018-02-20 | Commvault Systems, Inc. | Distributed deduplicated storage system |
US10740295B2 (en) | 2010-12-14 | 2020-08-11 | Commvault Systems, Inc. | Distributed deduplicated storage system |
US10191816B2 (en) | 2010-12-14 | 2019-01-29 | Commvault Systems, Inc. | Client-side repository in a networked deduplicated storage system |
US10956275B2 (en) | 2012-06-13 | 2021-03-23 | Commvault Systems, Inc. | Collaborative restore in a networked storage system |
US9858156B2 (en) | 2012-06-13 | 2018-01-02 | Commvault Systems, Inc. | Dedicated client-side signature generator in a networked storage system |
US10176053B2 (en) | 2012-06-13 | 2019-01-08 | Commvault Systems, Inc. | Collaborative restore in a networked storage system |
US10387269B2 (en) | 2012-06-13 | 2019-08-20 | Commvault Systems, Inc. | Dedicated client-side signature generator in a networked storage system |
US9665591B2 (en) | 2013-01-11 | 2017-05-30 | Commvault Systems, Inc. | High availability distributed deduplicated storage system |
US11157450B2 (en) | 2013-01-11 | 2021-10-26 | Commvault Systems, Inc. | High availability distributed deduplicated storage system |
US10229133B2 (en) | 2013-01-11 | 2019-03-12 | Commvault Systems, Inc. | High availability distributed deduplicated storage system |
US9633033B2 (en) | 2013-01-11 | 2017-04-25 | Commvault Systems, Inc. | High availability distributed deduplicated storage system |
US11977541B2 (en) | 2014-03-10 | 2024-05-07 | Scuba Analytics, Inc. | Systems and methods for rapid data analysis |
US11372851B2 (en) | 2014-03-10 | 2022-06-28 | Scuba Analytics, Inc. | Systems and methods for rapid data analysis |
US11119984B2 (en) | 2014-03-17 | 2021-09-14 | Commvault Systems, Inc. | Managing deletions from a deduplication database |
US10380072B2 (en) | 2014-03-17 | 2019-08-13 | Commvault Systems, Inc. | Managing deletions from a deduplication database |
US10445293B2 (en) | 2014-03-17 | 2019-10-15 | Commvault Systems, Inc. | Managing deletions from a deduplication database |
US11188504B2 (en) | 2014-03-17 | 2021-11-30 | Commvault Systems, Inc. | Managing deletions from a deduplication database |
US9633056B2 (en) | 2014-03-17 | 2017-04-25 | Commvault Systems, Inc. | Maintaining a deduplication database |
US11416341B2 (en) | 2014-08-06 | 2022-08-16 | Commvault Systems, Inc. | Systems and methods to reduce application downtime during a restore operation using a pseudo-storage device |
US11249858B2 (en) | 2014-08-06 | 2022-02-15 | Commvault Systems, Inc. | Point-in-time backups of a production application made accessible over fibre channel and/or ISCSI as data sources to a remote application by representing the backups as pseudo-disks operating apart from the production application and its host |
US10474638B2 (en) | 2014-10-29 | 2019-11-12 | Commvault Systems, Inc. | Accessing a file system using tiered deduplication |
US9934238B2 (en) | 2014-10-29 | 2018-04-03 | Commvault Systems, Inc. | Accessing a file system using tiered deduplication |
US11921675B2 (en) | 2014-10-29 | 2024-03-05 | Commvault Systems, Inc. | Accessing a file system using tiered deduplication |
US11113246B2 (en) | 2014-10-29 | 2021-09-07 | Commvault Systems, Inc. | Accessing a file system using tiered deduplication |
US10353884B2 (en) * | 2014-12-03 | 2019-07-16 | Netapp Inc. | Two-stage front end for extent map database |
US20160162207A1 (en) * | 2014-12-03 | 2016-06-09 | Netapp, Inc. | System and method for data deduplication utilizing extent id database |
US9659047B2 (en) * | 2014-12-03 | 2017-05-23 | Netapp, Inc. | Data deduplication utilizing extent ID database |
US20220147530A1 (en) * | 2015-02-12 | 2022-05-12 | Scuba Analytics, Inc. | Methods for enhancing rapid data analysis |
US11995086B2 (en) * | 2015-02-12 | 2024-05-28 | Scuba Analytics, Inc. | Methods for enhancing rapid data analysis |
US11263215B2 (en) * | 2015-02-12 | 2022-03-01 | Scuba Analytics, Inc. | Methods for enhancing rapid data analysis |
US10339106B2 (en) | 2015-04-09 | 2019-07-02 | Commvault Systems, Inc. | Highly reusable deduplication database after disaster recovery |
US11301420B2 (en) | 2015-04-09 | 2022-04-12 | Commvault Systems, Inc. | Highly reusable deduplication database after disaster recovery |
US10481826B2 (en) | 2015-05-26 | 2019-11-19 | Commvault Systems, Inc. | Replication using deduplicated secondary copy data |
US10481824B2 (en) | 2015-05-26 | 2019-11-19 | Commvault Systems, Inc. | Replication using deduplicated secondary copy data |
US10481825B2 (en) | 2015-05-26 | 2019-11-19 | Commvault Systems, Inc. | Replication using deduplicated secondary copy data |
US11733877B2 (en) | 2015-07-22 | 2023-08-22 | Commvault Systems, Inc. | Restore for block-level backups |
US11314424B2 (en) | 2015-07-22 | 2022-04-26 | Commvault Systems, Inc. | Restore for block-level backups |
US10255143B2 (en) | 2015-12-30 | 2019-04-09 | Commvault Systems, Inc. | Deduplication replication in a distributed deduplication data storage system |
US10877856B2 (en) | 2015-12-30 | 2020-12-29 | Commvault Systems, Inc. | System for redirecting requests after a secondary storage computing device failure |
US10061663B2 (en) | 2015-12-30 | 2018-08-28 | Commvault Systems, Inc. | Rebuilding deduplication data in a distributed deduplication data storage system |
US10310953B2 (en) | 2015-12-30 | 2019-06-04 | Commvault Systems, Inc. | System for redirecting requests after a secondary storage computing device failure |
US10956286B2 (en) | 2015-12-30 | 2021-03-23 | Commvault Systems, Inc. | Deduplication replication in a distributed deduplication data storage system |
US10592357B2 (en) | 2015-12-30 | 2020-03-17 | Commvault Systems, Inc. | Distributed file system in a distributed deduplication data storage system |
US11436038B2 (en) | 2016-03-09 | 2022-09-06 | Commvault Systems, Inc. | Hypervisor-independent block-level live browse for access to backed up virtual machine (VM) data and hypervisor-free file-level recovery (block- level pseudo-mount) |
US11321195B2 (en) | 2017-02-27 | 2022-05-03 | Commvault Systems, Inc. | Hypervisor-independent reference copies of virtual machine payload data based on block-level pseudo-mount |
US12001301B2 (en) | 2017-02-27 | 2024-06-04 | Commvault Systems, Inc. | Hypervisor-independent reference copies of virtual machine payload data based on block-level pseudo-mount |
US11294768B2 (en) | 2017-06-14 | 2022-04-05 | Commvault Systems, Inc. | Live browsing of backed up data residing on cloned disks |
US11681587B2 (en) | 2018-11-27 | 2023-06-20 | Commvault Systems, Inc. | Generating copies through interoperability between a data storage management system and appliances for data storage and deduplication |
US11010258B2 (en) | 2018-11-27 | 2021-05-18 | Commvault Systems, Inc. | Generating backup copies through interoperability between components of a data storage management system and appliances for data storage and deduplication |
US11698727B2 (en) | 2018-12-14 | 2023-07-11 | Commvault Systems, Inc. | Performing secondary copy operations based on deduplication performance |
US12067242B2 (en) | 2018-12-14 | 2024-08-20 | Commvault Systems, Inc. | Performing secondary copy operations based on deduplication performance |
US11829251B2 (en) | 2019-04-10 | 2023-11-28 | Commvault Systems, Inc. | Restore using deduplicated secondary copy data |
US11442896B2 (en) | 2019-12-04 | 2022-09-13 | Commvault Systems, Inc. | Systems and methods for optimizing restoration of deduplicated data stored in cloud-based storage resources |
US11687424B2 (en) | 2020-05-28 | 2023-06-27 | Commvault Systems, Inc. | Automated media agent state management |
US12181988B2 (en) | 2020-05-28 | 2024-12-31 | Commvault Systems, Inc. | Automated media agent state management |
Also Published As
Publication number | Publication date |
---|---|
US20190012237A1 (en) | 2019-01-10 |
US20110016091A1 (en) | 2011-01-20 |
US20130290280A1 (en) | 2013-10-31 |
US8484162B2 (en) | 2013-07-09 |
US11016859B2 (en) | 2021-05-25 |
US9405763B2 (en) | 2016-08-02 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US11016859B2 (en) | De-duplication systems and methods for application-specific data | |
US20230083789A1 (en) | Remote single instance data management | |
US8219524B2 (en) | Application-aware and remote single instance data management | |
US11561931B2 (en) | Information source agent systems and methods for distributed data storage and management using content signatures | |
US10922006B2 (en) | System and method for storing redundant information | |
US10158483B1 (en) | Systems and methods for efficiently and securely storing data in a distributed data storage system | |
US20200412525A1 (en) | Blockchain filesystem | |
US8341117B2 (en) | Method, system, and program for personal data management using content-based replication | |
US8621240B1 (en) | User-specific hash authentication | |
US7680998B1 (en) | Journaled data backup during server quiescence or unavailability | |
US20120131001A1 (en) | Methods and computer program products for generating search results using file identicality | |
US8667032B1 (en) | Efficient content meta-data collection and trace generation from deduplicated storage | |
US8560785B1 (en) | Techniques for providing multiple levels of security for a backup medium | |
US9002800B1 (en) | Archive and backup virtualization | |
US20240143789A1 (en) | Encryption Key Management Using Content-Based Datasets |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: COMMVAULT SYSTEMS, INC., NEW JERSEY Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:PRAHLAD, ANAND;VIJAYAN, MANOJ KUMAR;KOTTOMTHARAYIL, RAJIV;AND OTHERS;SIGNING DATES FROM 20100825 TO 20100903;REEL/FRAME:039058/0193 |
|
STCB | Information on status: application discontinuation |
Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION |