Movatterモバイル変換


[0]ホーム

URL:


US20150199242A1 - Block-level single instancing - Google Patents

Block-level single instancing
Download PDF

Info

Publication number
US20150199242A1
US20150199242A1US14/668,450US201514668450AUS2015199242A1US 20150199242 A1US20150199242 A1US 20150199242A1US 201514668450 AUS201514668450 AUS 201514668450AUS 2015199242 A1US2015199242 A1US 2015199242A1
Authority
US
United States
Prior art keywords
file
data
storage
data block
offset
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
Application number
US14/668,450
Inventor
Deepak Raghunath Attarde
Rajiv Kottomtharayil
Manoj Kumar Vijayan
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Commvault Systems Inc
Original Assignee
Commvault Systems Inc
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Priority claimed from US12/565,576external-prioritypatent/US9015181B2/en
Application filed by Commvault Systems IncfiledCriticalCommvault Systems Inc
Priority to US14/668,450priorityCriticalpatent/US20150199242A1/en
Assigned to COMMVAULT SYSTEMS, INC.reassignmentCOMMVAULT SYSTEMS, INC.ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS).Assignors: VAJAYAN, MANOJ K., ATTARDE, DEEPAK R., KOTTOMTHARAYIL, RAJIV
Publication of US20150199242A1publicationCriticalpatent/US20150199242A1/en
Priority to US16/228,726prioritypatent/US10956274B2/en
Priority to US17/169,257prioritypatent/US11455212B2/en
Priority to US17/884,482prioritypatent/US11709739B2/en
Priority to US18/358,053prioritypatent/US20230367678A1/en
Abandonedlegal-statusCriticalCurrent

Links

Images

Classifications

Definitions

Landscapes

Abstract

Described in detail herein are systems and methods for single instancing blocks of data in a data storage system. For example, the data storage system may include multiple computing devices (e.g., client computing devices) that store primary data. The data storage system may also include a secondary storage computing device, a single instance database, and one or more storage devices that store copies of the primary data (e.g., secondary copies, tertiary copies, etc.). The secondary storage computing device receives blocks of data from the computing devices and accesses the single instance database to determine whether the blocks of data are unique (meaning that no instances of the blocks of data are stored on the storage devices). If a block of data is unique, the single instance database stores it on a storage device. If not, the secondary storage computing device can avoid storing the block of data on the storage devices.

Description

Claims (20)

We claim:
1. A system for restoring a file from a storage device, the system comprising:
at least one processor;
at least one data storage device;
means for receiving a request for a file, wherein the file is archived as one or more data blocks on the storage device;
means for determining a first file and a first offset within the first file corresponding to the requested file,
wherein the first file stores data blocks that are not eligible for single instancing, and
wherein the first file also stores at least one data structure that includes references to data blocks that are eligible for single instancing;
means for accessing the first file at the first offset;
means for determining if a first data block beginning at the first offset includes at least a first portion of the requested file;
means for obtaining the first data block from the first file when the first data block beginning at the first offset includes at least the first portion of the requested file; and
means for providing the requested file to a client device.
2. The system ofclaim 1, further comprising:
means for storing in the data structure of the first file a reference to the already stored instance of the first data block if an instance of a second data block is received when the first data block has already been stored on the storage device; and
means for storing the second data block to a third file if the second data block is received when an instance of the second data block has not already been stored on the storage device,
wherein the third file stores only a single instance of each data block,
wherein the third file stores data blocks from more than one file stored at one or more computing client devices, and
wherein the third file includes multiple portions available for storing blocks, and
wherein the second data block is stored in one or more portions.
3. The system ofclaim 1, further comprising:
means for determining if data beginning at the first offset includes a reference to a second data block in a second file that includes at least a second portion of the requested file;
means for accessing the second file when the data beginning at the first offset includes the reference to the second data block in the second file; and
means for obtaining the second data block from the second file.
4. The system ofclaim 3, wherein the first file is located within a first folder, and the second file is located within a second folder.
5. The system ofclaim 1, further comprising:
determining a logical container corresponding to the requested file; and
analyzing the logical container to determine the first file.
6. The system ofclaim 1, further comprising:
accessing an index file associated with the first file, wherein the index file stores, for at least some of the one or more data blocks, a single flag indicating whether the stored block of data is referred to in one or more metadata files on the one or more storage devices; and
analyzing the index file to determine the first offset within the first file.
7. A computer-readable storage medium whose contents cause a computing system to perform a method of restoring a file from a storage device, the method comprising:
receiving a request for a file, wherein the file is archived as one or more data blocks on the storage device;
determining a first file and a first offset within the first file corresponding to the requested file;
accessing the first file at the first offset;
determining if a first data block beginning at the first offset includes at least a first portion of the requested file;
when the first data block beginning at the first offset includes at least the first portion of the requested file, obtaining the first data block from the first file;
when a second data block that includes at least a second portion of the requested file exists, obtaining the second data block; and
providing the requested file to a client device.
8. The computer-readable storage medium ofclaim 7, wherein the method further comprises:
determining if data beginning at the first offset includes a reference to a second data block in a second file that includes at least a second portion of the requested file; and
when the data beginning at the first offset includes the reference to the second data block in the second file, accessing the second file; and
obtaining the second data block from the second file.
9. The computer-readable storage medium ofclaim 7, wherein the method further comprises:
when a second portion of the requested file is in a second file, determining a second offset within the second file at which the second data block is located; and
obtaining the second data block.
10. The computer-readable storage medium ofclaim 7, wherein the first file is located within a first folder, and the second file is located within a second folder.
11. The computer-readable storage medium ofclaim 7, wherein the method further comprises:
determining a logical container corresponding to the requested file; and
analyzing the logical container to determine the first file.
12. The computer-readable storage medium ofclaim 7, wherein the method further comprises:
accessing an index file associated with the first file; and
analyzing the index file to determine the first offset within the first file.
13. A method of restoring a file from a storage device, the method comprising:
receiving a request for a file, wherein the file is archived as one or more data blocks on the storage device;
determining a first file and a first offset within the first file corresponding to the requested file;
accessing the first file at the first offset;
determining if a first data block beginning at the first offset includes at least a first portion of the requested file;
when the first data block beginning at the first offset includes at least the first portion of the requested file, obtaining the first data block from the first file;
when a second data block that includes at least a second portion of the requested file exists, obtaining the second data block; and
providing the requested file to a client device.
14. The method ofclaim 13, wherein the method further comprises:
determining if data beginning at the first offset includes a reference to a second data block in a second file that includes at least a second portion of the requested file; and
when the data beginning at the first offset includes the reference to the second data block in the second file, accessing the second file; and
obtaining the second data block from the second file.
15. The method ofclaim 13, wherein the method further comprises:
when a second portion of the requested file is in a second file, determining a second offset within the second file at which the second data block is located; and
obtaining the second data block.
16. The method ofclaim 13, wherein the first file is located within a first folder, and the second file is located within a second folder.
17. The method ofclaim 13, wherein the method further comprises:
determining a logical container corresponding to the requested file; and
analyzing the logical container to determine the first file.
18. The method ofclaim 13, wherein the method further comprises:
accessing an index file associated with the first file; and
analyzing the index file to determine the first offset within the first file.
19. The method ofclaim 13, wherein determining a first file and a first offset within the first file corresponding to the requested file includes analyzing an index file to determine a volume folder and chunk folder that include the data blocks associated with the requested file.
20. The method ofclaim 13, wherein determining a first file and a first offset within the first file corresponding to the requested file includes determining a volume folder and chunk folder corresponding to the requested data.
US14/668,4502009-05-222015-03-25Block-level single instancingAbandonedUS20150199242A1 (en)

Priority Applications (5)

Application NumberPriority DateFiling DateTitle
US14/668,450US20150199242A1 (en)2009-05-222015-03-25Block-level single instancing
US16/228,726US10956274B2 (en)2009-05-222018-12-20Block-level single instancing
US17/169,257US11455212B2 (en)2009-05-222021-02-05Block-level single instancing
US17/884,482US11709739B2 (en)2009-05-222022-08-09Block-level single instancing
US18/358,053US20230367678A1 (en)2009-05-222023-07-25Block-level single instancing

Applications Claiming Priority (5)

Application NumberPriority DateFiling DateTitle
US18079109P2009-05-222009-05-22
US12/565,576US9015181B2 (en)2008-09-262009-09-23Systems and methods for managing single instancing data
US12/647,906US8578120B2 (en)2009-05-222009-12-28Block-level single instancing
US14/049,463US9058117B2 (en)2009-05-222013-10-09Block-level single instancing
US14/668,450US20150199242A1 (en)2009-05-222015-03-25Block-level single instancing

Related Parent Applications (1)

Application NumberTitlePriority DateFiling Date
US14/049,463DivisionUS9058117B2 (en)2009-05-222013-10-09Block-level single instancing

Related Child Applications (1)

Application NumberTitlePriority DateFiling Date
US16/228,726ContinuationUS10956274B2 (en)2009-05-222018-12-20Block-level single instancing

Publications (1)

Publication NumberPublication Date
US20150199242A1true US20150199242A1 (en)2015-07-16

Family

ID=43125335

Family Applications (7)

Application NumberTitlePriority DateFiling Date
US12/647,906Active2032-09-04US8578120B2 (en)2009-05-222009-12-28Block-level single instancing
US14/049,463ActiveUS9058117B2 (en)2009-05-222013-10-09Block-level single instancing
US14/668,450AbandonedUS20150199242A1 (en)2009-05-222015-03-25Block-level single instancing
US16/228,726Expired - Fee RelatedUS10956274B2 (en)2009-05-222018-12-20Block-level single instancing
US17/169,257ActiveUS11455212B2 (en)2009-05-222021-02-05Block-level single instancing
US17/884,482ActiveUS11709739B2 (en)2009-05-222022-08-09Block-level single instancing
US18/358,053AbandonedUS20230367678A1 (en)2009-05-222023-07-25Block-level single instancing

Family Applications Before (2)

Application NumberTitlePriority DateFiling Date
US12/647,906Active2032-09-04US8578120B2 (en)2009-05-222009-12-28Block-level single instancing
US14/049,463ActiveUS9058117B2 (en)2009-05-222013-10-09Block-level single instancing

Family Applications After (4)

Application NumberTitlePriority DateFiling Date
US16/228,726Expired - Fee RelatedUS10956274B2 (en)2009-05-222018-12-20Block-level single instancing
US17/169,257ActiveUS11455212B2 (en)2009-05-222021-02-05Block-level single instancing
US17/884,482ActiveUS11709739B2 (en)2009-05-222022-08-09Block-level single instancing
US18/358,053AbandonedUS20230367678A1 (en)2009-05-222023-07-25Block-level single instancing

Country Status (2)

CountryLink
US (7)US8578120B2 (en)
WO (1)WO2010135136A2 (en)

Cited By (11)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US9639563B2 (en)2010-09-302017-05-02Commvault Systems, Inc.Archiving data objects using secondary copies
US9959275B2 (en)2012-12-282018-05-01Commvault Systems, Inc.Backup and restoration for a deduplicated file system
US10061535B2 (en)2006-12-222018-08-28Commvault Systems, Inc.System and method for storing redundant information
US10089337B2 (en)2015-05-202018-10-02Commvault Systems, Inc.Predicting scale of data migration between production and archive storage systems, such as for enterprise customers having large and/or numerous files
US10956274B2 (en)2009-05-222021-03-23Commvault Systems, Inc.Block-level single instancing
US10970304B2 (en)2009-03-302021-04-06Commvault Systems, Inc.Storing a variable number of instances of data objects
US11016858B2 (en)*2008-09-262021-05-25Commvault Systems, Inc.Systems and methods for managing single instancing data
US11042511B2 (en)2012-03-302021-06-22Commvault Systems, Inc.Smart archiving and data previewing for mobile devices
US20210232460A1 (en)*2008-09-262021-07-29Commvault Systems, Inc.Systems and methods for managing single instancing data
US11442623B2 (en)2019-05-022022-09-13Commvault Systems, Inc.Faster browse of secondary copies of block-level data volumes
US11940952B2 (en)2014-01-272024-03-26Commvault Systems, Inc.Techniques for serving archived electronic mail

Families Citing this family (351)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US7434219B2 (en)2000-01-312008-10-07Commvault Systems, Inc.Storage of application specific profiles correlating to document versions
US7346623B2 (en)2001-09-282008-03-18Commvault Systems, Inc.System and method for generating and managing quick recovery volumes
US7107298B2 (en)2001-09-282006-09-12Commvault Systems, Inc.System and method for archiving objects in an information store
CA2508089A1 (en)2002-10-072004-04-22Commvault Systems, Inc.System and method for managing stored data
WO2005050385A2 (en)2003-11-132005-06-02Commvault Systems, Inc.System and method for performing integrated storage operations
WO2005109212A2 (en)2004-04-302005-11-17Commvault Systems, Inc.Hierarchical systems providing unified of storage information
US8775823B2 (en)2006-12-292014-07-08Commvault Systems, Inc.System and method for encrypting secondary copies of data
US8959299B2 (en)2004-11-152015-02-17Commvault Systems, Inc.Using a snapshot as a data source
US7668884B2 (en)*2005-11-282010-02-23Commvault Systems, Inc.Systems and methods for classifying and transferring information in a storage network
US20110010518A1 (en)2005-12-192011-01-13Srinivas KavuriSystems and Methods for Migrating Components in a Hierarchical Storage Network
US20200257596A1 (en)2005-12-192020-08-13Commvault Systems, Inc.Systems and methods of unified reconstruction in storage systems
US8572330B2 (en)2005-12-192013-10-29Commvault Systems, Inc.Systems and methods for granular resource management in a storage network
US8930496B2 (en)2005-12-192015-01-06Commvault Systems, Inc.Systems and methods of unified reconstruction in storage systems
US7882077B2 (en)2006-10-172011-02-01Commvault Systems, Inc.Method and system for offline indexing of content and classifying stored data
US8370442B2 (en)2008-08-292013-02-05Commvault Systems, Inc.Method and system for leveraging identified changes to a mail server
WO2008070688A1 (en)2006-12-042008-06-12Commvault Systems, Inc.Systems and methods for creating copies of data, such as archive copies
US8677091B2 (en)2006-12-182014-03-18Commvault Systems, Inc.Writing data and storage system specific metadata to network attached storage device
US20080228771A1 (en)2006-12-222008-09-18Commvault Systems, Inc.Method and system for searching stored data
DK2195724T3 (en)2007-08-282020-01-20Commvault Systems Inc Energy management of data processing resources, such as adaptive energy management of data storage operations
US8769048B2 (en)2008-06-182014-07-01Commvault Systems, Inc.Data protection scheduling, such as providing a flexible backup window in a data protection system
US8352954B2 (en)2008-06-192013-01-08Commvault Systems, Inc.Data storage resource allocation by employing dynamic methods and blacklisting resource request pools
US9128883B2 (en)2008-06-192015-09-08Commvault Systems, IncData 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
US9098495B2 (en)2008-06-242015-08-04Commvault Systems, Inc.Application-aware and remote single instance data management
US8484162B2 (en)2008-06-242013-07-09Commvault Systems, Inc.De-duplication systems and methods for application-specific data
US8166263B2 (en)2008-07-032012-04-24Commvault Systems, Inc.Continuous data protection over intermittent connections, such as continuous data backup for laptops or wireless devices
US8307177B2 (en)2008-09-052012-11-06Commvault Systems, Inc.Systems and methods for management of virtualization data
US8725688B2 (en)2008-09-052014-05-13Commvault Systems, Inc.Image level copy or restore, such as image level restore without knowledge of data object metadata
US20100070474A1 (en)*2008-09-122010-03-18Lad Kamleshkumar KTransferring or migrating portions of data objects, such as block-level data migration or chunk-based data migration
US20100070466A1 (en)2008-09-152010-03-18Anand PrahladData transfer techniques within data storage devices, such as network attached storage performing data migration
US9178842B2 (en)2008-11-052015-11-03Commvault Systems, Inc.Systems and methods for monitoring messaging applications for compliance with a policy
US8412677B2 (en)2008-11-262013-04-02Commvault Systems, Inc.Systems and methods for byte-level or quasi byte-level single instancing
US8407190B2 (en)2009-06-302013-03-26Commvault Systems, Inc.Performing data storage operations with a cloud environment, including containerized deduplication, data pruning, and data transfer
US8930306B1 (en)2009-07-082015-01-06Commvault Systems, Inc.Synchronized data deduplication
US8204867B2 (en)*2009-07-292012-06-19International Business Machines CorporationApparatus, system, and method for enhanced block-level deduplication
US8719767B2 (en)2011-03-312014-05-06Commvault Systems, Inc.Utilizing snapshots to provide builds to developer computing devices
US9092500B2 (en)2009-09-032015-07-28Commvault Systems, Inc.Utilizing snapshots for access to databases and other applications
US8433682B2 (en)2009-12-312013-04-30Commvault Systems, Inc.Systems and methods for analyzing snapshots
US8595191B2 (en)2009-12-312013-11-26Commvault Systems, Inc.Systems and methods for performing data management operations using snapshots
US8442983B2 (en)2009-12-312013-05-14Commvault Systems, Inc.Asynchronous methods of data classification using change journals and other data structures
US9047351B2 (en)*2010-04-122015-06-02Sandisk Enterprise Ip LlcCluster of processing nodes with distributed global flash memory using commodity server technology
US8868487B2 (en)2010-04-122014-10-21Sandisk Enterprise Ip LlcEvent processing in a flash memory-based object store
US9164554B2 (en)2010-04-122015-10-20Sandisk Enterprise Ip LlcNon-volatile solid-state storage system supporting high bandwidth and random access
US8856593B2 (en)2010-04-122014-10-07Sandisk Enterprise Ip LlcFailure recovery using consensus replication in a distributed flash memory system
US8504526B2 (en)2010-06-042013-08-06Commvault Systems, Inc.Failover systems and methods for performing backup operations
US11449394B2 (en)2010-06-042022-09-20Commvault Systems, Inc.Failover systems and methods for performing backup operations, including heterogeneous indexing and load balancing of backup and indexing resources
US8666939B2 (en)2010-06-282014-03-04Sandisk Enterprise Ip LlcApproaches for the replication of write sets
US9842222B2 (en)*2010-08-252017-12-12International Business Machines CorporationSecurely rebuilding an encoded data slice
US9244779B2 (en)2010-09-302016-01-26Commvault Systems, Inc.Data recovery operations, such as recovery from modified network data management protocol data
EP2622469B1 (en)2010-09-302019-11-13Commvault Systems, Inc.Efficient data management improvements, such as docking limited-feature data management modules to a full-featured data management system
US8572340B2 (en)2010-09-302013-10-29Commvault Systems, Inc.Systems and methods for retaining and using data block signatures in data protection operations
US8577851B2 (en)2010-09-302013-11-05Commvault Systems, Inc.Content aligned block-based deduplication
US20120150818A1 (en)2010-12-142012-06-14Commvault Systems, Inc.Client-side repository in a networked deduplicated storage system
US9020900B2 (en)2010-12-142015-04-28Commvault Systems, Inc.Distributed deduplicated storage system
US8849762B2 (en)2011-03-312014-09-30Commvault Systems, Inc.Restoring computing environments, such as autorecovery of file systems at certain points in time
US8719264B2 (en)2011-03-312014-05-06Commvault Systems, Inc.Creating secondary copies of data based on searches for content
US8874515B2 (en)2011-04-112014-10-28Sandisk Enterprise Ip LlcLow level object version tracking using non-volatile memory write generations
US9323466B2 (en)2011-04-272016-04-26Commvault Systems, Inc.System and method for client policy assignment in a data storage system
US8904128B2 (en)*2011-06-082014-12-02Hewlett-Packard Development Company, L.P.Processing a request to restore deduplicated data
US9069477B1 (en)*2011-06-162015-06-30Amazon Technologies, Inc.Reuse of dynamically allocated memory
US9116633B2 (en)2011-09-302015-08-25Commvault Systems, Inc.Information management of virtual machines having mapped storage devices
US9461881B2 (en)2011-09-302016-10-04Commvault Systems, Inc.Migration of existing computing systems to cloud computing sites or virtual machines
US9749132B1 (en)*2011-11-282017-08-29Amazon Technologies, Inc.System and method for secure deletion of data
US20130227352A1 (en)2012-02-242013-08-29Commvault Systems, Inc.Log monitoring
US9135064B2 (en)2012-03-072015-09-15Sandisk Enterprise Ip LlcFine grained adaptive throttling of background processes
US8868505B1 (en)*2012-03-202014-10-21Emc CorporationSystems and methods for protecting data in a network host environment
US9292815B2 (en)2012-03-232016-03-22Commvault Systems, Inc.Automation of data storage activities
AU2013202553B2 (en)2012-03-302015-10-01Commvault Systems, Inc.Information management of mobile device data
US9286327B2 (en)2012-03-302016-03-15Commvault Systems, Inc.Data storage recovery automation
US10157184B2 (en)2012-03-302018-12-18Commvault Systems, Inc.Data previewing before recalling large data files
US9262496B2 (en)2012-03-302016-02-16Commvault Systems, Inc.Unified access to personal data
US8950009B2 (en)2012-03-302015-02-03Commvault Systems, Inc.Information management of data associated with multiple cloud services
US9342537B2 (en)2012-04-232016-05-17Commvault Systems, Inc.Integrated snapshot interface for a data storage system
US9110815B2 (en)*2012-05-072015-08-18International Business Machines CorporationEnhancing data processing performance by cache management of fingerprint index
US9021203B2 (en)2012-05-072015-04-28International Business Machines CorporationEnhancing tiering storage performance
US9645944B2 (en)2012-05-072017-05-09International Business Machines CorporationEnhancing data caching performance
US9189167B2 (en)2012-05-312015-11-17Commvault Systems, Inc.Shared library in a data storage system
US8892523B2 (en)2012-06-082014-11-18Commvault Systems, Inc.Auto summarization of content
US8977672B2 (en)2012-06-082015-03-10Commvault Systems, Inc.Intelligent scheduling for remote computers
US9189170B2 (en)2012-06-122015-11-17Commvault Systems, Inc.External storage manager for a data storage cell
US9218374B2 (en)2012-06-132015-12-22Commvault Systems, Inc.Collaborative restore in a networked storage system
US20140025796A1 (en)2012-07-192014-01-23Commvault Systems, Inc.Automated grouping of computing devices in a networked data storage system
US9275086B2 (en)2012-07-202016-03-01Commvault Systems, Inc.Systems and methods for database archiving
US20140040580A1 (en)2012-07-312014-02-06Commvault Systems, Inc.Administering a shared, on-line pool of data storage resources for performing data storage operations
US9026498B2 (en)2012-08-132015-05-05Commvault Systems, Inc.Lightweight mounting of a secondary copy of file system data
US8938481B2 (en)2012-08-132015-01-20Commvault Systems, Inc.Generic file level restore from a block-level secondary copy
JP6133396B2 (en)2012-10-012017-05-24株式会社日立製作所 Computer system, server, and data management method
US20140181441A1 (en)2012-12-212014-06-26Commvault Systems, Inc.Identifying files for multiple secondary copy operations using data obtained during backup of primary storage
US9311121B2 (en)2012-12-212016-04-12Commvault Systems, Inc.Archiving virtual machines in a data storage system
US20140181033A1 (en)2012-12-212014-06-26Commvault Systems, Inc.Systems and methods to track deleted files
US9256622B2 (en)2012-12-212016-02-09Commvault Systems, Inc.Systems and methods to confirm replication data accuracy for data backup in data storage systems
US20140181038A1 (en)2012-12-212014-06-26Commvault Systems, Inc.Systems and methods to categorize unprotected virtual machines
US9069799B2 (en)2012-12-272015-06-30Commvault Systems, Inc.Restoration of centralized data storage manager, such as data storage manager in a hierarchical data storage system
US9633216B2 (en)2012-12-272017-04-25Commvault Systems, Inc.Application of information management policies based on operation with a geographic entity
US10346259B2 (en)2012-12-282019-07-09Commvault Systems, Inc.Data recovery using a cloud-based remote data recovery center
US9378035B2 (en)2012-12-282016-06-28Commvault Systems, Inc.Systems and methods for repurposing virtual machines
EP2770446A4 (en)*2012-12-282015-01-14Huawei Tech Co Ltd METHOD AND DEVICE FOR DATA PROCESSING
US20140196038A1 (en)2013-01-082014-07-10Commvault Systems, Inc.Virtual machine management in a data storage system
US20140201140A1 (en)2013-01-112014-07-17Commvault Systems, Inc.Data synchronization management
US9665591B2 (en)2013-01-112017-05-30Commvault Systems, Inc.High availability distributed deduplicated storage system
US9804930B2 (en)2013-01-112017-10-31Commvault Systems, Inc.Partial file restore in a data storage system
US9886346B2 (en)2013-01-112018-02-06Commvault Systems, Inc.Single snapshot for multiple agents
US9760444B2 (en)2013-01-112017-09-12Commvault Systems, Inc.Sharing of secondary storage data
US9766987B2 (en)2013-01-112017-09-19Commvault Systems, Inc.Table level database restore in a data storage system
US20140201151A1 (en)2013-01-112014-07-17Commvault Systems, Inc.Systems and methods to select files for restoration from block-level backup for virtual machines
US9483489B2 (en)2013-01-142016-11-01Commvault Systems, Inc.Partial sharing of secondary storage files in a data storage system
US9286110B2 (en)2013-01-142016-03-15Commvault Systems, Inc.Seamless virtual machine recall in a data storage system
US9645950B2 (en)*2013-01-312017-05-09Vmware, Inc.Low-cost backup and edge caching using unused disk blocks
US10275397B2 (en)*2013-02-222019-04-30Veritas Technologies LlcDeduplication storage system with efficient reference updating and space reclamation
US9459968B2 (en)2013-03-112016-10-04Commvault Systems, Inc.Single index to query multiple backup formats
US20140281518A1 (en)2013-03-122014-09-18Commvault Systems, Inc.Multi-tier file restoration
WO2014155653A1 (en)*2013-03-292014-10-02株式会社日立製作所Data duplication detection system and method for controlling data duplication detection system
US9934103B2 (en)2013-04-162018-04-03Commvault Systems, Inc.Managing multi-source restore operations in an information management system
US9483364B2 (en)2013-05-082016-11-01Commvault Systems, Inc.Synchronization of local secondary copies with a remote storage management component
US9483558B2 (en)2013-05-292016-11-01Commvault Systems, Inc.Assessing user performance in a community of users of data storage resources
US9939981B2 (en)2013-09-122018-04-10Commvault Systems, Inc.File manager integration with virtualization in an information management system with an enhanced storage manager, including user control and storage management of virtual machines
CN103605479B (en)*2013-10-162016-06-01北京奇虎科技有限公司Data file wiring method and system, data file read method and system
US9590886B2 (en)2013-11-012017-03-07Commvault Systems, Inc.Systems and methods for differential health checking of an information management system
US9367562B2 (en)*2013-12-052016-06-14Google Inc.Distributing data on distributed storage systems
US9639426B2 (en)2014-01-242017-05-02Commvault Systems, Inc.Single snapshot for multiple applications
US9495251B2 (en)2014-01-242016-11-15Commvault Systems, Inc.Snapshot readiness checking and reporting
US9798596B2 (en)2014-02-272017-10-24Commvault Systems, Inc.Automatic alert escalation for an information management system
US9648100B2 (en)2014-03-052017-05-09Commvault Systems, Inc.Cross-system storage management for transferring data across autonomous information management systems
US9633026B2 (en)2014-03-132017-04-25Commvault Systems, Inc.Systems and methods for protecting email data
US9633056B2 (en)2014-03-172017-04-25Commvault Systems, Inc.Maintaining a deduplication database
US10380072B2 (en)2014-03-172019-08-13Commvault Systems, Inc.Managing deletions from a deduplication database
US9668298B1 (en)*2014-03-272017-05-30Amazon Technologies, Inc.Network-enabled user device charger
US9563518B2 (en)2014-04-022017-02-07Commvault Systems, Inc.Information management by a media agent in the absence of communications with a storage manager
US9823978B2 (en)2014-04-162017-11-21Commvault Systems, Inc.User-level quota management of data objects stored in information management systems
US9740574B2 (en)2014-05-092017-08-22Commvault Systems, Inc.Load balancing across multiple data paths
US20160004605A1 (en)2014-07-012016-01-07Commvault Systems, Inc.Lightweight data reconstruction based on backup data
US20160019317A1 (en)2014-07-162016-01-21Commvault Systems, Inc.Volume or virtual machine level backup and generating placeholders for virtual machine files
US20160019224A1 (en)2014-07-182016-01-21Commvault Systems, Inc.File system content archiving based on third-party application archiving rules and metadata
US9641388B2 (en)2014-07-292017-05-02Commvault Systems, Inc.Customized deployment in information management systems
US10031917B2 (en)2014-07-292018-07-24Commvault Systems, Inc.Efficient volume-level replication of data via snapshots in an information management system
US9852026B2 (en)2014-08-062017-12-26Commvault Systems, Inc.Efficient application recovery in an information management system based on a pseudo-storage-device driver
US11249858B2 (en)*2014-08-062022-02-15Commvault 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
US10360110B2 (en)2014-08-062019-07-23Commvault 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-032017-09-26Commvault Systems, Inc.Consolidated processing of storage-array commands by a snapshot-control media agent
US10042716B2 (en)2014-09-032018-08-07Commvault Systems, Inc.Consolidated processing of storage-array commands using a forwarder media agent in conjunction with a snapshot-control media agent
US9405928B2 (en)2014-09-172016-08-02Commvault Systems, Inc.Deriving encryption rules based on file content
US9417968B2 (en)2014-09-222016-08-16Commvault Systems, Inc.Efficiently restoring execution of a backed up virtual machine based on coordination with virtual-machine-file-relocation operations
US9436555B2 (en)2014-09-222016-09-06Commvault Systems, Inc.Efficient live-mount of a backed up virtual machine in a storage management system
US9710465B2 (en)2014-09-222017-07-18Commvault Systems, Inc.Efficiently restoring execution of a backed up virtual machine based on coordination with virtual-machine-file-relocation operations
US10204010B2 (en)2014-10-032019-02-12Commvault Systems, Inc.Intelligent protection of off-line mail data
US9444811B2 (en)2014-10-212016-09-13Commvault Systems, Inc.Using an enhanced data agent to restore backed up data across autonomous storage management systems
US9575673B2 (en)2014-10-292017-02-21Commvault Systems, Inc.Accessing a file system using tiered deduplication
US10776209B2 (en)2014-11-102020-09-15Commvault Systems, Inc.Cross-platform virtual machine backup and replication
US9848046B2 (en)2014-11-132017-12-19Commvault Systems, Inc.Archiving applications in information management systems
US9448731B2 (en)2014-11-142016-09-20Commvault Systems, Inc.Unified snapshot storage management
US9648105B2 (en)2014-11-142017-05-09Commvault Systems, Inc.Unified snapshot storage management, using an enhanced storage manager and enhanced media agents
US9912625B2 (en)2014-11-182018-03-06Commvault Systems, Inc.Storage and management of mail attachments
US9983936B2 (en)2014-11-202018-05-29Commvault Systems, Inc.Virtual machine change block tracking
US20160162364A1 (en)2014-12-032016-06-09Commvault Systems, Inc.Secondary storage pruning
US9632713B2 (en)2014-12-032017-04-25Commvault Systems, Inc.Secondary storage editor
US9645891B2 (en)2014-12-042017-05-09Commvault Systems, Inc.Opportunistic execution of secondary copy operations
US9753816B2 (en)2014-12-052017-09-05Commvault Systems, Inc.Synchronization based on filtered browsing
US20160210044A1 (en)2015-01-152016-07-21Commvault Systems, Inc.Intelligent hybrid drive caching
US20160210306A1 (en)2015-01-152016-07-21Commvault Systems, Inc.Managing structured data in a data storage system
US9952934B2 (en)*2015-01-202018-04-24Commvault Systems, Inc.Synchronizing selected portions of data in a storage management system
US9588849B2 (en)2015-01-202017-03-07Commvault Systems, Inc.Synchronizing selected portions of data in a storage management system
US10108687B2 (en)2015-01-212018-10-23Commvault Systems, Inc.Database protection using block-level mapping
US9575804B2 (en)2015-03-272017-02-21Commvault Systems, Inc.Job management and resource allocation
US9928144B2 (en)2015-03-302018-03-27Commvault Systems, Inc.Storage management of data using an open-archive architecture, including streamlined access to primary data originally stored on network-attached storage and archived to secondary storage
US10339106B2 (en)2015-04-092019-07-02Commvault Systems, Inc.Highly reusable deduplication database after disaster recovery
US9934265B2 (en)2015-04-092018-04-03Commvault Systems, Inc.Management of log data
US10311150B2 (en)2015-04-102019-06-04Commvault Systems, Inc.Using a Unix-based file system to manage and serve clones to windows-based computing clients
US9904598B2 (en)2015-04-212018-02-27Commvault Systems, Inc.Content-independent and database management system-independent synthetic full backup of a database based on snapshot technology
US9639286B2 (en)2015-05-142017-05-02Commvault Systems, Inc.Restore of secondary data using thread pooling
US20160350391A1 (en)2015-05-262016-12-01Commvault Systems, Inc.Replication using deduplicated secondary copy data
WO2016200403A1 (en)2015-06-122016-12-15Hewlett Packard Enterprise Development LpDisk storage allocation
US9563514B2 (en)2015-06-192017-02-07Commvault Systems, Inc.Assignment of proxies for virtual-machine secondary copy operations including streaming backup jobs
US10084873B2 (en)2015-06-192018-09-25Commvault Systems, Inc.Assignment of data agent proxies for executing virtual-machine secondary copy operations including streaming backup jobs
US10275320B2 (en)2015-06-262019-04-30Commvault Systems, Inc.Incrementally accumulating in-process performance data and hierarchical reporting thereof for a data stream in a secondary copy operation
US9766825B2 (en)2015-07-222017-09-19Commvault Systems, Inc.Browse and restore for block-level backups
US10311042B1 (en)2015-08-312019-06-04Commvault Systems, Inc.Organically managing primary and secondary storage of a data object based on expiry timeframe supplied by a user of the data object
US10192065B2 (en)2015-08-312019-01-29Commvault Systems, Inc.Automated intelligent provisioning of data storage resources in response to user requests in a data storage management system
US10101913B2 (en)2015-09-022018-10-16Commvault Systems, Inc.Migrating data to disk without interrupting running backup operations
EP3350728B1 (en)2015-09-182022-04-06Commvault Systems, Inc.Data storage management operations in a secondary storage subsystem using image recognition and image-based criteria
US10514986B2 (en)2015-09-302019-12-24Commvault Systems, Inc.Dynamic triggering of block-level backups based on block change thresholds and corresponding file identities in a data storage management system
US10248494B2 (en)2015-10-292019-04-02Commvault Systems, Inc.Monitoring, diagnosing, and repairing a management database in a data storage management system
US10102192B2 (en)2015-11-032018-10-16Commvault Systems, Inc.Summarization and processing of email on a client computing device based on content contribution to an email thread using weighting techniques
US10228962B2 (en)2015-12-092019-03-12Commvault Systems, Inc.Live synchronization and management of virtual machines across computing and virtualization platforms and using live synchronization to support disaster recovery
US10387266B2 (en)2015-12-232019-08-20Commvault Systems, Inc.Application-level live synchronization across computing platforms including synchronizing co-resident applications to disparate standby destinations and selectively synchronizing some applications and not others
US20170193003A1 (en)2015-12-302017-07-06Commvault Systems, Inc.Redundant and robust distributed deduplication data storage system
US10684924B2 (en)2016-02-182020-06-16Commvault Systems, Inc.Data restoration operations based on network path information
US10565067B2 (en)2016-03-092020-02-18Commvault Systems, Inc.Virtual server cloud file system for virtual machine backup from cloud operations
US10452490B2 (en)2016-03-092019-10-22Commvault Systems, Inc.Data management and backup of distributed storage environment
US10296368B2 (en)2016-03-092019-05-21Commvault 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)
US10503753B2 (en)2016-03-102019-12-10Commvault Systems, Inc.Snapshot replication operations based on incremental block change tracking
US10248174B2 (en)2016-05-242019-04-02Hedvig, Inc.Persistent reservations for virtual disk using multiple targets
US10664447B2 (en)2016-07-122020-05-26Commvault Systems, Inc.Dynamic management of expandable cache storage for multiple network shares configured in a file server
US10417182B2 (en)*2016-08-192019-09-17Charles NichollsSystem, method and apparatus for data management with rules on containers for collections of data
US10474548B2 (en)2016-09-302019-11-12Commvault Systems, Inc.Heartbeat monitoring of virtual machines for initiating failover operations in a data storage management system, using ping monitoring of target virtual machines
US10540516B2 (en)2016-10-132020-01-21Commvault Systems, Inc.Data protection within an unsecured storage environment
US10152251B2 (en)2016-10-252018-12-11Commvault Systems, Inc.Targeted backup of virtual machine
US10162528B2 (en)2016-10-252018-12-25Commvault Systems, Inc.Targeted snapshot based on virtual machine location
US10210048B2 (en)2016-10-252019-02-19Commvault Systems, Inc.Selective snapshot and backup copy operations for individual virtual machines in a shared storage
US10922189B2 (en)2016-11-022021-02-16Commvault Systems, Inc.Historical network data-based scanning thread generation
US10389810B2 (en)2016-11-022019-08-20Commvault Systems, Inc.Multi-threaded scanning of distributed file systems
US11106632B2 (en)2016-11-162021-08-31Commvault Systems, Inc.Dynamically configuring a proxy server using containerization for concurrent and/or overlapping backup, restore, and/or test operations
US10678758B2 (en)2016-11-212020-06-09Commvault Systems, Inc.Cross-platform virtual machine data and memory backup and replication
US10157102B2 (en)*2016-12-292018-12-18Whatsapp Inc.Techniques to scan and reorganize media files to remove gaps
US10838821B2 (en)2017-02-082020-11-17Commvault Systems, Inc.Migrating content and metadata from a backup system
US10740193B2 (en)2017-02-272020-08-11Commvault Systems, Inc.Hypervisor-independent reference copies of virtual machine payload data based on block-level pseudo-mount
US10459666B2 (en)2017-03-032019-10-29Commvault Systems, Inc.Using storage managers in respective data storage management systems for license distribution, compliance, and updates
US10949308B2 (en)2017-03-152021-03-16Commvault Systems, Inc.Application aware backup of virtual machines
US20180276022A1 (en)2017-03-242018-09-27Commvault Systems, Inc.Consistent virtual machine replication
US10891069B2 (en)2017-03-272021-01-12Commvault Systems, Inc.Creating local copies of data stored in online data repositories
US10613939B2 (en)2017-03-282020-04-07Commvault Systems, Inc.Backup index generation process
US10776329B2 (en)2017-03-282020-09-15Commvault Systems, Inc.Migration of a database management system to cloud storage
US11108858B2 (en)2017-03-282021-08-31Commvault Systems, Inc.Archiving mail servers via a simple mail transfer protocol (SMTP) server
US10599527B2 (en)2017-03-292020-03-24Commvault Systems, Inc.Information management cell health monitoring system
US10387073B2 (en)2017-03-292019-08-20Commvault Systems, Inc.External dynamic virtual machine synchronization
US11074138B2 (en)2017-03-292021-07-27Commvault Systems, Inc.Multi-streaming backup operations for mailboxes
US10949398B2 (en)2017-03-292021-03-16Commvault Systems, Inc.Synchronization operations for network-accessible folders
US11074140B2 (en)2017-03-292021-07-27Commvault Systems, Inc.Live browsing of granular mailbox data
US11294786B2 (en)2017-03-312022-04-05Commvault Systems, Inc.Management of internet of things devices
US10853195B2 (en)2017-03-312020-12-01Commvault Systems, Inc.Granular restoration of virtual machine application data
US11221939B2 (en)2017-03-312022-01-11Commvault Systems, Inc.Managing data from internet of things devices in a vehicle
US10552294B2 (en)2017-03-312020-02-04Commvault Systems, Inc.Management of internet of things devices
US10984041B2 (en)2017-05-112021-04-20Commvault Systems, Inc.Natural language processing integrated with database and data storage management
US10664352B2 (en)2017-06-142020-05-26Commvault Systems, Inc.Live browsing of backed up data residing on cloned disks
US10664442B1 (en)*2017-07-142020-05-26EMC IP Holding Company LLCMethod and system for data consistency verification in a storage system
US11036592B2 (en)2017-09-142021-06-15Commvault Systems, Inc.Distributed content indexing architecture with separately stored file previews
US11086834B2 (en)2017-09-142021-08-10Commvault Systems, Inc.Distributed framework for data proximity-based task splitting in a content indexing system
US10846266B2 (en)2017-09-142020-11-24Commvault Systems, Inc.Distributed architecture for content indexing emails
US11263088B2 (en)2017-09-142022-03-01Commvault Systems, Inc.Distributed architecture for tracking content indexing
US10846180B2 (en)2017-09-142020-11-24Commvault Systems, Inc.Distributed framework for task splitting and task assignments in a content indexing system
US20190108341A1 (en)2017-09-142019-04-11Commvault Systems, Inc.Ransomware detection and data pruning management
US10635334B1 (en)*2017-09-282020-04-28EMC IP Holding Company LLCRule based data transfer model to cloud
US10942779B1 (en)2017-10-272021-03-09EMC IP Holding Company LLCMethod and system for compliance map engine
US10754368B1 (en)2017-10-272020-08-25EMC IP Holding Company LLCMethod and system for load balancing backup resources
US10635546B2 (en)2017-12-072020-04-28Commvault Systems, Inc.Synthesizing a restore image from one or more secondary copies to facilitate data restore operations to a file server
US10740300B1 (en)2017-12-072020-08-11Commvault Systems, Inc.Synchronization of metadata in a distributed storage system
US10742735B2 (en)2017-12-122020-08-11Commvault Systems, Inc.Enhanced network attached storage (NAS) services interfacing to cloud storage
US10834189B1 (en)2018-01-102020-11-10EMC IP Holding Company LLCSystem and method for managing workload in a pooled environment
US10831591B2 (en)2018-01-112020-11-10Commvault Systems, Inc.Remedial action based on maintaining process awareness in data storage management
US10795927B2 (en)2018-02-052020-10-06Commvault Systems, Inc.On-demand metadata extraction of clinical image data
US20190251204A1 (en)2018-02-142019-08-15Commvault Systems, Inc.Targeted search of backup data using calendar event data
US10740022B2 (en)2018-02-142020-08-11Commvault Systems, Inc.Block-level live browsing and private writable backup copies using an ISCSI server
US10642886B2 (en)2018-02-142020-05-05Commvault Systems, Inc.Targeted search of backup data using facial recognition
US10592145B2 (en)2018-02-142020-03-17Commvault Systems, Inc.Machine learning-based data object storage
US10848468B1 (en)2018-03-052020-11-24Commvault Systems, Inc.In-flight data encryption/decryption for a distributed storage platform
US10877928B2 (en)2018-03-072020-12-29Commvault Systems, Inc.Using utilities injected into cloud-based virtual machines for speeding up virtual machine backup operations
US10754729B2 (en)2018-03-122020-08-25Commvault Systems, Inc.Recovery point objective (RPO) driven backup scheduling in a data storage management system
US10789387B2 (en)2018-03-132020-09-29Commvault Systems, Inc.Graphical representation of an information management system
US10509587B2 (en)2018-04-242019-12-17EMC IP Holding Company LLCSystem and method for high priority backup
US10769030B2 (en)2018-04-252020-09-08EMC IP Holding Company LLCSystem and method for improved cache performance
US11321183B2 (en)2018-05-022022-05-03Commvault Systems, Inc.Multi-tiered backup indexing
US11249863B2 (en)2018-05-022022-02-15Commvault Systems, Inc.Backup-based media agent configuration
US10673943B2 (en)2018-05-022020-06-02Commvault Systems, Inc.Network storage backup using distributed media agents
US10628267B2 (en)2018-05-022020-04-21Commvault Systems, Inc.Client managed data backup process within an enterprise information management system
US10891304B2 (en)2018-07-252021-01-12Commvault Systems, Inc.Distributed and scalable client-based storage management
US10893103B2 (en)2018-07-252021-01-12Commvault Systems, Inc.Distributed and scalable storage management using a storage-microservices server
US10891198B2 (en)2018-07-302021-01-12Commvault Systems, Inc.Storing data to cloud libraries in cloud native formats
US11159469B2 (en)2018-09-122021-10-26Commvault Systems, Inc.Using machine learning to modify presentation of mailbox objects
US11016696B2 (en)2018-09-142021-05-25Commvault Systems, Inc.Redundant distributed data storage system
US11010258B2 (en)2018-11-272021-05-18Commvault Systems, Inc.Generating backup copies through interoperability between components of a data storage management system and appliances for data storage and deduplication
US11200124B2 (en)2018-12-062021-12-14Commvault Systems, Inc.Assigning backup resources based on failover of partnered data storage servers in a data storage management system
US10860443B2 (en)2018-12-102020-12-08Commvault Systems, Inc.Evaluation and reporting of recovery readiness in a data storage management system
US11698727B2 (en)2018-12-142023-07-11Commvault Systems, Inc.Performing secondary copy operations based on deduplication performance
US20200192572A1 (en)2018-12-142020-06-18Commvault Systems, Inc.Disk usage growth prediction system
US11012508B2 (en)2018-12-142021-05-18Commvault Systems, Inc.Region-based distributed information management system
US11347707B2 (en)2019-01-222022-05-31Commvault Systems, Inc.File indexing for virtual machine backups based on using live browse features
US10872069B2 (en)2019-01-222020-12-22Commvault Systems, Inc.File indexing for virtual machine backups in a data storage management system
US10996974B2 (en)2019-01-302021-05-04Commvault 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-302020-09-08Commvault Systems, Inc.Cross-hypervisor live mount of backed up virtual machine data
US11126365B2 (en)2019-03-112021-09-21Commvault Systems, Inc.Skipping data backed up in prior backup operations
US11269732B2 (en)2019-03-122022-03-08Commvault Systems, Inc.Managing structured data in a data storage system
US11321184B2 (en)2019-03-262022-05-03Commvault Systems, Inc.Streamlined secondary copy operations for data stored on shared file storage
US11579681B2 (en)2019-04-082023-02-14Commvault Systems, Inc.Power management of components within a storage management system
US20200327017A1 (en)2019-04-102020-10-15Commvault Systems, Inc.Restore using deduplicated secondary copy data
US11494273B2 (en)2019-04-302022-11-08Commvault Systems, Inc.Holistically protecting serverless applications across one or more cloud computing environments
US11100064B2 (en)2019-04-302021-08-24Commvault Systems, Inc.Automated log-based remediation of an information management system
US11463264B2 (en)2019-05-082022-10-04Commvault Systems, Inc.Use of data block signatures for monitoring in an information management system
US11693744B2 (en)2019-05-102023-07-04Commvault Systems, Inc.Synthesizing format-specific full backup images
CN110221782A (en)*2019-06-062019-09-10重庆紫光华山智安科技有限公司Video file processing method and processing device
US11269734B2 (en)2019-06-172022-03-08Commvault Systems, Inc.Data storage management system for multi-cloud protection, recovery, and migration of databases-as-a-service and/or serverless database management systems
US20200401489A1 (en)2019-06-242020-12-24Commvault Systems, Inc.Content indexing of files in virtual disk block-level backup copies
US11308034B2 (en)2019-06-272022-04-19Commvault Systems, Inc.Continuously run log backup with minimal configuration and resource usage from the source machine
US11561866B2 (en)2019-07-102023-01-24Commvault Systems, Inc.Preparing containerized applications for backup using a backup services container and a backup services container-orchestration pod
US20210037112A1 (en)2019-07-292021-02-04Commvault Systems, Inc.Data storage system with rapid restore capability
US11042318B2 (en)2019-07-292021-06-22Commvault Systems, Inc.Block-level data replication
US11263173B2 (en)2019-07-302022-03-01Commvault Systems, Inc.Transaction log index generation in an enterprise backup system
US11513922B2 (en)2019-08-142022-11-29Commvault Systems, Inc.Systems and methods for change block tracking for backing up changed data
US11775484B2 (en)2019-08-272023-10-03Vmware, Inc.Fast algorithm to find file system difference for deduplication
US12045204B2 (en)2019-08-272024-07-23Vmware, Inc.Small in-memory cache to speed up chunk store operation for deduplication
US11461229B2 (en)*2019-08-272022-10-04Vmware, Inc.Efficient garbage collection of variable size chunking deduplication
US11256673B2 (en)2019-09-112022-02-22Commvault Systems, Inc.Anomaly detection in deduplication pruning operations
US11218450B2 (en)2019-09-112022-01-04Commvault Systems, Inc.Data protection component scaling in a cloud-based data storage system
US11237935B2 (en)2019-09-112022-02-01Commvault Systems, Inc.Anomaly detection in data protection operations
US11409727B2 (en)*2019-09-182022-08-09International Business Machines CorporationConcurrent execution of database operations
US20210133150A1 (en)2019-11-042021-05-06Commvault Systems, Inc.Efficient implementation of multiple deduplication databases in a heterogeneous data storage system
US11442896B2 (en)2019-12-042022-09-13Commvault Systems, Inc.Systems and methods for optimizing restoration of deduplicated data stored in cloud-based storage resources
US11237924B2 (en)2019-12-112022-02-01Commvault Systems, Inc.Dynamic resizing and re-distribution of destination data storage resources for bare metal restore operations in a data storage management system
US11223535B2 (en)2019-12-312022-01-11Commvault Systems, Inc.Smart network topology systems and methods
US11467753B2 (en)2020-02-142022-10-11Commvault Systems, Inc.On-demand restore of virtual machine data
US11422900B2 (en)2020-03-022022-08-23Commvault Systems, Inc.Platform-agnostic containerized application data protection
US11321188B2 (en)2020-03-022022-05-03Commvault Systems, Inc.Platform-agnostic containerized application data protection
US11005935B1 (en)2020-03-102021-05-11Commvault Systems, Inc.Using multiple streams with network data management protocol to improve performance and granularity of backup and restore operations from/to a file server
US11334442B2 (en)2020-03-102022-05-17Commvault Systems, Inc.Management database long-term archiving to a recovery manager
US11442768B2 (en)2020-03-122022-09-13Commvault Systems, Inc.Cross-hypervisor live recovery of virtual machines
US11099956B1 (en)2020-03-262021-08-24Commvault Systems, Inc.Snapshot-based disaster recovery orchestration of virtual machine failover and failback operations
US12235799B2 (en)2020-03-302025-02-25Pure Storage, Inc.Optimizing a transfer of a file system
US12373397B2 (en)2020-03-302025-07-29Pure Storage, Inc.Managing directory-tree operations in file storage
US11704035B2 (en)2020-03-302023-07-18Pure Storage, Inc.Unified storage on block containers
US12399869B2 (en)2020-03-302025-08-26Pure Storage, Inc.Replicating a file system
US12079162B2 (en)2020-03-302024-09-03Pure Storage, Inc.Snapshot management in a storage system
US11748143B2 (en)2020-05-152023-09-05Commvault Systems, Inc.Live mount of virtual machines in a public cloud computing environment
US11687424B2 (en)2020-05-282023-06-27Commvault Systems, Inc.Automated media agent state management
US11327663B2 (en)2020-06-092022-05-10Commvault Systems, Inc.Ensuring the integrity of data storage volumes used in block-level live synchronization operations in a data storage management system
US11537959B2 (en)2020-06-162022-12-27Commvault Systems, Inc.Dynamic computing progress tracker
US12130708B2 (en)2020-07-102024-10-29Commvault Systems, Inc.Cloud-based air-gapped data storage management system
US11614883B2 (en)2020-07-172023-03-28Commvault Systems, Inc.Distributed data storage system using erasure coding on storage nodes fewer than data plus parity fragments
US11494417B2 (en)2020-08-072022-11-08Commvault Systems, Inc.Automated email classification in an information management system
US11513708B2 (en)2020-08-252022-11-29Commvault Systems, Inc.Optimized deduplication based on backup frequency in a distributed data storage system
US11108861B1 (en)2020-08-262021-08-31Commvault Systems, Inc.System for managing multiple information management cells
US11570243B2 (en)2020-09-222023-01-31Commvault Systems, Inc.Decommissioning, re-commissioning, and commissioning new metadata nodes in a working distributed data storage system
US11789830B2 (en)2020-09-222023-10-17Commvault Systems, Inc.Anti-entropy-based metadata recovery in a strongly consistent distributed data storage system
US11314687B2 (en)2020-09-242022-04-26Commvault Systems, Inc.Container data mover for migrating data between distributed data storage systems integrated with application orchestrators
US11656951B2 (en)2020-10-282023-05-23Commvault Systems, Inc.Data loss vulnerability detection
US11474753B2 (en)2020-10-302022-10-18Commvault Systems, Inc.Systems and methods for backing up to a virtual tape library
US12314417B2 (en)2020-12-042025-05-27Commvault Systems, Inc.Methods for managing user permissions
US11323513B1 (en)2021-01-222022-05-03Commvault Systems, Inc.Geo-location-based data replication
US11604706B2 (en)2021-02-022023-03-14Commvault Systems, Inc.Back up and restore related data on different cloud storage tiers
US11645175B2 (en)2021-02-122023-05-09Commvault Systems, Inc.Automatic failover of a storage manager
US11574050B2 (en)2021-03-122023-02-07Commvault Systems, Inc.Media agent hardening against ransomware attacks
US11561978B2 (en)2021-06-292023-01-24Commvault Systems, Inc.Intelligent cache management for mounted snapshots based on a behavior model
US11954513B2 (en)2021-07-292024-04-09Commvault Systems, Inc.Scalable recovery and/or migration to cloud- based custom-made virtual machines without using failed machines' credentials
US12032855B2 (en)2021-08-062024-07-09Commvault Systems, Inc.Using an application orchestrator computing environment for automatically scaled deployment of data protection resources needed for data in a production cluster distinct from the application orchestrator or in another application orchestrator computing environment
US11615147B2 (en)2021-08-232023-03-28Commvault Systems, Inc.Mobile storage manager control application for managing a storage manager of an information management system
US11593223B1 (en)2021-09-022023-02-28Commvault Systems, Inc.Using resource pool administrative entities in a data storage management system to provide shared infrastructure to tenants
US12033004B2 (en)2021-09-282024-07-09Commvault Systems, Inc.Dynamically provisioning computing pods in a computing resource cluster based on a resource request from a storage manager of an information management system
US12019525B2 (en)2021-10-052024-06-25Commvault Systems, Inc.Cloud-based recovery of backed up data using auxiliary copy replication and on-demand failover resources
US12032542B2 (en)2021-11-102024-07-09Commvault Systems, Inc.Systems and methods for optimizing storage and retention of deduplicated secondary copies at storage platforms that are write-once read-many (WORM) enabled
US12259977B2 (en)2021-11-152025-03-25Commvault Systems, Inc.Entropy-based ransomware detection
US12008135B2 (en)2021-12-212024-06-11Commvault Systems, Inc.Controlling information privacy in a shared data storage management system
US20230222165A1 (en)*2022-01-132023-07-13Druva Inc.Object storage-based indexing systems and method
US11809285B2 (en)2022-02-092023-11-07Commvault Systems, Inc.Protecting a management database of a data storage management system to meet a recovery point objective (RPO)
US12293210B2 (en)2022-03-182025-05-06Commvault Systems, Inc.Live mounting a virtual machine in a public cloud based on accessing a simulated virtual disk as an internet small computer systems interface (ISCSI) target
US12130781B2 (en)2022-04-282024-10-29Red Hat, Inc.Sparse files aware rolling checksum
US12159044B2 (en)2022-06-082024-12-03Commvault Systems, Inc.Cloud-based destination for block-level data replication processing
US12056018B2 (en)2022-06-172024-08-06Commvault Systems, Inc.Systems and methods for enforcing a recovery point objective (RPO) for a production database without generating secondary copies of the production database
US12375530B2 (en)2022-06-292025-07-29Commvault Systems, Inc.Secure data replication to, and recovery of data from, air-gapped data storage pools
US20240004761A1 (en)*2022-06-302024-01-04Commvault Systems, Inc.Low impact migration of large data to cloud and virtualized environments
US12135618B2 (en)2022-07-112024-11-05Commvault Systems, Inc.Protecting configuration data in a clustered container system
US20240056481A1 (en)2022-08-092024-02-15Commvault Systems, Inc.Data storage management system integrating cyber threat deception
US12353297B2 (en)2022-09-282025-07-08Commvault Systems, Inc.Protection of virtual private cloud configurations
US12292974B2 (en)2022-10-272025-05-06Commvault Systems, Inc.Analysis of backup copies to identify malware-encrypted primary data
US12360942B2 (en)2023-01-192025-07-15Commvault Systems, Inc.Selection of a simulated archiving plan for a desired dataset
US12360944B2 (en)2023-11-072025-07-15Commvault Systems, Inc.Cloud-based secure operation of a recovery storage manager

Citations (16)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US6173291B1 (en)*1997-09-262001-01-09Powerquest CorporationMethod and apparatus for recovering data from damaged or corrupted file storage media
US6356915B1 (en)*1999-02-222002-03-12Starbase Corp.Installable file system having virtual file system drive, virtual device driver, and virtual disks
US6477544B1 (en)*1999-07-162002-11-05Microsoft CorporationSingle instance store for file systems
US20060206547A1 (en)*2005-02-082006-09-14Raghavendra KulkarniStoring and retrieving computer data files using an encrypted network drive file system
US20070106863A1 (en)*2005-11-042007-05-10Sun Microsystems, Inc.Method and system for storing a sparse file using fill counts
US20070288534A1 (en)*2006-06-072007-12-13Dorota ZakBackup and recovery of integrated linked databases
US20080082714A1 (en)*2006-09-292008-04-03Nasa Hq's.Systems, methods and apparatus for flash drive
US20080091881A1 (en)*2006-10-132008-04-17Ibm CorporationMethod and apparatus for queuing memory access commands in a memory queue of an information handling system
US7403942B1 (en)*2003-02-042008-07-22Seisint, Inc.Method and system for processing data records
US20080229037A1 (en)*2006-12-042008-09-18Alan BunteSystems and methods for creating copies of data, such as archive copies
US20080244172A1 (en)*2007-03-292008-10-02Yoshiki KanoMethod and apparatus for de-duplication after mirror operation
US20080243769A1 (en)*2007-03-302008-10-02Symantec CorporationSystem and method for exporting data directly from deduplication storage to non-deduplication storage
US20080307000A1 (en)*2007-06-082008-12-11Toby Charles Wood PatersonElectronic Backup of Applications
US20090204650A1 (en)*2007-11-152009-08-13Attune Systems, Inc.File Deduplication using Copy-on-Write Storage Tiers
US7747584B1 (en)*2006-08-222010-06-29Netapp, Inc.System and method for enabling de-duplication in a storage system architecture
US20100281081A1 (en)*2009-04-292010-11-04Netapp, Inc.Predicting space reclamation in deduplicated datasets

Family Cites Families (437)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US675779A (en)*1900-07-301901-06-04George Theodore TempleBottle-decanting apparatus.
US4686620A (en)1984-07-261987-08-11American Telephone And Telegraph Company, At&T Bell LaboratoriesDatabase backup method
US4713755A (en)*1985-06-281987-12-15Hewlett-Packard CompanyCache memory consistency control with explicit software instructions
GB8622010D0 (en)1986-09-121986-10-22Hewlett Packard LtdFile backup facility
US5193154A (en)1987-07-101993-03-09Hitachi, Ltd.Buffered peripheral system and method for backing up and retrieving data to and from backup memory device
US5005122A (en)1987-09-081991-04-02Digital Equipment CorporationArrangement with cooperating management server node and network service node
JPH0743676B2 (en)1988-03-111995-05-15株式会社日立製作所 Back-up data dump control method and device
US4995035A (en)1988-10-311991-02-19International Business Machines CorporationCentralized management in a computer network
US5093912A (en)1989-06-261992-03-03International Business Machines CorporationDynamic resource pool expansion and contraction in multiprocessing environments
EP0405926B1 (en)1989-06-301996-12-04Digital Equipment CorporationMethod and apparatus for managing a shadow set of storage media
US5133065A (en)1989-07-271992-07-21Personal Computer Peripherals CorporationBackup computer program for networks
US5321816A (en)1989-10-101994-06-14Unisys CorporationLocal-remote apparatus with specialized image storage modules
US5504873A (en)1989-11-011996-04-02E-Systems, Inc.Mass data storage and retrieval system
US5276880A (en)*1989-12-151994-01-04Siemens Corporate Research, Inc.Method for parsing and representing multi-versioned computer programs, for simultaneous and synchronous processing of the plural parses
US5276860A (en)1989-12-191994-01-04Epoch Systems, Inc.Digital data processor with improved backup storage
US5276867A (en)1989-12-191994-01-04Epoch Systems, Inc.Digital data storage system with improved data migration
GB2246218B (en)1990-07-181994-02-09Stc PlcDistributed data processing systems
US5239647A (en)1990-09-071993-08-24International Business Machines CorporationData storage hierarchy with shared storage level
US5544347A (en)*1990-09-241996-08-06Emc CorporationData storage system controlled remote data mirroring with respectively maintained data indices
US5212772A (en)1991-02-111993-05-18Gigatrend IncorporatedSystem for storing data in backup tape device
US5287500A (en)1991-06-031994-02-15Digital Equipment CorporationSystem for allocating storage spaces based upon required and optional service attributes having assigned piorities
US5333315A (en)1991-06-271994-07-26Digital Equipment CorporationSystem of device independent file directories using a tag between the directories and file descriptors that migrate with the files
US5347653A (en)1991-06-281994-09-13Digital Equipment CorporationSystem for reconstructing prior versions of indexes using records indicating changes between successive versions of the indexes
US5410700A (en)1991-09-041995-04-25International Business Machines CorporationComputer system which supports asynchronous commitment of data
US5263154A (en)1992-04-201993-11-16International Business Machines CorporationMethod and system for incremental time zero backup copying of data
US5241670A (en)1992-04-201993-08-31International Business Machines CorporationMethod and system for automated backup copy ordering in a time zero backup copy session
US5241668A (en)1992-04-201993-08-31International Business Machines CorporationMethod and system for automated termination and resumption in a time zero backup copy process
ATE153149T1 (en)1993-01-211997-05-15Apple Computer DEVICE AND METHOD FOR DATA BACKUP OF STORAGE UNITS IN A COMPUTER NETWORK
DE69434311D1 (en)1993-02-012005-04-28Sun Microsystems Inc ARCHIVING FILES SYSTEM FOR DATA PROVIDERS IN A DISTRIBUTED NETWORK ENVIRONMENT
US5794229A (en)*1993-04-161998-08-11Sybase, Inc.Database system with methodology for storing a database table by vertically partitioning all columns of the table
US5437012A (en)1993-04-191995-07-25Canon Information Systems, Inc.System for updating directory information and data on write once media such as an optical memory card
JPH0721135A (en)1993-07-021995-01-24Fujitsu Ltd Data processing system with redundant monitoring function
JP3200757B2 (en)*1993-10-222001-08-20株式会社日立製作所 Storage control method for parallel computer and parallel computer
US5544345A (en)1993-11-081996-08-06International Business Machines CorporationCoherence controls for store-multiple shared data coordinated by cache directory entries in a shared electronic storage
EP0728333A1 (en)1993-11-091996-08-28Arcada SoftwareData backup and restore system for a computer network
US5495607A (en)1993-11-151996-02-27Conner Peripherals, Inc.Network management system having virtual catalog overview of files distributively stored across network domain
US5491810A (en)1994-03-011996-02-13International Business Machines CorporationMethod and system for automated data storage system space allocation utilizing prioritized data set parameters
US5673381A (en)1994-05-271997-09-30Cheyenne Software International Sales Corp.System and parallel streaming and data stripping to back-up a network
US5638509A (en)1994-06-101997-06-10Exabyte CorporationData storage and protection system
US5574906A (en)1994-10-241996-11-12International Business Machines CorporationSystem and method for reducing storage requirement in backup subsystems utilizing segmented compression and differencing
US5634052A (en)1994-10-241997-05-27International Business Machines CorporationSystem for reducing storage requirements and transmission loads in a backup subsystem in client-server environment by transmitting only delta files from client to server
US5628004A (en)1994-11-041997-05-06Optima Direct, Inc.System for managing database of communication of recipients
US5990810A (en)1995-02-171999-11-23Williams; Ross NeilMethod for partitioning a block of data into subblocks and for storing and communcating such subblocks
US5604862A (en)1995-03-141997-02-18Network Integrity, Inc.Continuously-snapshotted protection of computer files
US5559957A (en)1995-05-311996-09-24Lucent Technologies Inc.File system for a data storage device having a power fail recovery mechanism for write/replace operations
US5699361A (en)1995-07-181997-12-16Industrial Technology Research InstituteMultimedia channel formulation mechanism
US5813009A (en)1995-07-281998-09-22Univirtual Corp.Computer based records management system method
US5619644A (en)1995-09-181997-04-08International Business Machines CorporationSoftware directed microcode state save for distributed storage controller
US5819020A (en)1995-10-161998-10-06Network Specialists, Inc.Real time backup system
US5778395A (en)1995-10-231998-07-07Stac, Inc.System for backing up files from disk volumes on multiple nodes of a computer network
US5729743A (en)1995-11-171998-03-17Deltatech Research, Inc.Computer apparatus and method for merging system deltas
US5761677A (en)1996-01-031998-06-02Sun Microsystems, Inc.Computer system method and apparatus providing for various versions of a file without requiring data copy or log operations
US5862325A (en)1996-02-291999-01-19Intermind CorporationComputer-based communication system and method using metadata defining a control structure
KR970076238A (en)1996-05-231997-12-12포만 제프리 엘 Servers, methods and program products thereof for creating and managing multiple copies of client data files
US5901327A (en)1996-05-281999-05-04Emc CorporationBundling of write data from channel commands in a command chain for transmission over a data link between data storage systems for remote data mirroring
US5812398A (en)1996-06-101998-09-22Sun Microsystems, Inc.Method and system for escrowed backup of hotelled world wide web sites
US5813008A (en)1996-07-121998-09-22Microsoft CorporationSingle instance storage of information
US5940833A (en)1996-07-121999-08-17Microsoft CorporationCompressing sets of integers
US5758359A (en)1996-10-241998-05-26Digital Equipment CorporationMethod and apparatus for performing retroactive backups in a computer system
US5875478A (en)1996-12-031999-02-23Emc CorporationComputer backup using a file system, network, disk, tape and remote archiving repository media system
US6131095A (en)1996-12-112000-10-10Hewlett-Packard CompanyMethod of accessing a target entity over a communications network
US5822780A (en)1996-12-311998-10-13Emc CorporationMethod and apparatus for hierarchical storage management for data base management systems
AU5929398A (en)1997-01-231998-08-18Overland Data, Inc.Virtual media library
US6658526B2 (en)1997-03-122003-12-02Storage Technology CorporationNetwork attached virtual data storage subsystem
US5924102A (en)1997-05-071999-07-13International Business Machines CorporationSystem and method for managing critical files
US6094416A (en)1997-05-092000-07-25I/O Control CorporationMulti-tier architecture for control network
US6311252B1 (en)1997-06-302001-10-30Emc CorporationMethod and apparatus for moving data between storage levels of a hierarchically arranged data storage system
US5887134A (en)1997-06-301999-03-23Sun MicrosystemsSystem and method for preserving message order while employing both programmed I/O and DMA operations
DE69802294T2 (en)1997-08-292002-05-16Hewlett-Packard Company, Palo Alto SYSTEMS FOR DATA BACKUP AND RECOVERY
EP0899662A1 (en)1997-08-291999-03-03Hewlett-Packard CompanyBackup and restore system for a computer network
US5950205A (en)1997-09-251999-09-07Cisco Technology, Inc.Data transmission over the internet using a cache memory file system
US6275953B1 (en)1997-09-262001-08-14Emc CorporationRecovery from failure of a data processor in a network server
US6125369A (en)1997-10-022000-09-26Microsoft CorporationContinuous object sychronization between object stores on different computers
US6052735A (en)1997-10-242000-04-18Microsoft CorporationElectronic mail object synchronization between a desktop computer and mobile device
US6021415A (en)1997-10-292000-02-01International Business Machines CorporationStorage management system with file aggregation and space reclamation within aggregated files
US6418478B1 (en)1997-10-302002-07-09Commvault Systems, Inc.Pipelined high speed data transfer mechanism
JPH11143754A (en)1997-11-051999-05-28Hitachi Ltd Version information / configuration information display method and apparatus, and computer-readable recording medium recording version information / configuration information display program
US6131190A (en)1997-12-182000-10-10Sidwell; Leland P.System for modifying JCL parameters to optimize data storage allocations
US6076148A (en)1997-12-262000-06-13Emc CorporationMass 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-212000-11-28Unisys CorporationGrouping 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
US6807632B1 (en)1999-01-212004-10-19Emc CorporationContent addressable information encapsulation, representation, and transfer
US6260069B1 (en)1998-02-102001-07-10International Business Machines CorporationDirect data retrieval in a distributed computing system
US6901493B1 (en)1998-02-242005-05-31Adaptec, Inc.Method for protecting data of a computer system
EP0945800B1 (en)1998-03-022003-07-16Hewlett-Packard Company, A Delaware CorporationData backup system
US6026414A (en)1998-03-052000-02-15International Business Machines CorporationSystem including a proxy client to backup files in a distributed computing environment
US6161111A (en)1998-03-312000-12-12Emc CorporationSystem and method for performing file-handling operations in a digital data processing system using an operating system-independent file map
US6167402A (en)1998-04-272000-12-26Sun Microsystems, Inc.High performance message store
US6073133A (en)1998-05-152000-06-06Micron Electronics Inc.Electronic mail attachment verifier
US7035943B2 (en)1998-05-292006-04-25Yahoo! Inc.Web server content replication
US6421711B1 (en)1998-06-292002-07-16Emc CorporationVirtual ports for data transferring of a data storage system
US6269431B1 (en)1998-08-132001-07-31Emc CorporationVirtual storage and block level direct access of secondary storage for recovery of backup data
GB2341249A (en)1998-08-172000-03-08Connected Place LimitedA method of generating a difference file defining differences between an updated file and a base file
US7111173B1 (en)1998-09-012006-09-19Tecsec, Inc.Encryption process including a biometric unit
US6304914B1 (en)1998-09-222001-10-16Microsoft CorporationMethod and apparatus for pre-compression packaging
GB2342198B (en)1998-10-022003-10-22IbmComposite locking of objects in a database
US6324544B1 (en)1998-10-212001-11-27Microsoft CorporationFile object synchronization between a desktop computer and a mobile device
US6487561B1 (en)1998-12-312002-11-26Emc CorporationApparatus and methods for copying, backing up, and restoring data using a backup segment size larger than the storage block size
US6212512B1 (en)1999-01-062001-04-03Hewlett-Packard CompanyIntegration of a database into file management software for protecting, tracking and retrieving data
CA2328932C (en)1999-02-172011-04-05Sony CorporationInformation processing device and method, and program storage medium
US6397307B2 (en)1999-02-232002-05-28Legato Systems, Inc.Method and system for mirroring and archiving mass storage
US6324581B1 (en)1999-03-032001-11-27Emc CorporationFile 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-052002-05-14Auspex Systems, Inc.Intelligent virtual volume access
US6519679B2 (en)1999-06-112003-02-11Dell Usa, L.P.Policy based storage configuration
US6959368B1 (en)1999-06-292005-10-25Emc CorporationMethod and apparatus for duplicating computer backup data
US6609187B1 (en)1999-07-062003-08-19Dell Products L.P.Method and apparatus for supporting resizing of file system partitions
US7035880B1 (en)1999-07-142006-04-25Commvault Systems, Inc.Modular backup and retrieval system used in conjunction with a storage area network
US7395282B1 (en)1999-07-152008-07-01Commvault Systems, Inc.Hierarchical backup and retrieval system
US6538669B1 (en)1999-07-152003-03-25Dell Products L.P.Graphical user interface for configuration of a storage system
US6513051B1 (en)1999-07-162003-01-28Microsoft CorporationMethod and system for backing up and restoring files stored in a single instance store
US6490666B1 (en)1999-08-202002-12-03Microsoft CorporationBuffering data in a hierarchical data storage environment
US6343324B1 (en)1999-09-132002-01-29International Business Machines CorporationMethod 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
US6564228B1 (en)2000-01-142003-05-13Sun Microsystems, Inc.Method of enabling heterogeneous platforms to utilize a universal file system in a storage area network
AU2001260970A1 (en)2000-01-312001-08-07Vdg Inc.Block encryption method and schemes for data confidentiality and integrity protection
US6704730B2 (en)2000-02-182004-03-09Avamar Technologies, Inc.Hash file system and method for use in a commonality factoring system
US7412462B2 (en)2000-02-182008-08-12Burnside Acquisition, LlcData repository and method for promoting network storage of data
US7117246B2 (en)2000-02-222006-10-03Sendmail, Inc.Electronic mail system with methodology providing distributed message store
WO2001063012A2 (en)*2000-02-242001-08-30Alcoa, Inc.Method of converting hall-heroult cells to inert anode
US7143108B1 (en)2000-04-062006-11-28International Business Machines CorporationApparatus and method for deletion of objects from an object-relational system in a customizable and database independent manner
JP2001356945A (en)2000-04-122001-12-26Anetsukusu Syst KkData backup recovery system
US20020055972A1 (en)2000-05-082002-05-09Weinman Joseph BernardDynamic content distribution and data continuity architecture
US6356801B1 (en)2000-05-192002-03-12International Business Machines CorporationHigh availability work queuing in an automated data storage library
US6675177B1 (en)2000-06-212004-01-06Teradactyl, LlcMethod and system for backing up digital data
US6330642B1 (en)2000-06-292001-12-11Bull Hn Informatin Systems Inc.Three interconnected raid disk controller data processing system architecture
US6928459B1 (en)2000-07-182005-08-09International Business Machines CorporationPlurality of file systems using weighted allocation to allocate space on one or more storage devices
US6502111B1 (en)*2000-07-312002-12-31Microsoft CorporationMethod and system for concurrent garbage collection
DE60123442D1 (en)2000-08-312006-11-09Ontrack Data Internat Inc SYSTEM AND METHOD FOR DATA MANAGEMENT
US6757699B2 (en)2000-10-062004-06-29Franciscan University Of SteubenvilleMethod and system for fragmenting and reconstituting data
US6973553B1 (en)2000-10-202005-12-06International Business Machines CorporationMethod and apparatus for using extended disk sector formatting to assist in backup and hierarchical storage management
US8996698B1 (en)2000-11-032015-03-31Truphone LimitedCooperative network for mobile internet access
US6810398B2 (en)2000-11-062004-10-26Avamar Technologies, Inc.System and method for unorchestrated determination of data sequences using sticky byte factoring to determine breakpoints in digital sequences
US20020099806A1 (en)2000-11-302002-07-25Phillip BalsamoProcessing node for eliminating duplicate network usage data
US7003551B2 (en)2000-11-302006-02-21Bellsouth Intellectual Property Corp.Method and apparatus for minimizing storage of common attachment files in an e-mail communications server
US6868417B2 (en)2000-12-182005-03-15Spinnaker Networks, Inc.Mechanism for handling file level and block level remote file accesses using the same server
FR2820849B1 (en)2001-02-152003-05-16Cit Alcatel COMPUTER DATA STORAGE METHOD AND CORRESPONDING STORAGE DEVICE
US6820081B1 (en)2001-03-192004-11-16Attenex CorporationSystem and method for evaluating a structured message store for message redundancy
EP1244221A1 (en)2001-03-232002-09-25Sun Microsystems, Inc.Method and system for eliminating data redundancies
US7856414B2 (en)2001-03-292010-12-21Christopher ZeeAssured archival and retrieval system for digital intellectual property
US6976039B2 (en)2001-05-252005-12-13International Business Machines CorporationMethod and system for processing backup data associated with application, querying metadata files describing files accessed by the application
US6915397B2 (en)2001-06-012005-07-05Hewlett-Packard Development Company, L.P.System and method for generating point in time storage copy
US6988124B2 (en)2001-06-062006-01-17Microsoft CorporationLocating potentially identical objects across multiple computers based on stochastic partitioning of workload
US6993162B2 (en)2001-06-152006-01-31Eastman Kodak CompanyMethod for authenticating animation
US20030004922A1 (en)2001-06-272003-01-02Ontrack Data International, Inc.System and method for data management
US20050134578A1 (en)2001-07-132005-06-23Universal Electronics Inc.System and methods for interacting with a control environment
US6912645B2 (en)2001-07-192005-06-28Lucent Technologies Inc.Method and apparatus for archival data storage
US7516208B1 (en)2001-07-202009-04-07International Business Machines CorporationEvent database management method and system for network event reporting system
US7685126B2 (en)2001-08-032010-03-23Isilon Systems, Inc.System and methods for providing a distributed file system utilizing metadata to track information about data stored throughout the system
US7107298B2 (en)2001-09-282006-09-12Commvault Systems, Inc.System and method for archiving objects in an information store
US20030167318A1 (en)2001-10-222003-09-04Apple Computer, Inc.Intelligent synchronization of media player with host computer
US7092956B2 (en)2001-11-022006-08-15General Electric Capital CorporationDeduplication system
JP2005510794A (en)2001-11-232005-04-21コムヴォールト・システムズ・インコーポレーテッド Selective data replication system and method
US7496604B2 (en)2001-12-032009-02-24Aol LlcReducing duplication of files on a network
US20030110190A1 (en)2001-12-102003-06-12Hitachi, Ltd.Method and system for file space management
US20030172368A1 (en)2001-12-262003-09-11Elizabeth AlumbaughSystem and method for autonomously generating heterogeneous data source interoperability bridges based on semantic modeling derived from self adapting ontology
US6839819B2 (en)2001-12-282005-01-04Storage Technology CorporationData management appliance
US20030135480A1 (en)2002-01-142003-07-17Van Arsdale Robert S.System for updating a database
US6795903B2 (en)2002-01-172004-09-21Thomas Licensing S.A.System and method for searching for duplicate data
US7017113B2 (en)2002-01-252006-03-21The United States Of America As Represented By The Secretary Of The Air ForceMethod and apparatus for removing redundant information from digital documents
EP1481346B1 (en)2002-02-042012-10-10Cataphora, Inc.A method and apparatus to visually present discussions for data mining purposes
JP3943949B2 (en)2002-02-122007-07-11キヤノン株式会社 E-mail processing system, method, program, and storage medium
US20030177149A1 (en)2002-03-182003-09-18Coombs David LawrenceSystem and method for data backup
EP1490769B1 (en)2002-03-262010-02-24Nokia Siemens Networks OyMethod and apparatus for compressing log record information
US7139808B2 (en)2002-04-302006-11-21Intel CorporationMethod and apparatus for bandwidth-efficient and storage-efficient backups
US20060089954A1 (en)2002-05-132006-04-27Anschutz Thomas AScalable common access back-up architecture
US6862674B2 (en)*2002-06-062005-03-01Sun MicrosystemsMethods and apparatus for performing a memory management technique
US20030236763A1 (en)2002-06-252003-12-25Alan KilduffElectronic message filing system
US7275063B2 (en)2002-07-162007-09-25Horn Bruce LComputer system for automatic organization, indexing and viewing of information from multiple sources
US6865655B1 (en)2002-07-302005-03-08Sun Microsystems, Inc.Methods and apparatus for backing up and restoring data portions stored in client computer systems
US6952758B2 (en)2002-07-312005-10-04International Business Machines CorporationMethod and system for providing consistent data modification information to clients in a storage system
US7171469B2 (en)2002-09-162007-01-30Network Appliance, Inc.Apparatus and method for storing data in a proxy cache in a network
US7287252B2 (en)2002-09-272007-10-23The United States Of America Represented By The Secretary Of The NavyUniversal client and consumer
US7089395B2 (en)2002-10-032006-08-08Hewlett-Packard Development Company, L.P.Computer systems, virtual storage systems and virtual storage system operational methods
CA2508089A1 (en)2002-10-072004-04-22Commvault Systems, Inc.System and method for managing stored data
AU2003279251A1 (en)2002-10-102004-05-04Action Engine CorporationBacking up a wireless computing device
US7117324B2 (en)2002-10-182006-10-03International Business Machines CorporationSimultaneous data backup in a computer system
US7370003B2 (en)2002-11-082008-05-06Amdocs Software Systems Ltd.Method and apparatus for implied attribution of responses to promotional contacts
US20040117414A1 (en)*2002-12-172004-06-17Capital One Financial CorporationMethod and system for automatically updating operating systems
US7136850B2 (en)2002-12-202006-11-14International Business Machines CorporationSelf tuning database retrieval optimization using regression functions
WO2004061590A2 (en)2003-01-022004-07-22Cricket Technologies LlcElectronic archive filter and profiling apparatus, system, method, and electronically stored computer program product
WO2004063863A2 (en)2003-01-082004-07-29Discovery Mining, Inc.Document management apparatus, system and method
US8375008B1 (en)2003-01-172013-02-12Robert GomesMethod and system for enterprise-wide retention of digital or electronic data
US7830889B1 (en)2003-02-062010-11-09Juniper Networks, Inc.Systems for scheduling the transmission of data in a network device
EP1595197A2 (en)2003-02-212005-11-16Caringo, Inc.Additional hash functions in content-based addressing
US7478096B2 (en)2003-02-262009-01-13Burnside Acquisition, LlcHistory preservation in a computer storage system
US7389345B1 (en)2003-03-262008-06-17Sprint Communications Company L.P.Filtering approach for network system alarms
AU2004227949B9 (en)2003-04-032010-07-22Commvault Systems, Inc.System and method for dynamically performing storage operations in a computer network
US20040230817A1 (en)2003-05-142004-11-18Kenneth MaMethod and system for disaster recovery of data from a storage device
EP1623300A2 (en)2003-05-142006-02-08Rhysome, Inc.Method and system for reducing information latency in a business enterprise
US7089383B2 (en)2003-06-062006-08-08Hewlett-Packard Development Company, L.P.State machine and system for data redundancy
US7933033B2 (en)*2003-07-292011-04-26Ricoh Company, Ltd.Image forming apparatus, image processing method, image processing program and recording medium
US7412489B2 (en)2003-08-212008-08-12Ameriprise Financial, Inc.Method and system for electronic archival and retrieval of electronic communications
US20050060643A1 (en)2003-08-252005-03-17Miavia, Inc.Document similarity detection and classification system
US7814142B2 (en)2003-08-272010-10-12International Business Machines CorporationUser interface service for a services oriented architecture in a data integration platform
US20050262193A1 (en)2003-08-272005-11-24Ascential Software CorporationLogging service for a services oriented architecture in a data integration platform
US20050223109A1 (en)2003-08-272005-10-06Ascential Software CorporationData integration through a services oriented architecture
US7536440B2 (en)2003-09-182009-05-19Vulcan Portals Inc.Method and system for email synchronization for an electronic device
US7631120B2 (en)2004-08-242009-12-08Symantec Operating CorporationMethods and apparatus for optimally selecting a storage buffer for the storage of data
US7143117B2 (en)2003-09-252006-11-28International Business Machines CorporationMethod, system, and program for data synchronization by determining whether a first identifier for a portion of data at a first source and a second identifier for a portion of corresponding data at a second source match
AU2003304502A1 (en)*2003-10-132005-04-27Illuminator (Israel) Ltd.Apparatus and method for information recovery quality assessment in a computer system
JP4267420B2 (en)2003-10-202009-05-27株式会社日立製作所 Storage apparatus and backup acquisition method
GB0325626D0 (en)2003-11-032003-12-10Infoshare LtdData aggregation
US7613748B2 (en)2003-11-132009-11-03Commvault Systems, Inc.Stored data reverification management system and method
US7272606B2 (en)2003-11-262007-09-18Veritas Operating CorporationSystem and method for detecting and storing file content access information within a file system
US7519726B2 (en)2003-12-122009-04-14International Business Machines CorporationMethods, apparatus and computer programs for enhanced access to resources within a network
US7200621B2 (en)2003-12-172007-04-03International Business Machines CorporationSystem to automate schema creation for table restore
JP4581518B2 (en)2003-12-192010-11-17株式会社日立製作所 How to get a snapshot
US7103740B1 (en)2003-12-312006-09-05Veritas Operating CorporationBackup mechanism for a multi-class file system
US7747659B2 (en)*2004-01-052010-06-29International Business Machines CorporationGarbage collector with eager read barrier
US7246272B2 (en)2004-01-162007-07-17International Business Machines CorporationDuplicate network address detection
US20050177777A1 (en)*2004-01-232005-08-11Seaburg Gunnar P.Cluster-based disk backup and restoration
US7685384B2 (en)2004-02-062010-03-23Globalscape, Inc.System and method for replicating files in a computer network
US7627617B2 (en)2004-02-112009-12-01Storage Technology CorporationClustered hierarchical file services
US7200604B2 (en)2004-02-172007-04-03Hewlett-Packard Development Company, L.P.Data de-duplication
GB0404444D0 (en)2004-02-272004-09-01Bae Sys Defence Sys LtdSecure computer communication
US20080082736A1 (en)*2004-03-112008-04-03Chow David QManaging bad blocks in various flash memory cells for electronic data flash card
US20050203887A1 (en)2004-03-122005-09-15Solix Technologies, Inc.System and method for seamless access to multiple data sources
US7698699B2 (en)2004-03-222010-04-13Microsoft CorporationComputing device with relatively limited storage space and operating/file system thereof
US8759707B2 (en)2004-04-012014-06-24Picodrill SaManufacturing and use of microperforated substrates
US20050234823A1 (en)2004-04-202005-10-20Rainer SchimpfSystems and methods to prevent products from counterfeiting and surplus production also of tracking their way of distribution.
US7590639B1 (en)2004-04-292009-09-15Sap AgSystem and method for ordering a database flush sequence at transaction commit
US7778962B2 (en)2004-04-302010-08-17Microsoft CorporationClient store synchronization through intermediary store change packets
WO2005109212A2 (en)2004-04-302005-11-17Commvault Systems, Inc.Hierarchical systems providing unified of storage information
US7676590B2 (en)2004-05-032010-03-09Microsoft CorporationBackground transcoding
US8108429B2 (en)2004-05-072012-01-31Quest Software, Inc.System for moving real-time data events across a plurality of devices in a network for simultaneous data protection, replication, and access services
US20050254072A1 (en)2004-05-122005-11-17Canon Kabushiki KaishaImage data processing method, client terminal, image processing program, image data management method and image management system
US7734581B2 (en)2004-05-182010-06-08Oracle International CorporationVector reads for array updates
US8055745B2 (en)2004-06-012011-11-08Inmage Systems, Inc.Methods and apparatus for accessing data from a primary data storage system for secondary storage
DE502004001164D1 (en)2004-06-022006-09-21Ixos Software Ag Method and device for managing electronic messages
US7330997B1 (en)2004-06-032008-02-12Gary OdomSelective reciprocal backup
US7383462B2 (en)2004-07-022008-06-03Hitachi, Ltd.Method and apparatus for encrypted remote copy for secure data backup and restoration
JP4477950B2 (en)2004-07-072010-06-09株式会社日立製作所 Remote copy system and storage device system
US7617297B2 (en)2004-07-262009-11-10International Business Machines CorporationProviding archiving of individual mail content while maintaining a single copy mail store
JP2006065999A (en)2004-08-302006-03-09Fujitsu Ltd Magnetic tape control device, method and program
US7546335B2 (en)2004-09-022009-06-09Broadway Technology, LlcSystem and method for a data protocol layer and the transfer of data objects using the data protocol layer
US7865470B2 (en)2004-09-092011-01-04Microsoft CorporationMethod, system, and apparatus for translating logical information representative of physical data in a data protection system
US7631194B2 (en)2004-09-092009-12-08Microsoft CorporationMethod, system, and apparatus for creating saved searches and auto discovery groups for a data protection system
KR20070072879A (en)2004-09-172007-07-06코닌클리케 필립스 일렉트로닉스 엔.브이. Providing content status for volatile memories
US20060095470A1 (en)2004-11-042006-05-04Cochran Robert AManaging a file in a network environment
US7500053B1 (en)2004-11-052009-03-03Commvvault Systems, Inc.Method and system for grouping storage system components
EP1815337B1 (en)2004-11-052013-05-15Data Robotics, Inc.Storage system condition indicator and method
US7536291B1 (en)2004-11-082009-05-19Commvault Systems, Inc.System and method to support simulated storage operations
JP4349301B2 (en)2004-11-122009-10-21日本電気株式会社 Storage management system, method and program
ATE405051T1 (en)2004-11-222008-08-15Research In Motion Ltd METHOD FOR SECURE REDUNDANCY ADDITION OF AN ELECTRONIC MESSAGE
US7512135B2 (en)2004-12-102009-03-31International Business Machines CorporationMethod for transferring data among a logical layer, physical layer, and storage device
US20060129771A1 (en)2004-12-142006-06-15International Business Machines CorporationManaging data migration
US7721292B2 (en)2004-12-162010-05-18International Business Machines CorporationSystem for adjusting resource allocation to a logical partition based on rate of page swaps and utilization by changing a boot configuration file
US8429359B1 (en)*2004-12-312013-04-23Symantec Operating CorporationMethod and apparatus for dynamically backing up database files
US7493314B2 (en)2005-01-102009-02-17Cyberlink Corp.System and method for providing access to computer files across computer operating systems
US7451166B2 (en)2005-01-132008-11-11International Business Machines CorporationSystem and method for maintaining checkpoints of a keyed data structure using a sequential log
US7457835B2 (en)2005-03-082008-11-25Cisco Technology, Inc.Movement of data in a distributed database system to a storage location closest to a center of activity for the data
US20060203722A1 (en)*2005-03-142006-09-14Nokia CorporationSystem and method for managing performance of mobile terminals via remote diagnostics
US7966495B2 (en)2005-03-212011-06-21Revinetix, Inc.Conserving file system with backup and validation
EP1708095A1 (en)2005-03-312006-10-04Ubs AgComputer network system for constructing, synchronizing and/or managing a second database from/with a first database, and methods therefore
US7320059B1 (en)2005-08-262008-01-15Emc CorporationMethods and apparatus for deleting content from a storage system
US20070067399A1 (en)2005-09-222007-03-22Raghavendra KulkarniElectronic mail archiving system and method
US20070079170A1 (en)2005-09-302007-04-05Zimmer Vincent JData migration in response to predicted disk failure
US7551572B2 (en)2005-10-212009-06-23Isilon Systems, Inc.Systems and methods for providing variable protection
US7409522B1 (en)*2005-10-262008-08-05Network Appliance, Inc.Method and system for reallocating data in a file system
US7617260B2 (en)*2005-11-102009-11-10International Business Machines CorporationData set version counting in a mixed local storage and remote storage environment
US7532979B2 (en)2005-11-102009-05-12Tele Atlas North America, Inc.Method and system for creating universal location referencing objects
US7899990B2 (en)*2005-11-152011-03-01Oracle America, Inc.Power conservation via DRAM access
US20070118573A1 (en)2005-11-232007-05-24Solix, Inc.System and method to create a subset of a database
US7668884B2 (en)2005-11-282010-02-23Commvault Systems, Inc.Systems and methods for classifying and transferring information in a storage network
US20070136200A1 (en)2005-12-092007-06-14Microsoft CorporationBackup broker for private, integral and affordable distributed storage
EP1974296B8 (en)2005-12-192016-09-21Commvault Systems, Inc.Systems and methods for performing data replication
US20070156998A1 (en)*2005-12-212007-07-05Gorobets Sergey AMethods for memory allocation in non-volatile memories with a directly mapped file storage system
US7831793B2 (en)2006-03-012010-11-09Quantum CorporationData storage system including unique block pool manager and applications in tiered storage
US7603529B1 (en)*2006-03-222009-10-13Emc CorporationMethods, systems, and computer program products for mapped logical unit (MLU) replications, storage, and retrieval in a redundant array of inexpensive disks (RAID) environment
US7478113B1 (en)2006-04-132009-01-13Symantec Operating CorporationBoundaries
US7685459B1 (en)2006-04-132010-03-23Symantec Operating CorporationParallel backup
US7376805B2 (en)*2006-04-212008-05-20Hewlett-Packard Development Company, L.P.Distributed storage array
US8165221B2 (en)2006-04-282012-04-24Netapp, Inc.System and method for sampling based elimination of duplicate data
US7512745B2 (en)*2006-04-282009-03-31International Business Machines CorporationMethod for garbage collection in heterogeneous multiprocessor systems
US20080005194A1 (en)2006-05-052008-01-03Lockheed Martin CorporationSystem and method for immutably cataloging and storing electronic assets in a large scale computer system
US20070271316A1 (en)2006-05-222007-11-22I3Archives, Inc.System and method for backing up medical records
CN1851662A (en)*2006-06-012006-10-25中山大学Data back-up system
US7480782B2 (en)*2006-06-142009-01-20Sun Microsystems, Inc.Reference-updating using per-chunk referenced-address ranges in a compacting garbage collector
US7636824B1 (en)2006-06-282009-12-22Acronis Inc.System and method for efficient backup using hashes
US8412682B2 (en)2006-06-292013-04-02Netapp, Inc.System and method for retrieving and using block fingerprints for data deduplication
US7921077B2 (en)2006-06-292011-04-05Netapp, Inc.System and method for managing data deduplication of storage systems utilizing persistent consistency point images
JP4749266B2 (en)2006-07-272011-08-17株式会社日立製作所 Backup control apparatus and method without duplication of information resources
US7831707B2 (en)2006-08-022010-11-09Scenera Technologies, LlcMethods, systems, and computer program products for managing electronic subscriptions
US7685177B1 (en)2006-10-032010-03-23Emc CorporationDetecting and managing orphan files between primary and secondary data stores
US8078603B1 (en)2006-10-052011-12-13Blinkx Uk LtdVarious methods and apparatuses for moving thumbnails
US7882077B2 (en)2006-10-172011-02-01Commvault Systems, Inc.Method and system for offline indexing of content and classifying stored data
US9465823B2 (en)2006-10-192016-10-11Oracle International CorporationSystem and method for data de-duplication
US8635194B2 (en)*2006-10-192014-01-21Oracle International CorporationSystem and method for data compression
US7920700B2 (en)*2006-10-192011-04-05Oracle International CorporationSystem and method for data encryption
US8595096B2 (en)2006-11-072013-11-26Federal Reserve Bank Of RichmondPrioritizing checks for electronic check processing
US8875199B2 (en)*2006-11-132014-10-28Cisco Technology, Inc.Indicating picture usefulness for playback optimization
JP4751814B2 (en)*2006-11-282011-08-17富士通東芝モバイルコミュニケーションズ株式会社 Mobile device
JP2008134966A (en)2006-11-292008-06-12Sony CorpData management server, data management system, data management method and program
FI20065783A0 (en)*2006-12-082006-12-08Nokia Corp Signal pre-distortion in radio transmitters
EP2102751B1 (en)2006-12-222013-11-20Commvault Systems, Inc.System and method for storing redundant information
US7840537B2 (en)2006-12-222010-11-23Commvault Systems, Inc.System and method for storing redundant information
US8099386B2 (en)2006-12-272012-01-17Research In Motion LimitedMethod and apparatus for synchronizing databases connected by wireless interface
US20080162518A1 (en)2007-01-032008-07-03International Business Machines CorporationData aggregation and grooming in multiple geo-locations
US7788230B2 (en)2007-01-232010-08-31International Business Machines CorporationBacking-up and restoring files including files referenced with multiple file names
US7870486B2 (en)2007-01-262011-01-11Kabushiki Kaisha ToshibaSystem and method for simultaneously commencing output of disparately encoded electronic documents
US7853750B2 (en)2007-01-302010-12-14Netapp, Inc.Method and an apparatus to store data patterns
US7672981B1 (en)2007-02-282010-03-02Emc CorporationObject classification and indexing of very large name spaces using grid technology
US7769971B2 (en)2007-03-292010-08-03Data Center TechnologiesReplication and restoration of single-instance storage pools
US8019016B1 (en)2007-04-272011-09-13Marvell International Ltd.System and method of transmit beam selection
US8315984B2 (en)2007-05-222012-11-20Netapp, Inc.System and method for on-the-fly elimination of redundant data
US8429425B2 (en)*2007-06-082013-04-23Apple Inc.Electronic backup and restoration of encrypted data
US7631155B1 (en)*2007-06-302009-12-08Emc CorporationThin provisioning of a file system and an iSCSI LUN through a common mechanism
US20090012984A1 (en)2007-07-022009-01-08Equivio Ltd.Method for Organizing Large Numbers of Documents
US8028106B2 (en)2007-07-062011-09-27Proster Systems, Inc.Hardware acceleration of commonality factoring with removable media
US9128882B2 (en)*2007-08-082015-09-08Qualcomm IncorporatedMobile client device driven data backup
US20090049260A1 (en)2007-08-132009-02-19Upadhyayula Shivarama NarasimhHigh performance data deduplication in a virtual tape system
WO2009032710A2 (en)2007-08-292009-03-12Nirvanix, Inc.Filing system and method for data files stored in a distributed communications network
US8880797B2 (en)2007-09-052014-11-04Emc CorporationDe-duplication in a virtualized server environment
US8788457B2 (en)2007-09-212014-07-22International Business Machines CorporationEnsuring that the archival data deleted in relational source table is already stored in relational target table
JP2009080671A (en)2007-09-262009-04-16Hitachi Ltd Computer system, management computer, and file management method
JP5331323B2 (en)2007-09-262013-10-30株式会社日立製作所 Storage subsystem and control method thereof
JP5026213B2 (en)2007-09-282012-09-12株式会社日立製作所 Storage apparatus and data deduplication method
US8170994B2 (en)2007-09-282012-05-01Symantec CorporationTechniques for virtual archiving
US20090106369A1 (en)2007-10-182009-04-23Yen-Fu ChenDuplicate email address detection for a contact
US8769185B2 (en)2007-10-232014-07-01Keicy ChungComputer storage device having separate read-only space and read-write space, removable media component, system management interface, and network interface
US8432797B2 (en)*2007-10-242013-04-30Motorola Solutions, Inc.Method and system for distributed admission control in mobile ad hoc networks (MANETs)
US8782368B2 (en)2007-10-252014-07-15Hewlett-Packard Development Company, L.P.Storing chunks in containers
US20090112870A1 (en)2007-10-312009-04-30Microsoft CorporationManagement of distributed storage
US20090119678A1 (en)2007-11-022009-05-07Jimmy ShihSystems and methods for supporting downloadable applications on a portable client device
US8548953B2 (en)2007-11-122013-10-01F5 Networks, Inc.File deduplication using storage tiers
US7870105B2 (en)2007-11-202011-01-11Hitachi, Ltd.Methods and apparatus for deduplication in storage system
US20090150498A1 (en)2007-12-072009-06-11Steven Joseph BrandaIdentifying a Plurality of Related Electronic Messages and Combining the Plurality of Related Messages Into a Composite View
US7962452B2 (en)2007-12-282011-06-14International Business Machines CorporationData deduplication by separating data from meta data
US8190835B1 (en)2007-12-312012-05-29Emc CorporationGlobal de-duplication in shared architectures
US20090193210A1 (en)2008-01-292009-07-30Hewett Jeffrey RSystem for Automatic Legal Discovery Management and Data Collection
US20090204636A1 (en)2008-02-112009-08-13Microsoft CorporationMultimodal object de-duplication
JP4815459B2 (en)2008-03-062011-11-16株式会社日立製作所 Load balancing control server, load balancing control method, and computer program
US8234444B2 (en)2008-03-112012-07-31International Business Machines CorporationApparatus and method to select a deduplication protocol for a data storage library
US7937371B2 (en)*2008-03-142011-05-03International Business Machines CorporationOrdering compression and deduplication of data
US7519635B1 (en)*2008-03-312009-04-14International Business Machines CorporationMethod of and system for adaptive selection of a deduplication chunking technique
US8346730B2 (en)2008-04-252013-01-01Netapp. Inc.Deduplication of data on disk devices based on a threshold number of sequential blocks
US9395929B2 (en)2008-04-252016-07-19Netapp, Inc.Network storage server with integrated encryption, compression and deduplication capability
US8515909B2 (en)2008-04-292013-08-20International Business Machines CorporationEnhanced method and system for assuring integrity of deduplicated data
US7890454B2 (en)2008-05-082011-02-15International Business Machines CorporationMethod and system for data disaggregation
US8266114B2 (en)*2008-09-222012-09-11Riverbed Technology, Inc.Log structured content addressable deduplicating storage
US8219524B2 (en)2008-06-242012-07-10Commvault Systems, Inc.Application-aware and remote single instance data management
US8484162B2 (en)2008-06-242013-07-09Commvault Systems, Inc.De-duplication systems and methods for application-specific data
US9098495B2 (en)2008-06-242015-08-04Commvault Systems, Inc.Application-aware and remote single instance data management
US8041907B1 (en)2008-06-302011-10-18Symantec Operating CorporationMethod and system for efficient space management for single-instance-storage volumes
US8176269B2 (en)2008-06-302012-05-08International Business Machines CorporationManaging metadata for data blocks used in a deduplication system
US8166263B2 (en)2008-07-032012-04-24Commvault Systems, Inc.Continuous data protection over intermittent connections, such as continuous data backup for laptops or wireless devices
US8788466B2 (en)*2008-08-052014-07-22International Business Machines CorporationEfficient transfer of deduplicated data
US8086799B2 (en)2008-08-122011-12-27Netapp, Inc.Scalable deduplication of stored data
US8239348B1 (en)2008-08-142012-08-07Symantec CorporationMethod and apparatus for automatically archiving data items from backup storage
US10642794B2 (en)*2008-09-112020-05-05Vmware, Inc.Computer storage deduplication
US8290915B2 (en)*2008-09-152012-10-16International Business Machines CorporationRetrieval and recovery of data chunks from alternate data stores in a deduplicating system
US8190823B2 (en)2008-09-182012-05-29Lenovo (Singapore) Pte. Ltd.Apparatus, system and method for storage cache deduplication
US8620845B2 (en)2008-09-242013-12-31Timothy John StoakesIdentifying application metadata in a backup stream
US9015181B2 (en)2008-09-262015-04-21Commvault Systems, Inc.Systems and methods for managing single instancing data
US8386436B2 (en)2008-09-302013-02-26Rainstor LimitedSystem and method for data storage
US8495032B2 (en)*2008-10-012013-07-23International Business Machines CorporationPolicy based sharing of redundant data across storage pools in a deduplicating system
US20100088296A1 (en)*2008-10-032010-04-08Netapp, Inc.System and method for organizing data to facilitate data deduplication
WO2010045262A1 (en)2008-10-142010-04-22Wanova Technologies, Ltd.Storage-network de-duplication
US8131687B2 (en)2008-11-132012-03-06International Business Machines CorporationFile system with internal deduplication and management of data blocks
US8751462B2 (en)*2008-11-142014-06-10Emc CorporationDelta compression after identity deduplication
US8412677B2 (en)2008-11-262013-04-02Commvault Systems, Inc.Systems and methods for byte-level or quasi byte-level single instancing
US8131809B2 (en)2008-12-032012-03-06Microsoft CorporationOnline archiving of message objects
CA2747746C (en)2008-12-222015-08-11Google Inc.Asynchronous distributed de-duplication for replicated content addressable storage clusters
US8161255B2 (en)*2009-01-062012-04-17International Business Machines CorporationOptimized simultaneous storing of data into deduplicated and non-deduplicated storage pools
US8401996B2 (en)2009-03-302013-03-19Commvault Systems, Inc.Storing a variable number of instances of data objects
US8095756B1 (en)2009-04-282012-01-10Netapp, Inc.System and method for coordinating deduplication operations and backup operations of a storage volume
US8554736B2 (en)*2009-04-302013-10-08Hewlett-Packard Development Company, L.P.Backup method
US8538919B1 (en)*2009-05-162013-09-17Eric H. NielsenSystem, method, and computer program for real time remote recovery of virtual computing machines
US8578120B2 (en)2009-05-222013-11-05Commvault Systems, Inc.Block-level single instancing
US8407190B2 (en)*2009-06-302013-03-26Commvault Systems, Inc.Performing data storage operations with a cloud environment, including containerized deduplication, data pruning, and data transfer
US8930306B1 (en)2009-07-082015-01-06Commvault Systems, Inc.Synchronized data deduplication
US8244914B1 (en)2009-07-312012-08-14Symantec CorporationSystems and methods for restoring email databases
US10146802B2 (en)2009-11-232018-12-04Blackberry LimitedGenerating device specific thumbnails
US8965852B2 (en)2009-11-242015-02-24Dell Products L.P.Methods and apparatus for network efficient deduplication
JP5533102B2 (en)*2010-03-232014-06-25コニカミノルタ株式会社 Image forming apparatus
US9298768B2 (en)2010-07-212016-03-29Sqream Technologies LtdSystem and method for the parallel execution of database queries over CPUs and multi core processors
US8935492B2 (en)2010-09-302015-01-13Commvault Systems, Inc.Archiving data objects using secondary copies
US8572340B2 (en)2010-09-302013-10-29Commvault Systems, Inc.Systems and methods for retaining and using data block signatures in data protection operations
US8577851B2 (en)2010-09-302013-11-05Commvault Systems, Inc.Content aligned block-based deduplication
US9720606B2 (en)2010-10-262017-08-01Avago Technologies General Ip (Singapore) Pte. Ltd.Methods and structure for online migration of data in storage systems comprising a plurality of storage devices
US8396841B1 (en)*2010-11-302013-03-12Symantec CorporationMethod and system of multi-level and multi-mode cloud-based deduplication
US20120150818A1 (en)2010-12-142012-06-14Commvault Systems, Inc.Client-side repository in a networked deduplicated storage system
US9020900B2 (en)2010-12-142015-04-28Commvault Systems, Inc.Distributed deduplicated storage system
US20120159098A1 (en)2010-12-172012-06-21Microsoft CorporationGarbage collection and hotspots relief for a data deduplication chunk store
US9823981B2 (en)2011-03-112017-11-21Microsoft Technology Licensing, LlcBackup and restore strategies for data deduplication
CN102799598A (en)2011-05-252012-11-28英业达股份有限公司 Data recovery methods for deduplication
US8954967B2 (en)2011-05-312015-02-10International Business Machines CorporationAdaptive parallel data processing
US9229818B2 (en)*2011-07-202016-01-05Microsoft Technology Licensing, LlcAdaptive retention for backup data
US8533231B2 (en)2011-08-122013-09-10Nexenta Systems, Inc.Cloud storage system with distributed metadata
US9116633B2 (en)2011-09-302015-08-25Commvault Systems, Inc.Information management of virtual machines having mapped storage devices
US9715434B1 (en)*2011-09-302017-07-25EMC IP Holding Company LLCSystem and method for estimating storage space needed to store data migrated from a source storage to a target storage
US8521704B2 (en)2011-09-302013-08-27Symantec CorporationSystem and method for filesystem deduplication using variable length sharing
JP5838810B2 (en)*2011-12-282016-01-06富士通株式会社 Backup control program, backup control method, and backup control apparatus
US9367057B2 (en)2012-02-212016-06-14Omniboard, Inc.System and method for real-time controls of energy consuming devices including tiered architecture
US9372479B1 (en)2012-02-212016-06-21Omniboard, Inc.System and method for a database layer for managing a set of energy consuming devices
US8732403B1 (en)*2012-03-142014-05-20Netapp, Inc.Deduplication of data blocks on storage devices
US9020890B2 (en)2012-03-302015-04-28Commvault Systems, Inc.Smart archiving and data previewing for mobile devices
US9703500B2 (en)2012-04-252017-07-11International Business Machines CorporationReducing power consumption by migration of data within a tiered storage system
JP6041546B2 (en)*2012-06-082016-12-07キヤノン株式会社 Information processing apparatus, control method therefor, and program
US9218374B2 (en)2012-06-132015-12-22Commvault Systems, Inc.Collaborative restore in a networked storage system
US8862571B2 (en)2012-06-292014-10-14International Business Machines CorporationPredicate pushdown with late materialization in database query processing
US9792320B2 (en)2012-07-062017-10-17Box, Inc.System and method for performing shard migration to support functions of a cloud-based service
US9348538B2 (en)*2012-10-182016-05-24Netapp, Inc.Selective deduplication
US20140129961A1 (en)2012-11-072014-05-08Sergey Mikhailovich ZubarevTool for managing user task information
US20140188532A1 (en)2012-11-132014-07-03Nec Laboratories America, Inc.Multitenant Database Placement with a Cost Based Query Scheduler
US9146960B2 (en)2012-12-202015-09-29Teradata Us, Inc.Adaptive optimization of iterative or recursive query execution by database systems
US9633022B2 (en)2012-12-282017-04-25Commvault Systems, Inc.Backup and restoration for a deduplicated file system
US9665591B2 (en)2013-01-112017-05-30Commvault Systems, Inc.High availability distributed deduplicated storage system
US9740741B2 (en)2013-04-112017-08-22Hasso-Plattner-Institut Fur Softwaresystemtechnik GmbhAggregate query-caching in databases architectures with a differential buffer and a main store
US9626125B2 (en)*2013-07-312017-04-18International Business Machines CorporationAccounting for data that needs to be rebuilt or deleted
US9646166B2 (en)2013-08-052017-05-09International Business Machines CorporationMasking query data access pattern in encrypted data
IN2013MU04016A (en)2013-12-232015-08-07Tata Consultancy Services Ltd
US10324897B2 (en)2014-01-272019-06-18Commvault Systems, Inc.Techniques for serving archived electronic mail
US10380072B2 (en)*2014-03-172019-08-13Commvault Systems, Inc.Managing deletions from a deduplication database
US9633056B2 (en)2014-03-172017-04-25Commvault Systems, Inc.Maintaining a deduplication database
US9276871B1 (en)2014-03-202016-03-01Cisco Technology, Inc.LISP stretched subnet mode for data center migrations
US9575673B2 (en)2014-10-292017-02-21Commvault Systems, Inc.Accessing a file system using tiered deduplication
US9612766B2 (en)2014-12-192017-04-04Oracle International CorporationSystems and methods for shadow migration progress estimation
US9781000B1 (en)2014-12-222017-10-03EMC IP Holding Company LLCStorage mobility using locator-identifier separation protocol
US10108687B2 (en)2015-01-212018-10-23Commvault Systems, Inc.Database protection using block-level mapping
US10339106B2 (en)2015-04-092019-07-02Commvault Systems, Inc.Highly reusable deduplication database after disaster recovery
US9213540B1 (en)2015-05-052015-12-15Archive Solutions ProvidersAutomated workflow management system for application and data retirement
US10324914B2 (en)2015-05-202019-06-18Commvalut Systems, Inc.Handling user queries against production and archive storage systems, such as for enterprise customers having large and/or numerous files
US20160350391A1 (en)2015-05-262016-12-01Commvault Systems, Inc.Replication using deduplicated secondary copy data
US9940337B2 (en)*2015-05-312018-04-10Vmware, Inc.Predictive probabilistic deduplication of storage
US20170038978A1 (en)*2015-08-052017-02-09HGST Netherlands B.V.Delta Compression Engine for Similarity Based Data Deduplication
US20170193003A1 (en)2015-12-302017-07-06Commvault Systems, Inc.Redundant and robust distributed deduplication data storage system
US20170310362A1 (en)*2016-04-212017-10-26Lior Ben DavidData Backup and Charging Device for Communication Devices
US10108543B1 (en)*2016-09-262018-10-23EMC IP Holding Company LLCEfficient physical garbage collection using a perfect hash vector
US10558646B2 (en)*2017-04-302020-02-11International Business Machines CorporationCognitive deduplication-aware data placement in large scale storage systems
US10795812B1 (en)*2017-06-302020-10-06EMC IP Holding Company LLCVirtual copy forward method and system for garbage collection in cloud computing networks
US20190192978A1 (en)2017-12-272019-06-27Josiah EatedaliVideo game group dynamic building
US11010258B2 (en)2018-11-272021-05-18Commvault Systems, Inc.Generating backup copies through interoperability between components of a data storage management system and appliances for data storage and deduplication
US11507305B2 (en)*2019-03-292022-11-22EMC IP Holding Company LLCConcurrently performing normal system operations and garbage collection
US20200327017A1 (en)2019-04-102020-10-15Commvault Systems, Inc.Restore using deduplicated secondary copy data
US11463264B2 (en)2019-05-082022-10-04Commvault Systems, Inc.Use of data block signatures for monitoring in an information management system
US10664165B1 (en)*2019-05-102020-05-26EMC IP Holding Company LLCManaging inline data compression and deduplication in storage systems
US11533063B2 (en)*2019-08-012022-12-20EMC IP Holding Company LLCTechniques for determining compression tiers and using collected compression hints
US11687424B2 (en)*2020-05-282023-06-27Commvault Systems, Inc.Automated media agent state management

Patent Citations (21)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US6173291B1 (en)*1997-09-262001-01-09Powerquest CorporationMethod and apparatus for recovering data from damaged or corrupted file storage media
US6356915B1 (en)*1999-02-222002-03-12Starbase Corp.Installable file system having virtual file system drive, virtual device driver, and virtual disks
US6363400B1 (en)*1999-02-222002-03-26Starbase Corp.Name space extension for an operating system
US6477544B1 (en)*1999-07-162002-11-05Microsoft CorporationSingle instance store for file systems
US7403942B1 (en)*2003-02-042008-07-22Seisint, Inc.Method and system for processing data records
US20060206547A1 (en)*2005-02-082006-09-14Raghavendra KulkarniStoring and retrieving computer data files using an encrypted network drive file system
US20070106863A1 (en)*2005-11-042007-05-10Sun Microsystems, Inc.Method and system for storing a sparse file using fill counts
US7716445B2 (en)*2005-11-042010-05-11Oracle America, Inc.Method and system for storing a sparse file using fill counts
US20070288534A1 (en)*2006-06-072007-12-13Dorota ZakBackup and recovery of integrated linked databases
US7747584B1 (en)*2006-08-222010-06-29Netapp, Inc.System and method for enabling de-duplication in a storage system architecture
US20080147935A1 (en)*2006-09-292008-06-19U.S Of America As Represented By The Administrator Of The National Aeronautics And Space Admi.Digital memory storage hub
US20080104291A1 (en)*2006-09-292008-05-01United States of America as represented by the Administrator of the National Aeronautics andFlash drive memory apparatus and method
US7673089B2 (en)*2006-09-292010-03-02The United States Of America As Represented By The Administrator Of The National Aeronautics And Space AdministrationFlash drive memory apparatus and method
US20080082714A1 (en)*2006-09-292008-04-03Nasa Hq's.Systems, methods and apparatus for flash drive
US20080091881A1 (en)*2006-10-132008-04-17Ibm CorporationMethod and apparatus for queuing memory access commands in a memory queue of an information handling system
US20080229037A1 (en)*2006-12-042008-09-18Alan BunteSystems and methods for creating copies of data, such as archive copies
US20080244172A1 (en)*2007-03-292008-10-02Yoshiki KanoMethod and apparatus for de-duplication after mirror operation
US20080243769A1 (en)*2007-03-302008-10-02Symantec CorporationSystem and method for exporting data directly from deduplication storage to non-deduplication storage
US20080307000A1 (en)*2007-06-082008-12-11Toby Charles Wood PatersonElectronic Backup of Applications
US20090204650A1 (en)*2007-11-152009-08-13Attune Systems, Inc.File Deduplication using Copy-on-Write Storage Tiers
US20100281081A1 (en)*2009-04-292010-11-04Netapp, Inc.Predicting space reclamation in deduplicated datasets

Non-Patent Citations (7)

* Cited by examiner, † Cited by third party
Title
Anonymouse, "NTFS Sparse Files (NTFS5 Only)", June 4, 2002, Pages 1 - 1,https://web.archive.org/web/20020604013016/http://ntfs.com/ntfs-sparse.htm*
FlexHex, NTFS Sparse Files For Programmers", Rebruary 22, 2006, Pages 1 - 4,https://web.archive.org/web/20060222050807/http://www.flexhex.com/docs/articles/sparse-files.phtml*
Microsoft, "Computer Dictionary", Fifth Edition, 2002, Page 220*
Webopedia, "Folder", August 9, 2002, Pages 1 - 2,https://web.archive.org/web/20020809211001/http://www.webopedia.com/TERM/F/folder.html*
Webopedia, "Logical Drive", August 13, 2004, Pages 1 - 2,https://web.archive.org/web/20040813033834/http://www.webopedia.com/TERM/L/logical_drive.html*
Webopedia, "LPAR", August 8, 2002, Pages 1 - 2,https://web.archive.org/web/20020808140639/http://www.webopedia.com/TERM/L/LPAR.html*
Webopedia, "Metadata", April 5, 2001, Pages 1 - 2,https://web.archive.org/web/20010405235507/http://www.webopedia.com/TERM/M/metadata.html*

Cited By (23)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US10061535B2 (en)2006-12-222018-08-28Commvault Systems, Inc.System and method for storing redundant information
US10922006B2 (en)2006-12-222021-02-16Commvault Systems, Inc.System and method for storing redundant information
US20210232460A1 (en)*2008-09-262021-07-29Commvault Systems, Inc.Systems and methods for managing single instancing data
US11016858B2 (en)*2008-09-262021-05-25Commvault Systems, Inc.Systems and methods for managing single instancing data
US11593217B2 (en)*2008-09-262023-02-28Commvault Systems, Inc.Systems and methods for managing single instancing data
US10970304B2 (en)2009-03-302021-04-06Commvault Systems, Inc.Storing a variable number of instances of data objects
US11586648B2 (en)2009-03-302023-02-21Commvault Systems, Inc.Storing a variable number of instances of data objects
US11709739B2 (en)2009-05-222023-07-25Commvault Systems, Inc.Block-level single instancing
US10956274B2 (en)2009-05-222021-03-23Commvault Systems, Inc.Block-level single instancing
US11455212B2 (en)2009-05-222022-09-27Commvault Systems, Inc.Block-level single instancing
US10762036B2 (en)2010-09-302020-09-01Commvault Systems, Inc.Archiving data objects using secondary copies
US9639563B2 (en)2010-09-302017-05-02Commvault Systems, Inc.Archiving data objects using secondary copies
US11392538B2 (en)2010-09-302022-07-19Commvault Systems, Inc.Archiving data objects using secondary copies
US11768800B2 (en)2010-09-302023-09-26Commvault Systems, Inc.Archiving data objects using secondary copies
US11042511B2 (en)2012-03-302021-06-22Commvault Systems, Inc.Smart archiving and data previewing for mobile devices
US11615059B2 (en)2012-03-302023-03-28Commvault Systems, Inc.Smart archiving and data previewing for mobile devices
US11080232B2 (en)2012-12-282021-08-03Commvault Systems, Inc.Backup and restoration for a deduplicated file system
US9959275B2 (en)2012-12-282018-05-01Commvault Systems, Inc.Backup and restoration for a deduplicated file system
US11940952B2 (en)2014-01-272024-03-26Commvault Systems, Inc.Techniques for serving archived electronic mail
US11281642B2 (en)2015-05-202022-03-22Commvault Systems, Inc.Handling user queries against production and archive storage systems, such as for enterprise customers having large and/or numerous files
US10977231B2 (en)2015-05-202021-04-13Commvault Systems, Inc.Predicting scale of data migration
US10089337B2 (en)2015-05-202018-10-02Commvault Systems, Inc.Predicting scale of data migration between production and archive storage systems, such as for enterprise customers having large and/or numerous files
US11442623B2 (en)2019-05-022022-09-13Commvault Systems, Inc.Faster browse of secondary copies of block-level data volumes

Also Published As

Publication numberPublication date
US20220382643A1 (en)2022-12-01
US20230367678A1 (en)2023-11-16
US10956274B2 (en)2021-03-23
WO2010135136A2 (en)2010-11-25
US11455212B2 (en)2022-09-27
US20100299490A1 (en)2010-11-25
US20190179713A1 (en)2019-06-13
WO2010135136A3 (en)2011-02-17
US9058117B2 (en)2015-06-16
US8578120B2 (en)2013-11-05
US20140040582A1 (en)2014-02-06
US11709739B2 (en)2023-07-25
US20210263803A1 (en)2021-08-26

Similar Documents

PublicationPublication DateTitle
US11709739B2 (en)Block-level single instancing
US11640338B2 (en)Data recovery operations, such as recovery from modified network data management protocol data
US11593217B2 (en)Systems and methods for managing single instancing data
US11768800B2 (en)Archiving data objects using secondary copies
US11586648B2 (en)Storing a variable number of instances of data objects
US11016858B2 (en)Systems and methods for managing single instancing data
AU2013206404B2 (en)Systems and methods for managing single instancing data

Legal Events

DateCodeTitleDescription
ASAssignment

Owner name:COMMVAULT SYSTEMS, INC., NEW JERSEY

Free format text:ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:ATTARDE, DEEPAK R.;KOTTOMTHARAYIL, RAJIV;VAJAYAN, MANOJ K.;SIGNING DATES FROM 20100129 TO 20100211;REEL/FRAME:035255/0171

STPPInformation on status: patent application and granting procedure in general

Free format text:ADVISORY ACTION MAILED

STCBInformation on status: application discontinuation

Free format text:ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION


[8]ページ先頭

©2009-2025 Movatter.jp