WO2002025462A1 - Procede pour obtenir un enregistrement de sauvegarde de donnees et le convertir dans un format canonique - Google Patents

Procede pour obtenir un enregistrement de sauvegarde de donnees et le convertir dans un format canonique Download PDF

Info

Publication number
WO2002025462A1
WO2002025462A1 PCT/US2001/029521 US0129521W WO0225462A1 WO 2002025462 A1 WO2002025462 A1 WO 2002025462A1 US 0129521 W US0129521 W US 0129521W WO 0225462 A1 WO0225462 A1 WO 0225462A1
Authority
WO
WIPO (PCT)
Prior art keywords
backup
data backup
canonical
data
log
Prior art date
Application number
PCT/US2001/029521
Other languages
English (en)
Inventor
Cory Bear
Liam Scanlan
Original Assignee
Bocada, Inc.
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Priority claimed from US09/665,267 external-priority patent/US6640217B1/en
Priority claimed from US09/665,270 external-priority patent/US6708188B1/en
Priority claimed from US09/665,269 external-priority patent/US6745210B1/en
Application filed by Bocada, Inc. filed Critical Bocada, Inc.
Priority to EP01971265A priority Critical patent/EP1330722A4/fr
Priority to AU2001291169A priority patent/AU2001291169A1/en
Publication of WO2002025462A1 publication Critical patent/WO2002025462A1/fr

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/14Error detection or correction of the data by redundancy in operation
    • G06F11/1402Saving, restoring, recovering or retrying
    • G06F11/1446Point-in-time backing up or restoration of persistent data
    • G06F11/1458Management of the backup or restore process
    • G06F11/1464Management of the backup or restore process for networked environments
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/14Error detection or correction of the data by redundancy in operation
    • G06F11/1402Saving, restoring, recovering or retrying
    • G06F11/1446Point-in-time backing up or restoration of persistent data
    • G06F11/1458Management of the backup or restore process
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/14Error detection or correction of the data by redundancy in operation
    • G06F11/1402Saving, restoring, recovering or retrying
    • G06F11/1471Saving, restoring, recovering or retrying involving logging of persistent data for recovery
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • G06F16/258Data format conversion from or to a database

Definitions

  • data backup software devices products
  • the data backup software product often has other, perhaps related, limitations (e.g. the amount of data is can back up is small). Not all data backup software devices perform the same function. Thus, it is frequently necessary to have two or more different types of data backup software programs in use within the same organization, especially in large organizations. Anecdotally, one company has as many as 17 different data backup software devices in use somewhere in their organization. This is referred to as fragmentation.
  • CBAL canonical backup activity log
  • BX interfaces to a BEP using an interface that is sufficiently general to support the variety of requirements necessitated by the need to communicate with a plurality of backup engines.
  • CBAL which is implemented, in the preferred embodiment as a COM interface named "IBackupLog”. This COM interface essentially becomes the lingua franca for expressing and representing an historical record of data backup activity.
  • CBEL is implemented in the preferred embodiment as a COM interface named "IBackupDetail".
  • the key purpose of a BEP is to translate the data that is obtained from an application-programming interface (API) that is specific to a particular backup engine into a CBAL and CBEL.
  • API application-programming interface
  • the "GetLogicalTarget” method returns the logical target name, a description of what files or objects are being backed up.
  • the logical target is often a directory or file name, e.g. "C: ⁇ Foo".
  • the logical target is a mnemonic string or name that denotes a collection of directories and files.
  • the parameter named "bkupDate” is a floating-point number that contains the number of days (including fractional days) since the epoch (Dec 30, 1899). This is one of the standard date notations used with COM. Only those errors, warnings and events from the specified day will be returned (that is, the 24-hour hour period from midnight to midnight that includes the specified date and time).
  • BX When the "RequestBackupLog” method is called, BX spawns two threads, a "worker” thread and a “timer” thread. It then returns the task identification number of the "worker” thread.
  • This task identification number is used as a unique reference number that is intended to match a call to the "RequestBackupLog” method with a "ReceivedBackupLog” event (in case there is more than one call to the method, and there is confusion over which event corresponds to which call). In any case, the task identification number is set to unique thread identification number of the "worker” thread, which is easily obtained from the operating system.

Abstract

L'invention concerne un procédé et un système extensible qui permettent d'obtenir un enregistrement de sauvegarde de données à partir d'une pluralité de dispositifs logiciels de sauvegarde de données, et de le convertir dans un format canonique. Dans un premier aspect, on décrit un procédé qui consiste à mettre en oeuvre un mécanisme de liaison tardive conférant à l'objet de l'invention une extensibilité lui permettant d'interopérer avec une variété arbitraire de dispositifs logiciels de sauvegarde. Dans un deuxième aspect, on décrit une interface de requête et de retour d'un journal d'activités de sauvegarde canonique. Dans un troisième aspect, on décrit une interface de requête et de retour d'un journal d'erreurs de sauvegarde canonique. Dans un quatrième aspect, l'utilisation d'un format canonique permet d'établir une référence croisée pour les données, de consolider et de comparer ces données (fig. 1).
PCT/US2001/029521 2000-09-19 2001-09-19 Procede pour obtenir un enregistrement de sauvegarde de donnees et le convertir dans un format canonique WO2002025462A1 (fr)

Priority Applications (2)

Application Number Priority Date Filing Date Title
EP01971265A EP1330722A4 (fr) 2000-09-19 2001-09-19 Procede pour obtenir un enregistrement de sauvegarde de donnees et le convertir dans un format canonique
AU2001291169A AU2001291169A1 (en) 2000-09-19 2001-09-19 Method for obtaining a record of data backup and converting same into a canonical format

Applications Claiming Priority (6)

Application Number Priority Date Filing Date Title
US09/665,267 US6640217B1 (en) 2000-09-19 2000-09-19 Method for extracting and storing records of data backup activity from a plurality of backup devices
US09/665,270 2000-09-19
US09/665,267 2000-09-19
US09/665,269 2000-09-19
US09/665,270 US6708188B1 (en) 2000-09-19 2000-09-19 Extensible method for obtaining an historical record of data backup activity (and errors) and converting same into a canonical format
US09/665,269 US6745210B1 (en) 2000-09-19 2000-09-19 Method for visualizing data backup activity from a plurality of backup devices

Publications (1)

Publication Number Publication Date
WO2002025462A1 true WO2002025462A1 (fr) 2002-03-28

Family

ID=27418131

Family Applications (3)

Application Number Title Priority Date Filing Date
PCT/US2001/029435 WO2002025499A1 (fr) 2000-09-19 2001-09-19 Procede pour extraire et stocker des enregistrements d'une activite de sauvegarde de donnees a partir de plusieurs dispositifs de sauvegarde
PCT/US2001/029521 WO2002025462A1 (fr) 2000-09-19 2001-09-19 Procede pour obtenir un enregistrement de sauvegarde de donnees et le convertir dans un format canonique
PCT/US2001/029434 WO2002025498A1 (fr) 2000-09-19 2001-09-19 Procede pour visualiser une activite de sauvegarde de donnees a partir de plusieurs dispositifs de sauvegarde

Family Applications Before (1)

Application Number Title Priority Date Filing Date
PCT/US2001/029435 WO2002025499A1 (fr) 2000-09-19 2001-09-19 Procede pour extraire et stocker des enregistrements d'une activite de sauvegarde de donnees a partir de plusieurs dispositifs de sauvegarde

Family Applications After (1)

Application Number Title Priority Date Filing Date
PCT/US2001/029434 WO2002025498A1 (fr) 2000-09-19 2001-09-19 Procede pour visualiser une activite de sauvegarde de donnees a partir de plusieurs dispositifs de sauvegarde

Country Status (3)

Country Link
EP (1) EP1330722A4 (fr)
AU (3) AU2001291169A1 (fr)
WO (3) WO2002025499A1 (fr)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1738260A2 (fr) * 2004-01-09 2007-01-03 T.W. Storage, Inc. Procedes et dispositif permettant de rechercher des donnees de sauvegarde sur la base d'un contenu et d'attributs

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8239348B1 (en) * 2008-08-14 2012-08-07 Symantec Corporation Method and apparatus for automatically archiving data items from backup storage
CN102841897B (zh) * 2011-06-23 2016-03-02 阿里巴巴集团控股有限公司 一种实现增量数据抽取的方法、装置及系统
CN116048977B (zh) * 2022-12-30 2024-02-06 支付宝(杭州)信息技术有限公司 一种基于数据还原的测试方法及装置

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5758359A (en) * 1996-10-24 1998-05-26 Digital Equipment Corporation Method and apparatus for performing retroactive backups in a computer system
US5813017A (en) * 1994-10-24 1998-09-22 International Business Machines Corporation System and method for reducing storage requirement in backup subsystems utilizing segmented compression and differencing
US5857208A (en) * 1996-05-31 1999-01-05 Emc Corporation Method and apparatus for performing point in time backup operation in a computer system
US6026414A (en) * 1998-03-05 2000-02-15 International Business Machines Corporation System including a proxy client to backup files in a distributed computing environment
US6035412A (en) * 1996-03-19 2000-03-07 Emc Corporation RDF-based and MMF-based backups

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5796999A (en) * 1994-04-15 1998-08-18 International Business Machines Corporation Method and system for selectable consistency level maintenance in a resilent database system
US5729735A (en) * 1995-02-08 1998-03-17 Meyering; Samuel C. Remote database file synchronizer
US5754782A (en) * 1995-12-04 1998-05-19 International Business Machines Corporation System and method for backing up and restoring groupware documents
US5890165A (en) * 1996-03-29 1999-03-30 Emc Corporation Method and apparatus for automatic discovery of databases
US6112237A (en) * 1996-11-26 2000-08-29 Global Maintech, Inc. Electronic monitoring system and method for externally monitoring processes in a computer system
US6038569A (en) * 1997-02-10 2000-03-14 International Business Machines Corporation System for data structure loading with concurrent image copy
DE19911759C1 (de) * 1999-03-16 2000-09-07 Ibm Vorrichtung und Verfahren zur Ablaufüberwachung von Vorgängen in einem Digitalrechner

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5813017A (en) * 1994-10-24 1998-09-22 International Business Machines Corporation System and method for reducing storage requirement in backup subsystems utilizing segmented compression and differencing
US6035412A (en) * 1996-03-19 2000-03-07 Emc Corporation RDF-based and MMF-based backups
US5857208A (en) * 1996-05-31 1999-01-05 Emc Corporation Method and apparatus for performing point in time backup operation in a computer system
US5758359A (en) * 1996-10-24 1998-05-26 Digital Equipment Corporation Method and apparatus for performing retroactive backups in a computer system
US6026414A (en) * 1998-03-05 2000-02-15 International Business Machines Corporation System including a proxy client to backup files in a distributed computing environment

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See also references of EP1330722A4 *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1738260A2 (fr) * 2004-01-09 2007-01-03 T.W. Storage, Inc. Procedes et dispositif permettant de rechercher des donnees de sauvegarde sur la base d'un contenu et d'attributs
EP1738260A4 (fr) * 2004-01-09 2009-01-07 T W Storage Inc Procedes et dispositif permettant de rechercher des donnees de sauvegarde sur la base d'un contenu et d'attributs
US7756837B2 (en) 2004-01-09 2010-07-13 Index Engines, Inc. Methods and apparatus for searching backup data based on content and attributes

Also Published As

Publication number Publication date
AU2001292863A1 (en) 2002-04-02
WO2002025499A1 (fr) 2002-03-28
AU2001292862A1 (en) 2002-04-02
WO2002025498A1 (fr) 2002-03-28
EP1330722A1 (fr) 2003-07-30
EP1330722A4 (fr) 2007-03-28
AU2001291169A1 (en) 2002-04-02

Similar Documents

Publication Publication Date Title
US7457833B2 (en) Extensible method for obtaining an historical record of data backup activity (and errors) and converting same into a canonical format
US6708188B1 (en) Extensible method for obtaining an historical record of data backup activity (and errors) and converting same into a canonical format
AU2002325054B2 (en) Method and apparatus for smart directories for application deployment
US8930315B2 (en) Using a data protection server to backup and restore data on virtual servers
US9104621B1 (en) Systems and methods for restoring a file
US20020095416A1 (en) Integration of a database into file management software for protecting, tracking, and retrieving data
US7587484B1 (en) Method and system for tracking client software use
US6557100B1 (en) Fastpath redeployment of EJBs
US20040193953A1 (en) Method, system, and program for maintaining application program configuration settings
US7266817B1 (en) Method and system for creating packages for multiple platforms
JP2007524889A (ja) サーバ統合のデータモデル
WO2010027477A1 (fr) Système et procédé de découverte d'utilisation de logiciel
JP2013542513A (ja) 差分バックアップからのデータベースの個別復元を実行する方法及びシステム
AU2002325054A1 (en) Method and apparatus for smart directories for application deployment
US8429609B2 (en) Method and system for web-based enterprise change and configuration management reports
EP1330722A1 (fr) Procede pour obtenir un enregistrement de sauvegarde de donnees et le convertir dans un format canonique
US20030018699A1 (en) Automatic program deployment in a distributed system
US9665367B2 (en) Uniform references
Strodl et al. Personal & SOHO archiving
Conway et al. Package ‘RPostgreSQL’
Baklarz et al. DB2 Universal Database V8 for Linux, UNIX, and Windows Database Administration Certification Guide
Kuhn et al. Troubleshooting RMAN
Boehmann Distributed storage in RIB
Randall et al. Deploying the Tivoli Storage Manager Client in a Windows 2000 Environment
Walters et al. SQL Server in the Enterprise

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AE AL AM AT AU AZ BA BB BG BR BY CA CH CN CR CU CZ DE DK DM EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT TZ UA UG UZ VN YU ZA ZW

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): GH GM KE LS MW MZ SD SL SZ TZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
121 Ep: the epo has been informed by wipo that ep was designated in this application
WWE Wipo information: entry into national phase

Ref document number: 2001971265

Country of ref document: EP

WWP Wipo information: published in national office

Ref document number: 2001971265

Country of ref document: EP

REG Reference to national code

Ref country code: DE

Ref legal event code: 8642

NENP Non-entry into the national phase

Ref country code: JP