CA2403044A1 - Method and apparatus for storing changes to file attributes without having to store an additional copy of the file contents - Google Patents

Method and apparatus for storing changes to file attributes without having to store an additional copy of the file contents Download PDF

Info

Publication number
CA2403044A1
CA2403044A1 CA002403044A CA2403044A CA2403044A1 CA 2403044 A1 CA2403044 A1 CA 2403044A1 CA 002403044 A CA002403044 A CA 002403044A CA 2403044 A CA2403044 A CA 2403044A CA 2403044 A1 CA2403044 A1 CA 2403044A1
Authority
CA
Canada
Prior art keywords
attributes
file
file contents
contents
prior
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
CA002403044A
Other languages
French (fr)
Inventor
Terrence Yee
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.)
Interwoven LLC
Original Assignee
Individual
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 Individual filed Critical Individual
Publication of CA2403044A1 publication Critical patent/CA2403044A1/en
Abandoned legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • 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/1415Saving, restoring, recovering or retrying at system level
    • G06F11/1441Resetting or repowering

Abstract

A method of and an apparatus for storing changes to file attributes without having to store an additional copy of the file contents (100). In a system for maintaining and making changes to content for a website, extranet site or intranet site (124), memory may be allocated as a backing store (110).
Preferably, the contents of the backing store are saved despite a shutdown or power failure. Information may be stored by the backing store in the form of files, each file including contents and attributes. The content of a file includes the information stored within the file, while the attributes of the file include information relating to the file. When a change is made to the file contents, both the changed version and the version prior to the changes may be stored in the backing store (110). For each version of the file contents, associated attributes are also stored. However, when a change is made to the attributes of the file without a change to its contents, the newly changed attributes may be stored in the backing store along with the prior version of the attributes. The newly changed attributes and the prior version of the attributes then share the same version of the file contents. By avoiding having to store multiple versions of the file contents, storage space in the backing store is preserved. A pointer may be provided in the backing store which links both the newly changed attributes and the prior attributes to the same copy of the associated file contents (600).

Description

United States Utility Patent Application Title: Method and Apparatus for Storing Changes to File Attributes Without Having to Store an Additional Copy of the File Contents Related Applications This application claims the benefit of U.S. Provisional Application No.
60/192,244, filed March 22, 2000. U.S. Patent Application No. , filed on the same day as this application, and entitled, "Method Of And Apparatus For Recovery Of In-Progress Changes Made In A Software Application," and U.S. Patent Application No. , filed on the same day as this application, and entitled, "Method And Apparatus For Automatically Deploying Data In A Computer Network," are hereby incorporated by reference.
Field of the Invention The invention relates to management of memory resources. More particularly, the invention relates to management of memory resources utilized during development of content for a website, extranet site or intranet site.
Background of the Invention Data is typically stored in a computer system in the form of data files. A
data file may include content and identifying information and may change over time in response to a variety of events. For example, a file may be named, re-named, moved, copied, updated, supplemented, edited or deleted. Thus, the content of a data file or its identifying information may each be altered several times during the course of events.
Particularly, for development of a website, extranet site or intranet site, a large quantity of information may need to be stored and may need to be frequently altered.
For example, storage may be required for work-in-progress and published editions of the website, extranet site or intranet site.
In computer systems that manage large quantities of data, it is often desirable to keep track of changes to files. This is typically accomplished by storing a prior version of a file and a new version of the file in computer memory each time the file is changed. This storing of file versions can be especially useful in the field of website development where it may often be necessary to revert to a prior version of the website SUBSTITUTE SHEET (RULE 26) or a portion thereof. A drawback to this technique, however, is that a large amount of physical computer memory can be required to store the various different versions of the files that make up the website.
While the cost of computer memory has generally been decreasing, communication bandwidth has increasingly become a limiting factor in computer systems. Thus, there has been little incentive to reduce the amount of memory required for data storage except to the extent that bandwidth-reducing techniques, such as file compression, also incidentally reduce memory requirements. However, file compression has a disadvantage of requiring additional processing capability to compress and decompress the files. Further, file compression techniques are generally tailored specifically to the type of data contained in the file and are, thus, not universally applicable.
Therefore, what is needed is a technique for minimizing the amount of physical memory required for storing various different versions of changed files. More particularly, what is needed is a technique for minimizing the amount of physical memory required for storing various different versions of a file generated during development of a website, extranet site or intranet site. It is toward these ends that the present invention is directed.
Summary of tlae In ver~ta'oh The invention is a method of and an apparatus for storing changes to file attributes without having to store an additional copy of the file contents.
In a computer system that manages a quantity of data, the data is stored in computer memory in form of files. For example, in a system for maintaining and making changes to content for a website, extranet site or intranet site, physical memory may be allocated for work areas, staging areas and edition areas. Work areas may store in-progress changes to be made to the content by an individual contributor or group of contributors. Once the changes are made in the work areas, the changed content may be submitted to a staging area or areas. In the staging area, the content changes may be combined. From the staging area, the changed content may be forwarded to an edition area or areas. The edition areas may store versions or editions of the content for the website, extranet site or intranet site.
SUBSTITUTE SHEET (RULE 26) In addition to the memory that may be allocated for the various purposes described above, a physical backing store memory may also be provided for providing persistent storage for changes and other content. By persistent, what is meant is that the contents of the backing store are preferably saved despite a shutdown or power failure occurring to the system of which the backing store is a part.
Because the website, extranet site or intranet site may allow access to a large quantity of data, including, for example, text, graphics and audio information, the backing store memory may need to store a large quantity of data. This especially true considering that the backing store may store work-in-progress and multiple editions or versions of content for the website, extranet site or intranet site. For example, the backing store memory may be required store up to three times or more the size of the entire content of the website, extranet site or intranet site.
Files in the backing store or other memory each include contents and attributes.
The contents of a file include the information stored within the file. This may include, for example, the text, graphics and audio information which is to be accessible via the website, extranet site or intranet site. The attributes of a file (the attributes may also be referred to as "metadata") include information relating to the file. This may include, for example, the size of the file contents, a time stamp indicating when the file was created or when the file contents were last changed, an identification of an owner who is the contributor responsible for the file, an identification of a group to which the file or its owner belongs and permission information for restricting access to the file for performing read and write operations on the file.
The attributes of a file are stored, such as in the backing store, in association with the contents for the file. When a change is made to the file contents, both the changed version of the file contents and the version prior to the changes may be stored in the backing store. For each version of the file contents, associated attributes are also stored. Because the attributes may include the size of the file and a time stamp indicating when the file was last changed, changes in the file contents generally result in changes to the attributes. Accordingly, a different set of attributes is stored for each version of t he file contents.
However, when a change is made to the attributes of the file without a change to the contents of the file, the newly changed attributes may be stored, such as in the SUBSTITUTE SHEET (RULE 26) backing stbre, along with the prior version of the attributes. The newly changed attributes and the prior version of the attributes then share the same version of the file contents. In this way, multiple versions of attributes may be associated with a single copy of file contents. Thus, storage space in the backing store is preserved since storage of a separate copy of the file contents in association with each version of the file attributes is avoided. A pointer may be provided, such as in the backing store, which links both the newly changed attributes and the prior attributes to the same copy of the associated file contents.
The present invention is particularly advantageous for reducing the amount of storage space required in a system for development of a website, extranet site or.
intranet site. This is due, at least in part, to the large quantity of data files generally required to be stored in such systems and the need to store prior versions of files along with new versions of the files.
Bra'ef IJescriptr'or~ of the l~rarvmgs Figure 1 illustrates a computer network system for website development in accordance with the present invention;
Figure 2 illustrates diagrammatically a work area, a staging area and an edition area, which may be utilized by the system of Figure 1;
Figure 3 illustrates diagrammatically computer memory, such as the backing store memory of Figure 1, for storing files having attributes and contents in accordance with the present invention;
Figure 4 illustrates diagrammatically a file, which is undergoing development stored in the backing store memory of Figures 1 and 3;
Figure 5 illustrates diagrammatically files stored in the backing store memory as a result of making a change to the contents of the file of Figure 4;
Figure 6 illustrates diagrammatically contents of the backing store memory as a result of making a change to the attributes of the file of Figure 4;
Figure 7 illustrates diagrammatically contents of the backing store memory as a result of making another change to the attributes of the file of Figure 6; and Figure 8 illustrates diagrammatically contents of the backing store memory as a result of making a change to file contents associated with one of the sets of attributes of Figure 7.
SUBSTITUTE SHEET (RULE 26) Detailed Description of a Preferred ~'mbodii~zent Figure 1 illustrates a computer network system 100 for website development.
On development workstations 102, website developers may add, remove, edit and examine files for a website. Development workstations 102 may include conventional personal computers, UNIX workstations, or other workstations that can be configured to develop content. The development workstations 102 may be connected to a development server 104 via a computer network 106, such as the Internet or a local area network (LAN).
The development server 104 includes a web server 108 for serving up content to web browsers, and a backing store 110 for storing versions of website content.
The server 108 processes hypertext transfer protocol (HTZ'P) requests from the development stations 102 for website content (e.g., files). The website files may be physically stored in the backing store 110 which may be conventional, such as the WINDOWS
NT files system commercially available from Microsoft Corporation.
The development server 104 may also include a conventional memory 112 (e.g., RAM) and a conventional processor 114, which implements the website development methods of the present invention by executing software 116 stored in the memory 112.
An H'TTP protocol virtualization module 118 which the processor 114 executes to allow web server 108 to operate as if it were multiple servers may also be stored in the memory 112.
The development server 104 may be coupled to a website production web server 120 via a network 122. Network 122 may be the same network as network 106 or a different network. The web server 120 may also be coupled to the Internet or an intranet 124. When a website is ready to be posted on the World Wide Web or on an intranet, the development server 104 sends the website content to the production web server 120 which then provides Internet or intranet access to the website.
A website is generally comprised of the contents of an arbitrary file system.
The website development system 100 of the present invention may include hierarchical file systems. Each such file system of the present invention provides an environment for managing and manipulating individual files. When executed, the website development software 116 part of the file system enables the management and manipulation of files. The backing store 110 is where the files and corresponding SUBSTITUTE SHEET (RULE 26) metadata (er.g., owner identification, group identification, access control, file name, modification times, creation times, etc.) may be physically stored.
A hierarchical file system of the present invention may be referred to as an "area." There may be different types of areas including work areas, staging areas and edition areas. A work area is typically a modifiable file system that is used by persons who create and maintain web content for eventual use in a website.
Memory may be divided into areas utilized for different purposes. For example, Figure 2 illustrates diagrammatically a work area 200, a staging area 202 and an edition area 204. Though a single work area 200, staging area 202 and edition area 204 are illustrated in Figure 2, it will be understood that plural work areas, staging areas and edition areas may be provided. Files 302-316 (Figure 3) may be created or modified in the work area 200. For example, each individual contributor may be assigned a work area, such as the work area 200. Alternately, a group of contributors may be assigned a work area. In addition, the work area 200 may include a physical memory device which is distinct from memory devices utilized for the staging area 202, the edition area 204 or the backing store memory 110 (Figure 1). For example, the work area 200 may include memory of an individual contributor's personal computer system.
The staging area 202 is usually an area where content is assembled before it is published. Since the work areas 200 are generally areas for creating and maintaining content exclusively, the staging area 202 (and the edition area 204), may be restricted to only assembling and displaying content. By design then, the staging 202 and edition 204 areas may be configured as read-only file systems. Any modifications to content may then be sent from an editor back to a workstation to perform any changes that may be needed. Thus, a task for which content is modified may reference content in a staging 202 or edition area 204 but with the modifications actually taking place in a work area 200. This helps to maintain the integrity of the content and to simplify the process. However, a business may want the system 100 to be more flexible, allowing other people such as editors to modify the content directly before it is published. The staging and edition areas may then be configured as modifiable file systems.
Thus, in such an embodiment, content submitted from work areas may be edited in a staging area 202 or in an edition area 204.
A work area 200 may initially include a virtual copy of an entire website (unless there is no existing website, in which case the work area may be empty). In other SUBSTITUTE SHEET (RULE 26) words, a Work area 200 may initially have the same contents as the file system designated as the website. A work area 200 provides a developer's personal view of a website in which the developer may contribute to the website. For example, in a work area 200, developers can freely add, delete and modify website content and see how their changes fit into the context of the entire website. Changes made by developers in work areas preferably do not affect the website or the work of other contributors in other work areas. This is because each work area may be a separate file system.
Typically, a work area is located at a workstation 102 (Figure 1).
Developers may integrate their work in a staging area by submitting the contents of their work areas 200 into a staging area 202. The staging area 202 is a file system available to multiple developers that provides a shared view of the website.
Thus, a staging area 202 may hold the collective work of several developers' work areas 200 and may allow the developers to share and integrate their changes.
In a staging area 202, the developers can see how their changes fit together. The staging area is typically located at the development server 104.
Copying is said to be "virtual" where areas share directory trees such that the directory trees do not have to be physically copied. The collective work in a staging area 202 changes as different contributors submit new content from work areas 200.
Work areas 200 are most effective when the content and other information in the staging area 202 is virtually copied back to one or more private work areas 200. This helps to keep the individual work areas 200 up-to-date with respect to the staging area 202 while contributors are performing website related tasks such as creating and maintaining content.
When the collective work in a staging area 202 is deemed final, its contents can be published to create an edition of the website. This may be accomplished by virtually copying contents of a staging area 202 onto an edition area 204. Because an edition is typically a read-only file system, it is a frozen snapshot of the content of the entire website. Each edition taken at sequential points in the development of a website may be archived and accessible to all developers so that developers may instantly recall files, entire directories, or reconstruct entire past versions of the website.
For example, the contents of an edition may be virtually copied into a work area to be used as a basis for further development of the website. An edition area 204 is typically located in the SUBSTITUTE SHEET (RULE 26) development server 104. Content (e.g., an edition) in the development server 104 may be deployed to the production server 120.
In sum, once changes are made to a file in the work area 200, the changed file may be submitted to the staging area 202. The staging area 202 may be utilized for combining changes to files made by various contributors in various different work areas 204. Once the changes are combined in the staging area 202, the changed files may be deployed to the edition area 204. The edition area 204 may be utilized for storing versions or editions of the content for the website, extranet site or intranet site.
During this process of making changes, combining and, then, deploying them, the contents of the work area 200, staging area 202 and edition area 204 may be stored in the backing store 110 (Figure 1). For example, once a change made in a work area 200 is submitted to the staging area 202, the change may be stored in the backing store 110.
Figure 3 illustrates diagrammatically a physical computer memory storing files in accordance with the present invention. In a preferred embodiment, the memory serves as the backing store memory 110 in the system 100 (Figure 1) for website, extranet site or intranet development. Refernng to Figure 3, the memory 110 stores files 302-316, each file having attributes and contents. Thus, the file 302 includes attributes FO1 stored in association with contents FO1-1; the file 304 includes attributes F02 stored in association with contents F02-1; the file 306 includes attributes F03 stored in association with contents F03-1; the file 308 includes attributes F04 stored in association with contents F04-1; the file 310 includes attributes F05 stored in association with contents F05-1; the file 312 includes attributes F06 stored in association with attributes F06-1; the file 314 includes attributes F07 stored in association with contents F07-1; and the file 316 includes attributes F08 stored in association with contents F08-1. It will be understood that the memory 110 may form a portion of a conventional computer system or network, including, for example, one or more general purpose processors, software for controlling processor operation, and input/output devices for providing communication among the processors and external devices.
The contents of each of the files 302-316 are the information stored within the file. Because the files 302-316 may be utilized for organizing data which is to be accessible via a website, extranet site or intranet site, the contents may include, text, SUBSTITUTE SHEET (RULE 26) graphic images, sounds, software scripts, and so forth. The attributes of the files 302-316 include information relating to each file. This may include, for example, the size of the file contents, a time stamp indicating when the file was created or when the file contents were last changed, an identification of an owner who is the contributor responsible for the file, an identification of a group to which the file or its owner belongs and permission information for restricting access to the file for performing read and write operations on the file.
Figure 4 illustrates the file 302 stored in the backing store memory 110. The file 302 of Figure 4 may be undergoing development. Thus, for example, a contributor to the website, extranet site or intranet site of which the file 302 is a part, may make an addition, deletion or change to the contents FO1-1 of the file 302. These changes may be made in the work area 200 (Figure 2) and, then, submitted to the staging area 202 (Figure 2).
Figure 5 illustrates diagrammatically files 302, 304 stored in the backing store memory 110 as a result of making a change to the contents FO1-1 of the file 302 of Figure 4. The contents F02-1 of the file 304 shown in Figure 5 includes changes, which were made to the contents FOl-1 of the file 302. Because the contents FOl-1 of the file 302 were changed, the contents FO1-1 of the file 302, are stored in the memory 110 along with the original version of the contents F02-1 of the file 304. For example, the file 304 may be created upon submission of the changes to the staging area (Figure 2).
Because the contents FO1-1 of the file 302 were changed, this tends to require that the attributes FO1 also be altered. For example, one of the attributes FO1 (e.g., a size attribute) may indicate the size of the contents FO1-1 of the file 302.
In which case, a change to the contents FO1-1 would likely result in a change to the size attribute.
As another example, one of the attributes FO1 (e.g., a time stamp attribute) may include a time stamp for the last alteration of the file contents FO1-1. In which case, the time at which the contents FO1-1 were changed would be reflected by that attribute.
Accordingly, the attributes F02 of the file 304 may differ from the attributes FO1 of the file 302. Thus, as shown in Figure 5, each set of attributes FO1 and F02 may be stored in the backing store memory 110 in association with the corresponding contents and F02-1.

SUBSTITUTE SHEET (RULE 26) This, storage of the files 302, 304 in the memory 110 as a result of a change to the contents FO1-1 of the file 302 has been described.
Under certain circumstances, however, it may be desired to make a change to the attributes of a file without making any changes to the file contents. For example, the file may be re-assigned to a new owner who is to become the contributor responsible for the file. In which case, the attribute (e.g., an owner attribute) that identifies the owner of the file may be changed without any corresponding change being made to the file contents.
If one or more of the attributes FO1 of the file 302 is changed, rather than its contents FO1-1, a separate copy of the contents FO1-1 need not be stored along with the changed set of attributes. Rather, a single copy of the contents FO1-1 may be shared by both the original set of attributes FO1 and the changed set of the attributes F02. This is shown in Figure 6, which illustrates diagrammatically contents of the backing store memory 110 as a result of making a change to the attributes FO1 of the file 302 of Figure 4.
When a change to the attributes FO1 of the file 302 is made, such as in the work area 200 (Figure 2), the change may then be submitted to the staging area 202.
As shown in Figure 6, upon submission of the change, a new set of attributes F02, which includes the changes made to the attributes FO1, may be stored in the memory along with the original set of attributes FO1 and the original contents FO1-1 of the file 302. In addition, a pointer 600 may be stored in the backing store memory 110.
The pointer 600 includes an indication that the attributes F02 are associated with the file contents FO1-1. For example, when the attributes F02 are formed, an identification of the pointer 600, such as its memory address, may be included in the attributes F02. This associates the pointer 600 with the attributes F02. The pointer 600 may then identify the file contents FO1-1. For example, the pointer 600 may include a starting address for the file contents FO1-1. This associates the pointer 600 with the file contents FO1-1.
As a result of utilizing the pointer 600 to associate the file contents FO1-1 with the attributes F02, the file contents FO1-1 are shared by both sets of attributes FO1 and F02. Accordingly, this conserves space in the backing store memory 110 because there is no need to store a separate copy of the file contents FO1-1 for each of the two sets of attributes FOl and F02.
to SUBSTITUTE SHEET (RULE 26) If mother change is then made to the file attributes F02 of Figure 6, then a third set of attributes F03 may be formed. Figure 7 illustrates diagrammatically contents of the backing store memory 110 as a result of making another change to the attributes FO1 or F02 of the file 302 of Figure 6. For example, if the attributes F02 are changed again, such as to re-assign the file 302 to yet another owner who is to become the contributor responsible for the file 302, then a new set of attributes F03 may be formed.
For example, the set of attributes F03 may be formed upon submission of this change to the staging area 202 (Figure 2). An identification of the pointer 600, such as its memory address, may also be included in the attributes F03. This associates the pointer 600 with the attributes F03 in addition to the pointer 600 being associated with the attributes F02. Accordingly, the attributes FO1, F02 and F03 may all share the same file contents FO1-1.
Rather than including an identification of the pointer 600 in the newly formed attributes F03, a new pointer (not shown) may be formed. In which case, the attributes F03 may include an identification of the newly formed pointer. If the newly formed pointer is to replace the pointer 600, the attributes F02 may also be modified to associate the attributes F02 with the newly formed pointer.
Thus, storage of the files 302 in the memory 110 as a result of a change to the attributes FO1 of the file 302 has been described.
If, however, a change is then made to the file contents FO1-1, but which change is intended to affect the contents associated with only one of the sets of attributes FOI, F02,.F03, of Figures 6 or 7, then sharing of the file contents FO1-1 may be discontinued. For example, assume that a change or substitution is made to the file contents associated with the attributes F03 of Figure 7, but which is not intended to change the file contents associated with the attributes FO1 and F02. For example, the change may be made in the work area 200 (Figure 2) and, then, submitted to the staging area 202 (Figure 2).
As a result, a new file 308 may be formed, as shown in Figure 8. The newly formed file 308 includes attributes F04 and contents F04-1. The attributes F04 may be the same as the attributes F03, assuming no attribute changes were made.
However, the attributes F04 may be updated to reflect the changes in the file contents F04-1. For example, a time stamp or file size may need to be altered. The contents F04-1 include the changes made to the file contents FO1-1. The attributes F03 may also be retained in SUBSTITUTE SHEET (RULE 26) the memo~'y 110 in association with the contents FO1-1 for the purpose of tracking these changes to the file 302.
In general, the invention may include the utilization of dedicated processors, webservers configured to receive and route browser requests, application servers, state servers and other types of computer processors configured to communicate amongst each other and that may be connected to one or more networks, including a Local Area Network (LAN), an intranet and the Internet. However, it will be appreciated by those skilled in the art, such implementation of such devices and systems are but few illustrations of the utility of the invention, and that the invention may have greater applicability and utility in many other applications where efficient routing and processing of data within one or more networks is involved. Equivalent structures embodying the invention could be configured for such applications without diverting from the spirit and scope of the invention. Although this embodiment is described and illustrated in the context of devices and systems for exchanging data among users of a computer system or network, the invention extends to other applications where similar features are useful. The invention may include personal computers, application servers, state servers or Internet webservers that are designed and implemented on a computer and may be connected to a network for communication with other computers to practice the invention. A system configured to operate according to the invention may include a plurality of personal computers connected to the Internet via individual modems or other communication means such as wireless communications.
The invention may also involve a number of functions to be performed by a computer processor, such as a microprocessor. The microprocessor may be a specialized or dedicated microprocessor that is configured to perform particular tasks by executing machine-readable software code that defines the particular tasks.
The microprocessor may also be configured to operate and communicate with other devices such as direct memory access modules, memory storage devices, Internet related hardware, and other devices that relate to the transmission of data in accordance with the invention. The software code may be configured using software formats such as Java, C++, XML (Extensible Mark-up Language) and other languages that may be used to define functions that relate to operations of devices required to carry out the functional operations related to the invention. The code may be written in different forms and styles, many of which are known to those skilled in the art.
Different code SUBSTITUTE SHEET (RULE 26) formats, cdde configurations, styles and forms of software programs and other means of configuring code to define the operations of a microprocessor in accordance with the invention will not depart from the spirit and scope of the invention, which is defined by the appended claims.
Within the different types of computers, such as computer servers, that utilize the invention, there exist different types of memory devices for storing and retrieving information while performing functions according to the invention. Cache memory devices are often included in such computers for use by the central processing unit as a convenient storage location for information that is frequently stored and retrieved.
Similarly, a persistent memory is also frequently used with such computers for maintaining information that is frequently retrieved by a central processing unit, but that is not often altered within the persistent memory, unlike the cache memory. Main memory is also usually included for storing and retrieving larger amounts of information such as data and software applications configured to perform functions according to the invention when executed by the central processing unit. These memory devices may be configured as random access memory (RAM), static random access memory (SRAM), dynamic random access memory (DRAM), flash memory, and other memory storage devices that may be accessed by a central processing unit to store and retrieve information. The invention is not limited to any particular type of memory device, nor any commonly used protocol for storing and retrieving information to and from these memory devices respectively.
While the foregoing has been with reference to particular embodiments of the invention, it will be appreciated by those skilled in the art that changes in these embodiments may be made without departing from the principles and spirit of the invention, the scope of which is defined by the appended claims.

SUBSTITUTE SHEET (RULE 26)

Claims (21)

What is claimed is:
1. A method of storing changes to an attribute of a file comprising steps of:
altering an attribute of a file, prior to said altering, the attribute being included in a prior set of attributes of the file stored in a memory device;
storing in the memory device a new set of attributes, said new set of attributes including the altered attribute;
storing in the memory device a single version of file contents; and sharing the file contents by the prior set of attributes and the new set of attributes.
2. The method according to claim 1, wherein said altering is performed in connection with the development of a website, extranet site or intranet site and wherein the file contents includes information which is to be accessible via the website, extranet site or intranet site.
3. The method according to claim 2, wherein said altering is performed in a work area and further comprising submitting the altered attribute for storage in the memory device, the memory device being part of a development server.
4. The method according to claim 1, further comprising forming a pointer in response to said altering the attribute wherein the pointer associates the new set of attributes with the file contents.
5. The method according to claim 1, further comprising:
altering the file contents; and discontinuing said sharing of the file contents in response to said altering of the file contents.
6. The method according to claim 5, further comprising:

storing a new file contents, the new file contents including the file contents as altered by said altering the file contents.
7. The method according to claim 5, further comprising retaining in the memory device the file contents, prior to being altered by said altering the file contents, in association with one of the prior set of attributes or the new set of attributes.
8. The method according to claim 5, wherein said storing stores the new file contents in association with the new set of attributes when the file contents are accessed via the new set of attributes for performing said altering and further comprising updating the new set of attributes so as to reflect the changed file contents.
9. The method according to claim 5, wherein said storing stores the new file contents in association with the prior set of attributes when the file contents are accessed via the prior set of attributes for performing said altering and further comprising updating the prior set of attributes so as to reflect the changed file contents.
10. The method according to claim 1, further comprising:
altering an attribute of the new set of attributes thereby forming a third set of attributes;
sharing said file contents by the prior set of attributes, the new set of attributes and the third set of attributes.
11. The method according to claim 10, further comprising forming a pointer in response to said altering an attribute wherein the pointer associates the new set of attributes and the third set of attributes with the file contents.
12. The method according to claim 11, wherein the new set of attributes and the third set of attributes each includes an identification of the pointer.
13. The method according to claim 10, further comprising:

forming a first pointer in response to said altering an attribute of the file, wherein the first pointer associates the new set of attributes with the file contents;
and forming a second pointer in response said altering the attribute of the new set of attributes wherein the second pointer associates the third set of attributes with the file contents.
14. The method according to claim 13, wherein the new set of attributes includes an identification of the first pointer and wherein the third set of attributes includes an identification of the second pointer.
15. An apparatus for storing changes to an attribute of a file, the apparatus having physical memory comprising:
a work area including a file undergoing development, the file having a prior set of attributes and file contents; and a staging area for receiving an alteration made in the work area to an attribute of the prior set of attributes wherein in response to receiving the changed attribute, a new set of attributes is stored in the memory, the new set of attributes including the altered attribute and the file contents being shared by the prior set of attributes and the new set of attributes.
16. The apparatus according to claim 15, further comprising an edition area for storing contents of a website, extranet site or intranet site and wherein the file contents includes information which is to be accessible via the website, extranet site or intranet site.
17. The apparatus according to claim 15, wherein said memory further comprises a persistent backing store memory for storing the prior set of attributes, the new set of attributes and the shared file contents.
18. The apparatus according to claim 15, further comprising a pointer stored in the memory for associating the new set of attributes with the file contents.
19. The apparatus according to claim 15, wherein when an alteration is made to the file contents in the work area, the file contents are no longer shared by the prior set of attributes and the new set of attributes.
20. The apparatus according to claim 19, wherein a new file contents, as altered by said alteration to the file contents, is stored in the memory.
21. The apparatus according to claim 20, wherein the memory device stores the file contents, prior to being altered by said alteration to the file contents, in association with one of the prior set of attributes or the new set of attributes, said prior set of attributes or new set of attributes updated so as to reflect the changed file contents.
CA002403044A 2000-03-22 2001-03-22 Method and apparatus for storing changes to file attributes without having to store an additional copy of the file contents Abandoned CA2403044A1 (en)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US19224400P 2000-03-22 2000-03-22
US60/192,244 2000-03-22
PCT/US2001/009387 WO2001071501A1 (en) 2000-03-22 2001-03-22 Method and apparatus for storing changes to file attributes without having to store an additional copy of the file contents

Publications (1)

Publication Number Publication Date
CA2403044A1 true CA2403044A1 (en) 2001-09-27

Family

ID=22708854

Family Applications (2)

Application Number Title Priority Date Filing Date
CA2402933A Expired - Fee Related CA2402933C (en) 2000-03-22 2001-03-22 Method of and apparatus for recovery of in-progress changes made in a software application
CA002403044A Abandoned CA2403044A1 (en) 2000-03-22 2001-03-22 Method and apparatus for storing changes to file attributes without having to store an additional copy of the file contents

Family Applications Before (1)

Application Number Title Priority Date Filing Date
CA2402933A Expired - Fee Related CA2402933C (en) 2000-03-22 2001-03-22 Method of and apparatus for recovery of in-progress changes made in a software application

Country Status (6)

Country Link
US (3) US6480944B2 (en)
EP (2) EP1266292A4 (en)
JP (2) JP2003528392A (en)
AU (2) AU2001250952A1 (en)
CA (2) CA2402933C (en)
WO (2) WO2001071501A1 (en)

Families Citing this family (137)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7765556B2 (en) * 2002-03-01 2010-07-27 Sap Ag Intelligent and event-based data population
JP2001166993A (en) * 1999-12-13 2001-06-22 Hitachi Ltd Memory control unit and method for controlling cache memory
US6480944B2 (en) * 2000-03-22 2002-11-12 Interwoven, Inc. Method of and apparatus for recovery of in-progress changes made in a software application
US6640317B1 (en) * 2000-04-20 2003-10-28 International Business Machines Corporation Mechanism for automated generic application damage detection and repair in strongly encapsulated application
US7657887B2 (en) 2000-05-17 2010-02-02 Interwoven, Inc. System for transactionally deploying content across multiple machines
TWI221581B (en) * 2000-06-08 2004-10-01 Steptech Inc Method for embedding operating system and application program in memory device
US7165088B2 (en) * 2001-01-24 2007-01-16 Microsoft Corporation System and method for incremental and reversible data migration and feature deployment
US6684293B1 (en) * 2001-03-27 2004-01-27 Novell, Inc. Methods and computer readable media for preserving unique critical information during data imaging
US6820216B2 (en) * 2001-03-30 2004-11-16 Transmeta Corporation Method and apparatus for accelerating fault handling
US6829719B2 (en) 2001-03-30 2004-12-07 Transmeta Corporation Method and apparatus for handling nested faults
US6922796B1 (en) * 2001-04-11 2005-07-26 Sun Microsystems, Inc. Method and apparatus for performing failure recovery in a Java platform
US6728854B2 (en) * 2001-05-15 2004-04-27 Microsoft Corporation System and method for providing transaction management for a data storage space
US20050160088A1 (en) * 2001-05-17 2005-07-21 Todd Scallan System and method for metadata-based distribution of content
EP1267526A1 (en) * 2001-06-15 2002-12-18 TELEFONAKTIEBOLAGET LM ERICSSON (publ) Method and apparatus to store linked lists
US6948038B2 (en) * 2001-07-24 2005-09-20 Microsoft Corporation System and method for backing up and restoring data
US7761449B2 (en) * 2001-08-09 2010-07-20 Hewlett-Packard Development Company, L.P. Self-disentangling data storage technique
US7188150B2 (en) * 2001-08-21 2007-03-06 International Business Machines Corporation System and method for sharing, searching, and retrieving web-based educational resources
US6799172B2 (en) * 2001-08-28 2004-09-28 International Business Machines Corporation Method and system for removal of resource manager affinity during restart in a transaction processing system
US20040054656A1 (en) * 2001-08-31 2004-03-18 Arkivio, Inc. Techniques for balancing capacity utilization in a storage environment
US20040039891A1 (en) * 2001-08-31 2004-02-26 Arkivio, Inc. Optimizing storage capacity utilization based upon data storage costs
US7092977B2 (en) * 2001-08-31 2006-08-15 Arkivio, Inc. Techniques for storing data based upon storage policies
WO2003025795A1 (en) * 2001-08-31 2003-03-27 Arkivio, Inc. Techniques for restoring data based on contents and attributes of the data
JP2003108603A (en) * 2001-10-02 2003-04-11 Hitachi Ltd Design supporting device and method and design support storage medium and design supporting program
CN1591406A (en) * 2001-11-09 2005-03-09 无锡永中科技有限公司 Integrated multi-purpose data processing system
US6931571B2 (en) * 2001-11-20 2005-08-16 Hewlett-Packard Development Company, L.P. Method and apparatus for handling transient memory errors
US20030115204A1 (en) * 2001-12-14 2003-06-19 Arkivio, Inc. Structure of policy information for storage, network and data management applications
CA2365372A1 (en) * 2001-12-18 2003-06-18 Ibm Canada Limited-Ibm Canada Limitee Method and apparatus for editing a production data store by shadowing content
US7031085B2 (en) 2002-01-16 2006-04-18 Seagate Technology Llc Version tracking of disk write operations
US20040078681A1 (en) * 2002-01-24 2004-04-22 Nick Ramirez Architecture for high availability using system management mode driven monitoring and communications
JP4300738B2 (en) * 2002-03-04 2009-07-22 ヤマハ株式会社 Electronics
JP3626741B2 (en) * 2002-04-16 2005-03-09 オリオン電機株式会社 Data transfer system
US7162714B2 (en) * 2002-05-22 2007-01-09 American Power Conversion Corporation Software-based watchdog method and apparatus
US7028058B2 (en) * 2002-05-23 2006-04-11 Hewlett-Packard Development Company, L.P. System and method for preserving metadata in an electronic image file
US20040083202A1 (en) * 2002-08-30 2004-04-29 Arkivio, Inc. Techniques to control recalls in storage management applications
US7392268B2 (en) * 2002-09-19 2008-06-24 The Generations Network, Inc. Systems and methods for partitioning data on multiple servers
KR100453060B1 (en) * 2002-11-15 2004-10-15 삼성전자주식회사 Methods for fixing-up lastURL representing path name and file name of asset in MPV environment
EP1570357A1 (en) * 2002-12-02 2005-09-07 Arkivio, Inc. Data recovery techniques in storage systems
JP3944449B2 (en) * 2002-12-19 2007-07-11 株式会社日立製作所 Computer system, magnetic disk device, and disk cache control method
US8726075B1 (en) * 2003-02-14 2014-05-13 At&T Intellectual Property Ii, L.P. Method and apparatus for screenshot archiving to digital video disk (DVD)
GB0305828D0 (en) * 2003-03-14 2003-04-16 Ibm Real time xml data update identification
US7568003B2 (en) * 2003-03-28 2009-07-28 Microsoft Corporation Publishing interface for publishing content from a content-authoring application to a content server
US20050021566A1 (en) * 2003-05-30 2005-01-27 Arkivio, Inc. Techniques for facilitating backup and restore of migrated files
US20050015409A1 (en) * 2003-05-30 2005-01-20 Arkivio, Inc. Techniques for performing operations on migrated files without recalling data
KR100608613B1 (en) 2003-06-04 2006-08-03 삼성전자주식회사 Method for providing audio rendition and storage media using thereby
US20050015762A1 (en) * 2003-06-09 2005-01-20 Steckler Steven James Methods and systems for deploying computer source code
US20050044531A1 (en) * 2003-06-09 2005-02-24 Erc-Ip, Llc Methods and systems for deploying computer source code
WO2005001646A2 (en) * 2003-06-25 2005-01-06 Arkivio, Inc. Techniques for performing policy automated operations
US7401092B2 (en) * 2003-06-26 2008-07-15 Standbysoft Llc Method and apparatus for exchanging sub-hierarchical structures within a hierarchical file system
US7028156B1 (en) 2003-07-01 2006-04-11 Veritas Operating Corporation Use of read data tracking and caching to recover from data corruption
US7028139B1 (en) 2003-07-03 2006-04-11 Veritas Operating Corporation Application-assisted recovery from data corruption in parity RAID storage using successive re-reads
WO2005048085A2 (en) 2003-11-13 2005-05-26 Commvault Systems, Inc. System and method for performing an image level snapshot and for restoring partial volume data
US7536591B2 (en) * 2003-11-17 2009-05-19 Virginia Tech Intellectual Properties, Inc. Transparent checkpointing and process migration in a distributed system
US20050193246A1 (en) * 2004-02-19 2005-09-01 Marconi Communications, Inc. Method, apparatus and software for preventing switch failures in the presence of faults
US7421562B2 (en) * 2004-03-01 2008-09-02 Sybase, Inc. Database system providing methodology for extended memory support
US7353241B2 (en) * 2004-03-24 2008-04-01 Microsoft Corporation Method, medium and system for recovering data using a timeline-based computing environment
US8223653B2 (en) * 2004-04-05 2012-07-17 Ixia Broadcast capable file system
DE502004003469D1 (en) * 2004-05-10 2007-05-24 Siemens Ag Safety-related transmission of data
US20050256859A1 (en) * 2004-05-13 2005-11-17 Internation Business Machines Corporation System, application and method of providing application programs continued access to frozen file systems
US7353242B2 (en) 2004-07-09 2008-04-01 Hitachi, Ltd. File server for long term data archive
US20060123312A1 (en) * 2004-11-19 2006-06-08 International Business Machines Corporation Method and system for increasing parallelism of disk accesses when restoring data in a disk array system
US20060123271A1 (en) * 2004-11-19 2006-06-08 International Business Machines Corporation RAID environment incorporating hardware-based finite field multiplier for on-the-fly XOR
US7392458B2 (en) * 2004-11-19 2008-06-24 International Business Machines Corporation Method and system for enhanced error identification with disk array parity checking
US7290199B2 (en) * 2004-11-19 2007-10-30 International Business Machines Corporation Method and system for improved buffer utilization for disk array parity updates
US7392428B2 (en) * 2004-11-19 2008-06-24 International Business Machines Corporation Method and system for recovering from abnormal interruption of a parity update operation in a disk array system
US7434262B2 (en) 2004-12-08 2008-10-07 At&T Intellectual Property I, L.P. Methods and systems that selectively resurrect blocked communications between devices
US20060136501A1 (en) * 2004-12-21 2006-06-22 International Business Machines Corporation Method and apparatus for saving and restoring parameter values set with user commands
JP4717464B2 (en) * 2005-02-18 2011-07-06 キヤノン株式会社 Information processing apparatus, information processing method, and program
DE102005010820C5 (en) * 2005-03-07 2014-06-26 Phoenix Contact Gmbh & Co. Kg Coupling of safe fieldbus systems
US8140373B2 (en) * 2005-04-07 2012-03-20 International Business Machines Corporation Data driven dynamic workflow
US7590668B2 (en) * 2005-04-15 2009-09-15 Microsoft Corporation Pausable backups of file system items
US20060271929A1 (en) * 2005-05-27 2006-11-30 Computer Associates Think, Inc. Method and system for providing job forecasting in a computer system
US7577879B2 (en) * 2005-06-07 2009-08-18 Microsoft Corporation Patching a mobile computing device software error
WO2006137057A2 (en) * 2005-06-21 2006-12-28 Onigma Ltd. A method and a system for providing comprehensive protection against leakage of sensitive information assets using host based agents, content- meta-data and rules-based policies
US8272058B2 (en) 2005-07-29 2012-09-18 Bit 9, Inc. Centralized timed analysis in a network security system
US8984636B2 (en) 2005-07-29 2015-03-17 Bit9, Inc. Content extractor and analysis system
US7895651B2 (en) 2005-07-29 2011-02-22 Bit 9, Inc. Content tracking in a network security system
JP2007087036A (en) * 2005-09-21 2007-04-05 Hitachi Ltd Snapshot maintenance device and method
US20070271307A1 (en) * 2006-04-19 2007-11-22 Bergsten James R Write Sharing of Read-Only Data Storage Volumes
US7849030B2 (en) 2006-05-31 2010-12-07 Hartford Fire Insurance Company Method and system for classifying documents
US8977252B1 (en) * 2006-07-06 2015-03-10 Gryphonet Ltd. System and method for automatic detection and recovery of malfunction in mobile devices
US20080313260A1 (en) * 2007-06-15 2008-12-18 Wildfireweb Inc. Automated website generation
US8949564B2 (en) * 2007-08-06 2015-02-03 Apple Inc. Staging electronic publications
US8191084B1 (en) * 2007-09-28 2012-05-29 Emc Corporation Techniques for supporting application operation
US8196136B2 (en) * 2007-09-28 2012-06-05 Microsoft Corporation Configuration and change management system with restore points
US8677174B2 (en) * 2007-12-28 2014-03-18 International Business Machines Corporation Management of runtime events in a computer environment using a containment region
US8341014B2 (en) 2007-12-28 2012-12-25 International Business Machines Corporation Recovery segments for computer business applications
US8826077B2 (en) 2007-12-28 2014-09-02 International Business Machines Corporation Defining a computer recovery process that matches the scope of outage including determining a root cause and performing escalated recovery operations
US8346931B2 (en) 2007-12-28 2013-01-01 International Business Machines Corporation Conditional computer runtime control of an information technology environment based on pairing constructs
US9558459B2 (en) 2007-12-28 2017-01-31 International Business Machines Corporation Dynamic selection of actions in an information technology environment
US20090172149A1 (en) 2007-12-28 2009-07-02 International Business Machines Corporation Real-time information technology environments
US8682705B2 (en) 2007-12-28 2014-03-25 International Business Machines Corporation Information technology management based on computer dynamically adjusted discrete phases of event correlation
US8990810B2 (en) 2007-12-28 2015-03-24 International Business Machines Corporation Projecting an effect, using a pairing construct, of execution of a proposed action on a computing environment
US8375244B2 (en) 2007-12-28 2013-02-12 International Business Machines Corporation Managing processing of a computing environment during failures of the environment
US8868441B2 (en) 2007-12-28 2014-10-21 International Business Machines Corporation Non-disruptively changing a computing environment
US8428983B2 (en) 2007-12-28 2013-04-23 International Business Machines Corporation Facilitating availability of information technology resources based on pattern system environments
US8326910B2 (en) 2007-12-28 2012-12-04 International Business Machines Corporation Programmatic validation in an information technology environment
US8447859B2 (en) 2007-12-28 2013-05-21 International Business Machines Corporation Adaptive business resiliency computer system for information technology environments
US8763006B2 (en) 2007-12-28 2014-06-24 International Business Machines Corporation Dynamic generation of processes in computing environments
US8751283B2 (en) 2007-12-28 2014-06-10 International Business Machines Corporation Defining and using templates in configuring information technology environments
US8365185B2 (en) 2007-12-28 2013-01-29 International Business Machines Corporation Preventing execution of processes responsive to changes in the environment
US8782662B2 (en) 2007-12-28 2014-07-15 International Business Machines Corporation Adaptive computer sequencing of actions
US9189250B2 (en) * 2008-01-16 2015-11-17 Honeywell International Inc. Method and system for re-invoking displays
US8543998B2 (en) * 2008-05-30 2013-09-24 Oracle International Corporation System and method for building virtual appliances using a repository metadata server and a dependency resolution service
US8862633B2 (en) 2008-05-30 2014-10-14 Novell, Inc. System and method for efficiently building virtual appliances in a hosted environment
US8335913B2 (en) * 2008-09-08 2012-12-18 Dell Products, LLP Method and system for restoring system configuration after disorderly shutdown
JP5550089B2 (en) * 2009-03-30 2014-07-16 エヌイーシーコンピュータテクノ株式会社 Multiprocessor system, node controller, failure recovery method
US8818961B1 (en) * 2009-10-30 2014-08-26 Symantec Corporation User restoration of workflow objects and elements from an archived database
US9323758B1 (en) * 2009-12-22 2016-04-26 Emc Corporation Efficient migration of replicated files from a file server having a file de-duplication facility
CA2783370C (en) 2009-12-31 2016-03-15 Commvault Systems, Inc. Systems and methods for performing data management operations using snapshots
CA2743680C (en) * 2010-06-18 2015-09-29 Indosoft Inc. Method and system for fail-safe call survival
JP5534043B2 (en) * 2011-01-28 2014-06-25 日本電気株式会社 Storage system
US9684680B2 (en) * 2011-07-12 2017-06-20 General Electric Company Version control methodology for network model
US9471578B2 (en) 2012-03-07 2016-10-18 Commvault Systems, Inc. Data storage system utilizing proxy device for storage operations
US9298715B2 (en) 2012-03-07 2016-03-29 Commvault Systems, Inc. Data storage system utilizing proxy device for storage operations
US9342537B2 (en) 2012-04-23 2016-05-17 Commvault Systems, Inc. Integrated snapshot interface for a data storage system
CN103634337B (en) * 2012-08-22 2018-09-18 腾讯科技(深圳)有限公司 Page recovery, device and mobile terminal
US9886346B2 (en) 2013-01-11 2018-02-06 Commvault Systems, Inc. Single snapshot for multiple agents
US20160239372A1 (en) * 2013-09-26 2016-08-18 Hewlett Packard Enterprise Development Lp Undoing changes made by threads
US9264494B2 (en) * 2013-10-21 2016-02-16 International Business Machines Corporation Automated data recovery from remote data object replicas
US9753812B2 (en) 2014-01-24 2017-09-05 Commvault Systems, Inc. Generating mapping information for single snapshot for multiple applications
US9495251B2 (en) 2014-01-24 2016-11-15 Commvault Systems, Inc. Snapshot readiness checking and reporting
US9632874B2 (en) 2014-01-24 2017-04-25 Commvault Systems, Inc. Database application backup in single snapshot for multiple applications
US9639426B2 (en) 2014-01-24 2017-05-02 Commvault Systems, Inc. Single snapshot for multiple applications
US10103937B1 (en) * 2014-06-03 2018-10-16 State Farm Mutual Automobile Insurance Company System and method for central administration of multiple application environments
US9774672B2 (en) 2014-09-03 2017-09-26 Commvault Systems, Inc. Consolidated processing of storage-array commands by a snapshot-control media agent
US10042716B2 (en) 2014-09-03 2018-08-07 Commvault Systems, Inc. Consolidated processing of storage-array commands using a forwarder media agent in conjunction with a snapshot-control media agent
CN105426267B (en) * 2014-09-18 2018-06-22 梧州学院 A kind of method of preservation based on windows systems with restoring user working status in computer
US9448731B2 (en) 2014-11-14 2016-09-20 Commvault Systems, Inc. Unified snapshot storage management
US9648105B2 (en) 2014-11-14 2017-05-09 Commvault Systems, Inc. Unified snapshot storage management, using an enhanced storage manager and enhanced media agents
US10467020B2 (en) * 2016-02-26 2019-11-05 Toshiba Memory Corporation Memory device, and information-processing device
US10503753B2 (en) 2016-03-10 2019-12-10 Commvault Systems, Inc. Snapshot replication operations based on incremental block change tracking
CN105893278A (en) * 2016-03-30 2016-08-24 北京金山安全软件有限公司 System cache garbage cleaning method and device and terminal equipment
US10235292B2 (en) * 2016-04-21 2019-03-19 Dell Products L.P. Method and system for implementing lock free shared memory with single writer and multiple readers
US10409988B2 (en) 2017-01-20 2019-09-10 Hewlett Packard Enterprise Development Lp Escalated remediation
US10331528B2 (en) * 2017-03-02 2019-06-25 Hewlett Packard Enterprise Development Lp Recovery services for computing systems
US10613951B2 (en) * 2017-09-13 2020-04-07 International Business Machines Corporation Memory mirror invocation upon detecting a correctable error
US10732885B2 (en) 2018-02-14 2020-08-04 Commvault Systems, Inc. Block-level live browsing and private writable snapshots using an ISCSI server

Family Cites Families (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
NZ229740A (en) * 1988-07-11 1991-11-26 Amdahl Corp Improving data storage reliability: backup copy written into archive
US5555371A (en) * 1992-12-17 1996-09-10 International Business Machines Corporation Data backup copying with delayed directory updating and reduced numbers of DASD accesses at a back up site using a log structured array data storage
US5574898A (en) * 1993-01-08 1996-11-12 Atria Software, Inc. Dynamic software version auditor which monitors a process to provide a list of objects that are accessed
US5649200A (en) * 1993-01-08 1997-07-15 Atria Software, Inc. Dynamic rule-based version control system
US5812853A (en) * 1994-04-11 1998-09-22 Lucent Technologies Inc. Method and apparatus for parsing source code using prefix analysis
US5557737A (en) * 1994-06-13 1996-09-17 Bull Hn Information Systems Inc. Automated safestore stack generation and recovery in a fault tolerant central processor
US5838907A (en) * 1996-02-20 1998-11-17 Compaq Computer Corporation Configuration manager for network devices and an associated method for providing configuration information thereto
US5784548A (en) * 1996-03-08 1998-07-21 Mylex Corporation Modular mirrored cache memory battery backup system
US6098091A (en) * 1996-12-30 2000-08-01 Intel Corporation Method and system including a central computer that assigns tasks to idle workstations using availability schedules and computational capabilities
US6571324B1 (en) * 1997-06-26 2003-05-27 Hewlett-Packard Development Company, L.P. Warmswap of failed memory modules and data reconstruction in a mirrored writeback cache system
US6469714B2 (en) * 1998-01-26 2002-10-22 International Business Machines Corporation Infocenter user interface for applets and components
US6195760B1 (en) * 1998-07-20 2001-02-27 Lucent Technologies Inc Method and apparatus for providing failure detection and recovery with predetermined degree of replication for distributed applications in a network
US20010011265A1 (en) * 1999-02-03 2001-08-02 Cuan William G. Method and apparatus for deploying data among data destinations for website development and maintenance
US20010039594A1 (en) * 1999-02-03 2001-11-08 Park Britt H. Method for enforcing workflow processes for website development and maintenance
US6480944B2 (en) * 2000-03-22 2002-11-12 Interwoven, Inc. Method of and apparatus for recovery of in-progress changes made in a software application
CA2403261A1 (en) * 2000-03-22 2001-09-27 Robert Bradshaw Method and apparatus for automatically deploying data in a computer network
EP1292871A4 (en) * 2000-05-17 2007-10-17 Interwoven Inc Method and apparatus for automatically deploying data and simultaneously executing computer program scripts in a computer network

Also Published As

Publication number Publication date
EP1266292A4 (en) 2003-06-11
US20010027457A1 (en) 2001-10-04
EP1266292A1 (en) 2002-12-18
CA2402933C (en) 2012-01-10
US20020129042A1 (en) 2002-09-12
US20010037475A1 (en) 2001-11-01
CA2402933A1 (en) 2001-09-27
US6480944B2 (en) 2002-11-12
JP2003528391A (en) 2003-09-24
WO2001071501A1 (en) 2001-09-27
AU2001250942A1 (en) 2001-10-03
JP2003528392A (en) 2003-09-24
WO2001071508A1 (en) 2001-09-27
US6609184B2 (en) 2003-08-19
EP1266289A1 (en) 2002-12-18
AU2001250952A1 (en) 2001-10-03

Similar Documents

Publication Publication Date Title
US20010027457A1 (en) Method and apparatus for storing changes to file attributes without having to store an additional copy of the file contents
RU2507567C2 (en) Multiuser network collaboration
JP6553822B2 (en) Dividing and moving ranges in distributed systems
EP0749602B1 (en) System and method for efficient caching in a distributed file system
US6732111B2 (en) Method, apparatus, system, and program product for attaching files and other objects to a partially replicated database
US5781908A (en) File data synchronizer in a distributed data computer network
EP2260413B1 (en) Web content management
JP3041528B2 (en) File system module
US5175848A (en) Method for copying linked data objects with selective copying of children objects and using a link table to record object linkages
JP5007350B2 (en) Apparatus and method for hardware-based file system
US20010044834A1 (en) Method and apparatus for automatically deploying data in a computer network
US20010011265A1 (en) Method and apparatus for deploying data among data destinations for website development and maintenance
US20130145348A1 (en) Universal and adaptive software development platform for data-driven applications
EP1313033A2 (en) File system, control method, and program
EP1066571B1 (en) Method, apparatus, system, and program product for attaching files and other objects to a partially replicated database
US20040059706A1 (en) System and method for providing concurrent usage and replacement of non-native language codes
WO2001046861A1 (en) Method and apparatus for deploying data among data destinations for website development and maintenance
US20230350859A1 (en) Data retrieval from archived data storage
CN114328376A (en) Snapshot creating method, device, equipment and storage medium

Legal Events

Date Code Title Description
FZDE Discontinued