Movatterモバイル変換


[0]ホーム

URL:


US20100070466A1 - Data transfer techniques within data storage devices, such as network attached storage performing data migration - Google Patents

Data transfer techniques within data storage devices, such as network attached storage performing data migration
Download PDF

Info

Publication number
US20100070466A1
US20100070466A1US12/558,640US55864009AUS2010070466A1US 20100070466 A1US20100070466 A1US 20100070466A1US 55864009 AUS55864009 AUS 55864009AUS 2010070466 A1US2010070466 A1US 2010070466A1
Authority
US
United States
Prior art keywords
data
storage device
blocks
network attached
file
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
US12/558,640
Inventor
Anand Prahlad
Rajiv Kottomtharayil
Manoj K. Vijayan
Parag Gokhale
Deepak R. Attarde
Kamleshkumar K. Lad
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
Application filed by Commvault Systems IncfiledCriticalCommvault Systems Inc
Priority to US12/558,640priorityCriticalpatent/US20100070466A1/en
Assigned to COMMVAULT SYSTEMS, INC.reassignmentCOMMVAULT SYSTEMS, INC.ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS).Assignors: GOKHALE, PARAG, ATTARDE, DEEPAK R., PRAHLAD, ANAND, LAD, KAMLESHKUMAR K., KOTTOMTHARAYIL, RAJIV, VIJAYAN, MANOJ K.
Publication of US20100070466A1publicationCriticalpatent/US20100070466A1/en
Priority to US14/963,954prioritypatent/US10547678B2/en
Priority to US16/732,262prioritypatent/US20200228598A1/en
Abandonedlegal-statusCriticalCurrent

Links

Images

Classifications

Definitions

Landscapes

Abstract

A stand-alone, network accessible data storage device, such as a filer or NAS device, is capable of transferring data objects based on portions of the data objects. The device transfers portions of files, folders, and other data objects from a data store within the device to external secondary storage based on certain criteria, such as time-based criteria, age-based criteria, and so on. A portion may be one or more blocks of a data object, or one or more chunks of a data object, or other segments that combine to form or store a data object. For example, the device identifies one or more blocks of a data object that satisfy a certain criteria, and migrates the identified blocks to external storage, thereby freeing up storage space within the device. The device may determine that a certain number of blocks of a file have not been modified or called by a file system in a certain time period, and migrate these blocks to secondary storage.

Description

Claims (22)

1. A network attached storage (NAS) device, wherein the network attached storage device is configured to be connected to a networked computing system, the networked computing system including one or more secondary data storage devices and one or more client computers connected via a network, the network attached storage device comprising:
a housing containing one or more components, the components including:
a data reception component, wherein the data reception component is configured to receive for storage multiple data files from the one or more client computers via the network;
an operating system, wherein the operating system is configured to provide a computing environment for the network attached storage device;
at least one processor, wherein the at least one processor is programmed to perform one or more data storage functions for the network attached storage device;
a non-volatile data store, wherein the non-volatile data store is configured to store the data files received from the data reception component;
a file system, wherein the file system is configured to manage, for the network attached storage device, the writing of data files to, and the reading of data files from, the non-volatile data store;
one or more media agents, wherein the one or more media agents are configured to receive instructions from the at least one processor and to transfer data stored in the non-volatile data store to the one or more secondary data storage devices, wherein the one or more secondary data storage devices are external to the network attached storage device but are accessible by the one or more media agents via the network; and
a data migration component, wherein the data migration component is configured to identify portions of at least some of the data files within the non-volatile data store and to migrate the identified data file portions from the network attached storage device,
wherein the identified data file portions are for storage by the one or more media agents to at least one of the one or more secondary storage devices,
wherein the data migration component is further configured to identify portions of a selected data file within the non-volatile data store based at least in part on a data storage criteria,
wherein the data storage criteria is associated with the writing of data to, and the reading of data from, portions of the selected data file by the file system,
wherein the identified portions of the selected data file are less than all of the selected data file, and
wherein the data migration component maintains a data structure that
tracks a logical location of the identified data file portions stored in the one or more secondary storage devices, and
maps the identified data file portions to the selected data file.
7. A computer-implemented method for tracking at least a first portion of at least one data object within a network attached storage (NAS) device coupled to a network, wherein the NAS device includes a NAS file system and a non-volatile data store, the method comprising:
accessing calls to or from the NAS file system for reading of data from or writing of data to the non-volatile data store of the NAS device,
wherein the at least one data object consists of multiple data blocks,
wherein the non-volatile data store of the NAS device stores the multiple data blocks of the at least one data object;
wherein the NAS file system of the NAS device controls the reading of data from or the writing of data to the multiple data blocks of the at least one data object, and
wherein the accessing includes identifying individual blocks or groups of blocks within the multiple data blocks of the at least one data object that the NAS file system of the NAS device reads data from or writes data to;
based on the accessing, identifying a portion of the multiple data blocks of the at least one data object that satisfies a data storage criteria,
wherein the data storage criteria is a time-based criteria; and,
based on the identifying, and independently of the NAS file system of the NAS device, updating a data structure, wherein the data structure—tracks the portion of the multiple data blocks, and
provides an indication of the at least one data object to which the portion of the multiple data blocks belongs.
8. The method ofclaim 7, further comprising:
transferring data stored in the portion of the multiple data blocks to a separate storage device, wherein the separate storage device is not contained by or within the NAS device but communicates with the NAS device over the network, wherein the network is a private network;
updating the data structure to include information associating the portion of the multiple data blocks with the separate storage device, wherein the data structure is an index is stored in the non-volatile data store of the NAS device; and
removing information from an allocation table associated with the NAS file system of the NAS device, and
wherein the at least one data object is a file, and wherein the portion of the multiple data blocks is less than all of the multiple data blocks for the file.
11. A stand-alone data storage device, coupled to one or more external computing devices over a network, wherein at least one external storage device is also connected to the data storage device via the network, the data storage device comprising:
at least one processor;
a communication component coupled to the at least one processor and associated with a network address for the data storage device,
wherein the communication component receives data transfer commands from the one or more external computing devices on the network,
wherein the one or more external computing devices direct the data transfer commands to the data storage device via the network address for the data storage device, and
wherein the data transfer commands direct operation of the data storage device;
a non-volatile, internal data store, coupled to the at least one processor, wherein the internal data store stores data objects, wherein at least some of the data objects are comprised of multiple data blocks;
a data storage component that comprises program code, which when executed by the processor, performs data storage tasks with respect to the internal data store;
a file system that comprises program code, which when executed by the processor, stores and organizes data objects stored in the internal data store;
a call intercept layer, in communication with the file system, that comprises program code, which when executed by the processor, recognizes calls to or from the file system for reading of data from or writing of data to individual data blocks or groups of data blocks stored within the internal data store;
a data block identification component, in communication with the call intercept layer, that comprises program code, which when executed by the processor, identifies data blocks of the data object that satisfy a criteria, wherein the criteria is associated with the recognized calls to or from the file system for the reading of data from or the writing of data to the individual data blocks or groups of data blocks; and
an index component that comprises program code, which when executed by the processor, updates an index to include information associating the identified data blocks with information identifying the data object.
16. A method performed by a network attached storage device for storing a portion of a data object in a secondary storage device associated with the network attached storage device, the method comprising:
identifying, within a cache of the network attached storage device, a data object having at least a first portion, wherein the first portion was last accessed by a file system of the network attached storage device before a predetermined time,
wherein a second portion of the data object was last accessed by the file system after the predetermined time;
transferring the first portion of the data object out of the network attached storage and to a secondary storage device communicatively coupled with the network attached storage device,
wherein the secondary storage device is external to the network attached storage device; and
maintaining the second portion of the data object in the cache of the network attached storage device.
21. A system for storing a portion of a data object in a secondary storage device associated with a network attached storage (NAS) device, the system comprising:
at least one processor;
a data store;
callback layer and block identifying means for identifying, from calls to or from a file system within the NAS device, a first portion a data object within the data store of the NAS device, wherein the first portion was last accessed by the file system of the network attached storage device before a predetermined time, wherein a second portion of the data object was last accessed by the file system after the predetermined time;
media agent means for transferring the first portion of the data object to a secondary storage device associated with the network attached storage device; and
index means for tracking the second portion of the data object in the data store of the network attached storage device.
US12/558,6402008-09-152009-09-14Data transfer techniques within data storage devices, such as network attached storage performing data migrationAbandonedUS20100070466A1 (en)

Priority Applications (3)

Application NumberPriority DateFiling DateTitle
US12/558,640US20100070466A1 (en)2008-09-152009-09-14Data transfer techniques within data storage devices, such as network attached storage performing data migration
US14/963,954US10547678B2 (en)2008-09-152015-12-09Data transfer techniques within data storage devices, such as network attached storage performing data migration
US16/732,262US20200228598A1 (en)2008-09-152019-12-31Data transfer techniques within data storage devices, such as network attached storage performing data migration

Applications Claiming Priority (2)

Application NumberPriority DateFiling DateTitle
US9717608P2008-09-152008-09-15
US12/558,640US20100070466A1 (en)2008-09-152009-09-14Data transfer techniques within data storage devices, such as network attached storage performing data migration

Related Child Applications (1)

Application NumberTitlePriority DateFiling Date
US14/963,954ContinuationUS10547678B2 (en)2008-09-152015-12-09Data transfer techniques within data storage devices, such as network attached storage performing data migration

Publications (1)

Publication NumberPublication Date
US20100070466A1true US20100070466A1 (en)2010-03-18

Family

ID=42008105

Family Applications (3)

Application NumberTitlePriority DateFiling Date
US12/558,640AbandonedUS20100070466A1 (en)2008-09-152009-09-14Data transfer techniques within data storage devices, such as network attached storage performing data migration
US14/963,954Active2031-08-27US10547678B2 (en)2008-09-152015-12-09Data transfer techniques within data storage devices, such as network attached storage performing data migration
US16/732,262AbandonedUS20200228598A1 (en)2008-09-152019-12-31Data transfer techniques within data storage devices, such as network attached storage performing data migration

Family Applications After (2)

Application NumberTitlePriority DateFiling Date
US14/963,954Active2031-08-27US10547678B2 (en)2008-09-152015-12-09Data transfer techniques within data storage devices, such as network attached storage performing data migration
US16/732,262AbandonedUS20200228598A1 (en)2008-09-152019-12-31Data transfer techniques within data storage devices, such as network attached storage performing data migration

Country Status (1)

CountryLink
US (3)US20100070466A1 (en)

Cited By (148)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US20080243420A1 (en)*2006-12-222008-10-02Parag GokhaleSystems and methods of media management, such as management of media to and from a media storage library
US20090063765A1 (en)*2007-08-302009-03-05Rajiv KottomtharayilParallel access virtual tape library and drives
US20090313448A1 (en)*2003-04-032009-12-17Parag GokhaleSystem and method for extended media retention
US20090320029A1 (en)*2008-06-182009-12-24Rajiv KottomtharayilData protection scheduling, such as providing a flexible backup window in a data protection system
US20090320033A1 (en)*2008-06-192009-12-24Parag GokhaleData storage resource allocation by employing dynamic methods and blacklisting resource request pools
US20090320037A1 (en)*2008-06-192009-12-24Parag GokhaleData storage resource allocation by employing dynamic methods and blacklisting resource request pools
US20100002873A1 (en)*2005-08-252010-01-07Microsoft CorporationCipher For Disk Encryption
US20100070725A1 (en)*2008-09-052010-03-18Anand PrahladSystems and methods for management of virtualization data
US20100076932A1 (en)*2008-09-052010-03-25Lad Kamleshkumar KImage level copy or restore, such as image level restore without knowledge of data object metadata
US20100333116A1 (en)*2009-06-302010-12-30Anand PrahladCloud gateway system for managing data storage to cloud storage sites
US20110093471A1 (en)*2007-10-172011-04-21Brian BrockwayLegal compliance, electronic discovery and electronic document handling of online and offline copies of data
US20110173171A1 (en)*2000-01-312011-07-14Randy De MenoStorage of application specific profiles correlating to document versions
US20110195821A1 (en)*2010-02-092011-08-11GoBe Healthy, LLCOmni-directional exercise device
US20110213755A1 (en)*2006-12-222011-09-01Srinivas KavuriSystems and methods of hierarchical storage management, such as global management of storage operations
US20110231852A1 (en)*2001-11-232011-09-22Parag GokhaleMethod and system for scheduling media exports
US20110239013A1 (en)*2007-08-282011-09-29Muller Marcus SPower management of data processing resources, such as power adaptive management of data storage operations
WO2012054222A3 (en)*2010-10-202012-07-12Microsoft CorporationManaging networks and machines for an online service
US8230171B2 (en)2005-12-192012-07-24Commvault Systems, Inc.System and method for improved media identification in a storage device
US8229954B2 (en)2006-12-222012-07-24Commvault Systems, Inc.Managing copies of data
US20120260040A1 (en)*2011-04-082012-10-11Symantec CorporationPolicy for storing data objects in a multi-tier storage system
US8296267B2 (en)2010-10-202012-10-23Microsoft CorporationUpgrade of highly available farm server groups
US8386501B2 (en)2010-10-202013-02-26Microsoft CorporationDynamically splitting multi-tenant databases
US20130054520A1 (en)*2010-05-132013-02-28Hewlett-Packard Development Company, L.P.File system migration
US8417737B2 (en)2010-10-202013-04-09Microsoft CorporationOnline database availability during upgrade
US8539118B2 (en)2006-09-222013-09-17Commvault Systems, Inc.Systems and methods of media management, such as management of media to and from a media storage library, including removable media
US20130311423A1 (en)*2012-03-262013-11-21Good Red Innovation Pty Ltd.Data selection and identification
US8612394B2 (en)2001-09-282013-12-17Commvault Systems, Inc.System and method for archiving objects in an information store
US20140059559A1 (en)*2012-08-212014-02-27International Business Machines CorporationIntellegent tiering
US8725964B2 (en)2000-01-312014-05-13Commvault Systems, Inc.Interface systems and methods for accessing stored data
US8725731B2 (en)2000-01-312014-05-13Commvault Systems, Inc.Systems and methods for retrieving data in a computer network
US8751656B2 (en)2010-10-202014-06-10Microsoft CorporationMachine manager for deploying and managing machines
US20140201162A1 (en)*2013-01-112014-07-17Commvault Systems, Inc.Systems and methods to restore selected files from block-level backup for virtual machines
US8849762B2 (en)2011-03-312014-09-30Commvault Systems, Inc.Restoring computing environments, such as autorecovery of file systems at certain points in time
US8850550B2 (en)2010-11-232014-09-30Microsoft CorporationUsing cached security tokens in an online service
US8930319B2 (en)1999-07-142015-01-06Commvault Systems, Inc.Modular backup and retrieval system used in conjunction with a storage area network
US8950009B2 (en)2012-03-302015-02-03Commvault Systems, Inc.Information management of data associated with multiple cloud services
US9003117B2 (en)2003-06-252015-04-07Commvault Systems, Inc.Hierarchical systems and methods for performing storage operations in a computer network
CN104537130A (en)*2015-01-302015-04-22浪潮(北京)电子信息产业有限公司Method and system for realizing distributed cluster file management and clients
US9021198B1 (en)2011-01-202015-04-28Commvault Systems, Inc.System and method for sharing SAN storage
US20150120857A1 (en)*2013-10-292015-04-30Ricoh Company, Ltd.Information processing system and method of processing information
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
US9075661B2 (en)2010-10-202015-07-07Microsoft Technology Licensing, LlcPlacing objects on hosts using hard and soft constraints
US9104340B2 (en)2003-11-132015-08-11Commvault Systems, Inc.Systems and methods for performing storage operations using network attached storage
US9201917B2 (en)2003-04-032015-12-01Commvault Systems, Inc.Systems and methods for performing storage operations in a computer network
US9244779B2 (en)2010-09-302016-01-26Commvault Systems, Inc.Data recovery operations, such as recovery from modified network data management protocol data
US9262496B2 (en)2012-03-302016-02-16Commvault Systems, Inc.Unified access to personal data
US9286110B2 (en)2013-01-142016-03-15Commvault Systems, Inc.Seamless virtual machine recall in a data storage system
US9311121B2 (en)2012-12-212016-04-12Commvault Systems, Inc.Archiving virtual machines in a data storage system
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
US9444811B2 (en)2014-10-212016-09-13Commvault Systems, Inc.Using an enhanced data agent to restore backed up data across autonomous storage management systems
US9459968B2 (en)2013-03-112016-10-04Commvault Systems, Inc.Single index to query multiple backup formats
US9507525B2 (en)2004-11-052016-11-29Commvault Systems, Inc.Methods and system of pooling storage devices
US9529871B2 (en)2012-03-302016-12-27Commvault Systems, Inc.Information management of mobile device data
WO2016210411A1 (en)*2015-06-262016-12-29Intel CorporationObject based storage cluster with multiple selectable data handling policies
US20170091222A1 (en)*2015-09-302017-03-30Western Digital Technologies, Inc.Replicating data across data storage devices of a logical volume
US9633216B2 (en)2012-12-272017-04-25Commvault Systems, Inc.Application of information management policies based on operation with a geographic entity
US9648100B2 (en)2014-03-052017-05-09Commvault Systems, Inc.Cross-system storage management for transferring data across autonomous information management systems
US9703584B2 (en)2013-01-082017-07-11Commvault Systems, Inc.Virtual server agent load balancing
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
US9721030B2 (en)2010-12-092017-08-01Microsoft Technology Licensing, LlcCodeless sharing of spreadsheet objects
US9740702B2 (en)2012-12-212017-08-22Commvault Systems, Inc.Systems and methods to identify unprotected virtual machines
US9740574B2 (en)2014-05-092017-08-22Commvault Systems, Inc.Load balancing across multiple data paths
US9747319B2 (en)2014-12-312017-08-29Nexenta Systems, Inc.Read-modify-write processing of chunks at the storage server level in a distributed object storage system
US20170257434A1 (en)*2016-03-072017-09-07Qnap Systems, Inc.Electronic apparatus and method for expanding storage capacity of electronic apparatus
US9766825B2 (en)2015-07-222017-09-19Commvault Systems, Inc.Browse and restore for block-level backups
US9823977B2 (en)2014-11-202017-11-21Commvault Systems, Inc.Virtual machine change block tracking
US9823978B2 (en)2014-04-162017-11-21Commvault Systems, Inc.User-level quota management of data objects stored in information management systems
US9866634B1 (en)*2014-09-262018-01-09Western Digital Technologies, Inc.Managing and accessing data storage systems
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
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
US10101913B2 (en)2015-09-022018-10-16Commvault Systems, Inc.Migrating data to disk without interrupting running backup operations
US10127389B1 (en)*2015-03-302018-11-13Amazon Technologies, Inc.Performing operations on intelligent storage with hardened interfaces
US10152251B2 (en)2016-10-252018-12-11Commvault Systems, Inc.Targeted backup of virtual machine
US10157184B2 (en)2012-03-302018-12-18Commvault Systems, Inc.Data previewing before recalling large data files
US10162528B2 (en)2016-10-252018-12-25Commvault Systems, Inc.Targeted snapshot based on virtual machine location
US10169121B2 (en)2014-02-272019-01-01Commvault Systems, Inc.Work flow management for an information management system
US10346259B2 (en)2012-12-282019-07-09Commvault Systems, Inc.Data recovery using a cloud-based remote data recovery center
US10387073B2 (en)2017-03-292019-08-20Commvault Systems, Inc.External dynamic virtual machine synchronization
US10417102B2 (en)2016-09-302019-09-17Commvault Systems, Inc.Heartbeat monitoring of virtual machines for initiating failover operations in a data storage management system, including virtual machine distribution logic
CN110325964A (en)*2017-04-042019-10-11甲骨文国际公司Virtual configuration system and method
US10474542B2 (en)2017-03-242019-11-12Commvault Systems, Inc.Time-based virtual machine reversion
US20190384519A1 (en)*2018-06-132019-12-19EMC IP Holding Company LLCIntra-cluster migration for elastic cloud storage devices
US10547678B2 (en)2008-09-152020-01-28Commvault Systems, Inc.Data transfer techniques within data storage devices, such as network attached storage performing data migration
US10565067B2 (en)2016-03-092020-02-18Commvault Systems, Inc.Virtual server cloud file system for virtual machine backup from cloud operations
US10572445B2 (en)2008-09-122020-02-25Commvault Systems, Inc.Transferring or migrating portions of data objects, such as block-level data migration or chunk-based data migration
US10650057B2 (en)2014-07-162020-05-12Commvault Systems, Inc.Volume or virtual machine level backup and generating placeholders for virtual machine files
US10671284B2 (en)2014-01-132020-06-02International Business Machines CorporationPlacement and movement of sub-units of a storage unit in a tiered storage environment
US10678758B2 (en)2016-11-212020-06-09Commvault Systems, Inc.Cross-platform virtual machine data and memory backup and replication
US10742735B2 (en)2017-12-122020-08-11Commvault Systems, Inc.Enhanced network attached storage (NAS) services interfacing to cloud storage
US10768971B2 (en)2019-01-302020-09-08Commvault Systems, Inc.Cross-hypervisor live mount of backed up virtual machine data
US10776209B2 (en)2014-11-102020-09-15Commvault Systems, Inc.Cross-platform virtual machine backup and replication
US10776329B2 (en)2017-03-282020-09-15Commvault Systems, Inc.Migration of a database management system to cloud storage
US10789387B2 (en)2018-03-132020-09-29Commvault Systems, Inc.Graphical representation of an information management system
US10795927B2 (en)2018-02-052020-10-06Commvault Systems, Inc.On-demand metadata extraction of clinical image data
US10838821B2 (en)2017-02-082020-11-17Commvault Systems, Inc.Migrating content and metadata from a backup system
US10877928B2 (en)2018-03-072020-12-29Commvault Systems, Inc.Using utilities injected into cloud-based virtual machines for speeding up virtual machine backup operations
US10891198B2 (en)2018-07-302021-01-12Commvault Systems, Inc.Storing data to cloud libraries in cloud native formats
US10891069B2 (en)2017-03-272021-01-12Commvault Systems, Inc.Creating local copies of data stored in online data repositories
US10949308B2 (en)2017-03-152021-03-16Commvault Systems, Inc.Application aware backup of virtual machines
US10956201B2 (en)2012-12-282021-03-23Commvault Systems, Inc.Systems and methods for repurposing virtual machines
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
US11023129B2 (en)2018-12-032021-06-01EMC IP Holding Company LLCHybrid intra-cluster migration of data between storage devices using chunk usage efficiency
US11032146B2 (en)2011-09-302021-06-08Commvault Systems, Inc.Migration of existing computing systems to cloud computing sites or virtual machines
US11074140B2 (en)2017-03-292021-07-27Commvault Systems, Inc.Live browsing of granular mailbox data
US11074138B2 (en)2017-03-292021-07-27Commvault Systems, Inc.Multi-streaming backup operations for mailboxes
US11108858B2 (en)2017-03-282021-08-31Commvault Systems, Inc.Archiving mail servers via a simple mail transfer protocol (SMTP) server
US11221939B2 (en)2017-03-312022-01-11Commvault Systems, Inc.Managing data from internet of things devices in a vehicle
US20220019555A1 (en)*2020-07-172022-01-20Rubrik, Inc.Snapshot and restoration of distributed file system
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
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
US11294768B2 (en)2017-06-142022-04-05Commvault Systems, Inc.Live browsing of backed up data residing on cloned disks
US11294786B2 (en)2017-03-312022-04-05Commvault Systems, Inc.Management of internet of things devices
CN114327283A (en)*2021-12-302022-04-12西北工业大学 Data migration method in distributed storage system and distributed storage system
US11308034B2 (en)2019-06-272022-04-19Commvault Systems, Inc.Continuously run log backup with minimal configuration and resource usage from the source machine
US11314687B2 (en)2020-09-242022-04-26Commvault Systems, Inc.Container data mover for migrating data between distributed data storage systems integrated with application orchestrators
US11314618B2 (en)2017-03-312022-04-26Commvault Systems, Inc.Management of internet of things devices
US11321189B2 (en)2014-04-022022-05-03Commvault Systems, Inc.Information management by a media agent in the absence of communications with a storage manager
US11321195B2 (en)2017-02-272022-05-03Commvault Systems, Inc.Hypervisor-independent reference copies of virtual machine payload data based on block-level pseudo-mount
US11321188B2 (en)2020-03-022022-05-03Commvault Systems, Inc.Platform-agnostic containerized application data protection
US11366723B2 (en)2019-04-302022-06-21Commvault Systems, Inc.Data storage management system for holistic protection and migration of serverless applications across multi-cloud computing environments
US11416341B2 (en)2014-08-062022-08-16Commvault Systems, Inc.Systems and methods to reduce application downtime during a restore operation using a pseudo-storage device
US11422900B2 (en)2020-03-022022-08-23Commvault Systems, Inc.Platform-agnostic containerized application data protection
US11436038B2 (en)2016-03-092022-09-06Commvault 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)
US11442768B2 (en)2020-03-122022-09-13Commvault Systems, Inc.Cross-hypervisor live recovery of virtual machines
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
US11467753B2 (en)2020-02-142022-10-11Commvault Systems, Inc.On-demand restore of virtual machine data
US11500669B2 (en)2020-05-152022-11-15Commvault Systems, Inc.Live recovery of virtual machines in a public cloud computing environment
CN115454356A (en)*2022-10-262022-12-09互联时刻(北京)信息科技有限公司Data file processing method, device and equipment based on recognition and aggregation algorithm
US11550680B2 (en)2018-12-062023-01-10Commvault Systems, Inc.Assigning backup resources in a data storage management system based on failover of partnered data storage resources
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
US11573866B2 (en)2018-12-102023-02-07Commvault Systems, Inc.Evaluation and reporting of recovery readiness in a data storage 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
US11604706B2 (en)2021-02-022023-03-14Commvault Systems, Inc.Back up and restore related data on different cloud storage tiers
US11656951B2 (en)2020-10-282023-05-23Commvault Systems, Inc.Data loss vulnerability detection
US11663099B2 (en)2020-03-262023-05-30Commvault Systems, Inc.Snapshot-based disaster recovery orchestration of virtual machine failover and failback operations
US11681525B2 (en)*2019-11-252023-06-20EMC IP Holding Company LLCMoving files between storage devices based on analysis of file operations
US11704035B2 (en)2020-03-302023-07-18Pure Storage, Inc.Unified storage on block containers
US11971784B2 (en)2018-03-122024-04-30Commvault Systems, Inc.Recovery Point Objective (RPO) driven backup scheduling in a data storage management system
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
US12079162B2 (en)2020-03-302024-09-03Pure Storage, Inc.Snapshot management in a storage system
US12130708B2 (en)2020-07-102024-10-29Commvault Systems, Inc.Cloud-based air-gapped data storage management system
US12135618B2 (en)2022-07-112024-11-05Commvault Systems, Inc.Protecting configuration data in a clustered container system
US12235799B2 (en)2020-03-302025-02-25Pure Storage, Inc.Optimizing a transfer of a file system
US12360942B2 (en)2023-01-192025-07-15Commvault Systems, Inc.Selection of a simulated archiving plan for a desired dataset
US12373397B2 (en)2020-03-302025-07-29Pure Storage, Inc.Managing directory-tree operations in file storage
US12380006B2 (en)2020-09-222025-08-05Commvault Systems, Inc.Anti-entropy-based metadata recovery in a strongly consistent distributed data storage system
US12399869B2 (en)2020-03-302025-08-26Pure Storage, Inc.Replicating a file system

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN106887216B (en)*2017-03-092019-04-19京东方科技集团股份有限公司 Gate driving circuit, display panel and driving method of gate driving circuit
US11157192B2 (en)2019-02-202021-10-26International Business Machines CorporationRecall of previously migrated data from a cloud storage to a storage controller by using parallel writers for the data
US11163474B2 (en)2019-02-202021-11-02International Business Machines CorporationMigration of data from a storage controller to cloud storage by using parallel readers for the data
US11321184B2 (en)2019-03-262022-05-03Commvault Systems, Inc.Streamlined secondary copy operations for data stored on shared file storage
US11474753B2 (en)2020-10-302022-10-18Commvault Systems, Inc.Systems and methods for backing up to a virtual tape library
US12314413B2 (en)2023-01-122025-05-27Bank Of America CorporationSystems, methods, and apparatuses for self-interrogating data and correcting data storage implementations in an electronic network

Citations (105)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
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
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
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
US5287500A (en)*1991-06-031994-02-15Digital Equipment CorporationSystem for allocating storage spaces based upon required and optional service attributes having assigned piorities
US5367698A (en)*1991-10-311994-11-22Epoch Systems, Inc.Network file migration system
US5386545A (en)*1992-09-251995-01-31Archive CorporationTarget management method for data backup to a shared transfer station, multiple media element device
US5485606A (en)*1989-07-101996-01-16Conner Peripherals, Inc.System and method for storing and retrieving files for archival purposes
US5491810A (en)*1994-03-011996-02-13International Business Machines CorporationMethod and system for automated data storage system space allocation utilizing prioritized data set parameters
US5495607A (en)*1993-11-151996-02-27Conner Peripherals, Inc.Network management system having virtual catalog overview of files distributively stored across network domain
US5495457A (en)*1994-03-161996-02-27Kabushiki Kaisha ToshibaData processing system using an optical disc apparatus
US5499364A (en)*1993-10-141996-03-12Digital Equipment CorporationSystem and method for optimizing message flows between agents in distributed computations
US5608865A (en)*1995-03-141997-03-04Network Integrity, Inc.Stand-in Computer file server providing fast recovery from computer file server failures
US5613134A (en)*1993-09-171997-03-18Digital Equipment CorporationDocument display system using documents having ephemeral attributes for sharing information regarding the location of the display of each document on multiple display devices
US5729743A (en)*1995-11-171998-03-17Deltatech Research, Inc.Computer apparatus and method for merging system deltas
US5832522A (en)*1994-02-251998-11-03Kodak LimitedData storage management for network interconnected processors
US5860068A (en)*1997-12-041999-01-12Petabyte CorporationMethod and system for custom manufacture and delivery of a data product
US5860073A (en)*1995-07-171999-01-12Microsoft CorporationStyle sheets for publishing system
US5864846A (en)*1996-06-281999-01-26Siemens Corporate Research, Inc.Method for facilitating world wide web searches utilizing a document distribution fusion strategy
US5875481A (en)*1997-01-301999-02-23International Business Machines CorporationDynamic reconfiguration of data storage devices to balance recycle throughput
US5875478A (en)*1996-12-031999-02-23Emc CorporationComputer backup using a file system, network, disk, tape and remote archiving repository media system
US5887134A (en)*1997-06-301999-03-23Sun MicrosystemsSystem and method for preserving message order while employing both programmed I/O and DMA operations
US6012053A (en)*1997-06-232000-01-04Lycos, Inc.Computer system with user-controlled relevance ranking of search results
US6021415A (en)*1997-10-292000-02-01International Business Machines CorporationStorage management system with file aggregation and space reclamation within aggregated files
US6023705A (en)*1995-08-112000-02-08Wachovia CorporationMultiple CD index and loading system and method
US6026414A (en)*1998-03-052000-02-15International Business Machines CorporationSystem including a proxy client to backup files in a distributed computing environment
US6026398A (en)*1997-10-162000-02-15Imarket, IncorporatedSystem and methods for searching and matching databases
US6182198B1 (en)*1998-06-052001-01-30International Business Machines CorporationMethod and apparatus for providing a disc drive snapshot backup while allowing normal drive read, write, and buffering operations
US6195794B1 (en)*1997-08-122001-02-27International Business Machines CorporationMethod and apparatus for distributing templates in a component system
US6269382B1 (en)*1998-08-312001-07-31Microsoft CorporationSystems and methods for migration and recall of data from local and remote storage
US6338006B1 (en)*1999-12-112002-01-08International Business Machines CorporationData storage library with efficient cartridge eject
US20020010661A1 (en)*2000-05-312002-01-24Waddington Steffanie G.Distribution system
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
US6343287B1 (en)*1999-05-192002-01-29Sun Microsystems, Inc.External data store link for a profile service
US6353878B1 (en)*1998-08-132002-03-05Emc CorporationRemote control of backup media in a secondary storage subsystem through access to a primary storage subsystem
US6356901B1 (en)*1998-12-162002-03-12Microsoft CorporationMethod and apparatus for import, transform and export of data
US6356801B1 (en)*2000-05-192002-03-12International Business Machines CorporationHigh availability work queuing in an automated data storage library
US20020032613A1 (en)*2000-04-182002-03-14Buettgenbach Thomas H.Methods and systems for the physical delivery of goods ordered through an electronic network
US20020032878A1 (en)*1998-03-092002-03-14Karpf Ronald S.Apparatus for and method of administering a decision procedure
USRE37601E1 (en)*1992-04-202002-03-19International Business Machines CorporationMethod and system for incremental time zero backup copying of data
US6519679B2 (en)*1999-06-112003-02-11Dell Usa, L.P.Policy based storage configuration
US20030050979A1 (en)*2000-02-252003-03-13Kazunori TakahashiInformation distributing system
US20030055671A1 (en)*2001-08-292003-03-20Ramzi NassarArmored data services
US6538669B1 (en)*1999-07-152003-03-25Dell Products L.P.Graphical user interface for configuration of a storage system
US6675177B1 (en)*2000-06-212004-01-06Teradactyl, LlcMethod and system for backing up digital data
US6674924B2 (en)*1997-12-302004-01-06Steven F. WrightApparatus and method for dynamically routing documents using dynamic control documents and data streams
US6691232B1 (en)*1999-08-052004-02-10Sun Microsystems, Inc.Security architecture with environment sensitive credential sufficiency evaluation
US6704839B2 (en)*2000-10-142004-03-09International Business Machines CorporationData storage system and method of storing data
US20040054607A1 (en)*2002-09-122004-03-18Waddington Steffanie G.Distribution system
US20050008163A1 (en)*2003-06-022005-01-13Liquid Machines, Inc.Computer method and apparatus for securely managing data objects in a distributed context
US20050021524A1 (en)*2003-05-142005-01-27Oliver Jack K.System and method of managing backup media in a computing environment
US6851031B2 (en)*2002-08-302005-02-01Alacritus, Inc.Method of importing data from a physical data storage device into a virtual tape library
US6850994B2 (en)*2001-11-162005-02-01Microsoft CorporationMethod for determining status of a computer device and detecting device behavior in response to a status request
US20050033913A1 (en)*2003-04-032005-02-10Rajiv KottomtharayilMethod and system for controlling a robotic arm in a storage device
US20050039069A1 (en)*2003-04-032005-02-17Anand PrahladRemote disaster data recovery system and method
US6862622B2 (en)*1998-07-102005-03-01Van Drebbel Mariner LlcTransmission control protocol/internet protocol (TCP/IP) packet-centric wireless point to multi-point (PTMP) transmission system architecture
US6871182B1 (en)*1999-11-102005-03-22Ford Motor CompanyEngineering change decision analysis system and methodology
US6983351B2 (en)*2002-04-112006-01-03International Business Machines CorporationSystem and method to guarantee overwrite of expired data in a virtual tape server
US20060004675A1 (en)*2004-06-292006-01-05Bennett David AOffline processing systems and methods for a carrier management system
US20060004639A1 (en)*2004-06-222006-01-05O'keefe Edward L JrInterstate sale control process
US20060011720A1 (en)*1998-03-272006-01-19Call Charles GMethods and apparatus for transferring product information from manufacturers to retailers and distributors via the Internet
US6995675B2 (en)*1998-03-092006-02-07Curkendall Leland DMethod and system for agricultural data collection and management
US6996616B1 (en)*2000-04-172006-02-07Akamai Technologies, Inc.HTML delivery from edge-of-network servers in a content delivery network (CDN)
US20060036619A1 (en)*2004-08-092006-02-16Oren FuerstMethod for accessing and analyzing medically related information from multiple sources collected into one or more databases for deriving illness probability and/or for generating alerts for the detection of emergency events relating to disease management including HIV and SARS, and for syndromic surveillance of infectious disease and for predicting risk of adverse events to one or more drugs
US7003641B2 (en)*2000-01-312006-02-21Commvault Systems, Inc.Logical view with granular access to exchange data managed by a modular data and storage management system
US7006435B1 (en)*1999-04-232006-02-28U4Ea Technologies LimitedRouting Device
US7010387B2 (en)*2003-08-282006-03-07Spectra Logic CorporationRobotic data storage library comprising a virtual port
US7012529B2 (en)*2003-06-172006-03-14United Security Applications Id, Inc.Electronic security system for monitoring and recording activity and data relating to cargo
US20060070061A1 (en)*2004-09-302006-03-30International Business Machines CorporationAllowing multiple decisions to be made by multiple decision makers during software installation
US20060069886A1 (en)*2004-09-282006-03-30Akhil TulyaniManaging disk storage media
US7162693B2 (en)*2000-10-022007-01-09Fujitsu LimitedProcess for managing data in which existing data item is moved to neighbor page before insertion or after deletion of another data item
US7162604B1 (en)*2002-10-082007-01-09Ultera Systems, Inc.Multi-user virtual tape system
US7162496B2 (en)*2002-09-162007-01-09Commvault Systems, Inc.System and method for blind media support
US7165059B1 (en)*2003-12-232007-01-16Veritas Operating CorporationPartial file migration mechanism
US20070022145A1 (en)*2001-11-232007-01-25Srinivas KavuriSelective data replication system and method
US7171585B2 (en)*2003-11-262007-01-30International Business Machines CorporationDiagnosing faults and errors from a data repository using directed graphs
US20070028229A1 (en)*2005-07-282007-02-01International Business Machines CorporationMethod and system for dynamic generation of computer system installation instructions
US20070043715A1 (en)*2005-08-182007-02-22Emc CorporationData object search and retrieval
US7188141B2 (en)*2001-06-292007-03-06International Business Machines CorporationMethod and system for collaborative web research
US7191283B2 (en)*2003-08-212007-03-13International Business Machines CorporationGrouping of storage media based on parameters associated with the storage media
US20070061266A1 (en)*2005-02-012007-03-15Moore James FSecurity systems and methods for use with structured and unstructured data
US7197490B1 (en)*2003-02-102007-03-27Network Appliance, Inc.System and method for lazy-copy sub-volume load balancing in a network attached storage pool
US20070185915A1 (en)*2005-11-282007-08-09Anand PrahladSystems and methods for classifying and transferring information in a storage network
US7496841B2 (en)*2001-12-172009-02-24Workshare Technology, Ltd.Method and system for document collaboration
US7644245B2 (en)*2004-04-302010-01-05Commvault Systems, Inc.Systems and methods for detecting and mitigating storage risks
US20100017528A1 (en)*2007-02-132010-01-21Jun AwanoMobile terminal management system, network device, and mobile terminal operation control method used for them
US7653671B2 (en)*2004-03-242010-01-26Hitachi, Ltd.Wide area distributed storage system for checking erasure of worm files
US7657666B2 (en)*2006-09-222010-02-02Commvault Systems, Inc.Systems and methods of media management, such as management of media to and from a media storage library, including removable media
US20100030528A1 (en)*2008-07-182010-02-04Geospatial Mapping Systems, Inc.Method, Apparatus, and System for Determining Accurate Location Data Related to Underground Installations
US20100031017A1 (en)*2006-12-292010-02-04Parag GokhaleSystem and method for encrypting secondary copies of data
US7659820B2 (en)*2006-06-232010-02-09Sun Microsystems, Inc.Removable data storage media tracking system
US7660812B2 (en)*2005-09-022010-02-09Imation Corp.Tracking physical inventory of data storage media
US7865517B2 (en)*2006-12-222011-01-04Commvault Systems, Inc.Managing copies of data
US7873802B2 (en)*2004-11-052011-01-18Commvault Systems, Inc.Systems and methods for recovering electronic information from a storage medium
US7877362B2 (en)*2005-12-192011-01-25Commvault Systems, Inc.System and method for containerized data storage and tracking
US7877351B2 (en)*1999-07-152011-01-25Commvault Systems, Inc.Hierarchical systems and methods for performing data storage operations
US7882077B2 (en)*2006-10-172011-02-01Commvault Systems, Inc.Method and system for offline indexing of content and classifying stored data
US7890796B2 (en)*2006-10-042011-02-15Emc CorporationAutomatic media error correction in a file server
US7889847B2 (en)*1994-04-192011-02-15Securus Technologies Holdings, Inc.Computer-based method and apparatus for controlling, monitoring, recording and reporting telephone access
US7893935B1 (en)*2004-03-052011-02-22Hrl Laboratories, LlcMethod and system for hybrid trackball and immersive navigation in a virtual environment
US8006111B1 (en)*2007-09-212011-08-23Emc CorporationIntelligent file system based power management for shared storage that migrates groups of files based on inactivity threshold
US8112605B2 (en)*2005-05-022012-02-07Commvault Systems, Inc.System and method for allocation of organizational resources
US8661216B2 (en)*2005-12-192014-02-25Commvault Systems, Inc.Systems and methods for migrating components in a hierarchical storage network
US8825591B1 (en)*2003-12-312014-09-02Symantec Operating CorporationDynamic storage mechanism

Family Cites Families (308)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US4686620A (en)1984-07-261987-08-11American Telephone And Telegraph Company, At&T Bell LaboratoriesDatabase backup method
GB8622010D0 (en)1986-09-121986-10-22Hewlett Packard LtdFile backup facility
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
US5455926A (en)1988-04-051995-10-03Data/Ware Development, Inc.Virtual addressing of optical storage media as magnetic tape equivalents
DE3843218A1 (en)1988-12-221990-06-28Grau Gmbh & Co Holdingges METHOD AND DEVICE FOR OPERATING AN AUTOMATIC DATA CARRIER ARCHIVE
EP0935255A2 (en)1989-04-131999-08-11SanDisk CorporationFlash EEPROM system
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
US5241164A (en)1990-01-051993-08-31Symbol Technologies, Inc.Method of decoding bar code symbols from partial scans
US5677900A (en)1990-04-171997-10-14Sharp Kabushiki KaishaMethod and apparatus for replacing a selected file with another longer or shorter file with no portion of the selected file remaining
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
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
US5241668A (en)1992-04-201993-08-31International Business Machines CorporationMethod and system for automated termination and resumption in a time zero backup copy process
US5241670A (en)1992-04-201993-08-31International Business Machines CorporationMethod and system for automated backup copy ordering in a time zero backup copy session
US5265159A (en)1992-06-231993-11-23Hughes Aircraft CompanySecure file erasure
US5506986A (en)1992-07-141996-04-09Electronic Data Systems CorporationMedia management system using historical data to access data sets from a plurality of data storage devices
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
JP2583016B2 (en)1993-04-161997-02-19インターナショナル・ビジネス・マシーンズ・コーポレイション Recording medium library and control method therefor
JPH0721135A (en)1993-07-021995-01-24Fujitsu Ltd Data processing system with redundant monitoring function
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
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
JPH0877073A (en)1994-08-311996-03-22Toshiba Corp Collective optical disk device
US5412668A (en)1994-09-221995-05-02International Business Machines CorporationParity striping feature for optical disks
US5574906A (en)1994-10-241996-11-12International Business Machines CorporationSystem and method for reducing storage requirement in backup subsystems utilizing segmented compression and differencing
US5978577A (en)1995-03-171999-11-02Csg Systems, Inc.Method and apparatus for transaction processing in a distributed database system
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
JPH0944381A (en)1995-07-311997-02-14Toshiba Corp Data storage method and data storage device
US5815662A (en)1995-08-151998-09-29Ong; LancePredictive memory caching for media-on-demand systems
US5619644A (en)1995-09-181997-04-08International Business Machines CorporationSoftware directed microcode state save for distributed storage controller
JPH0981424A (en)1995-09-191997-03-28Nec Eng LtdInformation processor
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
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
US6457017B2 (en)1996-05-172002-09-24Softscape, Inc.Computing system for information management
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
US5758359A (en)1996-10-241998-05-26Digital Equipment CorporationMethod and apparatus for performing retroactive backups in a computer system
JP3217002B2 (en)1996-11-192001-10-09株式会社日立製作所 Digital studio apparatus and control method thereof
US6131095A (en)1996-12-112000-10-10Hewlett-Packard CompanyMethod of accessing a target entity over a communications network
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
US5958005A (en)1997-07-171999-09-28Bell Atlantic Network Services, Inc.Electronic mail security
US6137864A (en)1997-07-252000-10-24Lucent Technologies Inc.Specifiable delete times for voice messaging
EP0899662A1 (en)1997-08-291999-03-03Hewlett-Packard CompanyBackup and restore system for a computer network
DE69802294T2 (en)1997-08-292002-05-16Hewlett-Packard Company, Palo Alto SYSTEMS FOR DATA BACKUP AND RECOVERY
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
JPH11110441A (en)1997-10-021999-04-23Fujitsu Ltd Electronic trading system
US6223205B1 (en)1997-10-202001-04-24Mor Harchol-BalterMethod and apparatus for assigning tasks in a distributed server system
US6052735A (en)1997-10-242000-04-18Microsoft CorporationElectronic mail object synchronization between a desktop computer and mobile device
US5983239A (en)1997-10-291999-11-09International Business Machines CorporationStorage management system with file aggregation supporting multiple aggregated file counterparts
US6418478B1 (en)1997-10-302002-07-09Commvault Systems, Inc.Pipelined high speed data transfer mechanism
US6131099A (en)1997-11-032000-10-10Moore U.S.A. Inc.Print and mail business recovery configuration method and system
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
US6304880B1 (en)1997-12-122001-10-16International Business Machines CorporationAutomated reclamation scheduling override in a virtual tape server
US6131190A (en)1997-12-182000-10-10Sidwell; Leland P.System for modifying JCL parameters to optimize data storage allocations
US6374336B1 (en)1997-12-242002-04-16Avid Technology, Inc.Computer system and process for transferring multiple high bandwidth streams of data between multiple storage units and multiple applications in a scalable and reliable manner
US6076148A (en)1997-12-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
US6260069B1 (en)1998-02-102001-07-10International Business Machines CorporationDirect data retrieval in a distributed computing system
EP0945800B1 (en)1998-03-022003-07-16Hewlett-Packard Company, A Delaware CorporationData backup system
US6732293B1 (en)1998-03-162004-05-04Symantec CorporationMethod, software and apparatus for recovering and recycling data in conjunction with an operating system
US6154738A (en)1998-03-272000-11-28Call; Charles GainorMethods and apparatus for disseminating product information via the internet using universal product codes
US6088694A (en)1998-03-312000-07-11International Business Machines CorporationContinuous availability and efficient backup for externally referenced objects
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
US5898593A (en)1998-04-021999-04-27International Business Machines CorporationAutomated data storage library with a movable column for selective import/export of portable magazines
US6167402A (en)1998-04-272000-12-26Sun Microsystems, Inc.High performance message store
US7209949B2 (en)1998-05-292007-04-24Research In Motion LimitedSystem and method for synchronizing information between a host system and a mobile data communication device
US6421711B1 (en)1998-06-292002-07-16Emc CorporationVirtual ports for data transferring of a data storage system
US6094605A (en)1998-07-062000-07-25Storage Technology CorporationVirtual automated cartridge system
US6452915B1 (en)1998-07-102002-09-17Malibu Networks, Inc.IP-flow classification in a wireless point to multi-point (PTMP) transmission system
US6330572B1 (en)1998-07-152001-12-11Imation Corp.Hierarchical data storage management
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
US6266784B1 (en)1998-09-152001-07-24International Business Machines CorporationDirect storage of recovery plan file on remote server for disaster recovery and storage management thereof
US6246882B1 (en)1998-12-222001-06-12Telefonaktiebolaget Lm Ericsson (Publ)Wide area item tracking system
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
US7107395B1 (en)*1998-12-312006-09-12Emc CorporationApparatus and methods for operating a computer storage system
US6266678B1 (en)1998-12-312001-07-24Computer Associates Think, Inc.System and method for dynamically viewing contents of a data file
US6212512B1 (en)1999-01-062001-04-03Hewlett-Packard CompanyIntegration of a database into file management software for protecting, tracking and retrieving data
US6496744B1 (en)1999-01-112002-12-17David Philip CookMethod and system for custom manufacture and delivery of a data product
US6721334B1 (en)1999-02-182004-04-133Com CorporationMethod and apparatus for packet aggregation in packet-based network
US6615349B1 (en)1999-02-232003-09-02Parsec Sight/Sound, Inc.System and method for manipulating a computer file and/or program
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
US6308245B1 (en)1999-05-132001-10-23International Business Machines CorporationAdaptive, time-based synchronization mechanism for an integrated posix file system
US6175830B1 (en)1999-05-202001-01-16Evresearch, Ltd.Information management, retrieval and display system and associated method
US6850946B1 (en)1999-05-262005-02-01Wireless Valley Communications, Inc.Method and system for a building database manipulator
JP2003503795A (en)1999-06-302003-01-28マイクロソフト コーポレイション Method and system for reporting and resolving support incidents
US7035880B1 (en)1999-07-142006-04-25Commvault Systems, Inc.Modular backup and retrieval system used in conjunction with a storage area network
US7389311B1 (en)1999-07-152008-06-17Commvault Systems, Inc.Modular backup and retrieval system
US6366900B1 (en)1999-07-232002-04-02Unisys CorporationMethod for analyzing the conditional status of specialized files
US7702831B2 (en)2000-01-062010-04-20Super Talent Electronics, Inc.Flash memory controller for electronic data flash card
US6490666B1 (en)1999-08-202002-12-03Microsoft CorporationBuffering data in a hierarchical data storage environment
US6550057B1 (en)1999-08-312003-04-15Accenture LlpPiecemeal retrieval in an information services patterns environment
US6771595B1 (en)1999-08-312004-08-03Intel CorporationApparatus and method for dynamic resource allocation in a network environment
IL150079A0 (en)1999-12-072002-12-01Data Foundation IncScalable storage architecture
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
US8620286B2 (en)2004-02-272013-12-31Synchronoss Technologies, Inc.Method and system for promoting and transferring licensed content and applications
US6542972B2 (en)2000-01-312003-04-01Commvault Systems, Inc.Logical view and access to physical storage in modular data and storage management system
US6658436B2 (en)2000-01-312003-12-02Commvault Systems, Inc.Logical view and access to data managed by a modular data and storage management system
US6438368B1 (en)2000-03-302002-08-20Ikadega, Inc.Information distribution system and method
US20020049778A1 (en)2000-03-312002-04-25Bell Peter W.System and method of information outsourcing
AU2001249848A1 (en)2000-04-042001-10-15Ecd Systems, Inc.Method and system for digital data delivery and reproduction
US6330642B1 (en)2000-06-292001-12-11Bull Hn Informatin Systems Inc.Three interconnected raid disk controller data processing system architecture
US6950871B1 (en)2000-06-292005-09-27Hitachi, Ltd.Computer system having a storage area network and method of handling data in the computer system
US7281032B2 (en)2000-06-302007-10-09Hitachi, Ltd.File sharing system with data mirroring by storage systems
US7082441B1 (en)2000-08-172006-07-25Emc CorporationMethod and storage and manipulation of storage system metrics
GB2366014B (en)2000-08-192004-10-13IbmFree space collection in information storage systems
TW515975B (en)2000-08-212003-01-01Singapore Technologies LogistiOrder-handling inventory management system and method
US7689510B2 (en)2000-09-072010-03-30Sonic SolutionsMethods and system for use in network management of content
AU2002312508B2 (en)2000-09-112008-01-17Agami Systems, Inc.Storage system having partitioned migratable metadata
CA2321019A1 (en)2000-09-272002-03-27Ibm Canada Limited-Ibm Canada LimiteeCapturing snapshots of a debuggee's state during a debug session
US6434682B1 (en)2000-09-282002-08-13International Business Machines CorporationData management system with shortcut migration via efficient automatic reconnection to previously migrated copy
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
CA2411636A1 (en)2000-11-032002-06-06Vistant CorporationMethod and apparatus for associating the movement of goods with the identity of an individual moving the goods
US7034683B2 (en)2000-11-062006-04-25Loran Technologies, Inc.Electronic vehicle product and personnel monitoring
US6941370B2 (en)2000-12-202005-09-06International Business Machines CorporationDynamic proxy reconfiguration system and method to support sharing of extra capacity
US7581011B2 (en)2000-12-222009-08-25Oracle International CorporationTemplate based workflow definition
US6862692B2 (en)2001-01-292005-03-01Adaptec, Inc.Dynamic redistribution of parity groups
US6662281B2 (en)2001-01-312003-12-09Hewlett-Packard Development Company, L.P.Redundant backup device
US7096269B2 (en)2001-03-302006-08-22Hitachi, Ltd.Path selection methods for storage based remote copy
US6616047B2 (en)2001-03-312003-09-09Koninklijke Philips Electronics N.V.Machine readable label reader system with robust context generation
US7277953B2 (en)2001-04-182007-10-02Emc CorporationIntegrated procedure for partitioning network data services among multiple subscribers
US7904350B2 (en)2001-07-202011-03-08International Business Machines CorporationNetwork-based supply chain management method
US6948038B2 (en)2001-07-242005-09-20Microsoft CorporationSystem and method for backing up and restoring data
US6650961B2 (en)2001-08-072003-11-18Hewlett-Packard Development Company, L.P.Disk cartridge data storage apparatus
US7024517B1 (en)2001-09-272006-04-04Emc CorporationSystem and method for configuring data storage in accordance with workload requirements
US7346623B2 (en)2001-09-282008-03-18Commvault Systems, Inc.System and method for generating and managing quick recovery volumes
US7058649B2 (en)2001-09-282006-06-06Intel CorporationAutomated presentation layer content management system
US7107298B2 (en)2001-09-282006-09-12Commvault Systems, Inc.System and method for archiving objects in an information store
US20030065759A1 (en)2001-10-012003-04-03Britt Julie AnneEvent driven storage resource metering
US7603518B2 (en)2005-12-192009-10-13Commvault Systems, Inc.System and method for improved media identification in a storage device
US7596586B2 (en)2003-04-032009-09-29Commvault Systems, Inc.System and method for extended media retention
US8346733B2 (en)2006-12-222013-01-01Commvault Systems, Inc.Systems and methods of media management, such as management of media to and from a media storage library
US20030101155A1 (en)2001-11-232003-05-29Parag GokhaleMethod and system for scheduling media exports
US6922687B2 (en)2001-12-212005-07-26Barca, L.L.C.Closed loop asset management process
US7751628B1 (en)2001-12-262010-07-06Reisman Richard RMethod and apparatus for progressively deleting media objects from storage
US7032816B2 (en)2001-12-282006-04-25Kimberly-Clark Worldwide, Inc.Communication between machines and feed-forward control in event-based product manufacturing
US6785078B2 (en)2002-01-042004-08-31International Business Machines CorporationConcurrent read and write access to simulated sequential data of a removable random access data storage medium
US7969306B2 (en)2002-01-112011-06-28Sap AktiengesellschaftContext-aware and real-time item tracking system architecture and scenarios
US6968479B2 (en)2002-03-062005-11-22Hewlett-Packard Development Company, L.P.Verifying data in a data storage device
US7107285B2 (en)2002-03-162006-09-12Questerra CorporationMethod, system, and program for an improved enterprise spatial system
US7467167B2 (en)2002-03-192008-12-16Network Appliance, Inc.System and method for coalescing a plurality of snapshots
US6934879B2 (en)2002-03-282005-08-23International Business Machines CorporationMethod and apparatus for backing up and restoring data from nonvolatile memory
AU2003230403A1 (en)2002-05-162003-12-02United Parcel Service Of America, Inc.Systems and methods for package sortation and delivery using radio frequency identification technology
US7085786B2 (en)2002-05-202006-08-01International Business Machines CorporationApparatus and method to schedule and perform database maintenance
US20030229884A1 (en)2002-05-212003-12-11Hewlett-Packard Development CompanyInteraction manager template
US6972918B2 (en)2002-06-062005-12-06Renesas Technology Corp.Magnetic disk memory system
US7275063B2 (en)2002-07-162007-09-25Horn Bruce LComputer system for automatic organization, indexing and viewing of information from multiple sources
US8417678B2 (en)2002-07-302013-04-09Storediq, Inc.System, method and apparatus for enterprise policy management
US7069466B2 (en)2002-08-142006-06-27Alacritus, Inc.Method and system for copying backup data
US20040107199A1 (en)2002-08-222004-06-03Mdt Inc.Computer application backup method and system
US7103731B2 (en)2002-08-292006-09-05International Business Machines CorporationMethod, system, and program for moving data among storage units
US20040083202A1 (en)2002-08-302004-04-29Arkivio, Inc.Techniques to control recalls in storage management applications
CA2498174C (en)2002-09-092010-04-13Commvault Systems, Inc.Dynamic storage device pooling in a computer system
AU2003278779A1 (en)2002-09-102004-04-30Exagrid Systems, Inc.Primary and remote data backup with nodal failover
US7103619B1 (en)2002-09-262006-09-05Unisys CorporationSystem and method for automatic audit data archiving within a remote database backup system
US8230066B2 (en)2002-11-042012-07-24International Business Machines CorporationLocation independent backup of data from mobile and stationary computers in wide regions regarding network and server activities
JP2004157637A (en)2002-11-052004-06-03Hitachi Ltd Storage management method
US7412433B2 (en)2002-11-192008-08-12International Business Machines CorporationHierarchical storage management using dynamic tables of contents and sets of tables of contents
EP1570604A4 (en)2002-12-132008-05-07Internap Network Services Corp ROUTE CONTROL IN ACCORDANCE WITH TOPOLOGY
AU2003297152A1 (en)2002-12-162004-07-22Questerra CorporationMethod, system and program for network design, analysis, and optimization
US7143010B2 (en)2003-12-172006-11-28Cinecast, LlcSystem and method for remotely monitoring, diagnosing, intervening with and reporting problems with cinematic equipment
US20040193953A1 (en)2003-02-212004-09-30Sun Microsystems, Inc.Method, system, and program for maintaining application program configuration settings
US6973369B2 (en)2003-03-122005-12-06Alacritus, Inc.System and method for virtual vaulting
US7702659B2 (en)2003-03-272010-04-20Sandisk Il Ltd.Robust, self-maintaining file system
JP2004318828A (en)2003-03-312004-11-11Seiko Epson Corp Data backup system and data backup method, attachable computer, mail transmission system, image information transmission system, and data backup program
AU2004227949B9 (en)2003-04-032010-07-22Commvault Systems, Inc.System and method for dynamically performing storage operations in a computer network
US8244841B2 (en)2003-04-092012-08-14Microsoft CorporationMethod and system for implementing group policy operations
US7120823B2 (en)2003-04-172006-10-10International Business Machines CorporationMethod and apparatus for recovering logical partition configuration data
US7155465B2 (en)2003-04-182006-12-26Lee Howard FMethod and apparatus for automatically archiving a file system
GB2391361B (en)2003-05-232005-09-21Bridgeworks LtdLibrary element management
US7454569B2 (en)2003-06-252008-11-18Commvault Systems, Inc.Hierarchical system and method for performing storage operations in a computer network
US20050210304A1 (en)2003-06-262005-09-22Copan SystemsMethod and apparatus for power-efficient high-capacity scalable storage system
US7203944B1 (en)2003-07-092007-04-10Veritas Operating CorporationMigrating virtual machines among computer systems to balance load caused by virtual machines
JP2005044357A (en)2003-07-182005-02-17Quantum CorpStorage system, method for managing storage system, and method for storing diagnostic data in storage system
JP4421230B2 (en)2003-08-122010-02-24株式会社日立製作所 Performance information analysis method
JP2007502470A (en)2003-08-142007-02-08コンペレント・テクノロジーズ Virtual disk drive system and method
US7093089B2 (en)2003-08-182006-08-15Hewlett-Packard Development Company, Lp.Systems and methods for storing data on computer systems
US7707060B2 (en)2003-08-212010-04-27International Business Machines CorporationAutomatic collection and dissemination of product usage information
US6950723B2 (en)2003-08-222005-09-27International Business Machines CorporationMethod, system, and program for virtualization of data storage library addresses
US7577807B2 (en)2003-09-232009-08-18Symantec Operating CorporationMethods and devices for restoring a portion of a data store
US7213118B2 (en)2003-09-292007-05-01International Business Machines CorporationSecurity in an automated data storage library
JP3712071B2 (en)2003-10-022005-11-02ソニー株式会社 File management apparatus, file management method, file management method program, and recording medium recording file management method program
JP4267420B2 (en)2003-10-202009-05-27株式会社日立製作所 Storage apparatus and backup acquisition method
JP4066932B2 (en)2003-11-102008-03-26株式会社日立製作所 Computer resource allocation method based on prediction
CA2544063C (en)2003-11-132013-09-10Commvault Systems, Inc.System and method for combining data streams in pilelined storage operations in a storage network
WO2005048085A2 (en)2003-11-132005-05-26Commvault Systems, Inc.System and method for performing an image level snapshot and for restoring partial volume data
US20050174869A1 (en)2003-11-132005-08-11Rajiv KottomtharayilSystem and method for data storage and tracking
WO2005050489A1 (en)2003-11-132005-06-02Commvault Systems, Inc.System and method for stored data archive verification
GB0327522D0 (en)2003-11-262003-12-31Money Controls LtdPackaging device and container for sheet objects
US9401838B2 (en)2003-12-032016-07-26Emc CorporationNetwork event capture and retention system
US7200621B2 (en)2003-12-172007-04-03International Business Machines CorporationSystem to automate schema creation for table restore
US7293133B1 (en)*2003-12-312007-11-06Veritas Operating CorporationPerforming operations without requiring split mirrors in a multi-class file system
US7103740B1 (en)2003-12-312006-09-05Veritas Operating CorporationBackup mechanism for a multi-class file system
US7451283B2 (en)2004-01-092008-11-11International Business Machines CorporationMethod, system, and program for copying tracks between a primary storage and secondary storage
US7418464B2 (en)2004-01-272008-08-26International Business Machines CorporationMethod, system, and program for storing data for retrieval and transfer
US7720817B2 (en)2004-02-042010-05-18Netapp, Inc.Method and system for browsing objects on a protected volume in a continuous data protection system
US20050177828A1 (en)2004-02-052005-08-11Graham Christoph J.Restore media build automation
US7627617B2 (en)2004-02-112009-12-01Storage Technology CorporationClustered hierarchical file services
US7216244B2 (en)2004-02-252007-05-08Hitachi, Ltd.Data storage system with redundant storage media and method therefor
US7966293B1 (en)2004-03-092011-06-21Netapp, Inc.System and method for indexing a backup using persistent consistency point images
US7539702B2 (en)2004-03-122009-05-26Netapp, Inc.Pre-summarization and analysis of results generated by an agent
US7246258B2 (en)2004-04-282007-07-17Lenovo (Singapore) Pte. Ltd.Minimizing resynchronization time after backup system failures in an appliance-based business continuance architecture
US8266406B2 (en)2004-04-302012-09-11Commvault Systems, Inc.System and method for allocation of organizational resources
US7536424B2 (en)2004-05-022009-05-19Yoram BarzilaiSystem and methods for efficiently managing incremental data backup revisions
US7395446B2 (en)2004-05-032008-07-01Microsoft CorporationSystems and methods for the implementation of a peer-to-peer rule-based pull autonomous synchronization system
JP4576923B2 (en)2004-08-092010-11-10株式会社日立製作所 Storage system storage capacity management method
US20060075007A1 (en)2004-09-172006-04-06International Business Machines CorporationSystem and method for optimizing a storage system to support full utilization of storage space
US7434090B2 (en)2004-09-302008-10-07Copan System, Inc.Method and apparatus for just in time RAID spare drive pool management
US8335789B2 (en)2004-10-012012-12-18Ricoh Co., Ltd.Method and system for document fingerprint matching in a mixed media environment
JP2008518361A (en)2004-10-262008-05-29ケストレル ワイヤレス,インク. Methods, systems, and networks for selectively controlling target utilities
US7536291B1 (en)2004-11-082009-05-19Commvault Systems, Inc.System and method to support simulated storage operations
US8959299B2 (en)2004-11-152015-02-17Commvault Systems, Inc.Using a snapshot as a data source
US7822715B2 (en)2004-11-162010-10-26Petruzzo Stephen EData mirroring method
US7809699B2 (en)2004-11-172010-10-05Iron Mountain IncorporatedSystems and methods for automatically categorizing digital assets
US20060161879A1 (en)2005-01-182006-07-20Microsoft CorporationMethods for managing standards
US8005913B1 (en)2005-01-202011-08-23Network Protection Sciences, LLCControlling, filtering, and monitoring of mobile device access to the internet, data, voice, and applications
US20060169769A1 (en)2005-02-022006-08-03Leap-Up LlcIntelligent manager for automatically handling and managing media
US8161318B2 (en)2005-02-072012-04-17Mimosa Systems, Inc.Enterprise service availability through identity preservation
US8327050B2 (en)2005-04-212012-12-04International Business Machines CorporationSystems and methods for compressing files for storage and operation on compressed files
US8903949B2 (en)2005-04-272014-12-02International Business Machines CorporationSystems and methods of specifying service level criteria
US20060282194A1 (en)2005-06-102006-12-14Bdt AgTape library storage bridge
US8626128B2 (en)2011-04-072014-01-07Microsoft CorporationEnforcing device settings for mobile devices
US7302540B1 (en)2005-07-262007-11-27Storage Technology CorporationVirtual tape storage system having snapshot virtual tape library for disaster recovery testing
US8712959B1 (en)2005-09-282014-04-29Oracle America, Inc.Collaborative data redundancy for configuration tracking systems
US7805416B1 (en)2005-09-302010-09-28Emc CorporationFile system query and method of use
CN101346883A (en)2005-10-262009-01-14斯多维兹有限公司Method and system for compression of data for block mode access storage
US20070130105A1 (en)2005-10-282007-06-07Microsoft CorporationObtaining server usage information
US7650389B2 (en)2006-02-012010-01-19Subhashis MohantyWireless system and method for managing logical documents
US7617262B2 (en)2005-12-192009-11-10Commvault Systems, Inc.Systems and methods for monitoring application data in a data replication system
US8572330B2 (en)2005-12-192013-10-29Commvault Systems, Inc.Systems and methods for granular resource management in a storage network
US20070150887A1 (en)2005-12-222007-06-28Shapiro Alan JApparatus and method for selectively dispensing soft assets
US7565340B2 (en)2006-01-092009-07-21The State Of Oregon Acting By And Through The State Board Of Higher Education On Behalf Of Oregon State UniversityMethods for assisting computer users performing multiple tasks
US7818417B2 (en)2006-01-102010-10-19International Business Machines CorporationMethod for predicting performance of distributed stream processing systems
US20070185912A1 (en)2006-02-082007-08-09International Business Machines CorporationOff-loading I/O and computationally intensive operations to secondary systems
US7693832B2 (en)2006-02-282010-04-06Microsoft CorporationRich set of synchronization rules across multiple accounts with multiple folder and consent types
KR101381551B1 (en)2006-05-052014-04-11하이버 인크Group based complete and incremental computer file backup system, process and apparatus
US20080077622A1 (en)2006-09-222008-03-27Keith Robert OMethod of and apparatus for managing data utilizing configurable policies and schedules
US7680843B1 (en)2006-09-262010-03-16Symantec Operating CorporationMethod and system to offload archiving process to a secondary system
US8655914B2 (en)2006-10-172014-02-18Commvault Systems, Inc.System and method for storage operation access security
US20080147621A1 (en)2006-10-182008-06-19Aaron Charles NewmanMethod and system for backup and restoration of content within a blog
WO2008070688A1 (en)2006-12-042008-06-12Commvault Systems, Inc.Systems and methods for creating copies of data, such as archive copies
US20080228771A1 (en)2006-12-222008-09-18Commvault Systems, Inc.Method and system for searching stored data
US7840537B2 (en)2006-12-222010-11-23Commvault Systems, Inc.System and method for storing redundant information
US7831566B2 (en)2006-12-222010-11-09Commvault Systems, Inc.Systems and methods of hierarchical storage management, such as global management of storage operations
US8850140B2 (en)2007-01-072014-09-30Apple Inc.Data backup for mobile device
US7716186B2 (en)2007-01-222010-05-11International Business Machines CorporationMethod and system for transparent backup to a hierarchical storage system
ATE519159T1 (en)2007-06-082011-08-15Apple Inc APPLICATION BASED BACKUP RESTORE OF ELECTRONIC INFORMATION
US8032569B2 (en)2007-06-282011-10-04Seiko Epson CorporationInformation management system, display system, management apparatus and program
US8706976B2 (en)2007-08-302014-04-22Commvault Systems, Inc.Parallel access virtual tape library and drives
US8688641B1 (en)2008-03-312014-04-01Symantec Operating CorporationPer user and per process layer visibility
US8200638B1 (en)2008-04-302012-06-12Netapp, Inc.Individual file restore from block-level incremental backups by using client-server backup protocol
US8219524B2 (en)2008-06-242012-07-10Commvault Systems, Inc.Application-aware and remote single instance data management
US9098495B2 (en)2008-06-242015-08-04Commvault Systems, Inc.Application-aware and remote single instance data management
US8307177B2 (en)2008-09-052012-11-06Commvault Systems, Inc.Systems and methods for management of virtualization data
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
US9015181B2 (en)2008-09-262015-04-21Commvault Systems, Inc.Systems and methods for managing single instancing data
US8478876B2 (en)2008-09-292013-07-02Infosys Technologies LimitedSystem and method for dynamic management and distribution of data in a data network
US8832044B1 (en)2009-03-042014-09-09Symantec CorporationTechniques for managing data compression in a data protection system
US20100269164A1 (en)2009-04-152010-10-21Microsoft CorporationOnline service data management
US8234468B1 (en)2009-04-292012-07-31Netapp, Inc.System and method for providing variable length deduplication on a fixed block file system
US8695058B2 (en)2009-05-202014-04-08Mobile Iron, Inc.Selective management of mobile device data in an enterprise environment
US8578120B2 (en)2009-05-222013-11-05Commvault Systems, Inc.Block-level single instancing
US8412848B2 (en)2009-05-292013-04-02Exagrid Systems, Inc.Method and apparatus for content-aware and adaptive deduplication
US9594759B2 (en)2009-06-162017-03-14Microsoft Technology Licensing, LlcBackup and archival of selected items as a composite object
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
US8914342B2 (en)2009-08-122014-12-16Yahoo! Inc.Personal data platform
US8204862B1 (en)2009-10-022012-06-19Symantec CorporationSystems and methods for restoring deduplicated data
US8600998B1 (en)2010-02-172013-12-03Netapp, Inc.Method and system for managing metadata in a cluster based storage environment
US8527549B2 (en)2010-02-222013-09-03Sookasa Inc.Cloud based operating and virtual file system
WO2011149558A2 (en)*2010-05-282011-12-01Abelow Daniel HReality alternate
US9386098B2 (en)2010-06-112016-07-05Fidelithon Systems, LlcSmartphone management system and method
US8635204B1 (en)2010-07-302014-01-21Accenture Global Services LimitedMining application repositories
US9244779B2 (en)2010-09-302016-01-26Commvault Systems, Inc.Data recovery operations, such as recovery from modified network data management protocol data
US8577851B2 (en)2010-09-302013-11-05Commvault Systems, Inc.Content aligned block-based deduplication
US9020900B2 (en)2010-12-142015-04-28Commvault Systems, Inc.Distributed deduplicated storage system
US20120150818A1 (en)2010-12-142012-06-14Commvault Systems, Inc.Client-side repository in a networked deduplicated storage system
US9119017B2 (en)2011-03-182015-08-25Zscaler, Inc.Cloud based mobile device security and policy enforcement
US20130054533A1 (en)2011-08-242013-02-28Microsoft CorporationVerifying a data recovery component using a managed interface
US8931107B1 (en)2011-08-302015-01-06Amazon Technologies, Inc.Techniques for generating block level data captures
US20130318207A1 (en)2012-02-152013-11-28James Eric DotterSystems and methods for managing mobile app data
AU2013202553B2 (en)2012-03-302015-10-01Commvault Systems, Inc.Information management of mobile device data
US9390055B2 (en)*2012-07-172016-07-12Coho Data, Inc.Systems, methods and devices for integrating end-host and network resources in distributed memory
US8938481B2 (en)*2012-08-132015-01-20Commvault Systems, Inc.Generic file level restore from a block-level secondary copy
US9026498B2 (en)2012-08-132015-05-05Commvault Systems, Inc.Lightweight mounting of a secondary copy of file system data
US8700578B1 (en)2012-09-272014-04-15Emc CorporationSystem and method for determining physical storage space of a deduplicated storage system
US9858157B2 (en)2012-10-312018-01-02International Business Machines CorporationIntelligent restore-container service offering for backup validation testing and business resiliency
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
EP3531321B1 (en)*2015-09-152020-08-19Gatekeeper Ltd.System and method for securely connecting to a peripheral device

Patent Citations (107)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
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
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
US5485606A (en)*1989-07-101996-01-16Conner Peripherals, Inc.System and method for storing and retrieving files for archival purposes
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
US5287500A (en)*1991-06-031994-02-15Digital Equipment CorporationSystem for allocating storage spaces based upon required and optional service attributes having assigned piorities
US5367698A (en)*1991-10-311994-11-22Epoch Systems, Inc.Network file migration system
USRE37601E1 (en)*1992-04-202002-03-19International Business Machines CorporationMethod and system for incremental time zero backup copying of data
US5386545A (en)*1992-09-251995-01-31Archive CorporationTarget management method for data backup to a shared transfer station, multiple media element device
US5613134A (en)*1993-09-171997-03-18Digital Equipment CorporationDocument display system using documents having ephemeral attributes for sharing information regarding the location of the display of each document on multiple display devices
US5499364A (en)*1993-10-141996-03-12Digital Equipment CorporationSystem and method for optimizing message flows between agents in distributed computations
US5495607A (en)*1993-11-151996-02-27Conner Peripherals, Inc.Network management system having virtual catalog overview of files distributively stored across network domain
US5832522A (en)*1994-02-251998-11-03Kodak LimitedData storage management for network interconnected processors
US5491810A (en)*1994-03-011996-02-13International Business Machines CorporationMethod and system for automated data storage system space allocation utilizing prioritized data set parameters
US5495457A (en)*1994-03-161996-02-27Kabushiki Kaisha ToshibaData processing system using an optical disc apparatus
US7889847B2 (en)*1994-04-192011-02-15Securus Technologies Holdings, Inc.Computer-based method and apparatus for controlling, monitoring, recording and reporting telephone access
US5608865A (en)*1995-03-141997-03-04Network Integrity, Inc.Stand-in Computer file server providing fast recovery from computer file server failures
US5860073A (en)*1995-07-171999-01-12Microsoft CorporationStyle sheets for publishing system
US6023705A (en)*1995-08-112000-02-08Wachovia CorporationMultiple CD index and loading system and method
US5729743A (en)*1995-11-171998-03-17Deltatech Research, Inc.Computer apparatus and method for merging system deltas
US5864846A (en)*1996-06-281999-01-26Siemens Corporate Research, Inc.Method for facilitating world wide web searches utilizing a document distribution fusion strategy
US5875478A (en)*1996-12-031999-02-23Emc CorporationComputer backup using a file system, network, disk, tape and remote archiving repository media system
US5875481A (en)*1997-01-301999-02-23International Business Machines CorporationDynamic reconfiguration of data storage devices to balance recycle throughput
US6012053A (en)*1997-06-232000-01-04Lycos, Inc.Computer system with user-controlled relevance ranking of search results
US5887134A (en)*1997-06-301999-03-23Sun MicrosystemsSystem and method for preserving message order while employing both programmed I/O and DMA operations
US6195794B1 (en)*1997-08-122001-02-27International Business Machines CorporationMethod and apparatus for distributing templates in a component system
US6026398A (en)*1997-10-162000-02-15Imarket, IncorporatedSystem and methods for searching and matching databases
US6021415A (en)*1997-10-292000-02-01International Business Machines CorporationStorage management system with file aggregation and space reclamation within aggregated files
US5860068A (en)*1997-12-041999-01-12Petabyte CorporationMethod and system for custom manufacture and delivery of a data product
US6674924B2 (en)*1997-12-302004-01-06Steven F. WrightApparatus and method for dynamically routing documents using dynamic control documents and data streams
US6026414A (en)*1998-03-052000-02-15International Business Machines CorporationSystem including a proxy client to backup files in a distributed computing environment
US6995675B2 (en)*1998-03-092006-02-07Curkendall Leland DMethod and system for agricultural data collection and management
US20020032878A1 (en)*1998-03-092002-03-14Karpf Ronald S.Apparatus for and method of administering a decision procedure
US20060011720A1 (en)*1998-03-272006-01-19Call Charles GMethods and apparatus for transferring product information from manufacturers to retailers and distributors via the Internet
US6182198B1 (en)*1998-06-052001-01-30International Business Machines CorporationMethod and apparatus for providing a disc drive snapshot backup while allowing normal drive read, write, and buffering operations
US6862622B2 (en)*1998-07-102005-03-01Van Drebbel Mariner LlcTransmission control protocol/internet protocol (TCP/IP) packet-centric wireless point to multi-point (PTMP) transmission system architecture
US6353878B1 (en)*1998-08-132002-03-05Emc CorporationRemote control of backup media in a secondary storage subsystem through access to a primary storage subsystem
US6269382B1 (en)*1998-08-312001-07-31Microsoft CorporationSystems and methods for migration and recall of data from local and remote storage
US6356901B1 (en)*1998-12-162002-03-12Microsoft CorporationMethod and apparatus for import, transform and export of data
US7006435B1 (en)*1999-04-232006-02-28U4Ea Technologies LimitedRouting Device
US6343287B1 (en)*1999-05-192002-01-29Sun Microsystems, Inc.External data store link for a profile service
US6519679B2 (en)*1999-06-112003-02-11Dell Usa, L.P.Policy based storage configuration
US7877351B2 (en)*1999-07-152011-01-25Commvault Systems, Inc.Hierarchical systems and methods for performing data storage operations
US6538669B1 (en)*1999-07-152003-03-25Dell Products L.P.Graphical user interface for configuration of a storage system
US6691232B1 (en)*1999-08-052004-02-10Sun Microsystems, Inc.Security architecture with environment sensitive credential sufficiency evaluation
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
US6871182B1 (en)*1999-11-102005-03-22Ford Motor CompanyEngineering change decision analysis system and methodology
US6338006B1 (en)*1999-12-112002-01-08International Business Machines CorporationData storage library with efficient cartridge eject
US7003641B2 (en)*2000-01-312006-02-21Commvault Systems, Inc.Logical view with granular access to exchange data managed by a modular data and storage management system
US20030050979A1 (en)*2000-02-252003-03-13Kazunori TakahashiInformation distributing system
US6996616B1 (en)*2000-04-172006-02-07Akamai Technologies, Inc.HTML delivery from edge-of-network servers in a content delivery network (CDN)
US20020032613A1 (en)*2000-04-182002-03-14Buettgenbach Thomas H.Methods and systems for the physical delivery of goods ordered through an electronic network
US6356801B1 (en)*2000-05-192002-03-12International Business Machines CorporationHigh availability work queuing in an automated data storage library
US20020010661A1 (en)*2000-05-312002-01-24Waddington Steffanie G.Distribution system
US6675177B1 (en)*2000-06-212004-01-06Teradactyl, LlcMethod and system for backing up digital data
US7162693B2 (en)*2000-10-022007-01-09Fujitsu LimitedProcess for managing data in which existing data item is moved to neighbor page before insertion or after deletion of another data item
US6704839B2 (en)*2000-10-142004-03-09International Business Machines CorporationData storage system and method of storing data
US7188141B2 (en)*2001-06-292007-03-06International Business Machines CorporationMethod and system for collaborative web research
US20030055671A1 (en)*2001-08-292003-03-20Ramzi NassarArmored data services
US6850994B2 (en)*2001-11-162005-02-01Microsoft CorporationMethod for determining status of a computer device and detecting device behavior in response to a status request
US20070022145A1 (en)*2001-11-232007-01-25Srinivas KavuriSelective data replication system and method
US7496841B2 (en)*2001-12-172009-02-24Workshare Technology, Ltd.Method and system for document collaboration
US6983351B2 (en)*2002-04-112006-01-03International Business Machines CorporationSystem and method to guarantee overwrite of expired data in a virtual tape server
US6851031B2 (en)*2002-08-302005-02-01Alacritus, Inc.Method of importing data from a physical data storage device into a virtual tape library
US20040054607A1 (en)*2002-09-122004-03-18Waddington Steffanie G.Distribution system
US7162496B2 (en)*2002-09-162007-01-09Commvault Systems, Inc.System and method for blind media support
US7162604B1 (en)*2002-10-082007-01-09Ultera Systems, Inc.Multi-user virtual tape system
US7197490B1 (en)*2003-02-102007-03-27Network Appliance, Inc.System and method for lazy-copy sub-volume load balancing in a network attached storage pool
US20050039069A1 (en)*2003-04-032005-02-17Anand PrahladRemote disaster data recovery system and method
US20050033913A1 (en)*2003-04-032005-02-10Rajiv KottomtharayilMethod and system for controlling a robotic arm in a storage device
US20050021524A1 (en)*2003-05-142005-01-27Oliver Jack K.System and method of managing backup media in a computing environment
US20050008163A1 (en)*2003-06-022005-01-13Liquid Machines, Inc.Computer method and apparatus for securely managing data objects in a distributed context
US7012529B2 (en)*2003-06-172006-03-14United Security Applications Id, Inc.Electronic security system for monitoring and recording activity and data relating to cargo
US7191283B2 (en)*2003-08-212007-03-13International Business Machines CorporationGrouping of storage media based on parameters associated with the storage media
US7010387B2 (en)*2003-08-282006-03-07Spectra Logic CorporationRobotic data storage library comprising a virtual port
US7171585B2 (en)*2003-11-262007-01-30International Business Machines CorporationDiagnosing faults and errors from a data repository using directed graphs
US7165059B1 (en)*2003-12-232007-01-16Veritas Operating CorporationPartial file migration mechanism
US8825591B1 (en)*2003-12-312014-09-02Symantec Operating CorporationDynamic storage mechanism
US7893935B1 (en)*2004-03-052011-02-22Hrl Laboratories, LlcMethod and system for hybrid trackball and immersive navigation in a virtual environment
US7653671B2 (en)*2004-03-242010-01-26Hitachi, Ltd.Wide area distributed storage system for checking erasure of worm files
US7644245B2 (en)*2004-04-302010-01-05Commvault Systems, Inc.Systems and methods for detecting and mitigating storage risks
US20060004639A1 (en)*2004-06-222006-01-05O'keefe Edward L JrInterstate sale control process
US20060004675A1 (en)*2004-06-292006-01-05Bennett David AOffline processing systems and methods for a carrier management system
US20060036619A1 (en)*2004-08-092006-02-16Oren FuerstMethod for accessing and analyzing medically related information from multiple sources collected into one or more databases for deriving illness probability and/or for generating alerts for the detection of emergency events relating to disease management including HIV and SARS, and for syndromic surveillance of infectious disease and for predicting risk of adverse events to one or more drugs
US20060069886A1 (en)*2004-09-282006-03-30Akhil TulyaniManaging disk storage media
US20060070061A1 (en)*2004-09-302006-03-30International Business Machines CorporationAllowing multiple decisions to be made by multiple decision makers during software installation
US7873802B2 (en)*2004-11-052011-01-18Commvault Systems, Inc.Systems and methods for recovering electronic information from a storage medium
US20070061266A1 (en)*2005-02-012007-03-15Moore James FSecurity systems and methods for use with structured and unstructured data
US8112605B2 (en)*2005-05-022012-02-07Commvault Systems, Inc.System and method for allocation of organizational resources
US20070028229A1 (en)*2005-07-282007-02-01International Business Machines CorporationMethod and system for dynamic generation of computer system installation instructions
US20070043715A1 (en)*2005-08-182007-02-22Emc CorporationData object search and retrieval
US7660812B2 (en)*2005-09-022010-02-09Imation Corp.Tracking physical inventory of data storage media
US7668884B2 (en)*2005-11-282010-02-23Commvault Systems, Inc.Systems and methods for classifying and transferring information in a storage network
US20070185915A1 (en)*2005-11-282007-08-09Anand PrahladSystems and methods for classifying and transferring information in a storage network
US8661216B2 (en)*2005-12-192014-02-25Commvault Systems, Inc.Systems and methods for migrating components in a hierarchical storage network
US7877362B2 (en)*2005-12-192011-01-25Commvault Systems, Inc.System and method for containerized data storage and tracking
US7659820B2 (en)*2006-06-232010-02-09Sun Microsystems, Inc.Removable data storage media tracking system
US7657666B2 (en)*2006-09-222010-02-02Commvault Systems, Inc.Systems and methods of media management, such as management of media to and from a media storage library, including removable media
US7890796B2 (en)*2006-10-042011-02-15Emc CorporationAutomatic media error correction in a file server
US7882077B2 (en)*2006-10-172011-02-01Commvault Systems, Inc.Method and system for offline indexing of content and classifying stored data
US7882093B2 (en)*2006-12-222011-02-01Commvault Systems, Inc.Managing copies of data
US7865517B2 (en)*2006-12-222011-01-04Commvault Systems, Inc.Managing copies of data
US20100031017A1 (en)*2006-12-292010-02-04Parag GokhaleSystem and method for encrypting secondary copies of data
US20100017528A1 (en)*2007-02-132010-01-21Jun AwanoMobile terminal management system, network device, and mobile terminal operation control method used for them
US8006111B1 (en)*2007-09-212011-08-23Emc CorporationIntelligent file system based power management for shared storage that migrates groups of files based on inactivity threshold
US20100030528A1 (en)*2008-07-182010-02-04Geospatial Mapping Systems, Inc.Method, Apparatus, and System for Determining Accurate Location Data Related to Underground Installations

Cited By (376)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US8930319B2 (en)1999-07-142015-01-06Commvault Systems, Inc.Modular backup and retrieval system used in conjunction with a storage area network
US9003137B2 (en)2000-01-312015-04-07Commvault Systems, Inc.Interface systems and methods for accessing stored data
US8725964B2 (en)2000-01-312014-05-13Commvault Systems, Inc.Interface systems and methods for accessing stored data
US8725731B2 (en)2000-01-312014-05-13Commvault Systems, Inc.Systems and methods for retrieving data in a computer network
US8505010B2 (en)2000-01-312013-08-06Commvault Systems, Inc.Storage of application specific profiles correlating to document versions
US9274803B2 (en)2000-01-312016-03-01Commvault Systems, Inc.Storage of application specific profiles correlating to document versions
US20110173171A1 (en)*2000-01-312011-07-14Randy De MenoStorage of application specific profiles correlating to document versions
US9164850B2 (en)2001-09-282015-10-20Commvault Systems, Inc.System and method for archiving objects in an information store
US8612394B2 (en)2001-09-282013-12-17Commvault Systems, Inc.System and method for archiving objects in an information store
US20110231852A1 (en)*2001-11-232011-09-22Parag GokhaleMethod and system for scheduling media exports
US8924428B2 (en)2001-11-232014-12-30Commvault Systems, Inc.Systems and methods of media management, such as management of media to and from a media storage library
US10162712B2 (en)2003-04-032018-12-25Commvault Systems, Inc.System and method for extended media retention
US8463753B2 (en)2003-04-032013-06-11Commvault Systems, Inc.System and method for extended media retention
US9251190B2 (en)2003-04-032016-02-02Commvault Systems, Inc.System and method for sharing media in a computer network
US9201917B2 (en)2003-04-032015-12-01Commvault Systems, Inc.Systems and methods for performing storage operations in a computer network
US20090313448A1 (en)*2003-04-032009-12-17Parag GokhaleSystem and method for extended media retention
US8209293B2 (en)2003-04-032012-06-26Commvault Systems, Inc.System and method for extended media retention
US9940043B2 (en)2003-04-032018-04-10Commvault Systems, Inc.Systems and methods for performing storage operations in a computer network
US9003117B2 (en)2003-06-252015-04-07Commvault Systems, Inc.Hierarchical systems and methods for performing storage operations in a computer network
US9104340B2 (en)2003-11-132015-08-11Commvault Systems, Inc.Systems and methods for performing storage operations using network attached storage
US10191675B2 (en)2004-11-052019-01-29Commvault Systems, Inc.Methods and system of pooling secondary storage devices
US9507525B2 (en)2004-11-052016-11-29Commvault Systems, Inc.Methods and system of pooling storage devices
US20100002873A1 (en)*2005-08-252010-01-07Microsoft CorporationCipher For Disk Encryption
US8230171B2 (en)2005-12-192012-07-24Commvault Systems, Inc.System and method for improved media identification in a storage device
US8463994B2 (en)2005-12-192013-06-11Commvault Systems, Inc.System and method for improved media identification in a storage device
US8656068B2 (en)2006-09-222014-02-18Commvault Systems, Inc.Systems and methods of media management, such as management of media to and from a media storage library, including removable media
US8886853B2 (en)2006-09-222014-11-11Commvault Systems, Inc.Systems and methods for uniquely identifying removable media by its manufacturing defects wherein defects includes bad memory or redundant cells or both
US8539118B2 (en)2006-09-222013-09-17Commvault Systems, Inc.Systems and methods of media management, such as management of media to and from a media storage library, including removable media
US8346734B2 (en)2006-12-222013-01-01Commvault Systems, Inc.Systems and methods of media management, such as management of media to and from a media storage library
US8756203B2 (en)2006-12-222014-06-17Commvault Systems, Inc.Systems and methods of media management, such as management of media to and from a media storage library
US20080243420A1 (en)*2006-12-222008-10-02Parag GokhaleSystems and methods of media management, such as management of media to and from a media storage library
US8341182B2 (en)2006-12-222012-12-25Commvault Systems, Inc.Systems and methods of media management, such as management of media to and from a media storage library
US8346733B2 (en)2006-12-222013-01-01Commvault Systems, Inc.Systems and methods of media management, such as management of media to and from a media storage library
US8229954B2 (en)2006-12-222012-07-24Commvault Systems, Inc.Managing copies of data
US20080243870A1 (en)*2006-12-222008-10-02Muller Marcus SSystems and methods of media management, such as management of media to and from a media storage library
US20080243754A1 (en)*2006-12-222008-10-02Parag GokhaleSystems and methods of media management, such as management of media to and from a media storage library
US20110213755A1 (en)*2006-12-222011-09-01Srinivas KavuriSystems and methods of hierarchical storage management, such as global management of storage operations
US20080250076A1 (en)*2006-12-222008-10-09Muller Marcus SSystems and methods of media management, such as management of media to and from a media storage library
US8402000B2 (en)2006-12-222013-03-19Commvault Systems, Inc.Systems and methods of media management, such as management of media to and from a media storage library
US8782064B2 (en)2006-12-222014-07-15Commvault Systems, Inc.Managing copies of data
US8484165B2 (en)2006-12-222013-07-09Commvault Systems, Inc.Systems and methods of media management, such as management of media to and from a media storage library
US8832031B2 (en)2006-12-222014-09-09Commvault Systems, Inc.Systems and methods of hierarchical storage management, such as global management of storage operations
US20080249656A1 (en)*2006-12-222008-10-09Parag GokhaleSystems and methods of media management, such as management of media to and from a media storage library
US9021282B2 (en)2007-08-282015-04-28Commvault Systems, Inc.Power management of data processing resources, such as power adaptive management of data storage operations
US10379598B2 (en)2007-08-282019-08-13Commvault Systems, Inc.Power management of data processing resources, such as power adaptive management of data storage operations
US20110239013A1 (en)*2007-08-282011-09-29Muller Marcus SPower management of data processing resources, such as power adaptive management of data storage operations
US8707070B2 (en)2007-08-282014-04-22Commvault Systems, Inc.Power management of data processing resources, such as power adaptive management of data storage operations
US8706976B2 (en)2007-08-302014-04-22Commvault Systems, Inc.Parallel access virtual tape library and drives
US20090063765A1 (en)*2007-08-302009-03-05Rajiv KottomtharayilParallel access virtual tape library and drives
US8996823B2 (en)2007-08-302015-03-31Commvault Systems, Inc.Parallel access virtual tape library and drives
US20110093471A1 (en)*2007-10-172011-04-21Brian BrockwayLegal compliance, electronic discovery and electronic document handling of online and offline copies of data
US8396838B2 (en)2007-10-172013-03-12Commvault Systems, Inc.Legal compliance, electronic discovery and electronic document handling of online and offline copies of data
US20090320029A1 (en)*2008-06-182009-12-24Rajiv KottomtharayilData protection scheduling, such as providing a flexible backup window in a data protection system
US11321181B2 (en)2008-06-182022-05-03Commvault Systems, Inc.Data protection scheduling, such as providing a flexible backup window in a data protection system
US8769048B2 (en)2008-06-182014-07-01Commvault Systems, Inc.Data protection scheduling, such as providing a flexible backup window in a data protection system
US12105598B2 (en)2008-06-182024-10-01Commvault Systems, Inc.Data protection scheduling, such as providing a flexible backup window in a data protection system
US10198324B2 (en)2008-06-182019-02-05Commvault 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
US9612916B2 (en)2008-06-192017-04-04Commvault Systems, Inc.Data storage resource allocation using blacklisting of data storage requests classified in the same category as a data storage request that is determined to fail if attempted
US10789133B2 (en)2008-06-192020-09-29Commvault Systems, Inc.Data storage resource allocation by performing abbreviated resource checks of certain data storage resources based on relative scarcity to determine whether data storage requests would fail
US9639400B2 (en)2008-06-192017-05-02Commvault Systems, Inc.Data storage resource allocation by employing dynamic methods and blacklisting resource request pools
US10768987B2 (en)2008-06-192020-09-08Commvault Systems, Inc.Data storage resource allocation list updating for data storage operations
US10162677B2 (en)2008-06-192018-12-25Commvault Systems, Inc.Data storage resource allocation list updating for data storage operations
US9823979B2 (en)2008-06-192017-11-21Commvault Systems, Inc.Updating a list of data storage requests if an abbreviated resource check determines that a request in the list would fail if attempted
US20090320037A1 (en)*2008-06-192009-12-24Parag GokhaleData storage resource allocation by employing dynamic methods and blacklisting resource request pools
US20090320033A1 (en)*2008-06-192009-12-24Parag GokhaleData storage resource allocation by employing dynamic methods and blacklisting resource request pools
US10613942B2 (en)2008-06-192020-04-07Commvault Systems, Inc.Data storage resource allocation using blacklisting of data storage requests classified in the same category as a data storage request that is determined to fail if attempted
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
US9262226B2 (en)2008-06-192016-02-16Commvault Systems, Inc.Data storage resource allocation by employing dynamic methods and blacklisting resource request pools
US11392542B2 (en)2008-09-052022-07-19Commvault Systems, Inc.Image level copy or restore, such as image level restore without knowledge of data object metadata
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
US20100070725A1 (en)*2008-09-052010-03-18Anand PrahladSystems and methods for management of virtualization data
US20100076932A1 (en)*2008-09-052010-03-25Lad Kamleshkumar KImage level copy or restore, such as image level restore without knowledge of data object metadata
US12216613B2 (en)2008-09-052025-02-04Commvault Systems, Inc.Image level copy or restore, such as image level restore without knowledge of data object metadata
US10459882B2 (en)2008-09-052019-10-29Commvault Systems, Inc.Image level copy or restore, such as image level restore without knowledge of data object metadata
US8307177B2 (en)2008-09-052012-11-06Commvault Systems, Inc.Systems and methods for management of virtualization data
US11436210B2 (en)2008-09-052022-09-06Commvault Systems, Inc.Classification of virtualization data
US10754841B2 (en)2008-09-052020-08-25Commvault Systems, Inc.Systems and methods for management of virtualization data
US10572445B2 (en)2008-09-122020-02-25Commvault Systems, Inc.Transferring or migrating portions of data objects, such as block-level data migration or chunk-based data migration
US10547678B2 (en)2008-09-152020-01-28Commvault Systems, Inc.Data transfer techniques within data storage devices, such as network attached storage performing data migration
US8285681B2 (en)2009-06-302012-10-09Commvault Systems, Inc.Data object store and server for a cloud storage environment, including data deduplication and data management across multiple cloud storage sites
US8849761B2 (en)2009-06-302014-09-30Commvault Systems, Inc.Data object store and server for a cloud storage environment, including data deduplication and data management across multiple cloud storage sites
US20100333116A1 (en)*2009-06-302010-12-30Anand PrahladCloud gateway system for managing data storage to cloud storage sites
US12321592B2 (en)2009-06-302025-06-03Commvault Systems, Inc.Data object store and server for a cloud storage environment
US20100332479A1 (en)*2009-06-302010-12-30Anand PrahladPerforming data storage operations in a cloud storage environment, including searching, encryption and indexing
US20100332454A1 (en)*2009-06-302010-12-30Anand PrahladPerforming data storage operations with a cloud environment, including containerized deduplication, data pruning, and data transfer
US20100332401A1 (en)*2009-06-302010-12-30Anand PrahladPerforming data storage operations with a cloud storage environment, including automatically selecting among multiple cloud storage sites
US10248657B2 (en)2009-06-302019-04-02Commvault Systems, Inc.Data object store and server for a cloud storage environment, including data deduplication and data management across multiple cloud storage sites
US8849955B2 (en)2009-06-302014-09-30Commvault Systems, Inc.Cloud storage and networking agents, including agents for utilizing multiple, different cloud storage sites
US9454537B2 (en)2009-06-302016-09-27Commvault Systems, Inc.Data object store and server for a cloud storage environment, including data deduplication and data management across multiple cloud storage sites
US8612439B2 (en)2009-06-302013-12-17Commvault Systems, Inc.Performing data storage operations in a cloud storage environment, including searching, encryption and indexing
US9171008B2 (en)2009-06-302015-10-27Commvault Systems, Inc.Performing data storage operations with a cloud environment, including containerized deduplication, data pruning, and data transfer
US11308035B2 (en)2009-06-302022-04-19Commvault Systems, Inc.Data object store and server for a cloud storage environment, including data deduplication and data management across multiple cloud storage sites
US11907168B2 (en)2009-06-302024-02-20Commvault Systems, Inc.Data object store and server for a cloud storage environment, including data deduplication and data management across multiple cloud storage sites
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
US20110195821A1 (en)*2010-02-092011-08-11GoBe Healthy, LLCOmni-directional exercise device
US9037538B2 (en)*2010-05-132015-05-19Hewlett-Packard Development Company, L.P.File system migration
US20130054520A1 (en)*2010-05-132013-02-28Hewlett-Packard Development Company, L.P.File system migration
US12001295B2 (en)2010-06-042024-06-04Commvault Systems, Inc.Heterogeneous indexing and load balancing of backup and indexing resources
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
US10275318B2 (en)2010-09-302019-04-30Commvault Systems, Inc.Data recovery operations, such as recovery from modified network data management protocol data
US9244779B2 (en)2010-09-302016-01-26Commvault Systems, Inc.Data recovery operations, such as recovery from modified network data management protocol data
US11640338B2 (en)2010-09-302023-05-02Commvault Systems, Inc.Data recovery operations, such as recovery from modified network data management protocol data
US9557929B2 (en)2010-09-302017-01-31Commvault Systems, Inc.Data recovery operations, such as recovery from modified network data management protocol data
US10983870B2 (en)2010-09-302021-04-20Commvault Systems, Inc.Data recovery operations, such as recovery from modified network data management protocol data
US8386501B2 (en)2010-10-202013-02-26Microsoft CorporationDynamically splitting multi-tenant databases
US8296267B2 (en)2010-10-202012-10-23Microsoft CorporationUpgrade of highly available farm server groups
US8417737B2 (en)2010-10-202013-04-09Microsoft CorporationOnline database availability during upgrade
US9043370B2 (en)2010-10-202015-05-26Microsoft Technology Licensing, LlcOnline database availability during upgrade
US8799453B2 (en)2010-10-202014-08-05Microsoft CorporationManaging networks and machines for an online service
US8751656B2 (en)2010-10-202014-06-10Microsoft CorporationMachine manager for deploying and managing machines
US9075661B2 (en)2010-10-202015-07-07Microsoft Technology Licensing, LlcPlacing objects on hosts using hard and soft constraints
US9015177B2 (en)2010-10-202015-04-21Microsoft Technology Licensing, LlcDynamically splitting multi-tenant databases
WO2012054222A3 (en)*2010-10-202012-07-12Microsoft CorporationManaging networks and machines for an online service
US8850550B2 (en)2010-11-232014-09-30Microsoft CorporationUsing cached security tokens in an online service
US9721030B2 (en)2010-12-092017-08-01Microsoft Technology Licensing, LlcCodeless sharing of spreadsheet objects
US10467315B2 (en)2010-12-092019-11-05Microsoft Technology Licensing, LlcCodeless sharing of spreadsheet objects
US11228647B2 (en)2011-01-202022-01-18Commvault Systems, Inc.System and method for sharing SAN storage
US9578101B2 (en)2011-01-202017-02-21Commvault Systems, Inc.System and method for sharing san storage
US9021198B1 (en)2011-01-202015-04-28Commvault Systems, Inc.System and method for sharing SAN storage
US9092378B2 (en)2011-03-312015-07-28Commvault Systems, Inc.Restoring computing environments, such as autorecovery of file systems at certain points in time
US8849762B2 (en)2011-03-312014-09-30Commvault Systems, Inc.Restoring computing environments, such as autorecovery of file systems at certain points in time
US20120260040A1 (en)*2011-04-082012-10-11Symantec CorporationPolicy for storing data objects in a multi-tier storage system
US8578096B2 (en)*2011-04-082013-11-05Symantec CorporationPolicy for storing data objects in a multi-tier storage system
US11032146B2 (en)2011-09-302021-06-08Commvault Systems, Inc.Migration of existing computing systems to cloud computing sites or virtual machines
US20130311423A1 (en)*2012-03-262013-11-21Good Red Innovation Pty Ltd.Data selection and identification
US10547684B2 (en)2012-03-302020-01-28Commvault Systems, Inc.Information management of data associated with multiple cloud services
US10264074B2 (en)2012-03-302019-04-16Commvault Systems, Inc.Information management of data associated with multiple cloud services
US10075527B2 (en)2012-03-302018-09-11Commvault Systems, Inc.Information management of data associated with multiple cloud services
US10157184B2 (en)2012-03-302018-12-18Commvault Systems, Inc.Data previewing before recalling large data files
US8950009B2 (en)2012-03-302015-02-03Commvault Systems, Inc.Information management of data associated with multiple cloud services
US10999373B2 (en)2012-03-302021-05-04Commvault Systems, Inc.Information management of data associated with multiple cloud services
US9959333B2 (en)2012-03-302018-05-01Commvault Systems, Inc.Unified access to personal data
US9213848B2 (en)2012-03-302015-12-15Commvault Systems, Inc.Information management of data associated with multiple cloud services
US9529871B2 (en)2012-03-302016-12-27Commvault Systems, Inc.Information management of mobile device data
US9571579B2 (en)2012-03-302017-02-14Commvault Systems, Inc.Information management of data associated with multiple cloud services
US11956310B2 (en)2012-03-302024-04-09Commvault Systems, Inc.Information management of data associated with multiple cloud services
US9262496B2 (en)2012-03-302016-02-16Commvault Systems, Inc.Unified access to personal data
US10318542B2 (en)2012-03-302019-06-11Commvault Systems, Inc.Information management of mobile device data
US11611479B2 (en)2012-03-312023-03-21Commvault Systems, Inc.Migration of existing computing systems to cloud computing sites or virtual machines
US9122527B2 (en)*2012-08-212015-09-01International Business Machines CorporationResource allocation for migration within a multi-tiered system
US9401852B2 (en)2012-08-212016-07-26International Business Machines CorporationResource allocation for migration within a multi-tiered system
US9250965B2 (en)2012-08-212016-02-02International Business Machines CorporationResource allocation for migration within a multi-tiered system
US9613037B2 (en)2012-08-212017-04-04International Business Machines CorporationResource allocation for migration within a multi-tiered system
US20140059559A1 (en)*2012-08-212014-02-27International Business Machines CorporationIntellegent tiering
US10733143B2 (en)2012-12-212020-08-04Commvault Systems, Inc.Systems and methods to identify unprotected virtual machines
US9965316B2 (en)2012-12-212018-05-08Commvault Systems, Inc.Archiving virtual machines in a data storage system
US10684883B2 (en)2012-12-212020-06-16Commvault Systems, Inc.Archiving virtual machines in a data storage system
US9311121B2 (en)2012-12-212016-04-12Commvault Systems, Inc.Archiving virtual machines in a data storage system
US9684535B2 (en)2012-12-212017-06-20Commvault Systems, Inc.Archiving virtual machines in a data storage system
US10824464B2 (en)2012-12-212020-11-03Commvault Systems, Inc.Archiving virtual machines in a data storage system
US9740702B2 (en)2012-12-212017-08-22Commvault Systems, Inc.Systems and methods to identify unprotected virtual machines
US11544221B2 (en)2012-12-212023-01-03Commvault Systems, Inc.Systems and methods to identify unprotected virtual machines
US11468005B2 (en)2012-12-212022-10-11Commvault Systems, Inc.Systems and methods to identify unprotected virtual machines
US11099886B2 (en)2012-12-212021-08-24Commvault Systems, Inc.Archiving virtual machines in a data storage system
US10831778B2 (en)2012-12-272020-11-10Commvault Systems, Inc.Application of information management policies based on operation with a geographic entity
US9633216B2 (en)2012-12-272017-04-25Commvault Systems, Inc.Application of information management policies based on operation with a geographic entity
US11243849B2 (en)2012-12-272022-02-08Commvault Systems, Inc.Restoration of centralized data storage manager, such as data storage manager in a hierarchical data storage system
US12001451B2 (en)2012-12-272024-06-04Commvault Systems, Inc.Application of information management policies based on operation with a geographic entity
US11409765B2 (en)2012-12-272022-08-09Commvault Systems, Inc.Application of information management policies based on operation with a geographic entity
US10303559B2 (en)2012-12-272019-05-28Commvault Systems, Inc.Restoration of centralized data storage manager, such as data storage manager in a hierarchical data storage system
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
US11099944B2 (en)2012-12-282021-08-24Commvault Systems, Inc.Storing metadata at a cloud-based data recovery center for disaster recovery testing and recovery of backup data stored remotely from the cloud-based data recovery center
US10956201B2 (en)2012-12-282021-03-23Commvault Systems, Inc.Systems and methods for repurposing virtual machines
US10346259B2 (en)2012-12-282019-07-09Commvault Systems, Inc.Data recovery using a cloud-based remote data recovery center
US10896053B2 (en)2013-01-082021-01-19Commvault Systems, Inc.Virtual machine load balancing
US9703584B2 (en)2013-01-082017-07-11Commvault Systems, Inc.Virtual server agent load balancing
US12299467B2 (en)2013-01-082025-05-13Commvault Systems, Inc.Virtual server agent load balancing
US9977687B2 (en)2013-01-082018-05-22Commvault Systems, Inc.Virtual server agent load balancing
US10474483B2 (en)2013-01-082019-11-12Commvault Systems, Inc.Virtual server agent load balancing
US11734035B2 (en)2013-01-082023-08-22Commvault Systems, Inc.Virtual machine load balancing
US11922197B2 (en)2013-01-082024-03-05Commvault Systems, Inc.Virtual server agent load balancing
US20140201152A1 (en)*2013-01-112014-07-17Commvault Systems, Inc.Systems and methods to process block-level backup for selective file restoration for virtual machines
US9495404B2 (en)*2013-01-112016-11-15Commvault Systems, Inc.Systems and methods to process block-level backup for selective file restoration for virtual machines
US20140201162A1 (en)*2013-01-112014-07-17Commvault Systems, Inc.Systems and methods to restore selected files from block-level backup for virtual machines
US20140201151A1 (en)*2013-01-112014-07-17Commvault Systems, Inc.Systems and methods to select files for restoration from block-level backup for virtual machines
US10108652B2 (en)2013-01-112018-10-23Commvault Systems, Inc.Systems and methods to process block-level backup for selective file restoration for virtual machines
US9489244B2 (en)2013-01-142016-11-08Commvault Systems, Inc.Seamless virtual machine recall in a data storage system
US9652283B2 (en)2013-01-142017-05-16Commvault Systems, Inc.Creation of virtual machine placeholders in a data storage system
US9286110B2 (en)2013-01-142016-03-15Commvault Systems, Inc.Seamless virtual machine recall in a data storage system
US9766989B2 (en)2013-01-142017-09-19Commvault Systems, Inc.Creation of virtual machine placeholders in a data storage system
US11093336B2 (en)2013-03-112021-08-17Commvault Systems, Inc.Browsing data stored in a backup format
US10540235B2 (en)2013-03-112020-01-21Commvault Systems, Inc.Single index to query multiple backup formats
US9459968B2 (en)2013-03-112016-10-04Commvault Systems, Inc.Single index to query multiple backup formats
US11010011B2 (en)2013-09-122021-05-18Commvault 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
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
US20150120857A1 (en)*2013-10-292015-04-30Ricoh Company, Ltd.Information processing system and method of processing information
US10187467B2 (en)*2013-10-292019-01-22Ricoh Company, Ltd.Information processing system and method of processing information
US10671284B2 (en)2014-01-132020-06-02International Business Machines CorporationPlacement and movement of sub-units of a storage unit in a tiered storage environment
US10860401B2 (en)2014-02-272020-12-08Commvault Systems, Inc.Work flow management for an information management system
US10169121B2 (en)2014-02-272019-01-01Commvault Systems, Inc.Work flow management for an information management system
US10523752B2 (en)*2014-03-052019-12-31Commvault Systems, Inc.Cross-system storage management for transferring data across autonomous information management systems
US9769260B2 (en)*2014-03-052017-09-19Commvault Systems, Inc.Cross-system storage management for transferring data across autonomous information management systems
US10205780B2 (en)*2014-03-052019-02-12Commvault Systems, Inc.Cross-system storage management for transferring data across autonomous information management systems
US9648100B2 (en)2014-03-052017-05-09Commvault Systems, Inc.Cross-system storage management for transferring data across autonomous information management systems
US11316920B2 (en)*2014-03-052022-04-26Commvault Systems, Inc.Cross-system storage management for transferring data across autonomous information management systems
US20170134492A1 (en)*2014-03-052017-05-11Commvault Systems, Inc.Cross-system storage management for transferring data across autonomous information management systems
US10986181B2 (en)*2014-03-052021-04-20Commvault Systems, Inc.Cross-system storage management for transferring data across autonomous information management systems
US11321189B2 (en)2014-04-022022-05-03Commvault 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
US11113154B2 (en)2014-04-162021-09-07Commvault Systems, Inc.User-level quota management of data objects stored in information management systems
US10310950B2 (en)2014-05-092019-06-04Commvault Systems, Inc.Load balancing across multiple data paths
US11593227B2 (en)2014-05-092023-02-28Commvault Systems, Inc.Load balancing across multiple data paths
US11119868B2 (en)2014-05-092021-09-14Commvault Systems, Inc.Load balancing across multiple data paths
US9740574B2 (en)2014-05-092017-08-22Commvault Systems, Inc.Load balancing across multiple data paths
US11989102B2 (en)2014-05-092024-05-21Commvault Systems, Inc.Using different target storage devices in a backup storage system
US10776219B2 (en)2014-05-092020-09-15Commvault Systems, Inc.Load balancing across multiple data paths
US10650057B2 (en)2014-07-162020-05-12Commvault Systems, Inc.Volume or virtual machine level backup and generating placeholders for virtual machine files
US11625439B2 (en)2014-07-162023-04-11Commvault Systems, Inc.Volume or virtual machine level backup and generating placeholders for virtual machine files
US11416341B2 (en)2014-08-062022-08-16Commvault Systems, Inc.Systems and methods to reduce application downtime during a restore operation using a pseudo-storage device
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
US10437505B2 (en)2014-09-222019-10-08Commvault Systems, Inc.Efficiently restoring execution of a backed up virtual machine based on coordination with virtual-machine-file-relocation operations
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
US10048889B2 (en)2014-09-222018-08-14Commvault Systems, Inc.Efficient live-mount of a backed up virtual machine in a storage management system
US9996534B2 (en)2014-09-222018-06-12Commvault 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
US9928001B2 (en)2014-09-222018-03-27Commvault Systems, Inc.Efficiently restoring execution of a backed up virtual machine based on coordination with virtual-machine-file-relocation operations
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
US10452303B2 (en)2014-09-222019-10-22Commvault Systems, Inc.Efficient live-mount of a backed up virtual machine in a storage management system
US10572468B2 (en)2014-09-222020-02-25Commvault Systems, Inc.Restoring execution of a backed up virtual machine based on coordination with virtual-machine-file-relocation operations
US9866634B1 (en)*2014-09-262018-01-09Western Digital Technologies, Inc.Managing and accessing data storage systems
US9444811B2 (en)2014-10-212016-09-13Commvault Systems, Inc.Using an enhanced data agent to restore backed up data across autonomous storage management systems
US9645762B2 (en)2014-10-212017-05-09Commvault Systems, Inc.Using an enhanced data agent to restore backed up data across autonomous storage management systems
US11169729B2 (en)2014-10-212021-11-09Commvault Systems, Inc.Using an enhanced data agent to restore backed up data across autonomous storage management systems
US10474388B2 (en)2014-10-212019-11-12Commvault Systems, Inc.Using an enhanced data agent to restore backed up data across autonomous storage management systems
US10073650B2 (en)2014-10-212018-09-11Commvault Systems, Inc.Using an enhanced data agent to restore backed up data across autonomous storage management systems
US10776209B2 (en)2014-11-102020-09-15Commvault Systems, Inc.Cross-platform virtual machine backup and replication
US9823977B2 (en)2014-11-202017-11-21Commvault Systems, Inc.Virtual machine change block tracking
US12061798B2 (en)2014-11-202024-08-13Commvault Systems, Inc.Virtual machine change block tracking
US9983936B2 (en)2014-11-202018-05-29Commvault Systems, Inc.Virtual machine change block tracking
US11422709B2 (en)2014-11-202022-08-23Commvault Systems, Inc.Virtual machine change block tracking
US9996287B2 (en)2014-11-202018-06-12Commvault Systems, Inc.Virtual machine change block tracking
US10509573B2 (en)2014-11-202019-12-17Commvault Systems, Inc.Virtual machine change block tracking
US9747319B2 (en)2014-12-312017-08-29Nexenta Systems, Inc.Read-modify-write processing of chunks at the storage server level in a distributed object storage system
CN104537130A (en)*2015-01-302015-04-22浪潮(北京)电子信息产业有限公司Method and system for realizing distributed cluster file management and clients
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
US20190080099A1 (en)*2015-03-302019-03-14Amazon Technologies, Inc.Performing operations on intelligent storage with hardened interfaces
US10503917B2 (en)*2015-03-302019-12-10Amazon Technologies, Inc.Performing operations on intelligent storage with hardened interfaces
US11500730B2 (en)2015-03-302022-11-15Commvault 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
US10127389B1 (en)*2015-03-302018-11-13Amazon Technologies, Inc.Performing operations on intelligent storage with hardened interfaces
US10733058B2 (en)2015-03-302020-08-04Commvault 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
WO2016210411A1 (en)*2015-06-262016-12-29Intel CorporationObject based storage cluster with multiple selectable data handling policies
US11314424B2 (en)2015-07-222022-04-26Commvault Systems, Inc.Restore for block-level backups
US10884634B2 (en)2015-07-222021-01-05Commvault Systems, Inc.Browse and restore for block-level backups
US10168929B2 (en)2015-07-222019-01-01Commvault Systems, Inc.Browse and restore for block-level backups
US9766825B2 (en)2015-07-222017-09-19Commvault Systems, Inc.Browse and restore for block-level backups
US11733877B2 (en)2015-07-222023-08-22Commvault Systems, Inc.Restore for block-level backups
US10747436B2 (en)2015-09-022020-08-18Commvault Systems, Inc.Migrating data to disk without interrupting running operations
US10101913B2 (en)2015-09-022018-10-16Commvault Systems, Inc.Migrating data to disk without interrupting running backup operations
US11157171B2 (en)2015-09-022021-10-26Commvault Systems, Inc.Migrating data to disk without interrupting running operations
US10318157B2 (en)2015-09-022019-06-11Commvault Systems, Inc.Migrating data to disk without interrupting running operations
US10459891B2 (en)*2015-09-302019-10-29Western Digital Technologies, Inc.Replicating data across data storage devices of a logical volume
US20170091222A1 (en)*2015-09-302017-03-30Western Digital Technologies, Inc.Replicating data across data storage devices of a logical volume
US20170257434A1 (en)*2016-03-072017-09-07Qnap Systems, Inc.Electronic apparatus and method for expanding storage capacity of electronic apparatus
US10178172B2 (en)*2016-03-072019-01-08Qnap Systems, Inc.Electronic apparatus and method for expanding storage capacity of electronic apparatus
US12373308B2 (en)2016-03-092025-07-29Commvault Systems, Inc.Restoring virtual machine data to cloud using a virtual server cloud file system
US12038814B2 (en)2016-03-092024-07-16Commvault Systems, Inc.Virtual server cloud file system for backing up cloud-based virtual machine data
US10565067B2 (en)2016-03-092020-02-18Commvault Systems, Inc.Virtual server cloud file system for virtual machine backup from cloud operations
US10592350B2 (en)2016-03-092020-03-17Commvault Systems, Inc.Virtual server cloud file system for virtual machine restore to cloud operations
US11436038B2 (en)2016-03-092022-09-06Commvault 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)
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
US10747630B2 (en)2016-09-302020-08-18Commvault Systems, Inc.Heartbeat monitoring of virtual machines for initiating failover operations in a data storage management system, including operations by a master monitor node
US11429499B2 (en)2016-09-302022-08-30Commvault Systems, Inc.Heartbeat monitoring of virtual machines for initiating failover operations in a data storage management system, including operations by a master monitor node
US10417102B2 (en)2016-09-302019-09-17Commvault Systems, Inc.Heartbeat monitoring of virtual machines for initiating failover operations in a data storage management system, including virtual machine distribution logic
US10896104B2 (en)2016-09-302021-01-19Commvault Systems, Inc.Heartbeat monitoring of virtual machines for initiating failover operations in a data storage management system, using ping monitoring of target virtual machines
US11934859B2 (en)2016-10-252024-03-19Commvault Systems, Inc.Targeted snapshot based on virtual machine location
US10162528B2 (en)2016-10-252018-12-25Commvault Systems, Inc.Targeted snapshot based on virtual machine location
US12204929B2 (en)2016-10-252025-01-21Commvault Systems, Inc.Targeted snapshot based on virtual machine location
US10152251B2 (en)2016-10-252018-12-11Commvault Systems, Inc.Targeted backup of virtual machine
US10824459B2 (en)2016-10-252020-11-03Commvault Systems, Inc.Targeted snapshot based on virtual machine location
US11416280B2 (en)2016-10-252022-08-16Commvault Systems, Inc.Targeted snapshot based on virtual machine location
US10678758B2 (en)2016-11-212020-06-09Commvault Systems, Inc.Cross-platform virtual machine data and memory backup and replication
US11436202B2 (en)2016-11-212022-09-06Commvault Systems, Inc.Cross-platform virtual machine data and memory backup and replication
US11983075B2 (en)2017-02-082024-05-14Commvault Systems, Inc.Migrating data and metadata from a backup system
US11467914B2 (en)2017-02-082022-10-11Commvault Systems, Inc.Migrating content and metadata from a backup system
US10838821B2 (en)2017-02-082020-11-17Commvault Systems, Inc.Migrating content and metadata from a backup system
US12001301B2 (en)2017-02-272024-06-04Commvault Systems, Inc.Hypervisor-independent reference copies of virtual machine payload data based on block-level pseudo-mount
US11321195B2 (en)2017-02-272022-05-03Commvault Systems, Inc.Hypervisor-independent reference copies of virtual machine payload data based on block-level pseudo-mount
US11573862B2 (en)2017-03-152023-02-07Commvault Systems, Inc.Application aware backup of virtual machines
US10949308B2 (en)2017-03-152021-03-16Commvault Systems, Inc.Application aware backup of virtual machines
US10877851B2 (en)2017-03-242020-12-29Commvault Systems, Inc.Virtual machine recovery point selection
US12430214B2 (en)2017-03-242025-09-30Commvault Systems, Inc.Time-based virtual machine reversion
US10983875B2 (en)2017-03-242021-04-20Commvault Systems, Inc.Time-based virtual machine reversion
US10474542B2 (en)2017-03-242019-11-12Commvault Systems, Inc.Time-based virtual machine reversion
US10896100B2 (en)2017-03-242021-01-19Commvault Systems, Inc.Buffered virtual machine replication
US11526410B2 (en)2017-03-242022-12-13Commvault Systems, Inc.Time-based virtual machine reversion
US12032455B2 (en)2017-03-242024-07-09Commvault Systems, Inc.Time-based virtual machine reversion
US11656784B2 (en)2017-03-272023-05-23Commvault Systems, Inc.Creating local copies of data stored in cloud-based data repositories
US10891069B2 (en)2017-03-272021-01-12Commvault Systems, Inc.Creating local copies of data stored in online data repositories
US12039183B2 (en)2017-03-272024-07-16Commvault Systems, Inc.Creating local copies of data stored in cloud-based data repositories
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
US11520755B2 (en)2017-03-282022-12-06Commvault Systems, Inc.Migration of a database management system to cloud storage
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
US11074140B2 (en)2017-03-292021-07-27Commvault Systems, Inc.Live browsing of granular mailbox data
US11650885B2 (en)2017-03-292023-05-16Commvault Systems, Inc.Live browsing of granular mailbox data
US11669414B2 (en)2017-03-292023-06-06Commvault Systems, Inc.External dynamic virtual machine synchronization
US12045140B2 (en)2017-03-292024-07-23Commvault Systems, Inc.Live browsing of granular mailbox data
US11249864B2 (en)2017-03-292022-02-15Commvault Systems, Inc.External dynamic virtual machine synchronization
US11704223B2 (en)2017-03-312023-07-18Commvault Systems, Inc.Managing data from internet of things (IoT) devices in a vehicle
US11853191B2 (en)2017-03-312023-12-26Commvault Systems, Inc.Management of internet of things devices
US11314618B2 (en)2017-03-312022-04-26Commvault Systems, Inc.Management of internet of things devices
US11221939B2 (en)2017-03-312022-01-11Commvault Systems, Inc.Managing data from internet of things devices in a vehicle
US11294786B2 (en)2017-03-312022-04-05Commvault Systems, Inc.Management of internet of things devices
US12316490B2 (en)2017-03-312025-05-27Commvault Systems, Inc.Managing data from internet of things (IoT) devices
CN110325964A (en)*2017-04-042019-10-11甲骨文国际公司Virtual configuration system and method
US11294768B2 (en)2017-06-142022-04-05Commvault Systems, Inc.Live browsing of backed up data residing on cloned disks
US11575747B2 (en)2017-12-122023-02-07Commvault Systems, Inc.Enhanced network attached storage (NAS) services interfacing to cloud storage
US12003581B2 (en)2017-12-122024-06-04Commvault Systems, Inc.Enhanced network attached storage (NAS) interoperating with and overflowing to cloud storage resources
US12375560B2 (en)2017-12-122025-07-29Commvault Systems, Inc.Enhanced network attached storage (NAS) services interfacing to cloud storage
US10742735B2 (en)2017-12-122020-08-11Commvault Systems, Inc.Enhanced network attached storage (NAS) services interfacing to cloud storage
US10795927B2 (en)2018-02-052020-10-06Commvault Systems, Inc.On-demand metadata extraction of clinical image data
US11567990B2 (en)2018-02-052023-01-31Commvault Systems, Inc.On-demand metadata extraction of clinical image data
US10877928B2 (en)2018-03-072020-12-29Commvault Systems, Inc.Using utilities injected into cloud-based virtual machines for speeding up virtual machine backup operations
US11971784B2 (en)2018-03-122024-04-30Commvault 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
US11880487B2 (en)2018-03-132024-01-23Commvault Systems, Inc.Graphical representation of an information management system
US20190384519A1 (en)*2018-06-132019-12-19EMC IP Holding Company LLCIntra-cluster migration for elastic cloud storage devices
US10698630B2 (en)*2018-06-132020-06-30EMC IP Holding Company LLCIntra-cluster migration for elastic cloud storage devices
US10891198B2 (en)2018-07-302021-01-12Commvault Systems, Inc.Storing data to cloud libraries in cloud native formats
US11023129B2 (en)2018-12-032021-06-01EMC IP Holding Company LLCHybrid intra-cluster migration of data between storage devices using chunk usage efficiency
US11550680B2 (en)2018-12-062023-01-10Commvault Systems, Inc.Assigning backup resources in a data storage management system based on failover of partnered data storage resources
US11573866B2 (en)2018-12-102023-02-07Commvault Systems, Inc.Evaluation and reporting of recovery readiness in a data storage management system
US10768971B2 (en)2019-01-302020-09-08Commvault Systems, Inc.Cross-hypervisor live mount of backed up virtual machine data
US11467863B2 (en)2019-01-302022-10-11Commvault Systems, Inc.Cross-hypervisor live mount of backed up virtual machine data
US11947990B2 (en)2019-01-302024-04-02Commvault Systems, Inc.Cross-hypervisor live-mount of backed up virtual machine data
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
US11829256B2 (en)2019-04-302023-11-28Commvault Systems, Inc.Data storage management system for holistic protection of cloud-based serverless applications in single cloud and across multi-cloud computing environments
US12197293B2 (en)2019-04-302025-01-14Commvault Systems, Inc.Holistic protection of cloud-based serverless applications
US11366723B2 (en)2019-04-302022-06-21Commvault Systems, Inc.Data storage management system for holistic protection and migration of serverless applications across multi-cloud computing environments
US11494273B2 (en)2019-04-302022-11-08Commvault Systems, Inc.Holistically protecting serverless applications across one or more cloud computing environments
US11989101B2 (en)2019-06-172024-05-21Commvault Systems, Inc.Data storage management system for multi-cloud protection, recovery, and migration of databases-as-a-service (DBAAS) and/or serverless database management systems (DBMS)
US11461184B2 (en)2019-06-172022-10-04Commvault Systems, Inc.Data storage management system for protecting cloud-based data including on-demand protection, recovery, and migration of databases-as-a-service and/or serverless database management systems
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
US12253977B2 (en)2019-06-272025-03-18Commvault Systems, Inc.Continuously run log backup with minimal configuration and resource usage from the source machine
US11829331B2 (en)2019-06-272023-11-28Commvault Systems, Inc.Continuously run log backup with minimal configuration and resource usage from the source machine
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
US12007854B2 (en)2019-07-102024-06-11Commvault Systems, Inc.Backup of containerized applications using a backup services container and a backup services container-orchestration pod
US11681525B2 (en)*2019-11-252023-06-20EMC IP Holding Company LLCMoving files between storage devices based on analysis of file operations
US11467753B2 (en)2020-02-142022-10-11Commvault Systems, Inc.On-demand restore of virtual machine data
US11714568B2 (en)2020-02-142023-08-01Commvault Systems, Inc.On-demand restore of virtual machine data
US11321188B2 (en)2020-03-022022-05-03Commvault Systems, Inc.Platform-agnostic containerized application data protection
US11422900B2 (en)2020-03-022022-08-23Commvault Systems, Inc.Platform-agnostic containerized application data protection
US11442768B2 (en)2020-03-122022-09-13Commvault Systems, Inc.Cross-hypervisor live recovery of virtual machines
US11663099B2 (en)2020-03-262023-05-30Commvault Systems, Inc.Snapshot-based disaster recovery orchestration of virtual machine failover and failback operations
US12235744B2 (en)2020-03-262025-02-25Commvault Systems, Inc.Snapshot-based disaster recovery orchestration of virtual machine failover and failback operations
US12079162B2 (en)2020-03-302024-09-03Pure Storage, Inc.Snapshot management in a storage 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
US12235799B2 (en)2020-03-302025-02-25Pure Storage, Inc.Optimizing a transfer of a file system
US12086624B2 (en)2020-05-152024-09-10Commvault Systems, Inc.Live recovery of virtual machines in a public cloud computing environment based on temporary live mount
US11748143B2 (en)2020-05-152023-09-05Commvault Systems, Inc.Live mount of virtual machines in a public cloud computing environment
US11500669B2 (en)2020-05-152022-11-15Commvault Systems, Inc.Live recovery of virtual machines in a public cloud computing environment
US12130708B2 (en)2020-07-102024-10-29Commvault Systems, Inc.Cloud-based air-gapped data storage management system
US12001392B2 (en)*2020-07-172024-06-04Rubrik, Inc.Snapshot and restoration of distributed file system
US20220019555A1 (en)*2020-07-172022-01-20Rubrik, Inc.Snapshot and restoration of distributed file system
US12287758B2 (en)2020-07-172025-04-29Rubrik, Inc.Snapshot and restoration of distributed file system
US12380006B2 (en)2020-09-222025-08-05Commvault 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
US12367177B2 (en)2020-09-242025-07-22Commvault Systems, Inc.Migrating data between data storage systems integrated with application orchestrators
US12007940B2 (en)2020-09-242024-06-11Commvault 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
US12124338B2 (en)2020-10-282024-10-22Commvault Systems, Inc.Data loss vulnerability detection
US11604706B2 (en)2021-02-022023-03-14Commvault Systems, Inc.Back up and restore related data on different cloud storage tiers
US12339747B2 (en)2021-02-022025-06-24Commvault Systems, Inc.Back up and restore related data on different cloud storage tiers
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
US11928031B2 (en)2021-09-022024-03-12Commvault Systems, Inc.Using resource pool administrative entities to provide shared infrastructure to tenants
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
US12204414B2 (en)2021-09-022025-01-21Commvault Systems, Inc.Using resource pool administrative entities in a data storage management system to provide shared infrastructure to tenants
CN114327283A (en)*2021-12-302022-04-12西北工业大学 Data migration method in distributed storage system and distributed storage system
US12135618B2 (en)2022-07-112024-11-05Commvault Systems, Inc.Protecting configuration data in a clustered container system
CN115454356A (en)*2022-10-262022-12-09互联时刻(北京)信息科技有限公司Data file processing method, device and equipment based on recognition and aggregation algorithm
US12360942B2 (en)2023-01-192025-07-15Commvault Systems, Inc.Selection of a simulated archiving plan for a desired dataset

Also Published As

Publication numberPublication date
US10547678B2 (en)2020-01-28
US20160100007A1 (en)2016-04-07
US20200228598A1 (en)2020-07-16

Similar Documents

PublicationPublication DateTitle
US10547678B2 (en)Data transfer techniques within data storage devices, such as network attached storage performing data migration
US10997035B2 (en)Using a snapshot as a data source
US20200226098A1 (en)Transferring or migrating portions of data objects, such as block-level data migration or chunk-based data migration
US12216613B2 (en)Image level copy or restore, such as image level restore without knowledge of data object metadata
US11768800B2 (en)Archiving data objects using secondary copies
US9483511B2 (en)Stubbing systems and methods in a data replication environment
US10831608B2 (en)Systems and methods for performing data management operations using snapshots
US8352422B2 (en)Data restore systems and methods in a replication environment
US8725698B2 (en)Stub file prioritization in a data replication system
US9495382B2 (en)Systems and methods for performing discrete data replication
US20120036106A1 (en)Data Replication Techniques Using Incremental Checkpoints
EP1349089A2 (en)System and method for managing a plurality of snapshots of a file system

Legal Events

DateCodeTitleDescription
ASAssignment

Owner name:COMMVAULT SYSTEMS, INC.,NEW JERSEY

Free format text:ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:PRAHLAD, ANAND;KOTTOMTHARAYIL, RAJIV;VIJAYAN, MANOJ K.;AND OTHERS;SIGNING DATES FROM 20090806 TO 20090909;REEL/FRAME:023223/0820

STCBInformation on status: application discontinuation

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


[8]ページ先頭

©2009-2025 Movatter.jp