US20080307017A1 - Searching and Restoring of Backups - Google Patents

Searching and Restoring of Backups Download PDF

Info

Publication number
US20080307017A1
US20080307017A1 US11/760,588 US76058807A US2008307017A1 US 20080307017 A1 US20080307017 A1 US 20080307017A1 US 76058807 A US76058807 A US 76058807A US 2008307017 A1 US2008307017 A1 US 2008307017A1
Authority
US
United States
Prior art keywords
item
date
version
search
date range
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
US11/760,588
Inventor
David Lyons
Eric Weiss
Pavel Cisler
Peter McInerney
John Hornkvist
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.)
Apple Inc
Original Assignee
Apple Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Apple Inc filed Critical Apple Inc
Priority to US11/760,588 priority Critical patent/US20080307017A1/en
Assigned to APPLE INC. reassignment APPLE INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: HORNKVIST, JOHN, CISLER, PAVEL, LYONS, DAVID, MCINERNEY, PETER, WEISS, ERIC
Publication of US20080307017A1 publication Critical patent/US20080307017A1/en
Priority to US14/468,165 priority patent/US9454587B2/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • 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/24Querying
    • G06F16/248Presentation of query results
    • 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/1446Point-in-time backing up or restoration of persistent data
    • G06F11/1458Management of the backup or restore process
    • G06F11/1469Backup restoration techniques
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • G06F3/0482Interaction with lists of selectable items, e.g. menus
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2201/00Indexing scheme relating to error detection, to error correction, and to monitoring
    • G06F2201/84Using snapshots, i.e. a logical point-in-time copy of the data

Definitions

  • the subject matter of this specification relates generally to storing and restoring digital data.
  • Modern graphical user interfaces allow a large number of graphical objects or items to be displayed on a display screen at the same time.
  • Operating systems e.g., Apple Mac OS®
  • Taskbars, menus, virtual buttons, and other user interface elements provide mechanisms for accessing and activating windows even when they are hidden behind other windows.
  • the revision process is usually straightforward if the user wants to add more material to the file or make changes to what is there. But it is typically more difficult for a user who has changed his/her mind about changes that were previously made and wants the file returned to a previous version.
  • Application programs for word processing typically let the user “undo” previous edits of a text, at least up to a predefined number of past revisions.
  • the undo feature also usually is configured so that the previously made revisions must be undone in reverse chronological order; that is, the user must first undo the most recently made edit, then the second-most recent one, and so on. If the user saves and closes the document and thereafter opens the document again, it might not be possible to automatically undo any previous edits.
  • one aspect of the subject matter described in this specification can be embodied in methods that include the actions of presenting a first search result including a first version of an item, the first version associated with a first date range having a first start date and a first end date; receiving user input requesting that an archive including one or more versions of the item be searched; and presenting a second search result including a second version of the item, the second version different from the first version, the second version associated with a second date range having a second start date and a second end date, and where the second date range does not overlap with the first date range.
  • Other embodiments of this aspect include corresponding systems, apparatus, and computer program products.
  • another aspect of the subject matter described in this specification can be embodied in methods that include the actions of associating a first archival copy of an item with a first date range, the first date range having a first starting date and a first ending date; detecting that the item is unchanged with respect to the first archival copy; in response to detecting that the item has not changed, extending the first date range; detecting a modification of the item; and associating a second archival copy of the item with a second date range, the second archival copy including the modification to the item, the second date range having a second starting date and a second ending date.
  • Other embodiments of this aspect include corresponding systems, apparatus, and computer program products.
  • another aspect of the subject matter described in this specification can be embodied in methods that include the actions of presenting a history view including a first search result including a first version of an item, the first version associated with a first date range having a first start date and a first end date; receiving an input in the history view to identify a second version of the item; and presenting a history view including the first search result including the identified second version of the item.
  • Other embodiments of this aspect include corresponding systems, apparatus, and computer program products.
  • An archival copy of a file is associated with a date range during which the corresponding file outside of the archive has not been modified.
  • the user can jump from one archival copy directly to another archival copy that includes changes to the file relative to the preceding archival copy.
  • FIG. 1 is a block diagram of an example system.
  • FIG. 2 is a block diagram of an example of architecture for backing up, searching, and restoring system information.
  • FIG. 3 is a screen shot depicting an example of a desktop user interface including a search application.
  • FIG. 4 is a screen shot depicting an example of a desktop user interface including a first list of options within a search application.
  • FIG. 5 is a screen shot depicting an example of a desktop user interface including a second list of options within a search application.
  • FIG. 6 is a screen shot depicting an example of a desktop user interface including several search inputs within a search application.
  • FIGS. 7A-7C is a screen shot depicting an example of a backup interface including search results within a search application.
  • FIG. 8 is a screen shot depicting an example of a backup interface including an item timeline associated with search results within a search application.
  • FIG. 9 is a flow chart of an example of a process for searching and restoring system information.
  • FIG. 10 is a flow chart of an example of a process for searching for items associated with date ranges.
  • FIG. 11 is a flow chart of an example of a process for associating archival copies of items with date ranges.
  • FIG. 1 is a block diagram of an example system 100 .
  • the system 110 can be used for allowing a user to search a captured version of an interface view, perhaps to initiate a restoration based on the captured version.
  • a view refers to an item, element, or other content, capable of being stored and/or retrieved in an interface that can be subjected to a backup operation by a backup component 117 .
  • a user interface view can contain any number of icons, files, folders, application state information and/or machine state information, preferences, etc.
  • the system 100 includes a personal computer 102 communicatively coupled to a remote server 107 using a network interface 116 and a network 108 (e.g., local area network, wireless network, Internet, intranet, etc.).
  • the computer 102 generally includes a processor 103 , memory 105 , one or more input devices 114 (e.g., keyboard, mouse, etc.) and one or more output devices 115 (e.g., a display device).
  • a user interacts with the system 100 using the input and output devices 114 , 115 .
  • the system 100 as shown includes various hardware elements. However, the system 100 can include hardware, software, and combinations of the two.
  • the computer 102 also includes a local storage device 106 and a graphics module 113 (e.g., a graphics card) for storing information and generating graphical objects, respectively.
  • the local storage device 106 can be a computer-readable medium.
  • the computer readable medium can be, for example, a machine-readable storage device, a machine-readable storage substrate, a memory device, a composition of matter effecting a machine-readable propagated signal, or a combination of one or more them.
  • Systems and methods are provided for searching stored contents that correspond to earlier versions of system information, application information, or system, application, or user interface state.
  • the systems and methods can be stand alone or otherwise integrated into a more comprehensive application.
  • an integrated system and method for modifying a user interface view is disclosed.
  • a interface view e.g., a user interface view
  • a modification to file structures, data and the like is also contemplated in order to achieve the modification to the user interface view.
  • restoration of the user interface view from one state to another can be the most apparent change from the user's perspective, this is accomplished through the corresponding changes in the underlying system content.
  • the engines, methods, processes and the like that are described can themselves be an individual process or application, part of an operating system, a plug-in, an application, or the like.
  • the system and methods can be implemented as one or more plug-ins that are installed and run on the personal computer 102 .
  • the plug-ins are configured to interact with an operating system (e.g., MAC OS X, WINDOWS XP, LINUX, etc.) and to perform the various functions, as described with below.
  • a system and method for modifying a user interface view can also be implemented as one or more software applications running on the computer 102 .
  • Such a system and method can be characterized as a framework or model that can be implemented on various platforms and/or networks (e.g., client/server networks, wireless networks, stand-alone computers, portable electronic devices, mobile phones, etc.), and/or embedded or bundled with one or more software applications (e.g., email, media player, browser, etc.).
  • platforms and/or networks e.g., client/server networks, wireless networks, stand-alone computers, portable electronic devices, mobile phones, etc.
  • software applications e.g., email, media player, browser, etc.
  • the computer 102 includes the backup component 117 that allows for the storage of versions of the computer's files or other items (e.g., restoring a view including a past state of a file, application, application data, parameters, settings, and the like), for example within the local storage 106 or in an external storage repository.
  • the backup component 117 also allows a user to select any of the stored versions and use the selected version to initiate a restoration of that version in the computer 102 .
  • the computer 102 also includes a search component 118 that allows for searches of the computer's files or other items, for example within the local storage 106 or an external storage repository.
  • the search component 118 can interact with the backup component 117 to perform searches of stored versions of the computer's files and other items.
  • the search component 118 allows a user to select search results that have been identified in an earlier version and use the search results to initiate a restoration of that version in the computer 102 .
  • FIG. 2 is a block diagram of an example architecture 200 for backup operations.
  • the architecture 200 can be used to provide backup operations and restoration of backup data including application data (e.g., application files, application data, settings, parameters or the like), associated with a set of applications 228 .
  • application data e.g., application files, application data, settings, parameters or the like
  • the backup component 117 provides back up and restoration capability for the system 100 .
  • Many different items or elements can be the subject of a backup operation in the system 100 .
  • data elements including folders, files, items, information portions, directories, images, system or application parameters, playlists, address books, e-mails, e-mail folders, a state of an application or state of the system, preferences (e.g., user or system preferences), and the like all can be candidates for inclusion in an archive of backup data during the backup operation.
  • Other types of data can also be included in the backup data for the system 100 .
  • the backup component 117 includes a local storage device 204 and an external storage device 232 .
  • Backup data e.g., particular versions or views resulting from backup operations
  • any one element e.g., item, file, etc.
  • multiple versions can be backed up and stored.
  • multiple backup copies can be saved, and any one version of the item, file, element, etc. can be embodied by more than one backup copy (e.g., if the item is backed up periodically and the item remains unchanged over multiple backup intervals).
  • the backup component 117 runs as a background task on an operating system 230 that is not visible to the user.
  • the backup component 117 can be capable of running across multiple user accounts.
  • the backup component 117 runs within an application in the user space.
  • the backup component 117 includes an activity monitoring engine 212 .
  • the activity monitoring engine 212 monitors for changes within applications (e.g., application files or state) that are targeted for backup operations.
  • a change can include the addition of new files or data (e.g., files or other data structures) or deletion of the same.
  • the activity monitoring engine 212 is capable of discerning between a substantive change (e.g. the text within a document has been modified) and a non-substantive change (e.g. the play count within an iTunes playlist has been updated, or several changes cancel each other out) through its interaction with the application programs 228 .
  • the activity monitoring engine 212 can, for example, create a list of modified elements (e.g., files) to be used when a backup operation is eventually triggered.
  • the activity monitoring engine 212 can monitor the system for periods of inactivity. The activity monitoring engine 212 can then trigger a backup operation during a period of time in which the backup operation will not cause a system slowdown for an active user.
  • a preference management engine 214 specifies some operating parameters of the backup component 117 .
  • preference management engine 214 contains user-specified and/or system default application parameters for the backup component 117 . These can include settings for the details of capturing and storing the views. For example, the preference management engine 214 can determine the frequency of a backup operations, the storage location for the backup data, the types of data elements (e.g., files or other items) that are to be included in the backup operations, and the events which can trigger a backup operation (periodic or event-driven, etc.).
  • the preference management engine 214 can detect that a new storage device is being added to the system and prompt the user whether it should be included as a backup repository.
  • Files and other items can be scheduled for a backup operation due to location (e.g. everything on the C: drive and within D:/photos), a correlation with specific applications (e.g. all pictures, music, e-mail in an inbox, an address book and system settings), or a combination of strategies. Different types of items can be scheduled to be stored on different devices or on different segments of a storage device during a backup operation.
  • the backup component 117 stores the versions in a format corresponding to a file system structure.
  • a backup management engine 216 coordinates the collection, storage, and retrieval of data (e.g., views) performed by the backup component 117 .
  • the backup management engine 216 can trigger the activity monitoring engine 212 to monitor for activities that satisfy a requirement specified in the preference management engine 214 .
  • a change identifying engine 218 locates specific elements (e.g., monitored files or other items) to determine if the elements have changed.
  • the change identifying engine 218 can be capable of discerning a substantive change from a non-substantive change, similar to the example described above for the activity monitoring engine 212 .
  • the change identifying engine 218 traverses a target set of elements (e.g., files or other items), comparing a previous version to the current version to determine whether or not a modification has occurred.
  • a backup capture engine 220 locates views that are to be included in the backup operation.
  • the view e.g., of an application, file system, etc.
  • the backup capture engine 220 can invoke the activity monitoring engine 212 and/or the change identifying engine 218 , for example, to generate a capture list identifying data to include in a next backup operation.
  • the backup capture engine 220 can then store data associated with the listed data in one or more targeted storage repositories.
  • the backup capture engine 220 can store the changed elements in a file system hierarchy that includes references (e.g., links) to unchanged elements.
  • the backup capture engine 220 can track multiple version of each view included in the backup repository.
  • the backup component 117 includes a backup restoration engine 222 to restore previous versions of views (e.g., files, data, or other items).
  • the backup restoration engine 222 provides a user interface (e.g., a graphical user interface) where a user can select a view or portions of a view (e.g., elements, items, etc.) to be restored.
  • a backup conflict resolution engine 234 can be configured to resolve a conflict that is presented for a particular restoration. For example, the backup conflict resolution engine 234 can detect that the restoration of a particular item to a previous version thereof would result in some portion of information being lost from the current version of the item. In some implementations, the conflict resolution engine 234 can detect this condition, alert the user about it, present one or more possible actions, and receive the user's selection of how to proceed, to name a few examples.
  • the search component 118 can search directly within the one or more applications 228 for a current state or version of the element including particular files or other items.
  • the search component 118 can search earlier versions of the files and other items using the backup component 117 .
  • the search component 118 can provide a search interface within a backup interface that allows searches of earlier versions of the files or other items.
  • the search component 118 can provide a search interface within a desktop user interface that allows searches of the current version of the files or other items.
  • the search interface can be presented within the backup interface.
  • the search interface can be a component within a single interface, such as a portion of the backup interface and not a separate interface.
  • the search component 118 can be used to initiate a search to find a particular item or element, such as an image file. If this search finds the sought item, and if the item meets the user's expectations, there may be no need to do any further searching. However, if the search does not find the sought item, or if the item that is found does not meet the user's expectations, the user can choose to perform a search of historical views. The user can activate the backup interface to search the historical views.
  • An example process 900 for searching and restoring system information is shown.
  • the process 900 can be performed, for example, by a system such as the system 100 or 200 .
  • a system such as the system 100 or 200 .
  • the description that follows uses the systems 100 and 200 as an example. However, another system, or combination of systems, can be used to perform the process 900 .
  • the system receives ( 902 ) a search entry from a user. For example, a user can make a search input using the search component 118 .
  • the system searches ( 904 ) the current contents based on the search entry.
  • the search component 118 can search data managed by a particular application 228 (e.g., an application that manages the file system).
  • a search application presents a search result to the user from searching the current contents (e.g., a current view).
  • the presented search results can include one or more elements, or items, matching the search entry.
  • the system searches ( 906 ) a backup archive based on the search entry.
  • the search component 118 can use the backup component 117 to access and search historical data (e.g., files, system or application states, or other items).
  • the searching ( 906 ) can be performed by default whenever the searching ( 904 ) is done. However, in some implementations, the searching ( 906 ) is performed upon user initiation. For example, the user can activate the backup component 117 to perform the searching ( 906 ).
  • the system presents ( 908 ) results of one or more searches.
  • the search component 118 can present results of a search of the current state of the system 100 within a desktop user interface or results of a search of one or more historical states with a backup interface, or both.
  • one or more history views associated with the current view are presented to the user where each history view includes search results (e.g., visual representations of the search application) based on a search of system data from stored history data e.g., an archive.
  • the search results presented can include one or more items that were not present in the search result provided for the current contents.
  • both the current contents and the search of the backup archive can always be searched.
  • the search of the backup archive can be performed automatically upon determining that no results or a non-desired result occurs during the search of the current contents.
  • the presentation of the results from the current contents search and the backup archive search can occur in separate steps. For example, upon determining that the results of the search of the current contents are not sufficient, a user can initiate a search and presentation of the backup archive.
  • items in the backup archive are associated with respective date ranges.
  • the date range indicates a time span when the item in the backup archive remained unchanged. For example, if an item in the current contents takes on a particular version and remains unchanged for five days, then a backup version of the item can be associated with a date range spanning the five days. For example, multiple backup operations of the item can occur during that date range. However, with each backup operation the backup component 117 determines that the item is unchanged.
  • a snapshot of the item can be taken during each backup operation, at which time the date range can be updated.
  • a snapshot refers to a backup element stored in an archive that includes a backup of selected items or content as specified by the backup component 117 .
  • a snapshot can also refer to a view of the current system state with respect to a file, an item, an element, etc.
  • the date range can be defined by a start date and an end date that specifies when the item became the version associated with the date range and when the item was modified to become a different version.
  • the start date and the end date defining the date range of an item in the backup archive can be included in metadata associated with the item. The association of a date range with an item in the backup archive is described below in relation to FIG. 11 .
  • the date ranges associated with current and backup versions of items can be used during a search of the current system state and the backup archive.
  • An example of searching and presenting current and backup content associated with date ranges will now be described with reference to FIG. 10 .
  • An example process 1000 for searching system information associated with date ranges is shown.
  • the process 1000 can be performed, for example, by a system such as the system 100 or 200 .
  • the description that follows uses the systems 100 and 200 as an example. However, another system, or combination of systems, can be used to perform the process 1000 .
  • the system presents ( 1002 ) a version of an item.
  • this presented version of the item will be referred to as version X.
  • the presented version X corresponds to a search result of a search performed in accordance with the process 900 .
  • a search of the current state of the system and/or the backup archive can be performed and a version (which can be the current version or a version that is stored in the backup archive) of an item can be presented as a search result in a backup interface.
  • the item can be a file, a data entry (e.g., in an address book or a calendar), or any type of data that can be stored in the system.
  • Version X is associated with a date range defined e.g., to include a start date and an end date.
  • the date range indicates the time span when version X was without any substantive modification (e.g., no user edits that result in a substantive change to the data of a file).
  • the system receives ( 1004 ) user input requesting a search of the archive (and optionally the current system state).
  • the input can be a request to search the archive for other backup versions of the item and/or to search the current system state for the current version of the item.
  • the input is a request to navigate, in a backup interface, between search results corresponding to the current system state and one or more backup versions of the item stored in the archive.
  • a search result corresponding to the current state is presented in the backup interface
  • the user can enter an input (e.g., click on a directional arrow) to navigate to a search result corresponding to a previous version in the backup interface (e.g., corresponding to backup data from an earlier backup operation).
  • the search result corresponding to a backup is presented in the backup interface, the user can enter an input to navigate to a search result corresponding to the current state or to an older or newer backup.
  • the system searches ( 1006 ) the archive and/or the current system state.
  • the search is in response to a user input requesting the search, described above in reference to block 1004 .
  • the search component 118 can search data in the current file system and use the backup component 117 to access and search data in a backup archive.
  • the search looks for versions of the item that are different from version X.
  • the search looks for versions of the item whose date ranges are outside of the date range of version X. For example, if version X is associated with a date range of Jan. 1, 2005 to Jan. 5, 2005, then the search looks for versions with date ranges that end before or on Jan. 1, 2005 or that begin on or after Jan. 5, 2005 (e.g., snapshots including the item which were taken before or after the date range).
  • the system presents ( 1008 ) another version of the item.
  • the search component 118 can present results of the search performed in accordance with block 1006 in a backup interface.
  • the version that is presented is different from version X, and is associated with a date range that is outside of the date range of the version displayed in block 1002 .
  • version X presented in the backup interface in accordance with block 1002
  • the version in the archive immediately preceding version X (which is not necessarily the most recent backup copy, as the current version may have been backed up into the backup archive multiple times) can be identified from the backup archive and presented.
  • a particular version can be valid over a number of backup operations.
  • the user can navigate between different distinct versions of the item without having to navigate through all backups of the item.
  • the search through the archive uses the date ranges associated with the versions to identify which backups include a distinct version of the item and which backups include the same version of the item as the preceding backup. Consequently, backup data (e.g., particular snapshots including the item) where the version is the same can be skipped when navigating the backup interface.
  • FIG. 11 An example of associating versions of an item with date ranges will now be described with reference to FIG. 11 .
  • An example process 1100 for associating versions of system information with date ranges is shown.
  • the process 1100 can be performed, for example, by a system such as the system 100 or 200 .
  • a system such as the system 100 or 200 .
  • the description that follows uses the systems 100 and 200 as an example. However, another system, or combination of systems, can be used to perform the process 1100 .
  • the system captures and saves ( 1102 ) an archival copy of an item.
  • this archival copy will be referred to as archival copy A.
  • An archival copy of the item is a backup copy of the item that is captured by the backup capture engine 220 and stored in the archive, for example.
  • the captured and saved archival copy embodies the version of the item that is an unchanged version.
  • the end date is the current date if there is no newer version of the item in the file system. Alternatively, the end date can correspond to the date in which the version was superseded by a new version of the item.
  • Archival copy A is associated with a date range, defined by a start date and an end date ( 1104 ).
  • the start date and end date can be included in metadata associated with archival copy A.
  • the start date of the date range is the date when the version embodied by archival copy A became the current version of the item.
  • the start date can be the date when the version of the item was created (e.g., when the item was created, when the item was modified into the version embodied by the archival copy and saved).
  • the end date is a latest date at which the version embodied by archival copy A is the current version. For example, if archival copy A embodies the current version of the item, then the end date can be the date when archival copy A was captured and saved.
  • the system detects ( 1106 ) that the item is unchanged with respect to archival copy A.
  • the item, in its current version is compared to archival copy A by the change identifying engine 218 .
  • the comparison is performed when another archival copy of the item is to be captured and stored. If the item was not changed substantively since archival copy A, the lack of substantive change is detected by the change identifying engine 218 .
  • the date range associated with archival copy A is extended ( 1108 ).
  • the end date of the date range associated with archival copy A is updated to extend the date range. For example, when a new archival copy of an item is captured, and the item has not changed substantively since archival copy A, then the date range of archival copy A is extended (e.g., by changing the end date to the date and time of the new archival copy) to indicate a longer time span during which the version embodied by archival copy A embodies the current version of the item.
  • the system detects ( 1110 ) a modification of the item with respect to the archival copy A.
  • the change identifying engine 218 identifies the change in the item to the new version.
  • the new archival copy embodying a version different from the version embodied by archival copy A, will be referred to as archival copy B.
  • the system associates ( 1112 ) a date range defined by a start date and an end date with archival copy B.
  • the date range associated with archival copy B is different from the date range associated with archival copy A, as archival copy A and archival copy B embody different versions of the item.
  • the start date and the end date of the date range associated with archival copy B is included in metadata associated with archival copy B.
  • the start date of the date range of archival copy B is no earlier than the end date of the date range of archival copy A; the date range during which the version embodied by archival copy B is the current version is later than the date range of the version embodied by archival copy A.
  • FIG. 3 is a screen shot depicting an example of a desktop user interface 300 including a search application 301 .
  • the search component 118 generates the search application 301 .
  • the desktop user interface 300 (also referred to herein as “desktop”) can be a conventional user interface as can be provided by an operating system.
  • the desktop 300 has a background, a menu bar 302 , an application launch bar 304 , and can include windows, icons, and other elements.
  • the desktop 300 can have multiple applications running, any or all of which can be presented in a separate window.
  • the search application 301 allows a user to select one or more search controls and search parameters that specify a search for files or items to be presented in a search results area 306 .
  • Search location controls 308 allow a user to select a location, for example within the local storage device 204 or the external storage device 232 , where the search will be performed, such as a server, the computer 102 , a home folder, or another location.
  • a user has selected a “Home” location control 308 a , as indicated at the top of the search application 301 .
  • a navigation area 310 allows a user to navigate to a location within the selected search location.
  • a search phrase control 312 allows a user to input a search phrase to be included in the search.
  • the search application 301 can identify any titles, content, or metadata that contains the search phrase.
  • Search application 301 is only one example search application. In other implementations, other search applications can be used.
  • the search application 301 allows a user to tailor the search by selecting add controls 314 .
  • the search application 301 currently includes two search controls 316 a - b .
  • the search controls 316 a - b each include a first search parameter 318 a - b , respectively, and a second search parameter 320 a - b , respectively. Examples of these search controls will be described below.
  • the backup component 117 generates a backup interface that can be used for viewing earlier versions of a view that have been included in one or more backup operation (e.g., as stored in an archive), and optionally also for restoring a selected portion of the earlier version of a view.
  • the backup interface can be activated to backup or restore content (e.g., media) or data associated with an application or the system.
  • the user can activate the backup interface from the desktop using a user-selectable backup icon 326 in the application launch bar 304 .
  • a user can activate the backup interface from the menu bar 302 .
  • the menu bar 302 can include a backup options menu in addition to the activation selection.
  • the backup options menu can include selections allowing a user to specify data to include in particular backup operations.
  • the user can choose to enter the backup interface directly from an operating system applications menu.
  • the backup component can provide several icons or menus available in other locations within the desktop 300 or running applications, thereby providing several options for activating or otherwise initiating the backup interface.
  • FIG. 4 is a screen shot depicting an example of the desktop user interface 300 that presents a list 402 including search parameters for the search application 301 .
  • the list 402 shows the possible values for the first search parameter within a search control, in this example the search control 316 a.
  • the list 402 includes the values “Kind,” “Last Opened,” “Last Modified,”, “Created,” “Keywords,” “Color Label,” “Name,” “Contents,” “Size,” and “Other.”
  • Kind allows a user to input a type of items for which to search.
  • “Last opened,” “Last Modified,” and “Created” allow a user to input dates or time periods about which an item was last opened, modified, or created, respectively.
  • “Keywords” allows a user to select keywords associated with items for which to search. The keywords can be located, for example, in metadata associated with items.
  • Color label allows a user to select a color or colors for which to search (e.g., files labeled with a particular color label such as “red” for important files).
  • Name allows a user to input the name or part of a name of an item, such as a file name or title.
  • Contents allows a user to specify contents to search for, such as a phrase within a text file.
  • Size allows a user to input a size or range of sizes of items for which to search.
  • the “Kind” search parameter is selected, as indicated by a dashed line 404 .
  • FIG. 5 is a screen shot depicting an example of the desktop user interface 300 that presents a list 502 including search parameters for the search application 301 .
  • the list 502 shows the possible values for the second search parameter 320 a .
  • that search parameter is associated with the “Kind” search parameter that the user has selected.
  • the list 502 includes “Any,” “Images,” “Text,” “PDF” (Portable Document Format), “Movies,” “Music,” “Documents,” “Presentations,” “Folders,” “Applications,” and “Other.”
  • the search control 316 a limits the search to a particular kind of item, in this case, document files.
  • the search application 301 can include any number of search controls.
  • search parameter is selected, as indicated by a dashed line 504 .
  • Other search parameters can also be used.
  • the search can be part of an application (e.g., part of a word processing application, messaging application, music application, etc.) instead of a particular search application.
  • FIG. 6 is a screen shot depicting an example of the desktop user interface 300 including several search controls within the search application 301 .
  • the search application 301 here includes search controls 602 a - g .
  • the search controls 602 a - g have first search parameters 604 a - g , respectively, and the first search parameters 604 a - g have associated therewith second search parameters 606 a - g.
  • the search parameter 318 b indicates that the last modified time and/or date is a criterion for the search.
  • the search parameter 320 b allows a user to select a relationship to the last modified date, such as no limitation with respect to the modified date (e.g., “Any time”), modified dates within a particular time period (e.g., “Within Last”) or modified dates before, after, or on a particular date.
  • a time period input control and a time units control allow a user to input a time period length and to select units for the time period, such as seconds, minutes, hours, days, months, or years.
  • the search parameter 604 a indicates that the date and/or time that a file or item was last opened is a condition of the search.
  • the associated search parameter 606 a indicates that an item that was opened on any date satisfies the search condition in the search control 602 a .
  • the search parameter 606 a can specify a time period or a particular date in which a file or item was last opened as a condition for the search control 602 a.
  • the search parameter 604 b indicates that the date and/or time that a file or item was created is a condition of the search.
  • the associated search parameter 606 b indicates that any date satisfies the search condition in the search control 602 b .
  • the search parameter 606 b can specify a time period or a particular date in which a file or item was last opened as a condition for the search control 602 b.
  • the search parameter 604 c indicates that keywords associated with a file or item are a condition of the search.
  • the keywords can be contained in metadata associated with image, audio, or video files.
  • the associated search parameter 606 c allows a user to select a particular keyword from a list of keywords.
  • the selected keyword is the search condition for the search control 602 c.
  • the search parameter 604 d indicates that a color label associated with a file or item is a condition of the search.
  • the associated search parameter 606 d allows a user to select color labels.
  • the color labels are the search condition for the search control 602 d.
  • the search parameter 604 e indicates that a file or item name is a condition of the search.
  • the associated search parameter 606 e indicates that the name must contain the text input by the user in search parameter 612 (e.g., “resume”).
  • the search parameter 606 e can indicate other name conditions, such as matching, beginning with, or ending with the text in the search parameter 612 .
  • the search parameter 604 f indicates that the contents of a file or item are a condition of the search.
  • the associated search parameter 606 f allows a user to input text for which to search within the contents of the files or items.
  • the search parameter 604 g indicates that the size of a file or item is a condition of the search.
  • the associated search parameter 606 g indicates that sizes greater than the size input by the user in search parameter 614 and having units as selected in search parameter 616 satisfy the search condition.
  • the search parameter 606 g can indicate other size conditions, such as an exact size or less than a particular size.
  • a user can remove search controls by selecting remove controls. For example, a user can remove the search controls 602 a - g by selecting remove controls 618 a - g , respectively.
  • a user can trigger the search application 301 to perform searches of the current version of files and items.
  • a user can access earlier versions of the files and items by initiating a backup interface.
  • the user can select the backup icon 326 to initiate the backup interface.
  • the user initiates the backup interface, for example using one of the controls previously mentioned.
  • FIG. 7A is a screen shot depicting an example of a backup interface 700 including search results within the search application 301 .
  • the backup interface 700 includes a timeline 702 and function buttons.
  • the timeline 702 includes snapshots representing the results of performing the current search on an earlier version of system contents that have been backed up.
  • a snapshot refers to a backup element stored in a historical archive that includes a backup of selected items or content as specified by the backup component 117 .
  • the timeline 702 presents a date beneath snapshots 704 a - d indicating the date of the contents on which that search was performed.
  • the timeline 702 can include a number of snapshots representing searches performed on current and/or earlier versions or states of the files or items that have been backed up.
  • each snapshot provides a representation of the current or an earlier version of the files or items at a particular point in time that is responsive to the search.
  • the timeline 702 includes a visual representation of the search results screen, such as a miniature version thereof.
  • the timeline 702 can appear across the top portion of the backup interface 700 (as shown). Alternatively, the timeline 702 may not appear in the top portion of the backup interface 700 until a user moves their cursor to (or otherwise activates) the top portion of the interface.
  • a number of snapshots are presented in a cascading stack. The user can navigate through the stack to snapshots corresponding to particular points in time.
  • the backup interface 700 can also include function controls.
  • the interface 700 can include arrow buttons 706 a and 706 b to navigate the snapshots forward or backward.
  • Arrow buttons 708 a and 708 b and an associated scroll bar 709 can allow the user to navigate to additional snapshots not shown in the current timeline window, thus there can be a large number of snapshots from which to select.
  • the search application 301 includes the search controls 316 a - b as described above with reference to FIG. 6 .
  • the search application 301 also includes a search phrase of “resume” in the search phrase control 312 .
  • the search location controls 308 include a selected “Career” folder location control 710 .
  • the navigation area 310 shows sub-folders of the selected “Career” folder.
  • the search application 301 can present search results in the search results area 306 for a search performed using a currently selected snapshot.
  • the search results area 306 presents a list of one or more items 712 satisfying the search conditions (i.e., being in the folder “Career,” including the phrase “resume,” and being of type “Documents”).
  • results are represented by a currently selected snapshot 704 a , as indicated by dashed line 714 .
  • the timeline 702 indicates that these search results are dated for the current time (i.e., the current version of the presented data in the file system).
  • An item 712 can be represented by an identifier, such as a name or an icon, and/or can include a representation of the contents of the item, such as a thumbnail picture.
  • a user can change the search by adding, removing, or modifying search controls.
  • a restore button 716 when selected, restores the current system state with the files or items in the presented search results. In some implementations, this exits the backup interface 700 .
  • a user can select one or more items in the search results and then select the restore button 716 to modify the current version of the item or items selected, if such a version exists, or otherwise to restore the file or item to the current state. For example, the user can select a few images to restore, thereby triggering the restore button to display a more precise message, such as “restore selection only.” Restoration of the items results in the retrieval of the item from the archive, and instantiation in the current environment.
  • a file can be retrieved from an archive folder and placed in its current folder, where it is accessible to a user;
  • a system preference e.g., a time zone or language setting
  • an address book can be restored such that contacts existing in the archived address book are returned to a current address book.
  • an information button 718 can be included in the backup interface 700 .
  • the information button 718 can provide information regarding the selected snapshot.
  • selecting the information button 718 opens a panel display.
  • the panel display provides, in one implementation, information including the date and time the snapshot was made, the location of actual contents in a snapshot, the size of the snapshot, and a comment section.
  • a close button 720 can be selected to exit the backup engine 700 and return the user to the desktop 300 .
  • the backup engine 700 can automatically close upon restoring a particular snapshot.
  • the backup engine 700 can be minimized for purposes of navigating to other applications, such as an email application or a web browser.
  • the user can select an item timeline icon 722 to open a timeline view of snapshots, which can present text information about one or more snapshots and optionally facilitate navigation to any snapshot.
  • the timeline view can be toggled off and on using the item timeline icon 722 .
  • the user initiates the timeline view.
  • a timeline is represented by a series of tick marks in the backup interface (e.g., presented in chronological order). A user can select a particular tick mark in order to move to a snapshot corresponding to that tick mark.
  • all snapshots that include a particular item or file are shown in the timeline, even if there are consecutive snapshots where the file remained the same version.
  • subsequent consecutive snapshots of the same version can be omitted from the timeline 702 or otherwise de-emphasized in the timeline 702 (e.g., by graying out; by displaying in dotted lines, as illustrated by snapshot 704 c in contrast to snapshots 704 a , 704 b , and 704 d ).
  • the backup interface when the user selects the arrow 706 a to navigate to an older snapshot, the backup interface navigates to a snapshot whose version of the file or item is different from the version in the snapshot from which the navigation is performed.
  • the backup interface navigates to a snapshot whose version of the file or item is different from the version in the snapshot from which the navigation is performed.
  • one or more intermediate snapshots can be skipped when they include a version of the file that is the same as the version in the starting snapshot.
  • FIG. 7A shows a snapshot that is older than the currently selected snapshot and whose version of the file is different from the version in the currently selected snapshot, which is snapshot 704 b .
  • FIG. 7B shows snapshot 704 b being selected, as indicated by dotted line 714 .
  • Snapshot 704 d includes a version of the file that is different from the version of the file in snapshot 704 b .
  • Snapshot 704 c is skipped over in the navigation because that snapshot includes the same version as snapshot 704 d.
  • whether a snapshot should be skipped over in the timeline navigation can be based on date ranges associated with the versions of the file.
  • the version in snapshots 704 d and 704 c can be associated with the date range of Aug. 15, 2005 to Aug. 16, 2005;
  • the version in snapshot 704 b can be associated with the date range of Aug. 17, 2005 to Aug. 17, 2005;
  • the current snapshot 704 a can be associated with the date range of Aug. 18, 2005 to the present date.
  • the user interface looks for snapshots having date ranges that are outside of the date range of the particular snapshot.
  • snapshot 706 c is the currently selected snapshot and the use selects arrow 706 a to navigate to an older snapshot
  • the user interface looks for snapshots that are older than Aug. 15, 2005; these older snapshots have date ranges that are outside of the date range associated with the version in snapshots 704 d and 704 c.
  • FIG. 8 is a screen shot depicting an example of the backup interface 700 including an item timeline 802 associated with search conditions within the search application 301 .
  • the item timeline 802 indicates that, for the current search conditions, there is one result in the 56 available snapshots. That is, in this implementation, there are a total of 56 snapshots available that includes one file that matches the current search conditions. The one file can be in different versions throughout the 56 snapshots.
  • the item timeline 802 presents a list 804 of the resulting snapshots.
  • the list 804 includes the date of the snapshot as well as the number of items in the snapshot that satisfy the search conditions.
  • the item timeline 802 allows a user to see when the responsive contents were captured and how many results exist for each time or date. In other implementations, different information can be presented. For example, snapshots that include a version that is different from the version in the immediately preceding snapshot can be marked by an asterisk. A user can select a snapshot in the list 804 to navigate to that snapshot.
  • the search application 301 then presents, in the search results area 306 , a result of the search performed on the corresponding contents.
  • the item timeline 802 is transparent or semi-transparent allowing windows, applications, or the backup interface 700 to be at least partly visible through the item timeline 802 .
  • the timeline 702 can show only those of the snapshot search results that are different from the current version. That is, the timeline in such an implementation can show all snapshots that match the search, except those whose corresponding earlier state is identical to the current state.
  • a user can search for a file in a particular drive of a computer, such as the C: drive.
  • the user can initiate the backup engine to view the contents of the drive at various times in the past.
  • the results of the search are updated based on the selected snapshot. For example, the results now indicate whether the sought file is in the selected snapshot. If it is there, the user can restore the file from the snapshot search results.
  • the backup engine can be automatically initiated (or a user prompt can be generated to initiate the backup engine). The backup engine can then present snapshots of the search results at different times.
  • a user may desire to restore system preference information, such as Internet security settings (e.g., the user may have discovered that the current security conditions are inadequate and wishes to return to a safer security configuration).
  • the user searches for the security setting and then activates the backup.
  • Previous security settings can be presented in the search results as the user selects snapshots representing backed up information for earlier settings.
  • the user can select one or more desired security settings in a particular search result and restore them to the current security settings.
  • a user can restore a playlist in iTunes.
  • the user opens the iTunes application and performs a search for a particular playlist.
  • the user can determine that the current playlist identified in the search contains songs that are too modern for his or her tastes.
  • the user can activate the backup and view the results of performing this search on the backed up contents ranging from the current and to a point of time in the past, say within the last few years.
  • the user can select one of the playlists from the past and restore it to the present state of iTunes.
  • these quantities take the form of electrical or magnetic signals capable of being stored, transferred, combined, compared, and otherwise manipulated. It has proven convenient at times, principally for reasons of common usage, to refer to these signals as bits, values, elements, symbols, characters, terms, numbers, or the like.
  • An apparatus for performing the operations herein can be specially constructed for the required purposes, or it can comprise a general-purpose computer selectively activated or reconfigured by a computer program stored in the computer.
  • a computer program can be stored in a computer readable storage medium, such as, but is not limited to, any type of disk including floppy disks, optical disks, CD ROMs, and magnetic optical disks, read only memories (ROMs), random access memories (RAMs), EPROMs, EEPROMs, magnetic or optical cards, or any type of media suitable for storing electronic instructions, and each coupled to a computer system bus.
  • a component is implemented as software
  • the component can be implemented as a standalone program, as part of a larger program, as a plurality of separate programs, as a statically or dynamically linked library, as a kernel loadable module, as a device driver, and/or in every and any other way known now or in the future to those of skill in the art of computer programming.
  • the present description is in no way limited to implementation in any specific operating system or environment.
  • the subject matter described in this specification can be implemented as one or more computer program products, i.e., one or more modules of computer program instructions encoded on a computer readable medium for execution by, or to control the operation of, data processing apparatus.
  • the instructions can be organized into modules (or engines) in different numbers and combinations from the exemplary modules described.
  • the computer readable medium can be a machine-readable storage device, a machine-readable storage substrate, a memory device, a composition of matter effecting a machine-readable propagated signal, or a combination of one or more them.
  • data processing apparatus encompasses all apparatus, devices, and machines for processing data, including by way of example a programmable processor, a computer, or multiple processors or computers.
  • the apparatus can include, in addition to hardware, code that creates an execution environment for the computer program in question, e.g., code that constitutes processor firmware, a protocol stack, a database management system, an operating system, or a combination of one or more of them.
  • a propagated signal is an artificially generated signal, e.g., a machine-generated electrical, optical, or electromagnetic signal, that is generated to encode information for transmission to suitable receiver apparatus.

Abstract

Methods, systems, and apparatus, including computer program products, for searching for and presenting backups. A first search result including a first version of an item is presented. The first version is associated with a first date range having a first start date and a first end date. User input requesting that an archive including one or more versions of the item be searched is received. A second search result including a second version of the item is presented. The second version is different from the first version. The second version is associated with a second date range having a second start date and a second end date. The second date range does not overlap with the first date range.

Description

    BACKGROUND
  • The subject matter of this specification relates generally to storing and restoring digital data.
  • Modern graphical user interfaces allow a large number of graphical objects or items to be displayed on a display screen at the same time. Operating systems, e.g., Apple Mac OS®, provide user interfaces in which a number of graphical user interface windows can be displayed, overlapped, resized, moved, configured, and reformatted according to the needs of a user or a particular application. Taskbars, menus, virtual buttons, and other user interface elements provide mechanisms for accessing and activating windows even when they are hidden behind other windows.
  • With the sophisticated tools available, users are encouraged not only to create and save a multitude of items in their computers, but to revise or otherwise improve on them over time. For example, a user can work with a certain file and thereafter save the file's current version on a storage device. The next day, however, the user could have had second thoughts about the revisions, or could have come up with new ideas, and therefore opens the file again.
  • The revision process is usually straightforward if the user wants to add more material to the file or make changes to what is there. But it is typically more difficult for a user who has changed his/her mind about changes that were previously made and wants the file returned to a previous version. Application programs for word processing typically let the user “undo” previous edits of a text, at least up to a predefined number of past revisions. The undo feature also usually is configured so that the previously made revisions must be undone in reverse chronological order; that is, the user must first undo the most recently made edit, then the second-most recent one, and so on. If the user saves and closes the document and thereafter opens the document again, it might not be possible to automatically undo any previous edits.
  • SUMMARY
  • In general, one aspect of the subject matter described in this specification can be embodied in methods that include the actions of presenting a first search result including a first version of an item, the first version associated with a first date range having a first start date and a first end date; receiving user input requesting that an archive including one or more versions of the item be searched; and presenting a second search result including a second version of the item, the second version different from the first version, the second version associated with a second date range having a second start date and a second end date, and where the second date range does not overlap with the first date range. Other embodiments of this aspect include corresponding systems, apparatus, and computer program products.
  • In general, another aspect of the subject matter described in this specification can be embodied in methods that include the actions of associating a first archival copy of an item with a first date range, the first date range having a first starting date and a first ending date; detecting that the item is unchanged with respect to the first archival copy; in response to detecting that the item has not changed, extending the first date range; detecting a modification of the item; and associating a second archival copy of the item with a second date range, the second archival copy including the modification to the item, the second date range having a second starting date and a second ending date. Other embodiments of this aspect include corresponding systems, apparatus, and computer program products.
  • In general, another aspect of the subject matter described in this specification can be embodied in methods that include the actions of presenting a history view including a first search result including a first version of an item, the first version associated with a first date range having a first start date and a first end date; receiving an input in the history view to identify a second version of the item; and presenting a history view including the first search result including the identified second version of the item. Other embodiments of this aspect include corresponding systems, apparatus, and computer program products.
  • Particular embodiments of the subject matter described in this specification can be implemented to realize one or more of the following advantages. An archival copy of a file is associated with a date range during which the corresponding file outside of the archive has not been modified. When a user browses archival copies of the file, the user can jump from one archival copy directly to another archival copy that includes changes to the file relative to the preceding archival copy.
  • The details of one or more embodiments of the subject matter described in this specification are set forth in the accompanying drawings and the description below. Other features, aspects, and advantages of the subject matter will become apparent from the description, the drawings, and the claims.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 is a block diagram of an example system.
  • FIG. 2 is a block diagram of an example of architecture for backing up, searching, and restoring system information.
  • FIG. 3 is a screen shot depicting an example of a desktop user interface including a search application.
  • FIG. 4 is a screen shot depicting an example of a desktop user interface including a first list of options within a search application.
  • FIG. 5 is a screen shot depicting an example of a desktop user interface including a second list of options within a search application.
  • FIG. 6 is a screen shot depicting an example of a desktop user interface including several search inputs within a search application.
  • FIGS. 7A-7C is a screen shot depicting an example of a backup interface including search results within a search application.
  • FIG. 8 is a screen shot depicting an example of a backup interface including an item timeline associated with search results within a search application.
  • FIG. 9 is a flow chart of an example of a process for searching and restoring system information.
  • FIG. 10 is a flow chart of an example of a process for searching for items associated with date ranges.
  • FIG. 11 is a flow chart of an example of a process for associating archival copies of items with date ranges.
  • Like reference numbers and designations in the various drawings indicate like elements.
  • DETAILED DESCRIPTION
  • FIG. 1 is a block diagram of an example system 100. The system 110 can be used for allowing a user to search a captured version of an interface view, perhaps to initiate a restoration based on the captured version. As used herein, a view refers to an item, element, or other content, capable of being stored and/or retrieved in an interface that can be subjected to a backup operation by a backup component 117. For example, a user interface view can contain any number of icons, files, folders, application state information and/or machine state information, preferences, etc.
  • The system 100 includes a personal computer 102 communicatively coupled to a remote server 107 using a network interface 116 and a network 108 (e.g., local area network, wireless network, Internet, intranet, etc.). The computer 102 generally includes a processor 103, memory 105, one or more input devices 114 (e.g., keyboard, mouse, etc.) and one or more output devices 115 (e.g., a display device). A user interacts with the system 100 using the input and output devices 114, 115. The system 100 as shown includes various hardware elements. However, the system 100 can include hardware, software, and combinations of the two.
  • The computer 102 also includes a local storage device 106 and a graphics module 113 (e.g., a graphics card) for storing information and generating graphical objects, respectively. The local storage device 106 can be a computer-readable medium. The computer readable medium can be, for example, a machine-readable storage device, a machine-readable storage substrate, a memory device, a composition of matter effecting a machine-readable propagated signal, or a combination of one or more them.
  • While modifications of a user interface view are described herein with respect to a personal computer 102, it should be apparent that the disclosed implementations can be incorporated in, or integrated with, any electronic device that has a user interface, including without limitation, portable and desktop computers, servers, electronics, media players, game devices, mobile phones, email devices, personal digital assistants (PDAs), embedded devices, televisions, other consumer electronic devices, etc.
  • Systems and methods are provided for searching stored contents that correspond to earlier versions of system information, application information, or system, application, or user interface state. The systems and methods can be stand alone or otherwise integrated into a more comprehensive application. In one implementation, an integrated system and method for modifying a user interface view is disclosed.
  • Though discussion is made with reference to modifying a interface view (e.g., a user interface view), those of ordinary skill will recognize that such a view can be based on various data structures, files, processes, and other aspects of information management. Thus, a modification to file structures, data and the like is also contemplated in order to achieve the modification to the user interface view. In other words, while the restoration of the user interface view from one state to another can be the most apparent change from the user's perspective, this is accomplished through the corresponding changes in the underlying system content.
  • One of ordinary skill in the art will recognize that the engines, methods, processes and the like that are described can themselves be an individual process or application, part of an operating system, a plug-in, an application, or the like. In one implementation, the system and methods can be implemented as one or more plug-ins that are installed and run on the personal computer 102. The plug-ins are configured to interact with an operating system (e.g., MAC OS X, WINDOWS XP, LINUX, etc.) and to perform the various functions, as described with below. A system and method for modifying a user interface view can also be implemented as one or more software applications running on the computer 102. Such a system and method can be characterized as a framework or model that can be implemented on various platforms and/or networks (e.g., client/server networks, wireless networks, stand-alone computers, portable electronic devices, mobile phones, etc.), and/or embedded or bundled with one or more software applications (e.g., email, media player, browser, etc.).
  • The computer 102 includes the backup component 117 that allows for the storage of versions of the computer's files or other items (e.g., restoring a view including a past state of a file, application, application data, parameters, settings, and the like), for example within the local storage 106 or in an external storage repository. In one implementation, the backup component 117 also allows a user to select any of the stored versions and use the selected version to initiate a restoration of that version in the computer 102.
  • The computer 102 also includes a search component 118 that allows for searches of the computer's files or other items, for example within the local storage 106 or an external storage repository. In one implementation, the search component 118 can interact with the backup component 117 to perform searches of stored versions of the computer's files and other items. Particularly, in one implementation, the search component 118 allows a user to select search results that have been identified in an earlier version and use the search results to initiate a restoration of that version in the computer 102.
  • FIG. 2 is a block diagram of an example architecture 200 for backup operations. The architecture 200 can be used to provide backup operations and restoration of backup data including application data (e.g., application files, application data, settings, parameters or the like), associated with a set of applications 228.
  • In one implementation, the backup component 117 provides back up and restoration capability for the system 100. Many different items or elements can be the subject of a backup operation in the system 100. For example, data elements including folders, files, items, information portions, directories, images, system or application parameters, playlists, address books, e-mails, e-mail folders, a state of an application or state of the system, preferences (e.g., user or system preferences), and the like all can be candidates for inclusion in an archive of backup data during the backup operation. Other types of data can also be included in the backup data for the system 100. In this example, the backup component 117 includes a local storage device 204 and an external storage device 232. Backup data, e.g., particular versions or views resulting from backup operations, can be stored on either or both storage devices. Any number of local and/or external storage devices can be used by the backup component 117 for storing the backup data representing one or more versions of data. In one implementation, no local storage is provided.
  • In some implementations, for any one element, e.g., item, file, etc., multiple versions can be backed up and stored. In some implementations, for any one element, multiple backup copies can be saved, and any one version of the item, file, element, etc. can be embodied by more than one backup copy (e.g., if the item is backed up periodically and the item remains unchanged over multiple backup intervals).
  • In one implementation, the backup component 117 runs as a background task on an operating system 230 that is not visible to the user. The backup component 117 can be capable of running across multiple user accounts. In another implementation, the backup component 117 runs within an application in the user space.
  • The backup component 117 includes an activity monitoring engine 212. In one implementation, the activity monitoring engine 212 monitors for changes within applications (e.g., application files or state) that are targeted for backup operations. A change can include the addition of new files or data (e.g., files or other data structures) or deletion of the same.
  • In one implementation, the activity monitoring engine 212 is capable of discerning between a substantive change (e.g. the text within a document has been modified) and a non-substantive change (e.g. the play count within an iTunes playlist has been updated, or several changes cancel each other out) through its interaction with the application programs 228. The activity monitoring engine 212 can, for example, create a list of modified elements (e.g., files) to be used when a backup operation is eventually triggered.
  • In one implementation, the activity monitoring engine 212 can monitor the system for periods of inactivity. The activity monitoring engine 212 can then trigger a backup operation during a period of time in which the backup operation will not cause a system slowdown for an active user.
  • A preference management engine 214 specifies some operating parameters of the backup component 117. In one implementation, preference management engine 214 contains user-specified and/or system default application parameters for the backup component 117. These can include settings for the details of capturing and storing the views. For example, the preference management engine 214 can determine the frequency of a backup operations, the storage location for the backup data, the types of data elements (e.g., files or other items) that are to be included in the backup operations, and the events which can trigger a backup operation (periodic or event-driven, etc.).
  • In one implementation, the preference management engine 214 can detect that a new storage device is being added to the system and prompt the user whether it should be included as a backup repository. Files and other items can be scheduled for a backup operation due to location (e.g. everything on the C: drive and within D:/photos), a correlation with specific applications (e.g. all pictures, music, e-mail in an inbox, an address book and system settings), or a combination of strategies. Different types of items can be scheduled to be stored on different devices or on different segments of a storage device during a backup operation. In one implementation, the backup component 117 stores the versions in a format corresponding to a file system structure.
  • A backup management engine 216 coordinates the collection, storage, and retrieval of data (e.g., views) performed by the backup component 117. For example, the backup management engine 216 can trigger the activity monitoring engine 212 to monitor for activities that satisfy a requirement specified in the preference management engine 214.
  • A change identifying engine 218 locates specific elements (e.g., monitored files or other items) to determine if the elements have changed. The change identifying engine 218 can be capable of discerning a substantive change from a non-substantive change, similar to the example described above for the activity monitoring engine 212. In one implementation, the change identifying engine 218 traverses a target set of elements (e.g., files or other items), comparing a previous version to the current version to determine whether or not a modification has occurred.
  • A backup capture engine 220 locates views that are to be included in the backup operation. The view (e.g., of an application, file system, etc.) can include various elements (e.g., files, state, and other application information). The backup capture engine 220 can invoke the activity monitoring engine 212 and/or the change identifying engine 218, for example, to generate a capture list identifying data to include in a next backup operation. The backup capture engine 220 can then store data associated with the listed data in one or more targeted storage repositories. For example, the backup capture engine 220 can store the changed elements in a file system hierarchy that includes references (e.g., links) to unchanged elements. The backup capture engine 220 can track multiple version of each view included in the backup repository.
  • The backup component 117 includes a backup restoration engine 222 to restore previous versions of views (e.g., files, data, or other items). In one implementation, the backup restoration engine 222 provides a user interface (e.g., a graphical user interface) where a user can select a view or portions of a view (e.g., elements, items, etc.) to be restored.
  • A backup conflict resolution engine 234 can be configured to resolve a conflict that is presented for a particular restoration. For example, the backup conflict resolution engine 234 can detect that the restoration of a particular item to a previous version thereof would result in some portion of information being lost from the current version of the item. In some implementations, the conflict resolution engine 234 can detect this condition, alert the user about it, present one or more possible actions, and receive the user's selection of how to proceed, to name a few examples.
  • The search component 118 can search directly within the one or more applications 228 for a current state or version of the element including particular files or other items. In addition, the search component 118 can search earlier versions of the files and other items using the backup component 117. For example, the search component 118 can provide a search interface within a backup interface that allows searches of earlier versions of the files or other items. In addition, the search component 118 can provide a search interface within a desktop user interface that allows searches of the current version of the files or other items. Alternatively, in another implementation, the search interface can be presented within the backup interface. Additionally, the search interface can be a component within a single interface, such as a portion of the backup interface and not a separate interface.
  • For example, the search component 118 can be used to initiate a search to find a particular item or element, such as an image file. If this search finds the sought item, and if the item meets the user's expectations, there may be no need to do any further searching. However, if the search does not find the sought item, or if the item that is found does not meet the user's expectations, the user can choose to perform a search of historical views. The user can activate the backup interface to search the historical views.
  • An example of such searching will now be described with reference to FIG. 9. An example process 900 for searching and restoring system information is shown. The process 900 can be performed, for example, by a system such as the system 100 or 200. For clarity of presentation, the description that follows uses the systems 100 and 200 as an example. However, another system, or combination of systems, can be used to perform the process 900.
  • The system receives (902) a search entry from a user. For example, a user can make a search input using the search component 118. The system searches (904) the current contents based on the search entry. For example, the search component 118 can search data managed by a particular application 228 (e.g., an application that manages the file system). In one implementation, a search application presents a search result to the user from searching the current contents (e.g., a current view). The presented search results can include one or more elements, or items, matching the search entry.
  • The system searches (906) a backup archive based on the search entry. For example, the search component 118 can use the backup component 117 to access and search historical data (e.g., files, system or application states, or other items). The searching (906) can be performed by default whenever the searching (904) is done. However, in some implementations, the searching (906) is performed upon user initiation. For example, the user can activate the backup component 117 to perform the searching (906).
  • The system presents (908) results of one or more searches. For example, the search component 118 can present results of a search of the current state of the system 100 within a desktop user interface or results of a search of one or more historical states with a backup interface, or both. For example, in one implementation, one or more history views associated with the current view are presented to the user where each history view includes search results (e.g., visual representations of the search application) based on a search of system data from stored history data e.g., an archive. The search results presented can include one or more items that were not present in the search result provided for the current contents.
  • In some implementations, both the current contents and the search of the backup archive can always be searched. In certain implementations, the search of the backup archive can be performed automatically upon determining that no results or a non-desired result occurs during the search of the current contents. In certain implementations, the presentation of the results from the current contents search and the backup archive search can occur in separate steps. For example, upon determining that the results of the search of the current contents are not sufficient, a user can initiate a search and presentation of the backup archive.
  • In some implementations, items in the backup archive are associated with respective date ranges. The date range indicates a time span when the item in the backup archive remained unchanged. For example, if an item in the current contents takes on a particular version and remains unchanged for five days, then a backup version of the item can be associated with a date range spanning the five days. For example, multiple backup operations of the item can occur during that date range. However, with each backup operation the backup component 117 determines that the item is unchanged. A snapshot of the item can be taken during each backup operation, at which time the date range can be updated. As used herein, a snapshot refers to a backup element stored in an archive that includes a backup of selected items or content as specified by the backup component 117. A snapshot can also refer to a view of the current system state with respect to a file, an item, an element, etc.
  • The date range can be defined by a start date and an end date that specifies when the item became the version associated with the date range and when the item was modified to become a different version. In some implementations, the start date and the end date defining the date range of an item in the backup archive can be included in metadata associated with the item. The association of a date range with an item in the backup archive is described below in relation to FIG. 11.
  • The date ranges associated with current and backup versions of items can be used during a search of the current system state and the backup archive. An example of searching and presenting current and backup content associated with date ranges will now be described with reference to FIG. 10. An example process 1000 for searching system information associated with date ranges is shown. The process 1000 can be performed, for example, by a system such as the system 100 or 200. For clarity of presentation, the description that follows uses the systems 100 and 200 as an example. However, another system, or combination of systems, can be used to perform the process 1000.
  • The system presents (1002) a version of an item. For convenience, this presented version of the item will be referred to as version X. In some implementations, the presented version X corresponds to a search result of a search performed in accordance with the process 900. For example, a search of the current state of the system and/or the backup archive can be performed and a version (which can be the current version or a version that is stored in the backup archive) of an item can be presented as a search result in a backup interface. The item can be a file, a data entry (e.g., in an address book or a calendar), or any type of data that can be stored in the system. Version X is associated with a date range defined e.g., to include a start date and an end date. The date range indicates the time span when version X was without any substantive modification (e.g., no user edits that result in a substantive change to the data of a file).
  • The system receives (1004) user input requesting a search of the archive (and optionally the current system state). The input can be a request to search the archive for other backup versions of the item and/or to search the current system state for the current version of the item. In some implementations, the input is a request to navigate, in a backup interface, between search results corresponding to the current system state and one or more backup versions of the item stored in the archive.
  • For example, if a search result corresponding to the current state is presented in the backup interface, the user can enter an input (e.g., click on a directional arrow) to navigate to a search result corresponding to a previous version in the backup interface (e.g., corresponding to backup data from an earlier backup operation). Likewise, if the search result corresponding to a backup is presented in the backup interface, the user can enter an input to navigate to a search result corresponding to the current state or to an older or newer backup.
  • The system searches (1006) the archive and/or the current system state. In some implementations, the search is in response to a user input requesting the search, described above in reference to block 1004. The search component 118 can search data in the current file system and use the backup component 117 to access and search data in a backup archive.
  • The search looks for versions of the item that are different from version X. In some implementations, the search looks for versions of the item whose date ranges are outside of the date range of version X. For example, if version X is associated with a date range of Jan. 1, 2005 to Jan. 5, 2005, then the search looks for versions with date ranges that end before or on Jan. 1, 2005 or that begin on or after Jan. 5, 2005 (e.g., snapshots including the item which were taken before or after the date range).
  • The system presents (1008) another version of the item. For example, the search component 118 can present results of the search performed in accordance with block 1006 in a backup interface. The version that is presented is different from version X, and is associated with a date range that is outside of the date range of the version displayed in block 1002. For example, if version X, presented in the backup interface in accordance with block 1002, is the current version of the item, the version in the archive immediately preceding version X (which is not necessarily the most recent backup copy, as the current version may have been backed up into the backup archive multiple times) can be identified from the backup archive and presented. Thus, a particular version can be valid over a number of backup operations.
  • The user can navigate between different distinct versions of the item without having to navigate through all backups of the item. The search through the archive uses the date ranges associated with the versions to identify which backups include a distinct version of the item and which backups include the same version of the item as the preceding backup. Consequently, backup data (e.g., particular snapshots including the item) where the version is the same can be skipped when navigating the backup interface.
  • An example of associating versions of an item with date ranges will now be described with reference to FIG. 11. An example process 1100 for associating versions of system information with date ranges is shown. The process 1100 can be performed, for example, by a system such as the system 100 or 200. For clarity of presentation, the description that follows uses the systems 100 and 200 as an example. However, another system, or combination of systems, can be used to perform the process 1100.
  • The system captures and saves (1102) an archival copy of an item. For convenience, this archival copy will be referred to as archival copy A. An archival copy of the item is a backup copy of the item that is captured by the backup capture engine 220 and stored in the archive, for example. The captured and saved archival copy embodies the version of the item that is an unchanged version. In some implantations, the end date is the current date if there is no newer version of the item in the file system. Alternatively, the end date can correspond to the date in which the version was superseded by a new version of the item.
  • Archival copy A is associated with a date range, defined by a start date and an end date (1104). The start date and end date can be included in metadata associated with archival copy A. In some implementations, the start date of the date range is the date when the version embodied by archival copy A became the current version of the item. For example, the start date can be the date when the version of the item was created (e.g., when the item was created, when the item was modified into the version embodied by the archival copy and saved). In some implementations, the end date is a latest date at which the version embodied by archival copy A is the current version. For example, if archival copy A embodies the current version of the item, then the end date can be the date when archival copy A was captured and saved.
  • The system detects (1106) that the item is unchanged with respect to archival copy A. In some implementations, the item, in its current version, is compared to archival copy A by the change identifying engine 218. In some implementations, the comparison is performed when another archival copy of the item is to be captured and stored. If the item was not changed substantively since archival copy A, the lack of substantive change is detected by the change identifying engine 218.
  • The date range associated with archival copy A is extended (1108). In some implementations, the end date of the date range associated with archival copy A is updated to extend the date range. For example, when a new archival copy of an item is captured, and the item has not changed substantively since archival copy A, then the date range of archival copy A is extended (e.g., by changing the end date to the date and time of the new archival copy) to indicate a longer time span during which the version embodied by archival copy A embodies the current version of the item.
  • The system detects (1110) a modification of the item with respect to the archival copy A. In some implementations, when a new archival copy is captured and saved after the item is changed to a different version, the change identifying engine 218 identifies the change in the item to the new version. For convenience, the new archival copy, embodying a version different from the version embodied by archival copy A, will be referred to as archival copy B.
  • The system associates (1112) a date range defined by a start date and an end date with archival copy B. The date range associated with archival copy B is different from the date range associated with archival copy A, as archival copy A and archival copy B embody different versions of the item. In some implementations, the start date and the end date of the date range associated with archival copy B is included in metadata associated with archival copy B. The start date of the date range of archival copy B is no earlier than the end date of the date range of archival copy A; the date range during which the version embodied by archival copy B is the current version is later than the date range of the version embodied by archival copy A.
  • FIG. 3 is a screen shot depicting an example of a desktop user interface 300 including a search application 301. In certain implementations, the search component 118 generates the search application 301. The desktop user interface 300 (also referred to herein as “desktop”) can be a conventional user interface as can be provided by an operating system. The desktop 300 has a background, a menu bar 302, an application launch bar 304, and can include windows, icons, and other elements. The desktop 300 can have multiple applications running, any or all of which can be presented in a separate window.
  • The search application 301 allows a user to select one or more search controls and search parameters that specify a search for files or items to be presented in a search results area 306. Search location controls 308 allow a user to select a location, for example within the local storage device 204 or the external storage device 232, where the search will be performed, such as a server, the computer 102, a home folder, or another location. Here, a user has selected a “Home” location control 308 a, as indicated at the top of the search application 301. In addition, a navigation area 310 allows a user to navigate to a location within the selected search location. A search phrase control 312 allows a user to input a search phrase to be included in the search. For example, the search application 301 can identify any titles, content, or metadata that contains the search phrase. Search application 301 is only one example search application. In other implementations, other search applications can be used.
  • The search application 301 allows a user to tailor the search by selecting add controls 314. Here, the search application 301 currently includes two search controls 316 a-b. The search controls 316 a-b each include a first search parameter 318 a-b, respectively, and a second search parameter 320 a-b, respectively. Examples of these search controls will be described below.
  • In some implementations, the backup component 117 generates a backup interface that can be used for viewing earlier versions of a view that have been included in one or more backup operation (e.g., as stored in an archive), and optionally also for restoring a selected portion of the earlier version of a view. The backup interface can be activated to backup or restore content (e.g., media) or data associated with an application or the system. In one implementation, the user can activate the backup interface from the desktop using a user-selectable backup icon 326 in the application launch bar 304. As another example, a user can activate the backup interface from the menu bar 302. The menu bar 302 can include a backup options menu in addition to the activation selection. The backup options menu can include selections allowing a user to specify data to include in particular backup operations. In other implementations, the user can choose to enter the backup interface directly from an operating system applications menu. In some implementations, the backup component can provide several icons or menus available in other locations within the desktop 300 or running applications, thereby providing several options for activating or otherwise initiating the backup interface.
  • FIG. 4 is a screen shot depicting an example of the desktop user interface 300 that presents a list 402 including search parameters for the search application 301. The list 402 shows the possible values for the first search parameter within a search control, in this example the search control 316 a.
  • In this example, the list 402 includes the values “Kind,” “Last Opened,” “Last Modified,”, “Created,” “Keywords,” “Color Label,” “Name,” “Contents,” “Size,” and “Other.” “Kind” allows a user to input a type of items for which to search. “Last opened,” “Last Modified,” and “Created” allow a user to input dates or time periods about which an item was last opened, modified, or created, respectively. “Keywords” allows a user to select keywords associated with items for which to search. The keywords can be located, for example, in metadata associated with items. “Color label” allows a user to select a color or colors for which to search (e.g., files labeled with a particular color label such as “red” for important files). “Name” allows a user to input the name or part of a name of an item, such as a file name or title. “Contents” allows a user to specify contents to search for, such as a phrase within a text file. “Size” allows a user to input a size or range of sizes of items for which to search. Here, the “Kind” search parameter is selected, as indicated by a dashed line 404.
  • FIG. 5 is a screen shot depicting an example of the desktop user interface 300 that presents a list 502 including search parameters for the search application 301. The list 502 shows the possible values for the second search parameter 320 a. In this example, that search parameter is associated with the “Kind” search parameter that the user has selected. The list 502 includes “Any,” “Images,” “Text,” “PDF” (Portable Document Format), “Movies,” “Music,” “Documents,” “Presentations,” “Folders,” “Applications,” and “Other.” The search control 316 a limits the search to a particular kind of item, in this case, document files. In general, the search application 301 can include any number of search controls. Here, the “Documents” search parameter is selected, as indicated by a dashed line 504. Other search parameters can also be used. Additionally, in one implementation, the search can be part of an application (e.g., part of a word processing application, messaging application, music application, etc.) instead of a particular search application.
  • FIG. 6 is a screen shot depicting an example of the desktop user interface 300 including several search controls within the search application 301. In addition to the search controls 316 a-b the search application 301 here includes search controls 602 a-g. The search controls 602 a-g have first search parameters 604 a-g, respectively, and the first search parameters 604 a-g have associated therewith second search parameters 606 a-g.
  • Here, the search parameter 318 b indicates that the last modified time and/or date is a criterion for the search. The search parameter 320 b allows a user to select a relationship to the last modified date, such as no limitation with respect to the modified date (e.g., “Any time”), modified dates within a particular time period (e.g., “Within Last”) or modified dates before, after, or on a particular date. In some implementations, a time period input control and a time units control allow a user to input a time period length and to select units for the time period, such as seconds, minutes, hours, days, months, or years.
  • The search parameter 604 a indicates that the date and/or time that a file or item was last opened is a condition of the search. The associated search parameter 606 a indicates that an item that was opened on any date satisfies the search condition in the search control 602 a. Alternatively, the search parameter 606 a can specify a time period or a particular date in which a file or item was last opened as a condition for the search control 602 a.
  • The search parameter 604 b indicates that the date and/or time that a file or item was created is a condition of the search. The associated search parameter 606 b indicates that any date satisfies the search condition in the search control 602 b. Alternatively, the search parameter 606 b can specify a time period or a particular date in which a file or item was last opened as a condition for the search control 602 b.
  • The search parameter 604 c indicates that keywords associated with a file or item are a condition of the search. For example, the keywords can be contained in metadata associated with image, audio, or video files. The associated search parameter 606 c allows a user to select a particular keyword from a list of keywords. The selected keyword is the search condition for the search control 602 c.
  • The search parameter 604 d indicates that a color label associated with a file or item is a condition of the search. The associated search parameter 606 d allows a user to select color labels. The color labels are the search condition for the search control 602 d.
  • The search parameter 604 e indicates that a file or item name is a condition of the search. The associated search parameter 606 e indicates that the name must contain the text input by the user in search parameter 612 (e.g., “resume”). Alternatively, the search parameter 606 e can indicate other name conditions, such as matching, beginning with, or ending with the text in the search parameter 612.
  • The search parameter 604 f indicates that the contents of a file or item are a condition of the search. The associated search parameter 606 f allows a user to input text for which to search within the contents of the files or items.
  • The search parameter 604 g indicates that the size of a file or item is a condition of the search. The associated search parameter 606 g indicates that sizes greater than the size input by the user in search parameter 614 and having units as selected in search parameter 616 satisfy the search condition. Alternatively, the search parameter 606 g can indicate other size conditions, such as an exact size or less than a particular size.
  • A user can remove search controls by selecting remove controls. For example, a user can remove the search controls 602 a-g by selecting remove controls 618 a-g, respectively.
  • In general, a user can trigger the search application 301 to perform searches of the current version of files and items. A user can access earlier versions of the files and items by initiating a backup interface. For example, the user can select the backup icon 326 to initiate the backup interface. Here, the user initiates the backup interface, for example using one of the controls previously mentioned.
  • FIG. 7A is a screen shot depicting an example of a backup interface 700 including search results within the search application 301. In addition to the search application 301, the backup interface 700 includes a timeline 702 and function buttons. In some implementations, the timeline 702 includes snapshots representing the results of performing the current search on an earlier version of system contents that have been backed up. A snapshot refers to a backup element stored in a historical archive that includes a backup of selected items or content as specified by the backup component 117. In this particular example, the timeline 702 presents a date beneath snapshots 704 a-d indicating the date of the contents on which that search was performed.
  • The timeline 702 can include a number of snapshots representing searches performed on current and/or earlier versions or states of the files or items that have been backed up. In one implementation, each snapshot provides a representation of the current or an earlier version of the files or items at a particular point in time that is responsive to the search. In some implementations, the timeline 702 includes a visual representation of the search results screen, such as a miniature version thereof. The timeline 702 can appear across the top portion of the backup interface 700 (as shown). Alternatively, the timeline 702 may not appear in the top portion of the backup interface 700 until a user moves their cursor to (or otherwise activates) the top portion of the interface. In an alternative implementation, in place of the timeline 702, a number of snapshots are presented in a cascading stack. The user can navigate through the stack to snapshots corresponding to particular points in time.
  • The backup interface 700 can also include function controls. For example, the interface 700 can include arrow buttons 706 a and 706 b to navigate the snapshots forward or backward. Arrow buttons 708 a and 708 b and an associated scroll bar 709 can allow the user to navigate to additional snapshots not shown in the current timeline window, thus there can be a large number of snapshots from which to select.
  • The search application 301 includes the search controls 316 a-b as described above with reference to FIG. 6. Here, the search application 301 also includes a search phrase of “resume” in the search phrase control 312. The search location controls 308 include a selected “Career” folder location control 710. The navigation area 310 shows sub-folders of the selected “Career” folder. The search application 301 can present search results in the search results area 306 for a search performed using a currently selected snapshot. Here, the search results area 306 presents a list of one or more items 712 satisfying the search conditions (i.e., being in the folder “Career,” including the phrase “resume,” and being of type “Documents”). These results are represented by a currently selected snapshot 704 a, as indicated by dashed line 714. The timeline 702 indicates that these search results are dated for the current time (i.e., the current version of the presented data in the file system). An item 712 can be represented by an identifier, such as a name or an icon, and/or can include a representation of the contents of the item, such as a thumbnail picture. A user can change the search by adding, removing, or modifying search controls.
  • A restore button 716, when selected, restores the current system state with the files or items in the presented search results. In some implementations, this exits the backup interface 700. A user can select one or more items in the search results and then select the restore button 716 to modify the current version of the item or items selected, if such a version exists, or otherwise to restore the file or item to the current state. For example, the user can select a few images to restore, thereby triggering the restore button to display a more precise message, such as “restore selection only.” Restoration of the items results in the retrieval of the item from the archive, and instantiation in the current environment. For example, a file can be retrieved from an archive folder and placed in its current folder, where it is accessible to a user; a system preference (e.g., a time zone or language setting) can be retrieved from an archive and restored as a current system preference that affects the system operation in some regard; or an address book can be restored such that contacts existing in the archived address book are returned to a current address book.
  • In some implementations, an information button 718 can be included in the backup interface 700. The information button 718 can provide information regarding the selected snapshot. In one implementation, selecting the information button 718 opens a panel display. The panel display provides, in one implementation, information including the date and time the snapshot was made, the location of actual contents in a snapshot, the size of the snapshot, and a comment section.
  • A close button 720 can be selected to exit the backup engine 700 and return the user to the desktop 300. In some implementations, the backup engine 700 can automatically close upon restoring a particular snapshot. In other implementations, the backup engine 700 can be minimized for purposes of navigating to other applications, such as an email application or a web browser.
  • In some implementations, the user can select an item timeline icon 722 to open a timeline view of snapshots, which can present text information about one or more snapshots and optionally facilitate navigation to any snapshot. In some implementations, the timeline view can be toggled off and on using the item timeline icon 722. Here, the user initiates the timeline view. Alternatively, in some implementations, a timeline is represented by a series of tick marks in the backup interface (e.g., presented in chronological order). A user can select a particular tick mark in order to move to a snapshot corresponding to that tick mark.
  • In some implementations, all snapshots that include a particular item or file are shown in the timeline, even if there are consecutive snapshots where the file remained the same version. In one implementation, once an item or file takes on a particular version and that version is captured in a snapshot, then subsequent consecutive snapshots of the same version can be omitted from the timeline 702 or otherwise de-emphasized in the timeline 702 (e.g., by graying out; by displaying in dotted lines, as illustrated by snapshot 704 c in contrast to snapshots 704 a, 704 b, and 704 d).
  • In some implementations, when the user selects the arrow 706 a to navigate to an older snapshot, the backup interface navigates to a snapshot whose version of the file or item is different from the version in the snapshot from which the navigation is performed. Vice versa, if the user selects the arrow 706 b to navigate to a newer snapshot, the backup interface navigates to a snapshot whose version of the file or item is different from the version in the snapshot from which the navigation is performed. Thus, one or more intermediate snapshots can be skipped when they include a version of the file that is the same as the version in the starting snapshot.
  • As an example, while the current state snapshot is highlighted, the user selects the arrow 706 a while the current state snapshot 704 a is currently selected, as shown in FIG. 7A. The backup interface navigates to a snapshot that is older than the currently selected snapshot and whose version of the file is different from the version in the currently selected snapshot, which is snapshot 704 b. FIG. 7B shows snapshot 704 b being selected, as indicated by dotted line 714. From there, if the user selects arrow 706 a again, the backup interface navigates to snapshot 704 d, as shown in FIG. 7C. Snapshot 704 d includes a version of the file that is different from the version of the file in snapshot 704 b. Snapshot 704 c is skipped over in the navigation because that snapshot includes the same version as snapshot 704 d.
  • In some implementations, whether a snapshot should be skipped over in the timeline navigation (and whether it should be omitted from the timeline, grayed out, etc.) can be based on date ranges associated with the versions of the file. For example, the version in snapshots 704 d and 704 c can be associated with the date range of Aug. 15, 2005 to Aug. 16, 2005; the version in snapshot 704 b can be associated with the date range of Aug. 17, 2005 to Aug. 17, 2005; and the current snapshot 704 a can be associated with the date range of Aug. 18, 2005 to the present date. When arrow 706 a or 706 b is selected from a particular snapshot, the user interface looks for snapshots having date ranges that are outside of the date range of the particular snapshot. For example, if snapshot 706 c is the currently selected snapshot and the use selects arrow 706 a to navigate to an older snapshot, the user interface looks for snapshots that are older than Aug. 15, 2005; these older snapshots have date ranges that are outside of the date range associated with the version in snapshots 704 d and 704 c.
  • FIG. 8 is a screen shot depicting an example of the backup interface 700 including an item timeline 802 associated with search conditions within the search application 301. The item timeline 802 indicates that, for the current search conditions, there is one result in the 56 available snapshots. That is, in this implementation, there are a total of 56 snapshots available that includes one file that matches the current search conditions. The one file can be in different versions throughout the 56 snapshots.
  • The item timeline 802 presents a list 804 of the resulting snapshots. The list 804 includes the date of the snapshot as well as the number of items in the snapshot that satisfy the search conditions. The item timeline 802 allows a user to see when the responsive contents were captured and how many results exist for each time or date. In other implementations, different information can be presented. For example, snapshots that include a version that is different from the version in the immediately preceding snapshot can be marked by an asterisk. A user can select a snapshot in the list 804 to navigate to that snapshot. The search application 301 then presents, in the search results area 306, a result of the search performed on the corresponding contents. In certain implementations, the item timeline 802 is transparent or semi-transparent allowing windows, applications, or the backup interface 700 to be at least partly visible through the item timeline 802.
  • In some implementations, the timeline 702 can show only those of the snapshot search results that are different from the current version. That is, the timeline in such an implementation can show all snapshots that match the search, except those whose corresponding earlier state is identical to the current state.
  • In one example, a user can search for a file in a particular drive of a computer, such as the C: drive. Upon the search not locating the file, the user can initiate the backup engine to view the contents of the drive at various times in the past. After selecting a particular snapshot representing the state of the drive at some point in the past, the results of the search are updated based on the selected snapshot. For example, the results now indicate whether the sought file is in the selected snapshot. If it is there, the user can restore the file from the snapshot search results. In an alternative implementation, when an initial search does not locate the searched for item, the backup engine can be automatically initiated (or a user prompt can be generated to initiate the backup engine). The backup engine can then present snapshots of the search results at different times.
  • In another example, a user may desire to restore system preference information, such as Internet security settings (e.g., the user may have discovered that the current security conditions are inadequate and wishes to return to a safer security configuration). The user searches for the security setting and then activates the backup. Previous security settings can be presented in the search results as the user selects snapshots representing backed up information for earlier settings. The user can select one or more desired security settings in a particular search result and restore them to the current security settings.
  • In another example, a user can restore a playlist in iTunes. The user opens the iTunes application and performs a search for a particular playlist. Upon the search results being presented, the user can determine that the current playlist identified in the search contains songs that are too modern for his or her tastes. The user can activate the backup and view the results of performing this search on the backed up contents ranging from the current and to a point of time in the past, say within the last few years. After receiving the search results from the earlier playlist versions, the user can select one of the playlists from the past and restore it to the present state of iTunes.
  • In the above description, for purposes of explanation, numerous specific details are set forth in order to provide a thorough understanding. It will be apparent, however, to one skilled in the art that implementations can be practiced without these specific details. In other instances, structures and devices are shown in block diagram form in order to avoid obscuring the disclosure.
  • In particular, one skilled in the art will recognize that other architectures and graphics environments can be used, and that the examples can be implemented using graphics tools and products other than those described above. In particular, the client/server approach is merely one example of an architecture for providing the functionality described herein; one skilled in the art will recognize that other, non-client/server approaches can also be used. Some portions of the detailed description are presented in terms of algorithms and symbolic representations of operations on data bits within a computer memory. These algorithmic descriptions and representations are the means used by those skilled in the data processing arts to most effectively convey the substance of their work to others skilled in the art. An algorithm is here, and generally, conceived to be a self consistent sequence of steps leading to a desired result. The steps are those requiring physical manipulations of physical quantities. Usually, though not necessarily, these quantities take the form of electrical or magnetic signals capable of being stored, transferred, combined, compared, and otherwise manipulated. It has proven convenient at times, principally for reasons of common usage, to refer to these signals as bits, values, elements, symbols, characters, terms, numbers, or the like.
  • It should be borne in mind, however, that all of these and similar terms are to be associated with the appropriate physical quantities and are merely convenient labels applied to these quantities. Unless specifically stated otherwise as apparent from the discussion, it is appreciated that throughout the description, discussions utilizing terms such as “processing” or “computing” or “calculating” or “determining” or “displaying” or the like, refer to the action and processes of a computer system, or similar electronic computing device, that manipulates and transforms data represented as physical (electronic) quantities within the computer system's registers and memories into other data similarly represented as physical quantities within the computer system memories or registers or other such information storage, transmission or display devices.
  • An apparatus for performing the operations herein can be specially constructed for the required purposes, or it can comprise a general-purpose computer selectively activated or reconfigured by a computer program stored in the computer. Such a computer program can be stored in a computer readable storage medium, such as, but is not limited to, any type of disk including floppy disks, optical disks, CD ROMs, and magnetic optical disks, read only memories (ROMs), random access memories (RAMs), EPROMs, EEPROMs, magnetic or optical cards, or any type of media suitable for storing electronic instructions, and each coupled to a computer system bus.
  • The algorithms and modules presented herein are not inherently related to any particular computer or other apparatus. Various general-purpose systems can be used with programs in accordance with the teachings herein, or it can prove convenient to construct more specialized apparatuses to perform the method steps. The required structure for a variety of these systems will appear from the description. In addition, the present examples are not described with reference to any particular programming language. It will be appreciated that a variety of programming languages can be used to implement the teachings as described herein. Furthermore, as will be apparent to one of ordinary skill in the relevant art, the modules, features, attributes, methodologies, and other aspects can be implemented as software, hardware, firmware or any combination of the three. Of course, wherever a component is implemented as software, the component can be implemented as a standalone program, as part of a larger program, as a plurality of separate programs, as a statically or dynamically linked library, as a kernel loadable module, as a device driver, and/or in every and any other way known now or in the future to those of skill in the art of computer programming. Additionally, the present description is in no way limited to implementation in any specific operating system or environment.
  • The subject matter described in this specification can be implemented as one or more computer program products, i.e., one or more modules of computer program instructions encoded on a computer readable medium for execution by, or to control the operation of, data processing apparatus. The instructions can be organized into modules (or engines) in different numbers and combinations from the exemplary modules described. The computer readable medium can be a machine-readable storage device, a machine-readable storage substrate, a memory device, a composition of matter effecting a machine-readable propagated signal, or a combination of one or more them. The term “data processing apparatus” encompasses all apparatus, devices, and machines for processing data, including by way of example a programmable processor, a computer, or multiple processors or computers. The apparatus can include, in addition to hardware, code that creates an execution environment for the computer program in question, e.g., code that constitutes processor firmware, a protocol stack, a database management system, an operating system, or a combination of one or more of them. A propagated signal is an artificially generated signal, e.g., a machine-generated electrical, optical, or electromagnetic signal, that is generated to encode information for transmission to suitable receiver apparatus.
  • While this specification contains many specifics, these should not be construed as limitations on the scope of what may be claimed, but rather as descriptions of features specific to particular implementations of the subject matter. Certain features that are described in this specification in the context of separate embodiments can also be implemented in combination in a single embodiment. Conversely, various features that are described in the context of a single embodiment can also be implemented in multiple embodiments separately or in any suitable subcombination. Moreover, although features may be described above as acting in certain combinations and even initially claimed as such, one or more features from a claimed combination can in some cases be excised from the combination, and the claimed combination may be directed to a subcombination or variation of a subcombination.
  • Similarly, while operations are depicted in the drawings in a particular order, this should not be understood as requiring that such operations be performed in the particular order shown or in sequential order, or that all illustrated operations be performed, to achieve desirable results. In certain circumstances, multitasking and parallel processing may be advantageous. Moreover, the separation of various system components in the embodiments described above should not be understood as requiring such separation in all embodiments, and it should be understood that the described program components and systems can generally be integrated together in a single software product or packaged into multiple software products.
  • The subject matter of this specification has been described in terms of particular embodiments, but other embodiments can be implemented and are within the scope of the following claims. For example, the actions recited in the claims can be performed in a different order and still achieve desirable results. As one example, the processes depicted in the accompanying figures do not necessarily require the particular order shown, or sequential order, to achieve desirable results. In certain implementations, multitasking and parallel processing may be advantageous. Other variations are within the scope of the following claims.

Claims (19)

1. A method comprising:
presenting a first search result including a first version of an item, the first version associated with a first date range having a first start date and a first end date;
receiving user input requesting that an archive including one or more versions of the item be searched; and
presenting a second search result including a second version of the item, the second version different from the first version, the second version associated with a second date range having a second start date and a second end date, and where the second date range does not overlap with the first date range.
2. The method of claim 1, wherein the second date range predates the first date range.
3. The method of claim 1, wherein the second date range postdates the first date range.
4. The method of claim 1, wherein presenting a second search result comprises:
in response to the user input, searching the archive for one or more versions of the item that are associated with respective date ranges that do not overlap with the first date range.
5. A method comprising:
associating a first archival copy of an item with a first date range, the first date range having a first starting date and a first ending date;
detecting that the item is unchanged with respect to the first archival copy;
in response to detecting that the item has not changed, extending the first date range;
detecting a modification of the item; and
associating a second archival copy of the item with a second date range, the second archival copy including the modification to the item, the second date range having a second starting date and a second ending date.
6. The method of claim 5, wherein extending the first date range comprises updating the first ending date.
7. The method of claim 5, where extending the first date range includes modifying metadata associated with the first archival copy.
8. The method of claim 5, where associating the first archival copy of the item with a first data range includes determining a first starting point of the first archival copy.
9. The method of claim 5, where detecting a modification of the item includes comparing the first archival copy of the item to a current version of the item.
10. A method comprising:
presenting a history view including a first search result including a first version of an item, the first version associated with a first date range having a first start date and a first end date;
receiving an input in the history view to identify a second version of the item; and
presenting a history view including the first search result including the identified second version of the item.
11. The method of claim 10, where receiving the input in the history view includes an input to a navigation arrow.
12. The method of claim 10, where identifying the second version of the item includes searching for versions of the item associated with a data range outside of the first date range.
13. The method of claim 10, where presenting the history view includes:
presenting a plurality of visual representations of the first search result, each visual representation representing a particular snapshot in time and where presenting the first search result including the identified second version of the item includes automatically traversing one or more of the plurality of visual representations including the first version of the item.
14. A computer program product, encoded on a computer-readable medium, operable to cause data processing apparatus to perform operations comprising:
presenting a first search result including a first version of an item, the first version associated with a first date range having a first start date and a first end date;
receiving user input requesting that an archive including one or more versions of the item be searched; and
presenting a second search result including a second version of the item, the second version different from the first version, the second version associated with a second date range having a second start date and a second end date, and where the second date range does not overlap with the first date range.
15. A computer program product, encoded on a computer-readable medium, operable to cause data processing apparatus to perform operations comprising:
associating a first archival copy of an item with a first date range, the first date range having a first starting date and a first ending date;
detecting that the item is unchanged with respect to the first archival copy;
in response to detecting that the item has not changed, extending the first date range;
detecting a modification of the item; and
associating a second archival copy of the item with a second date range, the second archival copy including the modification to the item, the second date range having a second starting date and a second ending date.
16. A computer program product, encoded on a computer-readable medium, operable to cause data processing apparatus to perform operations comprising:
presenting a history view including a first search result including a first version of an item, the first version associated with a first date range having a first start date and a first end date;
receiving an input in the history view to identify a second version of the item; and
presenting a history view including the first search result including the identified second version of the item.
17. A system, comprising:
one or more processors; and
instructions configured for execution by the one or more processors, the instructions comprising instructions to:
present a first search result including a first version of an item, the first version associated with a first date range having a first start date and a first end date;
receive user input requesting that an archive including one or more versions of the item be searched; and
present a second search result including a second version of the item, the second version different from the first version, the second version associated with a second date range having a second start date and a second end date, and where the second date range does not overlap with the first date range.
18. A system, comprising:
one or more processors; and
instructions configured for execution by the one or more processors, the instructions comprising instructions to:
associate a first archival copy of an item with a first date range, the first date range having a first starting date and a first ending date;
detect that the item is unchanged with respect to the first archival copy;
in response to detecting that the item has not changed, extend the first date range;
detect a modification of the item; and
associate a second archival copy of the item with a second date range, the second archival copy including the modification to the item, the second date range having a second starting date and a second ending date.
19. A system, comprising:
one or more processors; and
instructions configured for execution by the one or more processors, the instructions comprising instructions to:
present a history view including a first search result including a first version of an item, the first version associated with a first date range having a first start date and a first end date;
receive an input in the history view to identify a second version of the item; and
present a history view including the first search result including the identified second version of the item.
US11/760,588 2007-06-08 2007-06-08 Searching and Restoring of Backups Abandoned US20080307017A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
US11/760,588 US20080307017A1 (en) 2007-06-08 2007-06-08 Searching and Restoring of Backups
US14/468,165 US9454587B2 (en) 2007-06-08 2014-08-25 Searching and restoring of backups

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US11/760,588 US20080307017A1 (en) 2007-06-08 2007-06-08 Searching and Restoring of Backups

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US14/468,165 Continuation US9454587B2 (en) 2007-06-08 2014-08-25 Searching and restoring of backups

Publications (1)

Publication Number Publication Date
US20080307017A1 true US20080307017A1 (en) 2008-12-11

Family

ID=40096846

Family Applications (2)

Application Number Title Priority Date Filing Date
US11/760,588 Abandoned US20080307017A1 (en) 2007-06-08 2007-06-08 Searching and Restoring of Backups
US14/468,165 Active US9454587B2 (en) 2007-06-08 2014-08-25 Searching and restoring of backups

Family Applications After (1)

Application Number Title Priority Date Filing Date
US14/468,165 Active US9454587B2 (en) 2007-06-08 2014-08-25 Searching and restoring of backups

Country Status (1)

Country Link
US (2) US20080307017A1 (en)

Cited By (32)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090031350A1 (en) * 2007-07-24 2009-01-29 Toshiharu Yabe Program information processing apparatus and program information processing method
US20090210458A1 (en) * 2008-02-19 2009-08-20 Oracle International Corp. Tag based backup and recovery
US20100306171A1 (en) * 2009-06-02 2010-12-02 Microsoft Corporation Timeline Experience for Restore User Interface
US20110131180A1 (en) * 2009-11-27 2011-06-02 Nokia Corporation Method and apparatus for configuring a content object
US20110231799A1 (en) * 2008-08-28 2011-09-22 Kabushiki Kaisha Toshiba Display processing apparatus, display processing method, and computer program product
US20120227044A1 (en) * 2011-03-03 2012-09-06 Tata Consultancy Services Limited Automated workflow manager
US8307004B2 (en) 2007-06-08 2012-11-06 Apple Inc. Manipulating electronic backups
US8311988B2 (en) 2006-08-04 2012-11-13 Apple Inc. Consistent back up of electronic information
US8370853B2 (en) 2006-08-04 2013-02-05 Apple Inc. Event notification management
US8468136B2 (en) 2007-06-08 2013-06-18 Apple Inc. Efficient data backup
US8495024B2 (en) 2006-08-04 2013-07-23 Apple Inc. Navigation of electronic backups
US8504527B2 (en) 2006-08-04 2013-08-06 Apple Inc. Application-based backup-restore of electronic information
US20130275377A1 (en) * 2012-04-16 2013-10-17 International Business Machines Corporation Maintaining multiple copy versions of component values in a system
US8566289B2 (en) 2007-06-08 2013-10-22 Apple Inc. Electronic backup of applications
US8725965B2 (en) 2007-06-08 2014-05-13 Apple Inc. System setup for electronic backup
US8745523B2 (en) 2007-06-08 2014-06-03 Apple Inc. Deletion in electronic backups
US8943026B2 (en) 2011-01-14 2015-01-27 Apple Inc. Visual representation of a local backup
US8984029B2 (en) 2011-01-14 2015-03-17 Apple Inc. File system management
US9009115B2 (en) 2006-08-04 2015-04-14 Apple Inc. Restoring electronic information
EP2866146A1 (en) * 2013-10-24 2015-04-29 Synology Incorporated Method of providing a backup system assisting the user in backup restoration and related backup system
US20150193435A1 (en) * 2012-02-06 2015-07-09 Google Inc. Visualizing document revision history using layers
US9202069B2 (en) 2013-06-20 2015-12-01 Cloudfinder Sweden AB Role based search
US9351044B1 (en) * 2008-12-23 2016-05-24 Sprint Communications Company L.P. Dynamic interface for mobile devices
US9360995B2 (en) 2007-06-08 2016-06-07 Apple Inc. User interface for electronic backup
US9454587B2 (en) 2007-06-08 2016-09-27 Apple Inc. Searching and restoring of backups
US20170012910A1 (en) * 2011-04-28 2017-01-12 Microsoft Technology Licensing, Llc Most recently used list for attaching files to messages
US9715394B2 (en) 2006-08-04 2017-07-25 Apple Inc. User interface for backup management
US10127215B2 (en) 2012-05-30 2018-11-13 Google Llc Systems and methods for displaying contextual revision history in an electronic document
US10275433B2 (en) * 2012-01-26 2019-04-30 Amazon Technologies, Inc. Remote browsing and searching
WO2021016276A1 (en) * 2019-07-22 2021-01-28 Whitestar Communications Inc. Systems and methods of distributed backup and recovery on a private network
US11093109B2 (en) * 2015-09-25 2021-08-17 Intel Corporation Technologies for computing context replay with visual searching
US11693532B2 (en) * 2021-10-28 2023-07-04 Sap Se Multi-tasking workdesk for computing environment

Families Citing this family (29)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9591339B1 (en) 2012-11-27 2017-03-07 Apple Inc. Agnostic media delivery system
US9774917B1 (en) 2012-12-10 2017-09-26 Apple Inc. Channel bar user interface
US10200761B1 (en) 2012-12-13 2019-02-05 Apple Inc. TV side bar user interface
US9532111B1 (en) 2012-12-18 2016-12-27 Apple Inc. Devices and method for providing remote control hints on a display
US10521188B1 (en) 2012-12-31 2019-12-31 Apple Inc. Multi-user TV user interface
CN111782129B (en) 2014-06-24 2023-12-08 苹果公司 Column interface for navigating in a user interface
JP6496752B2 (en) 2014-06-24 2019-04-03 アップル インコーポレイテッドApple Inc. Input device and user interface interaction
US10657123B2 (en) 2015-09-16 2020-05-19 Sesame Software Method and system for reducing time-out incidence by scoping date time stamp value ranges of succeeding record update requests in view of previous responses
US10540237B2 (en) * 2015-09-16 2020-01-21 Sesame Software, Inc. System and method for procedure for point-in-time recovery of cloud or database data and records in whole or in part
US10990586B2 (en) 2015-09-16 2021-04-27 Richard Banister System and method for revising record keys to coordinate record key changes within at least two databases
US10838827B2 (en) 2015-09-16 2020-11-17 Richard Banister System and method for time parameter based database restoration
DK201670582A1 (en) 2016-06-12 2018-01-02 Apple Inc Identifying applications on which content is available
DK201670581A1 (en) 2016-06-12 2018-01-08 Apple Inc Device-level authorization for viewing content
US10839852B2 (en) 2016-09-21 2020-11-17 International Business Machines Corporation Log snapshot control on an automated data storage library
US10782890B2 (en) * 2016-09-21 2020-09-22 International Business Machines Corporation Log snapshot procedure control on an automated data storage library
US20180113579A1 (en) 2016-10-26 2018-04-26 Apple Inc. User interfaces for browsing content from multiple content applications on an electronic device
DK201870354A1 (en) 2018-06-03 2019-12-20 Apple Inc. Setup procedures for an electronic device
KR102232003B1 (en) * 2018-06-20 2021-03-25 주식회사 파수 Method for object management using trace identifier, apparatus for the same, computer program for the same, and recording medium storing computer program thereof
CN109284044B (en) * 2018-08-29 2021-12-14 中国建设银行股份有限公司 Function menu display method based on big data and related equipment
CN113940088A (en) 2019-03-24 2022-01-14 苹果公司 User interface for viewing and accessing content on an electronic device
EP3928194A1 (en) 2019-03-24 2021-12-29 Apple Inc. User interfaces including selectable representations of content items
US11683565B2 (en) 2019-03-24 2023-06-20 Apple Inc. User interfaces for interacting with channels that provide content that plays in a media browsing application
US11863837B2 (en) 2019-05-31 2024-01-02 Apple Inc. Notification of augmented reality content on an electronic device
WO2020243645A1 (en) 2019-05-31 2020-12-03 Apple Inc. User interfaces for a podcast browsing and playback application
US11843838B2 (en) 2020-03-24 2023-12-12 Apple Inc. User interfaces for accessing episodes of a content series
US11194769B2 (en) 2020-04-27 2021-12-07 Richard Banister System and method for re-synchronizing a portion of or an entire source database and a target database
US11899895B2 (en) 2020-06-21 2024-02-13 Apple Inc. User interfaces for setting up an electronic device
US11720229B2 (en) 2020-12-07 2023-08-08 Apple Inc. User interfaces for browsing and presenting content
US11934640B2 (en) 2021-01-29 2024-03-19 Apple Inc. User interfaces for record labels

Citations (97)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5231617A (en) * 1989-07-24 1993-07-27 Matsushita Electric Industrial Co., Ltd. Optical information recording and reproducing apparatus and method of recording and reproducing information in an optical disk unit
US5659614A (en) * 1994-11-28 1997-08-19 Bailey, Iii; John E. Method and system for creating and storing a backup copy of file data stored on a computer
US5736974A (en) * 1995-02-17 1998-04-07 International Business Machines Corporation Method and apparatus for improving visibility and selectability of icons
US5745669A (en) * 1993-10-21 1998-04-28 Ast Research, Inc. System and method for recovering PC configurations
US5754178A (en) * 1993-03-03 1998-05-19 Apple Computer, Inc. Method and apparatus for improved feedback during manipulation of data on a computer controlled display system
US6112318A (en) * 1997-08-11 2000-08-29 Digital Equipment Corporation Performance counters controlled by programmable logic
US6269381B1 (en) * 1998-06-30 2001-07-31 Emc Corporation Method and apparatus for backing up data before updating the data and for restoring from the backups
US20020016912A1 (en) * 1996-11-19 2002-02-07 Johnson R. Brent System and computer based method to automatically archive and retrieve encrypted remote client data files
US20020046220A1 (en) * 1996-06-28 2002-04-18 Eric Freeman Document stream operating system
US20020054158A1 (en) * 2000-08-31 2002-05-09 Akiko Asami Information-processing apparatus and computer-graphic display program
US6396500B1 (en) * 1999-03-18 2002-05-28 Microsoft Corporation Method and system for generating and displaying a slide show with animations and transitions in a browser
US20020065999A1 (en) * 1998-07-08 2002-05-30 Toshihiko Kikuchi Data backup system, method therefor and data storage
US20020080180A1 (en) * 1992-04-30 2002-06-27 Richard Mander Method and apparatus for organizing information in a computer system
US20020107886A1 (en) * 2001-02-07 2002-08-08 Gentner Donald R. Method and apparatus for automatic document electronic versioning system
US20020112237A1 (en) * 2000-04-10 2002-08-15 Kelts Brett R. System and method for providing an interactive display interface for information objects
US20020120648A1 (en) * 1995-10-27 2002-08-29 At&T Corp. Identifying changes in on-line data repositories
US20030018878A1 (en) * 2001-07-19 2003-01-23 Sean Matthew Dorward Method and apparatus for archival data storage
US20030016248A1 (en) * 1999-04-07 2003-01-23 Randall Hayes Ubillos Scalable Scroll controller
US20030050940A1 (en) * 1999-10-12 2003-03-13 Eric Robinson Automatic backup system
US20030065687A1 (en) * 2000-03-27 2003-04-03 Nec Corporation Backup data management device and method
US20030097640A1 (en) * 2001-07-25 2003-05-22 International Business Machines Corporation System and method for creating and editing documents
US6574733B1 (en) * 1999-01-25 2003-06-03 Entrust Technologies Limited Centralized secure backup system and method
US20030122874A1 (en) * 2001-12-28 2003-07-03 International Business Machines Corporation System and method for visualizing and navigating dynamic content in a graphical user interface
US20030137540A1 (en) * 2001-12-28 2003-07-24 Stephan Klevenz Managing a user interface
US6604118B2 (en) * 1998-07-31 2003-08-05 Network Appliance, Inc. File system image transfer
US20030182332A1 (en) * 2002-03-21 2003-09-25 International Business Machines Corporation System and method for designating and deleting expired files
US6701454B1 (en) * 2000-06-05 2004-03-02 Microsoft Corporation Method and system for recovering information during a program failure
US20040044707A1 (en) * 2000-06-19 2004-03-04 Hewlett-Packard Company Automatic backup/recovery process
US6714952B2 (en) * 1999-11-10 2004-03-30 Emc Corporation Method for backup and restore of a multi-lingual network file server
US20040066414A1 (en) * 2002-10-08 2004-04-08 Microsoft Corporation System and method for managing software applications in a graphical user interface
US20040073560A1 (en) * 2001-03-27 2004-04-15 Edwards Nicholas H File synchronisation
US6728735B1 (en) * 2001-03-12 2004-04-27 Network Appliance, Inc. Restartable dump that produces a consistent filesystem on tapes
US20040117459A1 (en) * 2002-12-12 2004-06-17 George Fry System and method providing multimedia messaging in communication networks
US20040125137A1 (en) * 2002-12-26 2004-07-01 Stata Raymond P. Systems and methods for selecting a date or range of dates
US20040143652A1 (en) * 2003-01-17 2004-07-22 Sbc Properties, L.P. System and method for handling digital content delivery to portable devices
US6768999B2 (en) * 1996-06-28 2004-07-27 Mirror Worlds Technologies, Inc. Enterprise, stream-based, information management system
US20050010955A1 (en) * 2003-05-15 2005-01-13 Elia Eric J. Method and system for playing video
US6857001B2 (en) * 2002-06-07 2005-02-15 Network Appliance, Inc. Multiple concurrent active file systems
US6892211B2 (en) * 1993-06-03 2005-05-10 Network Appliance, Inc. Copy on write file system consistency and block usage
US20050108253A1 (en) * 2003-11-17 2005-05-19 Nokia Corporation Time bar navigation in a media diary application
US20050138081A1 (en) * 2003-05-14 2005-06-23 Alshab Melanie A. Method and system for reducing information latency in a business enterprise
US20050138013A1 (en) * 2003-12-19 2005-06-23 Webplan International Extended database engine providing versioning and embedded analytics
US20050165867A1 (en) * 2004-01-23 2005-07-28 Barton Edward M. Method and system for ensuring consistency of a group
US6993710B1 (en) * 1999-10-05 2006-01-31 Borland Software Corporation Method and system for displaying changes of source code
US20060041823A1 (en) * 2004-08-03 2006-02-23 International Business Machines (Ibm) Corporation Method and apparatus for storing and retrieving multiple point-in-time consistent data sets
US20060064634A1 (en) * 2004-09-17 2006-03-23 International Business Machines Corporation Editing multiple file versions
US20060080521A1 (en) * 2004-09-23 2006-04-13 Eric Barr System and method for offline archiving of data
US20060088167A1 (en) * 2004-10-21 2006-04-27 International Business Machines Corporation Method and system for backup and restore of a context encryption key for a trusted device within a secured processing system
US7072916B1 (en) * 2000-08-18 2006-07-04 Network Appliance, Inc. Instant snapshot
US20060150107A1 (en) * 2005-01-03 2006-07-06 Raymond Leung System and method for providing forms on a user interface
US20060156246A1 (en) * 2005-01-12 2006-07-13 Microsoft Corporation Architecture and engine for time line based visualization of data
US20060161861A1 (en) * 2005-01-18 2006-07-20 Microsoft Corporation System and method for visually browsing of open windows
US7174352B2 (en) * 1993-06-03 2007-02-06 Network Appliance, Inc. File system image transfer
US20070030528A1 (en) * 2005-07-29 2007-02-08 Cataphora, Inc. Method and apparatus to provide a unified redaction system
US20070038884A1 (en) * 2005-08-10 2007-02-15 Spare Backup, Inc. System and method of remote storage of data using client software
US20070043715A1 (en) * 2005-08-18 2007-02-22 Emc Corporation Data object search and retrieval
US20070043790A1 (en) * 2005-08-18 2007-02-22 Emc Corporation Snapshot indexing
US20070070066A1 (en) * 2005-09-13 2007-03-29 Bakhash E E System and method for providing three-dimensional graphical user interface
US20070094312A1 (en) * 2004-05-07 2007-04-26 Asempra Technologies, Inc. Method for managing real-time data history of a file system
US20070106978A1 (en) * 2005-10-11 2007-05-10 Bea Systems, Inc. Patch management system
US20070117459A1 (en) * 2005-11-18 2007-05-24 Advanced Connectek Inc. Low profile electrical connector
US20070136381A1 (en) * 2005-12-13 2007-06-14 Cannon David M Generating backup sets to a specific point in time
US7320076B2 (en) * 2003-03-05 2008-01-15 Sun Microsystems, Inc. Method and apparatus for a transaction-based secure storage file system
US20080022393A1 (en) * 2006-06-20 2008-01-24 Lenovo (Singapore) Pte. Ltd. Computer access control using password reset
US20080034327A1 (en) * 2006-08-04 2008-02-07 Pavel Cisler Navigation of electronic backups
US20080034016A1 (en) * 2006-08-04 2008-02-07 Pavel Cisler Consistent back up of electronic information
US20080033969A1 (en) * 2006-08-04 2008-02-07 Sing Chi Koo Electronic document management method and system
US20080046557A1 (en) * 2005-03-23 2008-02-21 Cheng Joseph C Method and system for designing, implementing, and managing client applications on mobile devices
US20080065663A1 (en) * 2005-04-14 2008-03-13 Emc Corporation Reestablishing process context
US20080082578A1 (en) * 2006-09-29 2008-04-03 Andrew Hogue Displaying search results on a one or two dimensional graph
US20080126441A1 (en) * 2006-08-04 2008-05-29 Dominic Giampaolo Event notification management
US20080126442A1 (en) * 2006-08-04 2008-05-29 Pavel Cisler Architecture for back up and/or recovery of electronic data
US7386801B1 (en) * 2003-02-25 2008-06-10 Microsoft Corporation System and method that facilitates computer desktop use via scaling of displayed objects with shifts to the periphery
US20080172607A1 (en) * 2007-01-15 2008-07-17 Microsoft Corporation Selective Undo of Editing Operations Performed on Data Objects
US20090019291A1 (en) * 2004-01-13 2009-01-15 Koninklijke Philips Electronic, N.V. Backup and restoration of drm security data
US7483693B2 (en) * 2000-08-01 2009-01-27 Hrl Laboratories, Llc Apparatus and method for context-sensitive dynamic information service composition via mobile and wireless network communication
US20090031401A1 (en) * 2007-04-27 2009-01-29 Bea Systems, Inc. Annotations for enterprise web application constructor
US20090052669A1 (en) * 2003-05-14 2009-02-26 Kenneth Ma Method and system for disaster recovery of data from a storage device
US7518611B2 (en) * 2004-08-09 2009-04-14 Apple Inc. Extensible library for storing objects of different types
US7559016B1 (en) * 2004-10-07 2009-07-07 Google Inc. System and method for indicating web page modifications
US7558930B2 (en) * 2005-07-25 2009-07-07 Hitachi, Ltd. Write protection in a storage system allowing both file-level access and volume-level access
US20100017855A1 (en) * 2006-05-16 2010-01-21 Waterstone Environmental Hydrology & Engineering, Inc. State Saver/Restorer for a Geospatial Decision Management System
US7660817B2 (en) * 2003-05-22 2010-02-09 Microsoft Corporation System and method for representing content in a file system
US7669141B1 (en) * 2005-04-11 2010-02-23 Adobe Systems Incorporated Visual interface element transition effect
US7676689B1 (en) * 2006-06-30 2010-03-09 Emc Corporation Browsing and selecting items in recovery storage groups to perform recovery onto production server
US20100063960A1 (en) * 2004-12-08 2010-03-11 Mariette Lehto Backup system and method in a mobile telecommunication network
US7711771B2 (en) * 2001-05-25 2010-05-04 Oracle International Corporation Management and synchronization application for network file system
US7734594B2 (en) * 2001-07-06 2010-06-08 Computer Associates Think, Inc. Systems and methods of information backup
US7739622B2 (en) * 2006-10-27 2010-06-15 Microsoft Corporation Dynamic thumbnails for document navigation
US7882072B1 (en) * 2005-12-30 2011-02-01 Google Inc. Autosave functionality for web browser
US20110083098A1 (en) * 2006-08-04 2011-04-07 Apple Inc. User Interface For Backup Management
US20110087976A1 (en) * 2006-08-04 2011-04-14 Apple Inc. Application-Based Backup-Restore Of Electronic Information
US7934064B1 (en) * 2004-12-21 2011-04-26 Acronis Inc. System and method for consolidation of backups
US8099392B2 (en) * 2007-06-08 2012-01-17 Apple Inc. Electronic backup of applications
US8166415B2 (en) * 2006-08-04 2012-04-24 Apple Inc. User interface for backup management
US8209308B2 (en) * 2006-05-01 2012-06-26 Rueben Steven L Method for presentation of revisions of an electronic document
US8229897B2 (en) * 2006-02-03 2012-07-24 International Business Machines Corporation Restoring a file to its proper storage tier in an information lifecycle management environment

Family Cites Families (266)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5163148A (en) 1989-08-11 1992-11-10 Digital Equipment Corporation File backup system for producing a backup copy of a file which may be updated during backup
US5276867A (en) 1989-12-19 1994-01-04 Epoch Systems, Inc. Digital data storage system with improved data migration
US5150473A (en) 1990-01-16 1992-09-22 Dantz Development Corporation Data storage format for addressable or sequential memory media
JP2613326B2 (en) 1991-07-15 1997-05-28 財団法人ニューメディア開発協会 Method of presenting history content of information processing apparatus, and apparatus therefor
US5349658A (en) 1991-11-01 1994-09-20 Rourke Thomas C O Graphical user interface
US5369570A (en) 1991-11-14 1994-11-29 Parad; Harvey A. Method and system for continuous integrated resource management
US5150407A (en) 1991-12-16 1992-09-22 Chan Steve S C Secured data storage devices
JPH0827754B2 (en) 1992-05-21 1996-03-21 インターナショナル・ビジネス・マシーンズ・コーポレイション File management method and file management system in computer system
US5790120A (en) 1992-08-27 1998-08-04 Starfish Software, Inc. Individually configurable panel user interface with selective launching, sticky windows, hot keys, start up options and configurable background
US5623588A (en) 1992-12-14 1997-04-22 New York University Computer user interface with non-salience deemphasis
ATE409907T1 (en) 1993-06-03 2008-10-15 Network Appliance Inc METHOD AND DEVICE FOR DESCRIBING ANY AREAS OF A FILE SYSTEM
US5583984A (en) 1993-06-11 1996-12-10 Apple Computer, Inc. Computer system with graphical user interface including automated enclosures
US5572709A (en) 1993-06-18 1996-11-05 Lucent Technologies Inc. Using dynamically-linked libraries to add side effects to operations
US6023506A (en) 1995-10-26 2000-02-08 Hitachi, Ltd. Data encryption control apparatus and method
US5831617A (en) 1995-11-27 1998-11-03 Bhukhanwala; Saumil A. Browsing and manipulating objects using movie like icons
US5832526A (en) 1996-01-24 1998-11-03 Symantec Corporation Method and apparatus using slack area of file storage structures for file reconstruction
US5818936A (en) 1996-03-15 1998-10-06 Novell, Inc. System and method for automically authenticating a user in a distributed network system
US5819032A (en) 1996-05-15 1998-10-06 Microsoft Corporation Electronic magazine which is distributed electronically from a publisher to multiple subscribers
US5819310A (en) 1996-05-24 1998-10-06 Emc Corporation Method and apparatus for reading data from mirrored logical volumes on physical disk drives
US20040139396A1 (en) 1996-06-28 2004-07-15 Gelernter David H. Stream-based information management system
US5802175A (en) 1996-09-18 1998-09-01 Kara; Salim G. Computer file backup encryption system and method
US5758359A (en) 1996-10-24 1998-05-26 Digital Equipment Corporation Method and apparatus for performing retroactive backups in a computer system
US5961605A (en) 1997-02-06 1999-10-05 Gte Laboratories Incorporated Method and apparatus for acknowledging TCP data packets
US6134660A (en) 1997-06-30 2000-10-17 Telcordia Technologies, Inc. Method for revoking computer backup files using cryptographic techniques
US6366988B1 (en) 1997-07-18 2002-04-02 Storactive, Inc. Systems and methods for electronic data storage management
US6121969A (en) 1997-07-29 2000-09-19 The Regents Of The University Of California Visual navigation in perceptual databases
DE69802294T2 (en) 1997-08-29 2002-05-16 Hewlett Packard Co SYSTEMS FOR DATA BACKUP AND RECOVERY
JP3547300B2 (en) 1997-12-04 2004-07-28 株式会社日立製作所 Information exchange system
US6167532A (en) 1998-02-05 2000-12-26 Compaq Computer Corporation Automatic system recovery
US6901493B1 (en) 1998-02-24 2005-05-31 Adaptec, Inc. Method for protecting data of a computer system
US6054989A (en) 1998-09-14 2000-04-25 Microsoft Corporation Methods, apparatus and data structures for providing a user interface, which exploits spatial memory in three-dimensions, to objects and which provides spatialized audio
US6188405B1 (en) 1998-09-14 2001-02-13 Microsoft Corporation Methods, apparatus and data structures for providing a user interface, which exploits spatial memory, to objects
JP4141556B2 (en) 1998-12-18 2008-08-27 株式会社日立製作所 Structured document management method, apparatus for implementing the method, and medium storing the processing program
US6397308B1 (en) 1998-12-31 2002-05-28 Emc Corporation Apparatus and method for differential backup and restoration of data in a computer storage system
US6553392B1 (en) 1999-02-04 2003-04-22 Hewlett-Packard Development Company, L.P. System and method for purging database update image files after completion of associated transactions
US6714201B1 (en) 1999-04-14 2004-03-30 3D Open Motion, Llc Apparatuses, methods, computer programming, and propagated signals for modeling motion in computer applications
US6724918B1 (en) 1999-05-12 2004-04-20 The Board Of Trustees Of The Leland Stanford Junior University System and method for indexing, accessing and retrieving audio/video with concurrent sketch activity
JP2001034775A (en) 1999-05-17 2001-02-09 Fuji Photo Film Co Ltd History image display method
US6629129B1 (en) 1999-06-16 2003-09-30 Microsoft Corporation Shared virtual meeting services among computer applications
US6959368B1 (en) 1999-06-29 2005-10-25 Emc Corporation Method and apparatus for duplicating computer backup data
US6415298B1 (en) 1999-07-15 2002-07-02 American Management Systems, Inc. Effective dated tree control in a component based-object oriented convergent customer care and billing system
US6493745B1 (en) 1999-09-03 2002-12-10 Microsoft Corporation Message processing technique to improve client computer response to user input
US6670974B1 (en) 1999-10-12 2003-12-30 Gateway, Inc. Persistent usage context
US6424626B1 (en) 1999-10-29 2002-07-23 Hubbell Incorporated Method and system for discarding and regenerating acknowledgment packets in ADSL communications
US20020049883A1 (en) 1999-11-29 2002-04-25 Eric Schneider System and method for restoring a computer system after a failure
US6460055B1 (en) 1999-12-16 2002-10-01 Livevault Corporation Systems and methods for backing up data files
US7434177B1 (en) 1999-12-20 2008-10-07 Apple Inc. User interface for providing consolidation and access
US7505762B2 (en) 2004-02-27 2009-03-17 Fusionone, Inc. Wireless telephone data backup system
US6658436B2 (en) 2000-01-31 2003-12-02 Commvault Systems, Inc. Logical view and access to data managed by a modular data and storage management system
US6760723B2 (en) 2000-01-31 2004-07-06 Commvault Systems Inc. Storage management across multiple time zones
US6829615B2 (en) 2000-02-25 2004-12-07 International Business Machines Corporation Object type relationship graphical user interface
CN1209708C (en) 2000-03-01 2005-07-06 电脑联合想象公司 Method and system for updating an archive of a computer file
US6918124B1 (en) 2000-03-03 2005-07-12 Microsoft Corporation Query trees including or nodes for event filtering
US20060143250A1 (en) 2000-03-09 2006-06-29 Pkware, Inc. System and method for manipulating and managing computer archive files
US20060173848A1 (en) 2000-03-09 2006-08-03 Pkware, Inc. System and method for manipulating and managing computer archive files
JP3404353B2 (en) 2000-03-31 2003-05-06 真二 青山 Data backup method for portable telephone, portable telephone and data backup device for portable telephone
US6615225B1 (en) 2000-04-27 2003-09-02 International Business Machines Corporation System and method for relating files in a distributed data storage environment
US6600501B1 (en) 2000-05-18 2003-07-29 Microsoft Corporation Method and system for generating a dynamic timeline
US6711572B2 (en) 2000-06-14 2004-03-23 Xosoft Inc. File system for distributing content in a data network and related methods
JP4405044B2 (en) 2000-06-21 2010-01-27 富士通株式会社 Network relay apparatus and packet combining method
US6665815B1 (en) 2000-06-22 2003-12-16 Hewlett-Packard Development Company, L.P. Physical incremental backup using snapshots
JP2002024071A (en) 2000-07-07 2002-01-25 Toshiba Corp Information processor, data backup method and storage medium in which data backup program is stored
DE10040890C1 (en) 2000-08-18 2002-01-31 Trw Automotive Electron & Comp System for safe high temperature flash memory operation in vehicle involves programming memory before high temperature operation so that each record is stored redundantly
US6947556B1 (en) 2000-08-21 2005-09-20 International Business Machines Corporation Secure data storage and retrieval with key management and user authentication
US7099900B1 (en) 2000-09-13 2006-08-29 Veritas Operating Corporation Mapping driver for use in data backup systems
US6785751B1 (en) 2000-09-19 2004-08-31 Intel Corporation Method and apparatus for minimizing bus contention for I/O controller write operations
US7380216B2 (en) 2000-11-30 2008-05-27 International Business Machines Corporation Zoom-capable scrollbar
US7657450B2 (en) 2000-12-08 2010-02-02 Microsoft Corporation Reliable, secure and scalable infrastructure for event registration and propagation in a distributed enterprise
US6950989B2 (en) 2000-12-20 2005-09-27 Eastman Kodak Company Timeline-based graphical user interface for efficient image database browsing and retrieval
US6825844B2 (en) 2001-01-16 2004-11-30 Microsoft Corp System and method for optimizing a graphics intensive software program for the user's graphics hardware
WO2002071219A2 (en) 2001-03-07 2002-09-12 Matchtip Limited System for replicating data of a mobile station
US6801229B1 (en) 2001-04-06 2004-10-05 Plumbdesign System for creation of visual representation of data
US20020156921A1 (en) 2001-04-19 2002-10-24 International Business Machines Corporation Automatic backup of wireless mobile device data onto gateway server while device is idle
TW501037B (en) 2001-05-01 2002-09-01 Benq Corp Interactive update method for parameter data
JP2002353952A (en) 2001-05-24 2002-12-06 Sanyo Electric Co Ltd Data terminal equipment
US7207041B2 (en) 2001-06-28 2007-04-17 Tranzeo Wireless Technologies, Inc. Open platform architecture for shared resource access management
US6948038B2 (en) 2001-07-24 2005-09-20 Microsoft Corporation System and method for backing up and restoring data
US6625704B2 (en) 2001-08-08 2003-09-23 Sangate Systems, Inc. Data backup method and system using snapshot and virtual tape
CN1545662A (en) 2001-08-22 2004-11-10 �ʼҷ����ֵ��ӹɷ����޹�˾ Timeline display apparatus
US7032188B2 (en) 2001-09-28 2006-04-18 Nokia Corporation Multilevel sorting and displaying of contextual objects
JP2003140940A (en) 2001-10-19 2003-05-16 Internatl Business Mach Corp <Ibm> Program for managing external storage device, recording medium, managing device, and computer system
US6810881B2 (en) 2001-10-22 2004-11-02 O.R. Solutions, Inc. Medical solution thermal treatment system and method of controlling system operation in accordance with detection of solution and leaks in surgical drape containers
US20060200754A1 (en) 2001-10-24 2006-09-07 Infosnap Systems and methods for storing personal information, automatically filling out forms, and sharing information with a data recipient
US7743347B2 (en) 2001-11-19 2010-06-22 Ricoh Company, Ltd. Paper-based interface for specifying ranges
US7788080B2 (en) 2001-11-19 2010-08-31 Ricoh Company, Ltd. Paper interface for simulation environments
US7747655B2 (en) 2001-11-19 2010-06-29 Ricoh Co. Ltd. Printable representations for time-based media
US7703044B2 (en) 2001-11-19 2010-04-20 Ricoh Company, Ltd. Techniques for generating a static representation for time-based media information
US6948039B2 (en) 2001-12-14 2005-09-20 Voom Technologies, Inc. Data backup and restoration using dynamic virtual storage
JP4108973B2 (en) 2001-12-26 2008-06-25 株式会社日立製作所 Backup system
US20030126247A1 (en) 2002-01-02 2003-07-03 Exanet Ltd. Apparatus and method for file backup using multiple backup devices
US20030220949A1 (en) 2002-01-22 2003-11-27 Columbia Data Products, Inc. Automatic deletion in data storage management
US6941328B2 (en) 2002-01-22 2005-09-06 International Business Machines Corporation Copy process substituting compressible bit pattern for any unqualified data objects
DE10211606B4 (en) 2002-03-12 2017-06-08 Kip Cr P1 Lp Data processing device with a metadata backup management
US20030177149A1 (en) 2002-03-18 2003-09-18 Coombs David Lawrence System and method for data backup
US7225204B2 (en) 2002-03-19 2007-05-29 Network Appliance, Inc. System and method for asynchronous mirroring of snapshots at a destination using a purgatory directory and inode mapping
JP3747887B2 (en) 2002-06-14 2006-02-22 ブラザー工業株式会社 Setting information transmission / reception system, transmission device, and program
US20040003351A1 (en) 2002-06-28 2004-01-01 Microsoft Corporation Navigating a resource browser session
JP2004056620A (en) 2002-07-23 2004-02-19 Sony Corp Information processor, information processing method and computer program
US8856093B2 (en) * 2002-09-03 2014-10-07 William Gross Methods and systems for search indexing
CA2497625A1 (en) 2002-09-10 2004-03-25 Exagrid Systems, Inc. Method and apparatus for managing data integrity of backup and disaster recovery data
US20040078641A1 (en) 2002-09-23 2004-04-22 Hewlett-Packard Company Operating system-independent file restore from disk image
US6836657B2 (en) 2002-11-12 2004-12-28 Innopath Software, Inc. Upgrading of electronic files including automatic recovery from failures and errors occurring during the upgrade
US7213040B1 (en) 2002-10-29 2007-05-01 Novell, Inc. Apparatus for policy based storage of file data and meta-data changes over time
JP2004157637A (en) 2002-11-05 2004-06-03 Hitachi Ltd Storage management method
US20040153973A1 (en) 2002-11-21 2004-08-05 Lawrence Horwitz System and method for automatically storing and recalling application states based on application contexts
US7406481B2 (en) 2002-12-17 2008-07-29 Oracle International Corporation Using direct memory access for performing database operations between two or more machines
US7386531B2 (en) 2002-12-19 2008-06-10 Mathon Systems, Inc. System and method for managing content
US7007043B2 (en) 2002-12-23 2006-02-28 Storage Technology Corporation Storage backup system that creates mountable representations of past contents of storage volumes
US7325198B2 (en) 2002-12-31 2008-01-29 Fuji Xerox Co., Ltd. Calendar-based interfaces for browsing and manipulation of digital images
US20040193953A1 (en) 2003-02-21 2004-09-30 Sun Microsystems, Inc. Method, system, and program for maintaining application program configuration settings
US20040230892A1 (en) 2003-03-17 2004-11-18 Libac Corporation Systems and methods for document project management
US7188156B2 (en) 2003-03-20 2007-03-06 International Business Machines Corporation System, method and computer program for providing a time map of rolled-up data
US7769794B2 (en) 2003-03-24 2010-08-03 Microsoft Corporation User interface for a file system shell
US7257717B2 (en) 2003-04-01 2007-08-14 Fineart Technology Co., Ltd Method with the functions of virtual space and data encryption and invisibility
WO2004090789A2 (en) 2003-04-03 2004-10-21 Commvault Systems, Inc. System and method for extended media retention
US7155465B2 (en) 2003-04-18 2006-12-26 Lee Howard F Method and apparatus for automatically archiving a file system
US20040220965A1 (en) 2003-04-30 2004-11-04 Michael Harville Indexed database structures and methods for searching path-enhanced multimedia
US7173623B2 (en) 2003-05-09 2007-02-06 Microsoft Corporation System supporting animation of graphical display elements through animation object instances
US20050188248A1 (en) 2003-05-09 2005-08-25 O'brien John Scalable storage architecture
US7240219B2 (en) 2003-05-25 2007-07-03 Sandisk Il Ltd. Method and system for maintaining backup of portable storage devices
US7069402B2 (en) 2003-06-02 2006-06-27 International Business Machines Corporation Host-independent incremental backup method, apparatus, and system
US7162473B2 (en) 2003-06-26 2007-01-09 Microsoft Corporation Method and system for usage analyzer that determines user accessed sources, indexes data subsets, and associated metadata, processing implicit queries based on potential interest to users
US7111136B2 (en) 2003-06-26 2006-09-19 Hitachi, Ltd. Method and apparatus for backup and recovery system using storage based journaling
KR20050021733A (en) 2003-08-25 2005-03-07 삼성전자주식회사 Storage medium for storing copy protection data, modulation method, storage apparatus and reproducing apparatus
JP2005091430A (en) 2003-09-12 2005-04-07 Fuji Photo Film Co Ltd Image comparison display method, device therefor and image comparison display program
US7225208B2 (en) 2003-09-30 2007-05-29 Iron Mountain Incorporated Systems and methods for backing up data files
WO2005038656A1 (en) 2003-10-21 2005-04-28 Canon Kabushiki Kaisha Information apparatus
US6990637B2 (en) 2003-10-23 2006-01-24 Microsoft Corporation Graphical user interface for 3-dimensional view of a data collection based on an attribute of the data
US7584225B2 (en) 2003-11-10 2009-09-01 Yahoo! Inc. Backup and restore mirror database memory items in the historical record backup associated with the client application in a mobile device connected to a communion network
US7698728B2 (en) 2003-11-12 2010-04-13 Home Box Office, Inc. Automated playlist chaser
CA2548542C (en) 2003-11-13 2011-08-09 Commvault Systems, Inc. System and method for performing a snapshot and for restoring data
CA2452251C (en) 2003-12-04 2010-02-09 Timothy R. Jewell Data backup system and method
US7908208B2 (en) 2003-12-10 2011-03-15 Alphacap Ventures Llc Private entity profile network
US7774718B2 (en) 2003-12-17 2010-08-10 Nokia Corporation Time handle in a media diary application for accessing media files
JP2005190259A (en) 2003-12-26 2005-07-14 Hitachi Ltd Management of multigenerational backup data
US20060288205A1 (en) 2003-12-31 2006-12-21 Linares Enrique U Administration development of digitally encrypted archives
US7103740B1 (en) 2003-12-31 2006-09-05 Veritas Operating Corporation Backup mechanism for a multi-class file system
US20050204186A1 (en) 2004-03-09 2005-09-15 Rothman Michael A. System and method to implement a rollback mechanism for a data storage unit
US7318134B1 (en) 2004-03-16 2008-01-08 Emc Corporation Continuous data backup using distributed journaling
JP4285287B2 (en) 2004-03-17 2009-06-24 セイコーエプソン株式会社 Image processing apparatus, image processing method and program, and recording medium
US7353241B2 (en) 2004-03-24 2008-04-01 Microsoft Corporation Method, medium and system for recovering data using a timeline-based computing environment
EP1618378A4 (en) 2004-03-29 2008-10-08 Microsoft Corp Systems and methods for versioning based triggers
US7536424B2 (en) 2004-05-02 2009-05-19 Yoram Barzilai System and methods for efficiently managing incremental data backup revisions
US7096392B2 (en) 2004-05-07 2006-08-22 Asempra Technologies, Inc. Method and system for automated, no downtime, real-time, continuous data protection
US7913043B2 (en) 2004-05-14 2011-03-22 Bakbone Software, Inc. Method for backup storage device selection
US7809682B2 (en) 2004-05-24 2010-10-05 Apple Inc. Data synchronization between multiple devices
US7624133B1 (en) 2004-06-09 2009-11-24 Symantec Operating Corporation Automatic detection of backup recovery sets
JP4480479B2 (en) 2004-06-15 2010-06-16 株式会社日立製作所 Storage system
US7437358B2 (en) 2004-06-25 2008-10-14 Apple Inc. Methods and systems for managing data
US7739464B1 (en) 2004-06-30 2010-06-15 Symantec Operating Corporation Consistent backups of data using a roll-back log
EP1612636A1 (en) 2004-07-01 2006-01-04 Tecnostore AG Method for archiving data with automatic encryption and decryption
US7284190B2 (en) 2004-07-15 2007-10-16 Microsoft Corporation Automatically generated compatibility reports
US20060026218A1 (en) 2004-07-23 2006-02-02 Emc Corporation Tracking objects modified between backup operations
JP4576936B2 (en) 2004-09-02 2010-11-10 ソニー株式会社 Information processing apparatus, information recording medium, content management system, data processing method, and computer program
US7346799B2 (en) 2004-09-07 2008-03-18 Emc Corporation Systems and methods for recovering and backing up data
US7418619B1 (en) 2004-09-07 2008-08-26 Emc Corporation Backup and restore operations of interdependent system components
US7769709B2 (en) 2004-09-09 2010-08-03 Microsoft Corporation Method, system, and apparatus for creating an archive routine for protecting data in a data protection system
US7756833B2 (en) 2004-09-22 2010-07-13 Microsoft Corporation Method and system for synthetic backup and restore
US7840963B2 (en) 2004-10-15 2010-11-23 Microsoft Corporation Marking and utilizing portions of memory state information during a switch between virtual machines to minimize software service interruption
KR100667767B1 (en) 2004-10-20 2007-01-11 삼성전자주식회사 Multimedia device having backup function of broadcast contents on home network environment and backup method thereof
US7490197B2 (en) 2004-10-21 2009-02-10 Microsoft Corporation Using external memory devices to improve system performance
US7904913B2 (en) 2004-11-02 2011-03-08 Bakbone Software, Inc. Management interface for a system that provides automated, real-time, continuous data protection
US20060106893A1 (en) 2004-11-02 2006-05-18 Rodger Daniels Incremental backup operations in storage networks
US20060117309A1 (en) 2004-11-24 2006-06-01 Upanshu Singhal Software configuration methods and client module communication component
GB0425996D0 (en) 2004-11-26 2004-12-29 Ibm Communication method and system
US20060129496A1 (en) 2004-12-14 2006-06-15 Motorola, Inc. Method and apparatus for providing digital rights management
US8230326B2 (en) 2004-12-17 2012-07-24 International Business Machines Corporation Method for associating annotations with document families
US7624443B2 (en) 2004-12-21 2009-11-24 Microsoft Corporation Method and system for a self-heating device
US7643706B2 (en) 2005-01-07 2010-01-05 Apple Inc. Image management tool with calendar interface
CN100562880C (en) 2005-01-31 2009-11-25 松下电器产业株式会社 Backup management device, backup management method, integrated circuit and standby system
US7600133B2 (en) 2005-02-24 2009-10-06 Lenovo Singapore Pte. Ltd Backing up at least one encrypted computer file
US20060206460A1 (en) * 2005-03-14 2006-09-14 Sanjay Gadkari Biasing search results
CN100490372C (en) 2005-03-15 2009-05-20 联想(北京)有限公司 A method for backup and recovery of encryption key
US7461221B2 (en) 2005-03-24 2008-12-02 International Business Machines Corporation Apparatus, system, and program for automatic backup of related data
US20060224956A1 (en) 2005-04-05 2006-10-05 International Business Machines Corporation Intelligent document saving
US7590668B2 (en) 2005-04-15 2009-09-15 Microsoft Corporation Pausable backups of file system items
US7672979B1 (en) 2005-04-22 2010-03-02 Symantec Operating Corporation Backup and restore techniques using inconsistent state indicators
JP4757527B2 (en) 2005-04-25 2011-08-24 ソニー エリクソン モバイル コミュニケーションズ, エービー Display control device, display control method, portable terminal device, and display control program
US8886778B2 (en) 2005-04-29 2014-11-11 Netapp, Inc. System and method for proxying network management protocol commands to enable cluster wide management of data backups
US7454435B2 (en) 2005-05-03 2008-11-18 Microsoft Corporation Systems and methods for granular changes within a data storage system
JP2007179351A (en) 2005-12-28 2007-07-12 Sony Corp File management device and image display device
US8024292B2 (en) 2005-06-29 2011-09-20 Emc Corporation Creation of a single snapshot using a server job request
US9183752B2 (en) 2005-07-14 2015-11-10 Red Hat, Inc. Tutorial generator with automatic capture of screenshots
EP1746524A1 (en) 2005-07-22 2007-01-24 Fujitsu Siemens Computers GmbH Method producing an encrypted backup file and method for restoring data from this backup file in a pocket PC
US20070027935A1 (en) 2005-07-28 2007-02-01 Haselton William R Backing up source files in their native file formats to a target storage
US7890527B1 (en) 2005-09-30 2011-02-15 Symantec Operating Corporation Backup search agents for use with desktop search tools
US20070078910A1 (en) 2005-09-30 2007-04-05 Rajendra Bopardikar Back-up storage for home network
US20070088702A1 (en) 2005-10-03 2007-04-19 Fridella Stephen A Intelligent network client for multi-protocol namespace redirection
US7404150B2 (en) 2005-11-14 2008-07-22 Red Hat, Inc. Searching desktop objects based on time comparison
US20070130232A1 (en) 2005-11-22 2007-06-07 Therrien David G Method and apparatus for efficiently storing and managing historical versions and replicas of computer data files
US20070136423A1 (en) 2005-11-23 2007-06-14 Gilmore Alan R Methods, systems, and media for managing a collaboration space
US7765187B2 (en) 2005-11-29 2010-07-27 Emc Corporation Replication of a consistency group of data storage objects from servers in a data network
US7899829B1 (en) 2005-12-14 2011-03-01 Unifi Scientific Advances, Inc. Intelligent bookmarks and information management system based on same
US8650254B2 (en) 2005-12-21 2014-02-11 International Business Machines Corporation Providing version control for electronic mail attachments
US20070185879A1 (en) 2005-12-23 2007-08-09 Metacommunications, Inc. Systems and methods for archiving and retrieving digital assets
US9100197B2 (en) 2006-01-19 2015-08-04 Lenovo (Singapore) Pte. Ltd. Apparatus and method for signaling by and to a computer system user
US7800615B2 (en) 2006-01-25 2010-09-21 Autodesk, Inc. Universal timelines for coordinated productions
US8015441B2 (en) 2006-02-03 2011-09-06 Emc Corporation Verification of computer backup data
US7822717B2 (en) 2006-02-07 2010-10-26 Emc Corporation Point-in-time database restore
US7698318B2 (en) 2006-02-10 2010-04-13 Microsoft Corporation Automatically determining file replication mechanisms
US7953730B1 (en) * 2006-03-02 2011-05-31 A9.Com, Inc. System and method for presenting a search history
US8560946B2 (en) 2006-03-22 2013-10-15 Vistracks, Inc. Timeline visualizations linked with other visualizations of data in a thin client
US20070271303A1 (en) 2006-05-18 2007-11-22 Manuel Emilio Menendez Personal file version archival management and retrieval
US20070271263A1 (en) 2006-05-19 2007-11-22 Matchware A/S Displaying Data
US7845013B2 (en) 2006-05-30 2010-11-30 International Business Machines Corporation Method and system for protecting the security of an open file in a computing environment
US8190571B2 (en) 2006-06-07 2012-05-29 Microsoft Corporation Managing data with backup server indexing
JP4749266B2 (en) 2006-07-27 2011-08-17 株式会社日立製作所 Backup control apparatus and method without duplication of information resources
US20080034019A1 (en) 2006-08-04 2008-02-07 Pavel Cisler System for multi-device electronic backup
US20080034004A1 (en) 2006-08-04 2008-02-07 Pavel Cisler System for electronic backup
US7809687B2 (en) 2006-08-04 2010-10-05 Apple Inc. Searching a backup archive
US20080034017A1 (en) 2006-08-04 2008-02-07 Dominic Giampaolo Links to a common item in a data structure
US7809688B2 (en) 2006-08-04 2010-10-05 Apple Inc. Managing backup of content
US9009115B2 (en) 2006-08-04 2015-04-14 Apple Inc. Restoring electronic information
US7853567B2 (en) 2006-08-04 2010-12-14 Apple Inc. Conflict resolution in recovery of electronic data
US7999810B1 (en) 2006-08-30 2011-08-16 Boice Gina L System and method for animated computer visualization of historic events
US8271429B2 (en) * 2006-09-11 2012-09-18 Wiredset Llc System and method for collecting and processing data
US20080070496A1 (en) 2006-09-20 2008-03-20 Luke Jackson Cell phone live redundancy data back-up system
US8161410B2 (en) 2006-09-29 2012-04-17 Apple Inc. Computer-implemented display of ordered items
CN100504792C (en) 2006-10-06 2009-06-24 国际商业机器公司 Method and system for calling and catching system in user space
US7882077B2 (en) 2006-10-17 2011-02-01 Commvault Systems, Inc. Method and system for offline indexing of content and classifying stored data
CA2705379C (en) 2006-12-04 2016-08-30 Commvault Systems, Inc. Systems and methods for creating copies of data, such as archive copies
AU2007328025B2 (en) 2006-12-05 2012-08-09 Don Martin Improved tape backup method
US20080141029A1 (en) 2006-12-11 2008-06-12 Migo Software, Inc. Digital content protection
US8626702B2 (en) 2006-12-27 2014-01-07 Sap Ag Method and system for validation of data extraction
US10083184B2 (en) 2007-01-07 2018-09-25 Apple Inc. Widget synchronization in accordance with synchronization preferences
US8850140B2 (en) 2007-01-07 2014-09-30 Apple Inc. Data backup for mobile device
US7778971B2 (en) 2007-01-07 2010-08-17 Apple Inc. Synchronization methods and systems
US8683228B2 (en) 2007-01-16 2014-03-25 Terry Lee Stokes System and method for WORM data storage
US20080177961A1 (en) 2007-01-23 2008-07-24 International Business Machines Corporation Partial Backup and Restore with Backup Versioning
WO2008094508A2 (en) 2007-01-26 2008-08-07 Fusionone, Inc. System for and method of backing up content for use on a mobile device
US20080208630A1 (en) 2007-02-22 2008-08-28 General Electric Company Methods and systems for accessing a saved patient context in a clinical information system
US8219995B2 (en) 2007-03-28 2012-07-10 International Business Machins Corporation Capturing hardware statistics for partitions to enable dispatching and scheduling efficiency
US8131723B2 (en) 2007-03-30 2012-03-06 Quest Software, Inc. Recovering a file system to any point-in-time in the past with guaranteed structure, content consistency and integrity
US20080250314A1 (en) 2007-04-03 2008-10-09 Erik Larsen Visual command history
US8234591B1 (en) 2007-05-21 2012-07-31 Adobe Systems Incorporated Undo and redo using thumbnails generated from a specific area of the image
US8010507B2 (en) 2007-05-24 2011-08-30 Pado Metaware Ab Method and system for harmonization of variants of a sequential file
US20080307017A1 (en) 2007-06-08 2008-12-11 Apple Inc. Searching and Restoring of Backups
US8725965B2 (en) 2007-06-08 2014-05-13 Apple Inc. System setup for electronic backup
US8010900B2 (en) 2007-06-08 2011-08-30 Apple Inc. User interface for electronic backup
US8429425B2 (en) 2007-06-08 2013-04-23 Apple Inc. Electronic backup and restoration of encrypted data
US8307004B2 (en) 2007-06-08 2012-11-06 Apple Inc. Manipulating electronic backups
EP2372553B1 (en) 2007-06-08 2013-01-30 Apple Inc. Application-based backup-restore of electronic information
US8745523B2 (en) 2007-06-08 2014-06-03 Apple Inc. Deletion in electronic backups
US8468136B2 (en) 2007-06-08 2013-06-18 Apple Inc. Efficient data backup
US8484464B2 (en) 2007-06-15 2013-07-09 Research In Motion Limited Method and devices for providing secure data backup from a mobile communication device to an external computing device
US8260770B2 (en) 2007-09-21 2012-09-04 Universities Space Research Association Systems and methods for an extensible business application framework
US9054862B2 (en) 2007-11-06 2015-06-09 International Business Machines Corporation Access control key management in a virtual world
US8245078B1 (en) 2007-12-21 2012-08-14 American Megatrends, Inc. Recovery interface
US7974948B2 (en) 2008-05-05 2011-07-05 Microsoft Corporation Automatically capturing and maintaining versions of documents
US8583602B2 (en) 2008-06-05 2013-11-12 Palm, Inc. Restoring of data to mobile computing device
CA2677921C (en) 2008-09-12 2017-06-13 Mathieu Ma Audet Method of managing groups of arrays of documents
US10747952B2 (en) 2008-09-15 2020-08-18 Palantir Technologies, Inc. Automatic creation and server push of multiple distinct drafts
US8868622B2 (en) 2009-02-11 2014-10-21 Hewlett-Packard Development Company, L.P. Method and apparatus for allocating resources in a computer system
US20110016089A1 (en) 2009-07-16 2011-01-20 Apple Inc. Restoring data to a mobile device
US8352702B2 (en) 2009-12-17 2013-01-08 International Business Machines Corporation Data processing system memory allocation
US8627675B2 (en) 2010-02-01 2014-01-14 Whhirlpool Corporation Lever design version of “push button” filter
US20110296351A1 (en) 2010-05-26 2011-12-01 T-Mobile Usa, Inc. User Interface with Z-axis Interaction and Multiple Stacks
US8984029B2 (en) 2011-01-14 2015-03-17 Apple Inc. File system management
US20120185767A1 (en) 2011-01-14 2012-07-19 Apple Inc. Modifying application behavior
US20120185762A1 (en) 2011-01-14 2012-07-19 Apple Inc. Saveless Documents
US8943026B2 (en) 2011-01-14 2015-01-27 Apple Inc. Visual representation of a local backup
US8966191B2 (en) 2011-03-18 2015-02-24 Fusion-Io, Inc. Logical interface for contextual storage
US20120246565A1 (en) 2011-03-24 2012-09-27 Konica Minolta Laboratory U.S.A., Inc. Graphical user interface for displaying thumbnail images with filtering and editing functions
US8533593B2 (en) 2011-04-19 2013-09-10 Autodesk, Inc Hierarchical display and navigation of document revision histories
US8627195B1 (en) * 2012-01-26 2014-01-07 Amazon Technologies, Inc. Remote browsing and searching
US8839087B1 (en) * 2012-01-26 2014-09-16 Amazon Technologies, Inc. Remote browsing and searching

Patent Citations (100)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5231617A (en) * 1989-07-24 1993-07-27 Matsushita Electric Industrial Co., Ltd. Optical information recording and reproducing apparatus and method of recording and reproducing information in an optical disk unit
US20020080180A1 (en) * 1992-04-30 2002-06-27 Richard Mander Method and apparatus for organizing information in a computer system
US5754178A (en) * 1993-03-03 1998-05-19 Apple Computer, Inc. Method and apparatus for improved feedback during manipulation of data on a computer controlled display system
US7174352B2 (en) * 1993-06-03 2007-02-06 Network Appliance, Inc. File system image transfer
US6892211B2 (en) * 1993-06-03 2005-05-10 Network Appliance, Inc. Copy on write file system consistency and block usage
US5745669A (en) * 1993-10-21 1998-04-28 Ast Research, Inc. System and method for recovering PC configurations
US5659614A (en) * 1994-11-28 1997-08-19 Bailey, Iii; John E. Method and system for creating and storing a backup copy of file data stored on a computer
US5736974A (en) * 1995-02-17 1998-04-07 International Business Machines Corporation Method and apparatus for improving visibility and selectability of icons
US20020120648A1 (en) * 1995-10-27 2002-08-29 At&T Corp. Identifying changes in on-line data repositories
US20020046220A1 (en) * 1996-06-28 2002-04-18 Eric Freeman Document stream operating system
US6725427B2 (en) * 1996-06-28 2004-04-20 Mirror Worlds Technologies, Inc. Document stream operating system with document organizing and display facilities
US6768999B2 (en) * 1996-06-28 2004-07-27 Mirror Worlds Technologies, Inc. Enterprise, stream-based, information management system
US20020016912A1 (en) * 1996-11-19 2002-02-07 Johnson R. Brent System and computer based method to automatically archive and retrieve encrypted remote client data files
US6112318A (en) * 1997-08-11 2000-08-29 Digital Equipment Corporation Performance counters controlled by programmable logic
US6269381B1 (en) * 1998-06-30 2001-07-31 Emc Corporation Method and apparatus for backing up data before updating the data and for restoring from the backups
US20020065999A1 (en) * 1998-07-08 2002-05-30 Toshihiko Kikuchi Data backup system, method therefor and data storage
US6604118B2 (en) * 1998-07-31 2003-08-05 Network Appliance, Inc. File system image transfer
US6574733B1 (en) * 1999-01-25 2003-06-03 Entrust Technologies Limited Centralized secure backup system and method
US6396500B1 (en) * 1999-03-18 2002-05-28 Microsoft Corporation Method and system for generating and displaying a slide show with animations and transitions in a browser
US20030016248A1 (en) * 1999-04-07 2003-01-23 Randall Hayes Ubillos Scalable Scroll controller
US6993710B1 (en) * 1999-10-05 2006-01-31 Borland Software Corporation Method and system for displaying changes of source code
US20030050940A1 (en) * 1999-10-12 2003-03-13 Eric Robinson Automatic backup system
US6714952B2 (en) * 1999-11-10 2004-03-30 Emc Corporation Method for backup and restore of a multi-lingual network file server
US20030065687A1 (en) * 2000-03-27 2003-04-03 Nec Corporation Backup data management device and method
US20020112237A1 (en) * 2000-04-10 2002-08-15 Kelts Brett R. System and method for providing an interactive display interface for information objects
US6701454B1 (en) * 2000-06-05 2004-03-02 Microsoft Corporation Method and system for recovering information during a program failure
US20040044707A1 (en) * 2000-06-19 2004-03-04 Hewlett-Packard Company Automatic backup/recovery process
US7483693B2 (en) * 2000-08-01 2009-01-27 Hrl Laboratories, Llc Apparatus and method for context-sensitive dynamic information service composition via mobile and wireless network communication
US7072916B1 (en) * 2000-08-18 2006-07-04 Network Appliance, Inc. Instant snapshot
US20020054158A1 (en) * 2000-08-31 2002-05-09 Akiko Asami Information-processing apparatus and computer-graphic display program
US20020107886A1 (en) * 2001-02-07 2002-08-08 Gentner Donald R. Method and apparatus for automatic document electronic versioning system
US6728735B1 (en) * 2001-03-12 2004-04-27 Network Appliance, Inc. Restartable dump that produces a consistent filesystem on tapes
US20040073560A1 (en) * 2001-03-27 2004-04-15 Edwards Nicholas H File synchronisation
US7711771B2 (en) * 2001-05-25 2010-05-04 Oracle International Corporation Management and synchronization application for network file system
US7734594B2 (en) * 2001-07-06 2010-06-08 Computer Associates Think, Inc. Systems and methods of information backup
US20030018878A1 (en) * 2001-07-19 2003-01-23 Sean Matthew Dorward Method and apparatus for archival data storage
US20030097640A1 (en) * 2001-07-25 2003-05-22 International Business Machines Corporation System and method for creating and editing documents
US20030137540A1 (en) * 2001-12-28 2003-07-24 Stephan Klevenz Managing a user interface
US20030122874A1 (en) * 2001-12-28 2003-07-03 International Business Machines Corporation System and method for visualizing and navigating dynamic content in a graphical user interface
US20030182332A1 (en) * 2002-03-21 2003-09-25 International Business Machines Corporation System and method for designating and deleting expired files
US6857001B2 (en) * 2002-06-07 2005-02-15 Network Appliance, Inc. Multiple concurrent active file systems
US20040066414A1 (en) * 2002-10-08 2004-04-08 Microsoft Corporation System and method for managing software applications in a graphical user interface
US20040117459A1 (en) * 2002-12-12 2004-06-17 George Fry System and method providing multimedia messaging in communication networks
US20040125137A1 (en) * 2002-12-26 2004-07-01 Stata Raymond P. Systems and methods for selecting a date or range of dates
US20040143652A1 (en) * 2003-01-17 2004-07-22 Sbc Properties, L.P. System and method for handling digital content delivery to portable devices
US7386801B1 (en) * 2003-02-25 2008-06-10 Microsoft Corporation System and method that facilitates computer desktop use via scaling of displayed objects with shifts to the periphery
US7320076B2 (en) * 2003-03-05 2008-01-15 Sun Microsystems, Inc. Method and apparatus for a transaction-based secure storage file system
US20090052669A1 (en) * 2003-05-14 2009-02-26 Kenneth Ma Method and system for disaster recovery of data from a storage device
US20050138081A1 (en) * 2003-05-14 2005-06-23 Alshab Melanie A. Method and system for reducing information latency in a business enterprise
US20050010955A1 (en) * 2003-05-15 2005-01-13 Elia Eric J. Method and system for playing video
US7660817B2 (en) * 2003-05-22 2010-02-09 Microsoft Corporation System and method for representing content in a file system
US20050108253A1 (en) * 2003-11-17 2005-05-19 Nokia Corporation Time bar navigation in a media diary application
US20050138013A1 (en) * 2003-12-19 2005-06-23 Webplan International Extended database engine providing versioning and embedded analytics
US20090019291A1 (en) * 2004-01-13 2009-01-15 Koninklijke Philips Electronic, N.V. Backup and restoration of drm security data
US20050165867A1 (en) * 2004-01-23 2005-07-28 Barton Edward M. Method and system for ensuring consistency of a group
US20070094312A1 (en) * 2004-05-07 2007-04-26 Asempra Technologies, Inc. Method for managing real-time data history of a file system
US20060041823A1 (en) * 2004-08-03 2006-02-23 International Business Machines (Ibm) Corporation Method and apparatus for storing and retrieving multiple point-in-time consistent data sets
US7518611B2 (en) * 2004-08-09 2009-04-14 Apple Inc. Extensible library for storing objects of different types
US20060064634A1 (en) * 2004-09-17 2006-03-23 International Business Machines Corporation Editing multiple file versions
US20060080521A1 (en) * 2004-09-23 2006-04-13 Eric Barr System and method for offline archiving of data
US7559016B1 (en) * 2004-10-07 2009-07-07 Google Inc. System and method for indicating web page modifications
US20060088167A1 (en) * 2004-10-21 2006-04-27 International Business Machines Corporation Method and system for backup and restore of a context encryption key for a trusted device within a secured processing system
US20100063960A1 (en) * 2004-12-08 2010-03-11 Mariette Lehto Backup system and method in a mobile telecommunication network
US7934064B1 (en) * 2004-12-21 2011-04-26 Acronis Inc. System and method for consolidation of backups
US20060150107A1 (en) * 2005-01-03 2006-07-06 Raymond Leung System and method for providing forms on a user interface
US20060156246A1 (en) * 2005-01-12 2006-07-13 Microsoft Corporation Architecture and engine for time line based visualization of data
US20060161861A1 (en) * 2005-01-18 2006-07-20 Microsoft Corporation System and method for visually browsing of open windows
US20080046557A1 (en) * 2005-03-23 2008-02-21 Cheng Joseph C Method and system for designing, implementing, and managing client applications on mobile devices
US7669141B1 (en) * 2005-04-11 2010-02-23 Adobe Systems Incorporated Visual interface element transition effect
US20080065663A1 (en) * 2005-04-14 2008-03-13 Emc Corporation Reestablishing process context
US7558930B2 (en) * 2005-07-25 2009-07-07 Hitachi, Ltd. Write protection in a storage system allowing both file-level access and volume-level access
US20070030528A1 (en) * 2005-07-29 2007-02-08 Cataphora, Inc. Method and apparatus to provide a unified redaction system
US20070038884A1 (en) * 2005-08-10 2007-02-15 Spare Backup, Inc. System and method of remote storage of data using client software
US20070043715A1 (en) * 2005-08-18 2007-02-22 Emc Corporation Data object search and retrieval
US20070043790A1 (en) * 2005-08-18 2007-02-22 Emc Corporation Snapshot indexing
US20070070066A1 (en) * 2005-09-13 2007-03-29 Bakhash E E System and method for providing three-dimensional graphical user interface
US20070106978A1 (en) * 2005-10-11 2007-05-10 Bea Systems, Inc. Patch management system
US20070117459A1 (en) * 2005-11-18 2007-05-24 Advanced Connectek Inc. Low profile electrical connector
US20070136381A1 (en) * 2005-12-13 2007-06-14 Cannon David M Generating backup sets to a specific point in time
US7882072B1 (en) * 2005-12-30 2011-02-01 Google Inc. Autosave functionality for web browser
US8229897B2 (en) * 2006-02-03 2012-07-24 International Business Machines Corporation Restoring a file to its proper storage tier in an information lifecycle management environment
US8209308B2 (en) * 2006-05-01 2012-06-26 Rueben Steven L Method for presentation of revisions of an electronic document
US20100017855A1 (en) * 2006-05-16 2010-01-21 Waterstone Environmental Hydrology & Engineering, Inc. State Saver/Restorer for a Geospatial Decision Management System
US20080022393A1 (en) * 2006-06-20 2008-01-24 Lenovo (Singapore) Pte. Ltd. Computer access control using password reset
US7676689B1 (en) * 2006-06-30 2010-03-09 Emc Corporation Browsing and selecting items in recovery storage groups to perform recovery onto production server
US20080126441A1 (en) * 2006-08-04 2008-05-29 Dominic Giampaolo Event notification management
US8166415B2 (en) * 2006-08-04 2012-04-24 Apple Inc. User interface for backup management
US20080034327A1 (en) * 2006-08-04 2008-02-07 Pavel Cisler Navigation of electronic backups
US20080126442A1 (en) * 2006-08-04 2008-05-29 Pavel Cisler Architecture for back up and/or recovery of electronic data
US20080034016A1 (en) * 2006-08-04 2008-02-07 Pavel Cisler Consistent back up of electronic information
US20110083088A1 (en) * 2006-08-04 2011-04-07 Apple Inc. Navigation Of Electronic Backups
US20110083098A1 (en) * 2006-08-04 2011-04-07 Apple Inc. User Interface For Backup Management
US20110087976A1 (en) * 2006-08-04 2011-04-14 Apple Inc. Application-Based Backup-Restore Of Electronic Information
US20080033969A1 (en) * 2006-08-04 2008-02-07 Sing Chi Koo Electronic document management method and system
US20080082578A1 (en) * 2006-09-29 2008-04-03 Andrew Hogue Displaying search results on a one or two dimensional graph
US7739622B2 (en) * 2006-10-27 2010-06-15 Microsoft Corporation Dynamic thumbnails for document navigation
US20080172607A1 (en) * 2007-01-15 2008-07-17 Microsoft Corporation Selective Undo of Editing Operations Performed on Data Objects
US20090031401A1 (en) * 2007-04-27 2009-01-29 Bea Systems, Inc. Annotations for enterprise web application constructor
US8099392B2 (en) * 2007-06-08 2012-01-17 Apple Inc. Electronic backup of applications
US20120124507A1 (en) * 2007-06-08 2012-05-17 Apple Inc. Electronic backup of applications

Cited By (46)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8311988B2 (en) 2006-08-04 2012-11-13 Apple Inc. Consistent back up of electronic information
US9715394B2 (en) 2006-08-04 2017-07-25 Apple Inc. User interface for backup management
US9009115B2 (en) 2006-08-04 2015-04-14 Apple Inc. Restoring electronic information
US8775378B2 (en) 2006-08-04 2014-07-08 Apple Inc. Consistent backup of electronic information
US8504527B2 (en) 2006-08-04 2013-08-06 Apple Inc. Application-based backup-restore of electronic information
US8495024B2 (en) 2006-08-04 2013-07-23 Apple Inc. Navigation of electronic backups
US8370853B2 (en) 2006-08-04 2013-02-05 Apple Inc. Event notification management
US9454587B2 (en) 2007-06-08 2016-09-27 Apple Inc. Searching and restoring of backups
US8965929B2 (en) 2007-06-08 2015-02-24 Apple Inc. Manipulating electronic backups
US10891020B2 (en) 2007-06-08 2021-01-12 Apple Inc. User interface for electronic backup
US8468136B2 (en) 2007-06-08 2013-06-18 Apple Inc. Efficient data backup
US8307004B2 (en) 2007-06-08 2012-11-06 Apple Inc. Manipulating electronic backups
US8504516B2 (en) 2007-06-08 2013-08-06 Apple Inc. Manipulating electronic backups
US9360995B2 (en) 2007-06-08 2016-06-07 Apple Inc. User interface for electronic backup
US8566289B2 (en) 2007-06-08 2013-10-22 Apple Inc. Electronic backup of applications
US8725965B2 (en) 2007-06-08 2014-05-13 Apple Inc. System setup for electronic backup
US8745523B2 (en) 2007-06-08 2014-06-03 Apple Inc. Deletion in electronic backups
US9354982B2 (en) 2007-06-08 2016-05-31 Apple Inc. Manipulating electronic backups
US20090031350A1 (en) * 2007-07-24 2009-01-29 Toshiharu Yabe Program information processing apparatus and program information processing method
US8918814B2 (en) * 2007-07-24 2014-12-23 Sony Corporation Program information processing apparatus and program information processing method
US20090210458A1 (en) * 2008-02-19 2009-08-20 Oracle International Corp. Tag based backup and recovery
US7882069B2 (en) * 2008-02-19 2011-02-01 Oracle International Corp. Tag based backup and recovery
US20110231799A1 (en) * 2008-08-28 2011-09-22 Kabushiki Kaisha Toshiba Display processing apparatus, display processing method, and computer program product
US9351044B1 (en) * 2008-12-23 2016-05-24 Sprint Communications Company L.P. Dynamic interface for mobile devices
US20100306171A1 (en) * 2009-06-02 2010-12-02 Microsoft Corporation Timeline Experience for Restore User Interface
US20110131180A1 (en) * 2009-11-27 2011-06-02 Nokia Corporation Method and apparatus for configuring a content object
US10303652B2 (en) 2011-01-14 2019-05-28 Apple Inc. File system management
US8943026B2 (en) 2011-01-14 2015-01-27 Apple Inc. Visual representation of a local backup
US9411812B2 (en) 2011-01-14 2016-08-09 Apple Inc. File system management
US8984029B2 (en) 2011-01-14 2015-03-17 Apple Inc. File system management
US20120227044A1 (en) * 2011-03-03 2012-09-06 Tata Consultancy Services Limited Automated workflow manager
US20170012910A1 (en) * 2011-04-28 2017-01-12 Microsoft Technology Licensing, Llc Most recently used list for attaching files to messages
US10275433B2 (en) * 2012-01-26 2019-04-30 Amazon Technologies, Inc. Remote browsing and searching
US20150193435A1 (en) * 2012-02-06 2015-07-09 Google Inc. Visualizing document revision history using layers
US9256626B2 (en) * 2012-04-16 2016-02-09 International Business Machines Corporation Maintaining multiple copy versions of component values in a system
US20130275377A1 (en) * 2012-04-16 2013-10-17 International Business Machines Corporation Maintaining multiple copy versions of component values in a system
US10860787B2 (en) 2012-05-30 2020-12-08 Google Llc Systems and methods for displaying contextual revision history in an electronic document
US10127215B2 (en) 2012-05-30 2018-11-13 Google Llc Systems and methods for displaying contextual revision history in an electronic document
US9202069B2 (en) 2013-06-20 2015-12-01 Cloudfinder Sweden AB Role based search
CN104572345A (en) * 2013-10-24 2015-04-29 群晖科技股份有限公司 Method for providing a backup system and related backup system
EP2866146A1 (en) * 2013-10-24 2015-04-29 Synology Incorporated Method of providing a backup system assisting the user in backup restoration and related backup system
US11093109B2 (en) * 2015-09-25 2021-08-17 Intel Corporation Technologies for computing context replay with visual searching
WO2021016276A1 (en) * 2019-07-22 2021-01-28 Whitestar Communications Inc. Systems and methods of distributed backup and recovery on a private network
US11068195B2 (en) 2019-07-22 2021-07-20 Whitestar Communications, Inc. Systems and methods of distributed backup and recovery on a private network
US11693532B2 (en) * 2021-10-28 2023-07-04 Sap Se Multi-tasking workdesk for computing environment
US20230297216A1 (en) * 2021-10-28 2023-09-21 Sap Se Multi-tasking workdesk for computing environment

Also Published As

Publication number Publication date
US20140365479A1 (en) 2014-12-11
US9454587B2 (en) 2016-09-27

Similar Documents

Publication Publication Date Title
US9454587B2 (en) Searching and restoring of backups
US7809687B2 (en) Searching a backup archive
US7860839B2 (en) Application-based backup-restore of electronic information
EP2372553B1 (en) Application-based backup-restore of electronic information
US9009115B2 (en) Restoring electronic information
US9715394B2 (en) User interface for backup management
US8538927B2 (en) User interface for backup management
US9286166B2 (en) Electronic backup of applications
US7853567B2 (en) Conflict resolution in recovery of electronic data
EP2407873B1 (en) Graphical user interface for backup interface
US20080034017A1 (en) Links to a common item in a data structure
US7853566B2 (en) Navigation of electronic backups
US20080126442A1 (en) Architecture for back up and/or recovery of electronic data
US20080034019A1 (en) System for multi-device electronic backup

Legal Events

Date Code Title Description
AS Assignment

Owner name: APPLE INC., CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:LYONS, DAVID;WEISS, ERIC;CISLER, PAVEL;AND OTHERS;REEL/FRAME:020101/0903;SIGNING DATES FROM 20070827 TO 20070918

STCB Information on status: application discontinuation

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