Method of performing a high-performance backup which gains...

Data processing: database and file management or data structures – Database design – Data structure types

Reexamination Certificate

Rate now

  [ 0.00 ] – not rated yet Voters 0   Comments 0

Details

C707S793000, C709S200000, C709S217000, C711S161000, C711S162000, C711S112000

Reexamination Certificate

active

06415300

ABSTRACT:

BACKGROUND OF THE INVENTION
1. Field of the Invention
This invention generally relates to the field of data processing and more particularly to high-performance backup of computers and computer workstations, including without limitation distributed backup of such systems over a network.
2. Description of the Related Art
Prior art backup methods generally provide for an “image” backup of an entire disk volume, or a “file-by-file” backup. An image backup copies the entire disk volume without regard to directory structure, and can be performed relatively quickly, although it does require time and space to copy the entire disk. However, since an image backup generally does not take account of directory and file information, such a backup does not support selective restoration of files. In order to be able to restore files selectively, generally a file-by-file backup has been required.
Conventionally, the files to be backed up in a file-by-file backup are accessed in accordance in the normal manner provided by the operating system, in which data is read from the disk in the logical order of file contents. The actual physical blocks of data on the disk corresponding to each file are not, however, generally stored in a contiguous or linear order. In practice, there is considerable physical discontinuity of recorded data blocks, both within individual files, and from file to file in a disk file system. Indeed, even if linearly recorded at the outset, the data blocks of files in a production computer system may become highly fragmented as blocks are read, revised and written over the course of normal usage. In normal operation, the operating system takes care of this, maintaining a directory which keeps track of the correspondence between the blocks of data that comprise a file, and the physical location of each block on the storage media. Yet the physical order of blocks is generally allowed to become discontinuous and fragmented.
The result of this disorder and fragmentation of raw disk data is that the process of reading files using normal operating system calls (or any other disk access methods that operate similarly) generally results in significant disk read head repositioning during the read operation. Since this mechanical movement can be the slowest operation on the computer, sometimes by orders of magnitude, reading a disk in this manner can be highly inefficient. A file-by-file backup that is constrained to read the disk in this manner will thus necessarily suffer from this significant inefficiency. Considerable improvement in backup operations can be obtained if this inefficiency can be overcome.
BRIEF SUMMARY OF THE INVENTION
Accordingly, it is an object of the present invention to provide an improved backup method which avoids the inefficiencies of normal file-by-file disk access. Among the objects of the present invention, therefore, are the following:
To reduce disk read time by reducing the amount of head repositionings necessary to read the backup input;
To achieve such reduction by performing sequential rather than random reads of the input file, to the extent feasible; and
Despite having read the file in a physical sequential order, being able to keep track of the logical sequence of blocks as well, so that the file may be properly restored.
The foregoing and other objects of the invention are accomplished by reading the working directory maintained by the operating system to determine all of the blocks associated with the set of files or other data aggregations to be backed up. The data block identities so determined are sorted in accordance with their physical location on the disk, thereby providing a sequential order for reading. The data to be backed up from the random access storage device or devices is read in this sequential order, and written to the backup media. There is also stored in conjunction with the backup media a Catalog containing the names of the files in the backup set, the location of the file data blocks on the backup media, the proper ordering of the blocks in this original file, and any other desired file attribute information. The information in the Catalog makes it possible to restore in an efficient manner either individual files or entire file systems.
The manner in which the invention achieves these objects is more particularly shown by the drawings enumerated below, and by the detailed description that follows.


REFERENCES:
patent: 4210961 (1980-07-01), Whitlow et al.
patent: 4686620 (1987-08-01), Ng
patent: 4760526 (1988-07-01), Takeda et al.
patent: 5133065 (1992-07-01), Cheffetz et al.
patent: 5150473 (1992-09-01), Zulch
patent: 5163148 (1992-11-01), Walls
patent: 5210866 (1993-05-01), Milligan et al.
patent: 5239647 (1993-08-01), Anglin et al.
patent: 5263154 (1993-11-01), Eastridge et al.
patent: 5276860 (1994-01-01), Fortier et al.
patent: 5276865 (1994-01-01), Thorpe
patent: 5321832 (1994-06-01), Tanaka et al.
patent: 5347653 (1994-09-01), Flynn et al.
patent: 5357607 (1994-10-01), Sathi et al.
patent: 5367669 (1994-11-01), Holland et al.
patent: 5367698 (1994-11-01), Webber et al.
patent: 5404508 (1995-04-01), Konrad et al.
patent: 5408654 (1995-04-01), Barry
patent: 5410694 (1995-04-01), Uchida et al.
patent: 5416840 (1995-05-01), Cane et al.
patent: 5448718 (1995-09-01), Cohn et al.
patent: 5475834 (1995-12-01), Anglin et al.
patent: 5479654 (1995-12-01), Squibb
patent: 5485608 (1996-01-01), Lomet et al.
patent: 5497483 (1996-03-01), Beardsley et al.
patent: 5513314 (1996-04-01), Kandasamy et al.
patent: 5519860 (1996-05-01), Liu et al.
patent: 5546536 (1996-08-01), Davis et al.
patent: 5557770 (1996-09-01), Bhide et al.
patent: 5559991 (1996-09-01), Kanfi
patent: 5574906 (1996-11-01), Morris
patent: 5586322 (1996-12-01), Beck et al.
patent: 5592665 (1997-01-01), Lahaije
patent: 5604862 (1997-02-01), Midgely et al.
patent: 5617566 (1997-04-01), Malcolm
patent: 5649196 (1997-07-01), Woodhill et al.
patent: 5659743 (1997-08-01), Adams et al.
patent: 5684991 (1997-11-01), Malcolm
patent: 5715452 (1998-02-01), Mori et al.
patent: 5720026 (1998-02-01), Uemura et al.
patent: 5737763 (1998-04-01), Hilditch
patent: 5761667 (1998-06-01), Koeppen
patent: 5765173 (1998-06-01), Cane et al.
patent: 5802344 (1998-09-01), Menon et al.
patent: 5819082 (1998-10-01), Marion
patent: 5829045 (1998-10-01), Motoyama
patent: 5842222 (1998-11-01), Lin et al.
patent: 6003044 (1999-12-01), Pongracz et al.
What is, “NTFS (NT file system),” http://www.whatis.com/htfs.htm, web site printout dated Apr. 15, 1999.
What is, “cluster,” http://www.whatis.com/cluster,htm, website printout dated Apr. 15, 1999.
Via-Centrale Réseaux, “NTFSDocumentation,” http//www.via.ecp.fr/~regis
tfs
ew/, web site printout dated Apr. 14, 1999.
Via-Centrale Réseaux, “NTFSDocumentation: FILE record,” http://www.via.ecp.fr/~regis
tfs
ew/FILE.html#inode, web site printout dated Apr. 15, 1999.
Via-Centrale Réseaux, “NTFSDocumentation: Glossary,” http://www.via.ecp.fr~regis
tfs
ew/glossary.html#File, web site printout dated Apr. 15, 1999.
Via-Centrale Réseaux, “NTFS Documentation: $MFT,” http://www.via.ecp.fr/~regis
tfs
ew/MFT.html, web site printout dated Apr. 15, 1999.
Mark Russinovich, “Inside NTFS: NT's native file system—past, present and future” http://www.scit.wlv.ac.uk/~cm1924/scited/reading/filesys
tfs/.html, web site printout dated May 31, 2000.
Frank Sorenson, “About Hard Disk[a],” http://pel.cs.byu.edu/~sorenson/research/disks.html, web site printout dated May 31, 2000.
Eliezer Levy and Avi Silberschatz, “Incremental Recovery in Main Memory Database Systems,” IEEE Transactions on Knowledge and Data Engineering, vol. 4, No. 6, pp. 529-540, Dec. 1992.
David A. Solomon, “Inside Windows NT: Windows NT File System (NTFS),” Second Edition, pp. 395-450 (Microsoft Press 1998).
Donald E. Knuth, “The Art of Computer Programming: Sorting and Searching,” vol. 3, Second Edition, pp. 248-251; 356-379 (Addison-Wesley 1998).

LandOfFree

Say what you really think

Search LandOfFree.com for the USA inventors and patents. Rate them and share your experience with other people.

Rating

Method of performing a high-performance backup which gains... does not yet have a rating. At this time, there are no reviews or comments for this patent.

If you have personal experience with Method of performing a high-performance backup which gains..., we encourage you to share that experience with our LandOfFree.com community. Your opinion is very important and Method of performing a high-performance backup which gains... will most certainly appreciate the feedback.

Rate now

     

Profile ID: LFUS-PAI-O-2866483

  Search
All data on this website is collected from public sources. Our data reflects the most accurate information available at the time of publication.