US11886298B2 - Using a storage log to generate an incremental backup - Google Patents
Using a storage log to generate an incremental backup Download PDFInfo
- Publication number
- US11886298B2 US11886298B2 US17/218,619 US202117218619A US11886298B2 US 11886298 B2 US11886298 B2 US 11886298B2 US 202117218619 A US202117218619 A US 202117218619A US 11886298 B2 US11886298 B2 US 11886298B2
- Authority
- US
- United States
- Prior art keywords
- snapshot
- primary
- new primary
- objects
- storage system
- 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.)
- Active, expires
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/07—Responding to the occurrence of a fault, e.g. fault tolerance
- G06F11/14—Error detection or correction of the data by redundancy in operation
- G06F11/1402—Saving, restoring, recovering or retrying
- G06F11/1446—Point-in-time backing up or restoration of persistent data
- G06F11/1448—Management of the data involved in backup or backup restore
- G06F11/1451—Management of the data involved in backup or backup restore by selection of backup contents
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/07—Responding to the occurrence of a fault, e.g. fault tolerance
- G06F11/14—Error detection or correction of the data by redundancy in operation
- G06F11/1402—Saving, restoring, recovering or retrying
- G06F11/1446—Point-in-time backing up or restoration of persistent data
- G06F11/1458—Management of the backup or restore process
- G06F11/1461—Backup scheduling policy
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/10—File systems; File servers
- G06F16/11—File system administration, e.g. details of archiving or snapshots
- G06F16/128—Details of file system snapshots on the file-level, e.g. snapshot creation, administration, deletion
Definitions
- a primary system may be comprised of one or more client devices connected to a storage system (e.g., network-attached storage (NAS)) via a network.
- a storage system e.g., network-attached storage (NAS)
- a full or incremental backup of the storage system may be generated and data included in the backup is backed up from the storage system to a backup system.
- the storage system may store a large number of directories and files (e.g., millions, billions, etc.).
- files and/or directories that have changed e.g., created, modified, moved and/or deleted
- the changed files and/or changed directories may be identified by traversing the entire directory structure associated with the storage system.
- a full directory traversal inspects all the directories and files in a volume. This is a resource and time intensive process.
- the number of changed files and/or changed directories associated with an incremental backup may be small (e.g., less than a change threshold). In this scenario, traversing the entire directory structure associated with
- FIG. 1 is a block diagram illustrating a system for generating a backup in accordance with some embodiments.
- FIG. 2 A is a diagram illustrating an embodiment of a timeline associated with an incremental backup in accordance with some embodiments.
- FIG. 2 B is a diagram illustrating an embodiment of a timeline associated with an incremental backup in accordance with some embodiments.
- FIG. 3 is a diagram illustrating a process for generating an incremental backup in accordance with some embodiments.
- FIG. 4 is a diagram illustrating a process for identifying changed objects to include in an incremental backup in accordance with some embodiments.
- FIG. 5 is a diagram illustrating a process for identifying changed objects to include in an incremental backup in accordance with some embodiments.
- the primary storage system includes a storage device (e.g., NAS device) that is configured to generate snapshots of the data stored in a storage volume of the primary storage system.
- a primary snapshot captures a state of a file system at a point in time.
- the primary snapshot may be a read-only image of a storage volume of the primary storage system.
- the primary storage system is configured to maintain a storage log (e.g., audit log) for compliance purposes.
- the primary storage system maintains and updates the storage log anytime an object (e.g., file or directory) is accessed, modified, deleted, or created.
- An entry in the storage log corresponds to one of the objects and includes information, such as a timestamp, an event type (e.g., read, write, delete, create, move, change owner, change permissions, etc.), a file path, a filename, a directory name, a directory path, a user associated with the event, a file associated with the event, an identification of a device used, an object identifier which may or may not be unique, etc.
- an event type e.g., read, write, delete, create, move, change owner, change permissions, etc.
- the storage log may include other events associated with the primary storage system, such as when a user logged in, the number of failed login attempts associated with a device, the last time a software update was performed, the last time a password was changed, etc. Events stored in the storage log are stored in chronological order or may be sorted to be in chronological order.
- a selective directory traversal of the file directory structure of a primary snapshot is performed to reduce the amount of time and resources needed to generate the incremental backup.
- the file directory structure of the primary snapshot is traversed instead of the file directory structure of the primary storage system because the file directory structure of the primary snapshot represents the file directory structure at a particular point in time whereas the file directory structure of the primary storage system is a live directory structure that may change over time.
- the storage log is analyzed to identify changed objects (e.g., a changed file, a change to metadata associated with a file, a created file, a deleted file, a moved file, a new directory, a deleted directory, a moved directory, a change to metadata associated with a directory, etc.) that are to be included in the incremental backup.
- changed objects e.g., a changed file, a change to metadata associated with a file, a created file, a deleted file, a moved file, a new directory, a deleted directory, a moved directory, a change to metadata associated with a directory, etc.
- the primary snapshots generated by a primary storage system such as a NAS device, have corresponding timestamps and the events stored in the storage log have corresponding timestamps.
- the point in time at which a primary snapshot was performed is not reflected in the storage log.
- a secondary storage system is configured to receive an indication of a new primary snapshot created for the primary storage system.
- the secondary storage system is configured to send to the primary storage system a request for the storage log associated with the primary storage system.
- the request is for the entire storage log.
- the request is for a portion of the storage log (e.g., the portion of the storage log since a last primary snapshot).
- the request may be sent periodically (e.g., hourly, daily, etc.) or on-demand.
- a threshold time window based on a capture time associated with the new primary snapshot is determined.
- the time boundaries associated a threshold time window are based on a clock associated with a storage log.
- the time boundaries associated a threshold time window are based on a clock associated with primary snapshots.
- the threshold time window boundaries include a pre-previous primary snapshot marker (e.g., t 1 of FIG. 2 A ) and a post-new primary snapshot marker (e.g., t 4 of FIG. 2 A ).
- the timestamps associated with the pre-previous primary snapshot marker and the post-new primary snapshot marker may be based on the storage log clock.
- the changed objects to include in the secondary backup of the new primary snapshot are determined by utilizing the storage log to identify changed objects that occurred after the pre-previous primary snapshot marker and before the post-new primary snapshot marker. Directories associated with the identified changed objects are added to a list of directories to traverse. In some embodiments, a plurality of the identified changed objects are associated with the same directory.
- the list of directories to traverse may be deduped to include a single entry that corresponds to the directory that is shared by a plurality of entries.
- the entries are deduped in-line (e.g., while the directories are being added to the list) or after the entire list of directories to traverse is completed.
- the directories associated with the identified changed objects included in the new primary snapshot are traversed to verify that the identified changed objects are to be included in the secondary backup of the primary storage system. This may prevent data corruption issues when performing the secondary backup.
- the identified changed object is a directory and a top level of the directory is traversed.
- the identified changed object is a file and a directory that includes the file is traversed. This may include a top level that includes the file and one or more sub-levels.
- an event in the storage log may indicate that an object, such as a file or directory, was created at a particular point in time that occurred after a capture time associated with a previous primary snapshot (e.g., primary snapshot 202 of FIGS. 2 A, 2 B ).
- a previous primary snapshot e.g., primary snapshot 202 of FIGS. 2 A, 2 B
- a directory associated with the created object included in the new primary snapshot e.g., primary snapshot 204 of FIGS. 2 A, 2 B
- the created object is a directory and a top level of the directory is traversed. In some embodiments, the created object is a file and a directory that includes the file is traversed. If the object is not included in the directory (e.g., the top level of the directory does not exist or the file does not exist) and there are no other entries related to that object in the storage log, then the new primary snapshot was generated before the event (e.g., the event occurred after t 3 of FIG. 2 A or after t 5 of FIG. 2 B ) and the new object is not included in the secondary backup of the primary storage system.
- the new primary snapshot was generated before the event (e.g., the event occurred after t 3 of FIG. 2 A or after t 5 of FIG. 2 B ) and the new object is not included in the secondary backup of the primary storage system.
- the new primary snapshot was generated after the event (e.g., before t 3 of FIG. 2 A or before t 5 of FIG. 2 B ).
- a secondary backup corresponding to the previous primary snapshot may be analyzed to determine if the object was created before the previous primary snapshot or after the previous primary snapshot.
- the created object was included in the secondary backup corresponding to the previous primary snapshot and there are no other delete, move, or create entries associated with the object in the storage log, then the object was created before the previous primary snapshot and should not be included in a secondary backup of the new primary snapshot. If the created object is not included in the secondary backup corresponding to the previous primary snapshot, then the object was created after the previous primary snapshot and should be included in the secondary backup of the new primary snapshot.
- an event in the storage log may indicate that an object was deleted at a particular point in time that occurred after a capture time associated with a previous primary snapshot.
- a directory associated with the object included in the new primary snapshot may be traversed (i.e., either the directory itself or the directory of a file) to verify that the object is not present in the new primary snapshot. If the object is included in the directory, then the new primary snapshot was generated before the event (e.g., the object was deleted after t 3 of FIG. 2 A , deleted after t 5 of FIG. 2 B , or deleted before t 2 of FIGS.
- the new primary snapshot was generated after the event (e.g., the object was deleted before t 3 of FIG. 2 A or t 5 of FIG. 2 B ).
- a secondary backup corresponding to the previous primary snapshot may be analyzed to determine if the object was deleted before the previous primary snapshot or after the previous primary snapshot. If the deleted object is included in the secondary backup corresponding to the previous primary snapshot, then the object was deleted after the previous primary snapshot and the identified changed object should be included in a change list corresponding to a secondary backup of the new primary snapshot. If the deleted object is not included in the secondary backup corresponding to the previous primary snapshot, then the object was deleted before the previous primary snapshot and the identified changed object should not be included in the change list corresponding to the secondary backup of the new primary snapshot.
- the verified changed objects are aggregated in a change list.
- the change list indicates the objects and one or more corresponding operations to perform with respect to previously backed up versions of the objects or one or more corresponding operations to perform with respect to a new version of an object.
- An operation may be to create the object, delete the object, move the object, and/or modify the object (e.g., data and/or metadata).
- the objects included in the change list that are associated with create or modify operations are obtained and included in a secondary backup of the new primary snapshot to generate an incremental backup of the primary storage system.
- a file is included in the change list and the file is obtained.
- a directory is included in the change list and files included in the top level of the directory are obtained.
- the secondary storage system may use the indication to update its own metadata that represents a state of the primary storage system at a point in time corresponding to the new primary snapshot.
- a secondary storage system is configured to request for the changed objects included on the change list that are associated with create or modify operations.
- the primary storage system is configured to provide data and/or metadata associated with the requested changed objects.
- the secondary storage system is configured to back up and ingest the data and/or metadata included in the secondary backup and store the backed up data and/or metadata. Selectively traversing the file directory structure reduces the amount of time and resources needed to generate the incremental backup. Using the threshold time window to identify changed objects to include in the incremental backup reduces data integrity issues that may arise when generating an incremental backup.
- the amount of time and resources needed to generate the incremental backup is further reduced by selectively traversing the file directory structures for changed objects that occurred near the previous primary snapshot (e.g., within a first threshold time window (t 1 to t 3 of FIG. 2 B )) and changed objects that occurred near the new primary snapshot (e.g., within a second threshold time window (t 4 to t 6 of FIG. 2 B )).
- Directories associated with the changed objects that occurred between the first threshold time window and the second threshold time window e.g., t 3 to t 4 of FIG. 2 B
- the changed objects that occurred between the first threshold time window and the second threshold time window have a high confidence level (e.g., confidence level greater than a threshold confidence level) that they are to be included in a secondary backup of the new primary snapshot.
- the first threshold time window boundaries include a pre-previous primary snapshot marker (e.g., t 1 of FIG. 2 B ) and a post-previous primary snapshot marker (e.g., t 3 of FIG. 2 B ).
- the capture time associated with previous primary snapshot may be 12:00 AM (e.g., generated by a snapshot service clock).
- the pre-previous primary snapshot marker may be 11:58 PM and the post-previous primary snapshot marker may be 12:02 AM.
- the timestamps associated with the pre-previous primary snapshot marker and the post-previous primary snapshot marker may be based on a storage log clock.
- the second threshold time window boundaries include a pre-new primary snapshot marker (e.g., t 4 of FIG. 2 B ) and a post-new primary snapshot marker (e.g., t 6 of FIG. 2 B ).
- the capture time associated with new primary snapshot may be 12:00 PM (e.g., generated by a snapshot service clock).
- the pre-new primary snapshot marker may be 11:58 AM and the post-new primary snapshot marker may be 12:02 PM.
- the timestamps associated with the pre-new primary snapshot marker and the post-new primary snapshot marker may be based on the storage log clock.
- the storage log is analyzed to identify events that occurred in the first threshold time window and the second threshold time window.
- the identified events correspond to changed objects that may be associated with a new primary snapshot, a previous primary snapshot, or a subsequent primary snapshot.
- Directories associated with the identified changed objects are added to a list of directories to traverse.
- a plurality of the identified changed objects are associated with the same directory.
- the list of directories to traverse may be deduped to include a single entry that corresponds to the directory that is shared by a plurality of entries.
- the entries are deduped in-line (e.g., while the directories are being added to the list) or after the entire list of directories to traverse is completed.
- the directories associated with the changed objects corresponding to the identified events are traversed to determine whether each of the changed objects is associated with the new primary snapshot, the previous primary snapshot, or the subsequent primary snapshot. This may prevent data corruption issues when performing the secondary backup.
- the identified changed object is a directory and a top level of the directory is traversed.
- the identified changed object is a file and a directory that includes the file is traversed.
- Directories associated with changed objects included in the first threshold time window or second threshold time window are traversed because the clock skew between the snapshot service clock and storage log clock may cause a data integrity problem, that is, changed objects included in the first threshold time window or second threshold time window cannot be determined to be included in the new primary snapshot with a high confidence level (e.g., confidence level greater than a threshold confidence level) by using the timestamps of the different clocks.
- Changed objects that are determined to be associated with the new primary snapshot are added to a change list.
- the objects included in the change list that are associated with create or modify operations are obtained and included in an incremental backup of the primary storage system.
- the storage log is further analyzed to identify events that occurred between the first and second threshold time windows.
- the identified events correspond to changed objects that are likely to have been captured by the new primary snapshot.
- the changed objects are aggregated in the change list.
- directories associated with changed objects corresponding to the identified events that occurred between the first and second threshold time windows do not need to be traversed because the clock skew between the snapshot service clock and storage log clock is unlikely to be great enough to cause a data integrity problem.
- a secondary backup of the new primary snapshot reflects the changed objects that are included in a change list.
- a secondary storage system is configured to request for the changed objects included on the change list that are associated with create or modify operations.
- the primary storage system is configured to provide data and/or metadata associated with the requested changed objects.
- the secondary storage system is configured to back up and ingest the data and/or metadata included in the secondary backup and store the backed up data and/or metadata.
- FIG. 1 is a block diagram illustrating a system for generating a backup in accordance with some embodiments.
- system 100 is comprised of primary system 102 , network 110 , and secondary storage system 112 .
- Primary system 102 may be comprised of a plurality of client devices 101 a , 101 b , 101 n , a network 103 , and a primary storage system 104 . Although three client devices are shown, primary system 102 may be comprised of one ton client devices.
- a client device may be a computing device, such as a computer, a laptop, a desktop, a tablet, a mobile device, etc.
- Client devices 101 a , 101 b , 101 n may store one or more objects to primary storage system 104 .
- Client devices 101 a , 101 b , 101 n may access the one or more objects stored in primary storage system 104 and perform one or more file operations with respect to the one or more objects stored in primary storage system 104 .
- a file operation may include a write operation, a read operation, a delete operation, a move operation, a creation operation, a modify metadata operation (e.g., change permissions, change ownership, etc.), etc.
- the one or more file operations include creating a directory, deleting a directory, modifying a directory, or moving a directory, etc.
- Client devices 101 a , 101 b , 101 n may be connected to primary storage system 104 via network 103 .
- Network 103 may be a local area network, a wide area network, a personal area network, a wireless local area network, a storage-area network, etc.
- Primary storage system 104 may be comprised of one or more data storage servers (not shown). Primary storage system 104 may be configured to provide file-based data storage services to client devices 101 a , 101 b , 101 n .
- primary storage system 104 may be a NAS.
- Primary storage system 104 may include one or more mounted storage volumes 105 , storage log 106 (e.g., compliance audit log), and backup client 107 .
- the one or more mounted storage volumes 105 may store the data associated with one or more files, the metadata associated with the one or more files, data associated with one or more directories, and metadata associated with one or more directories.
- Storage log 106 may include a plurality of entries for the one or more mounted storage volumes 105 .
- Storage log 106 may include an entry each time an object stored in the one or more mounted storage volumes 105 is accessed, modified, moved, created, or deleted. Each entry of storage log 106 may include an associated timestamp.
- Primary storage system 104 may maintain a corresponding storage log for each storage device of primary storage system 104 .
- Storage log 106 may associate an object with a path (e.g., file path, directory path) and a name (e.g., filename, directory name), but not a unique identifier.
- a path e.g., file path, directory path
- a name e.g., filename, directory name
- Primary storage system 104 may be configured to generate and store one or more primary snapshots 108 of the data stored in a storage volume. In some embodiments, one of the primary snapshots 108 is deleted after a secondary backup of the primary snapshot 108 is performed. Primary snapshots 108 may be generated according to a backup policy. In some embodiments, a primary snapshot is generated periodically (e.g., hourly, bi-daily, daily, etc.). A primary snapshot is a read-only image of a storage volume of the primary storage system that captures the state of the file system at a point in time.
- secondary storage system 112 remotely accesses storage log 106 and requests data from primary storage system 104 in order to perform a secondary backup based on the entries included in storage log 106 .
- Secondary storage system 112 may use a distributed file system protocol (e.g., network file system) to remotely access primary system 102 and its contents (e.g., one or more mounted storage volumes 105 , storage log 106 , primary snapshot(s) 108 , etc.).
- backup client 107 detects that primary snapshot 108 was generated, accesses storage log 106 , and performs a secondary backup of primary snapshot 108 based on the entries included in storage log 106 .
- backup client 107 receives a command from secondary storage system 112 to perform a secondary backup of primary snapshot 108 .
- backup client 107 accesses storage log 106 and performs a secondary backup of primary snapshot 108 based on the entries included in storage log 106 .
- secondary storage system 112 accesses primary system 102 via a proxy (not shown).
- the secondary backup may be a full backup of primary snapshot 108 or an incremental backup of primary snapshot 108 .
- a full backup of primary snapshot 108 includes all of the data associated with primary snapshot 108 .
- An incremental backup of primary snapshot 108 includes data associated with primary snapshot 108 that was not previously backed up to secondary storage system 112 .
- all of the data associated with an object included in the change list is backed up to secondary storage system 112 .
- data and/or metadata associated with the object included in the change list that was not previously included in a secondary backup is backed up to secondary storage system 112 .
- a selective directory traversal of the file directory structure associated with primary snapshot 108 is performed to reduce the amount of time and resources needed to generate the incremental backup.
- Storage log 106 is analyzed to identify changed objects (e.g., a changed file, a change to metadata associated with a file, a created file, a deleted file, a moved file, a new directory, a deleted directory, a moved directory, etc.) that are to be included in the incremental backup.
- the primary snapshots 108 generated by primary storage system 104 have corresponding timestamps and the events stored in storage log 106 have corresponding timestamps. The point in time at which a primary snapshot was performed is not reflected in storage log 106 .
- secondary storage system 112 requests primary storage system 104 to create a new primary snapshot.
- primary storage system 104 creates the new primary snapshot without a request from secondary storage system 112 .
- Secondary storage system 112 is configured to receive an indication of a new primary snapshot created for primary storage system 104 .
- Secondary storage system 112 is configured to send to primary storage system 104 a request for storage log 106 . The request may be sent periodically (e.g., hourly, daily, etc.) or on-demand.
- secondary storage system 112 accesses a storage location of storage log 106 and mounts storage log 106 .
- a threshold time window based on a capture time associated with the new primary snapshot is determined.
- the threshold time window boundaries include a pre-previous primary snapshot marker (e.g., t 1 of FIG. 2 A ) and a post-new primary snapshot marker (e.g., t 4 of FIG. 2 A ).
- the timestamps associated with the pre-previous primary snapshot marker and the post-new primary snapshot marker are based on the storage log clock.
- the changed objects to include in the secondary backup of the new primary snapshot are determined by utilizing storage log 106 to identify changed objects that occurred after the pre-previous primary snapshot marker and before the post-new primary snapshot marker. Directories associated with the identified changed objects are added to a list of directories to traverse. In some embodiments, a plurality of the identified changed objects are associated with the same directory.
- the list of directories to traverse may be deduped to include a single entry that corresponds to the directory that is shared by a plurality of entries.
- the entries are deduped in-line (e.g., while the directories are being added to the list) or after the entire list of directories to traverse is completed.
- the directories associated with the identified changed objects included in the new primary snapshot are traversed to verify that the identified changed objects are to be included in the secondary backup of the primary storage system.
- the identified changed object is a directory and a top level of the directory is traversed.
- the identified changed object is a file and a directory that includes the file is traversed.
- the verified changed objects are aggregated in a change list.
- the change list indicates the objects and one or more corresponding operations to perform to previously backed up versions of objects or one or more corresponding operations to perform with respect to a new version of an object.
- the operation may be to create the object, delete the object, move the object, and/or modify the object (e.g., data and/or metadata).
- the objects included in the change list that are associated with create or modify operations are obtained and included in a secondary backup of the new primary snapshot to generate an incremental backup of the primary storage system 104 .
- Objects included in the change list that are associated with delete or move operations are not obtained, but an indication of the delete or move operations is stored.
- the secondary storage system may use the indication to update its own metadata that represents a state of the primary storage system at a point in time corresponding to the new primary snapshot.
- Secondary storage system 112 is configured to back up and ingest, via connection 110 , the data included in the secondary backup and store the backed up data.
- Connection 110 may be a wired connection or a wireless connection.
- Connection 110 may be a LAN, WAN, intranet, the Internet, or a combination thereof.
- Selectively traversing the file directory structure reduces the amount of time and resources needed to generate the incremental backup. Using the threshold time window to identify changed objects to include in the incremental backup reduces data integrity issues that may arise when generating an incremental backup.
- the amount of time and resources needed to generate the incremental backup is further reduced by selectively traversing the file directory structures for changed objects that occurred near the previous primary snapshot (e.g., within a first threshold time window) and changed objects that occurred near the new primary snapshot (e.g., within a second threshold time window).
- Directories associated with the changed objects that occurred between the first threshold time window and the second threshold time window may not need to be traversed because the clock skew between the snapshot service clock and storage log clock is unlikely to be great enough to cause a data integrity problem for these changed objects.
- the changed objects that occurred between the first threshold time window and the second threshold time window have a high confidence level (e.g., confidence level greater than a threshold confidence level) that they are to be included in a secondary backup of the new primary snapshot.
- the first threshold time window boundaries include a pre-previous primary snapshot marker (e.g., t 1 of FIG. 2 B ) and a post-previous primary snapshot marker (e.g., t 3 of FIG. 2 B ).
- the capture time associated with a previous primary snapshot may be 12:00 AM (e.g., generated by a snapshot service clock).
- the pre-previous primary snapshot marker may be 11:58 PM and the post-previous primary snapshot marker may be 12:02 AM.
- the timestamps associated with the pre-previous primary snapshot marker and the post-previous primary snapshot marker may be based on a storage log clock.
- the second threshold time window boundaries include a pre-new primary snapshot marker (e.g., t 4 of FIG. 2 B ) and a post-new primary snapshot marker (e.g., t 6 of FIG. 2 B ).
- the capture time associated with a new primary snapshot may be 12:00 PM (e.g., generated by a snapshot service clock).
- the pre-new primary snapshot marker may be 11:58 AM and the post-new primary snapshot marker may be 12:02 PM.
- the timestamps associated with the pre-new primary snapshot marker and the post-new primary snapshot marker may be based on the storage log clock.
- Storage log 106 is analyzed to identify events that occurred in the first threshold time window and the second threshold time window.
- the identified events correspond to changed objects that may be associated with a new primary snapshot, a previous primary snapshot, or a subsequent primary snapshot.
- Directories associated with the identified changed objects are added to a list of directories to traverse.
- a plurality of the identified changed objects are associated with the same directory. Instead of traversing the same directory a plurality of times, the list of directories to traverse may be deduped to include a single entry that corresponds to the directory that is shared by a plurality of entries.
- the entries are deduped in-line (e.g., while the directories are being added to the list) or after the entire list of directories to traverse is completed.
- the directories associated with the changed objects corresponding to the identified events are traversed to determine whether each of the changed objects is associated with the new primary snapshot, the previous primary snapshot, or the subsequent primary snapshot.
- the identified changed object is a directory and a top level of the directory is traversed.
- the identified changed object is a file and a directory that includes the file is traversed.
- Directories associated with changed objects included in the first threshold time window or second threshold time window are traversed because the clock skew between the snapshot service clock and storage log clock may cause a data integrity problem, that is, changed objects included in the first threshold time window or second threshold time window cannot be determined to be included in the new primary snapshot with a high confidence level (e.g., confidence level greater than a threshold confidence level) by using the timestamps of the different clocks.
- Changed objects that are determined to be associated with the new primary snapshot are added to a change list.
- the objects included in the change list that are associated with create or modify operations are obtained and included in an incremental backup of the primary storage system 104 .
- Storage log 106 is further analyzed to identify events that occurred between the first and second threshold time windows.
- the identified events correspond to changed objects that are likely to have been captured by the new primary snapshot.
- the changed objects are aggregated in the change list.
- directories associated with changed objects corresponding to the identified events that occurred between the first and second threshold time windows may not need to be traversed because the clock skew between the snapshot service clock and storage log clock is unlikely to be great enough to cause a data integrity problem.
- a secondary backup of the new primary snapshot reflects the changed objects that are included in a change list.
- Secondary storage system 112 is configured to request the changed objects included in the change list that are associated with create or modify operations.
- primary storage system 104 is configured to provide data and/or metadata associated with the requested changed objects or provide access to the objects.
- Secondary storage system 112 is configured to back up and ingest the data included in the secondary backup and store the backed up data.
- Secondary storage system 112 may be comprised of one or more storage nodes.
- a node of secondary storage system 112 includes a processor, memory, and a plurality of storage devices.
- the plurality of storage devices may include one or more solid state drives, one or more hard disk drives, or a combination thereof.
- the backed up data may be stored in the one or more solid state drives, one or more hard disk drives, or a combination thereof.
- a node of secondary storage system 112 includes a processor and memory, and is coupled to a separate storage device.
- the separate storage device may include one or more storage devices (e.g., flash storage devices).
- a storage device may be segmented into a plurality of partitions. Each of the nodes may be allocated one or more of the partitions.
- the one or more partitions allocated to a node may be configured to store data associated with some or all of the changed objects that were backed up to secondary storage system 112 .
- the separate storage device may be segmented into 10 partitions and secondary storage system 112 may include 10 nodes. A node of the 10 nodes may be allocated one of the 10 partitions.
- a node of secondary storage system 112 includes a processor, memory, and a storage device.
- the node may be coupled to a separate storage device.
- the separate storage device may include one or more storage devices.
- a storage device may be segmented into a plurality of partitions. Each of the nodes may be allocated one or more of the partitions.
- the one or more partitions allocated to a node may be configured to store data associated with some or all of the changed objects that were backed up to secondary storage system 112 .
- the separate storage device may be segmented into 10 partitions and secondary storage system 112 may include 10 nodes. A node of the 10 nodes may be allocated one of the 10 partitions.
- the nodes are homogenous nodes where each node has the same capabilities (e.g., processing, storage, memory, etc.). In some embodiments, at least one of the nodes is a heterogeneous node with different capabilities (e.g., processing, storage, memory, etc.) than the other nodes of secondary storage system 112 .
- FIG. 2 A is a diagram illustrating an embodiment of a timeline associated with an incremental backup in accordance with some embodiments.
- timeline 200 illustrates a first primary snapshot 202 being taken at time t 2 and a second primary snapshot 204 being taken at time t 3 .
- a storage log associated with a primary storage system may be utilized to generate an incremental backup of the primary storage system.
- An incremental backup of the primary storage system includes objects that have changed since a previous backup (full or incremental).
- Other systems may traverse an entire file directory structure to identify changed objects to include in the incremental backup.
- This is a time and resource intensive process.
- the amount of time and resources needed to identify the changed objects to include in the incremental backup may be reduced by performing a selective file directory traversal associated with the identified changed items.
- the primary storage system includes a service that is configured to generate primary snapshots.
- the snapshot service is associated with a corresponding clock.
- a capture time associated with the first primary snapshot (t 2 ) and a capture time associated with the second primary snapshot (t 3 ) are based on the snapshot service clock.
- the point in time at which a primary snapshot was performed (e.g., the capture time associated with the primary snapshot) is not reflected in the storage log. Directly comparing the timestamps in the storage log with the timestamp of the primary snapshot to identify changed objects is problematic because of possible disparities between the clocks used to generate those timestamps, which may not be well synchronized.
- identified changed objects that occurred after the timestamp associated with a previous primary snapshot may lead to data integrity issues because clock skew may exist between a clock associated with the primary snapshots and a clock associated with the storage log.
- a storage log of the primary storage system may be used to identify the objects that have changed since the previous backup.
- the storage log stores a plurality of events, each of the events has an associated timestamp.
- An event timestamp is based on a clock associated with the storage log, which is different than the snapshot service clock. Since clock skew may exist between the snapshot service clock and the storage log clock, it is not clear whether an event with a timestamp that occurred near a primary snapshot timestamp occurred before or after the primary snapshot. For example, a capture time associated with a primary snapshot may be 12:00:00 PM. A timestamp associated with an event included in a storage log may be 12:00:05 PM. Due to clock skew, it is not clear whether the primary snapshot occurred before or after the event.
- an incremental backup of the primary storage system is generated based on the primary snapshot 204 .
- a threshold time window 206 is determined. The timestamps of the boundaries of threshold time window 206 (e.g., t 1 and t 4 ) are based on a clock associated with the storage log.
- the threshold time window 206 includes events that are likely associated with the second primary snapshot 204 . Some of the events included in threshold time window 206 are associated with the second primary snapshot 204 . Some of the events included in threshold time window 206 may be associated with the first primary snapshot 202 . Some of the events included in threshold time window 206 may be associated with a third primary snapshot to be performed at a later time (not shown).
- the storage log is analyzed to identify changed objects having a timestamp that is within the threshold time window 206 .
- a directory associated with the identified changed object in the second primary snapshot 204 is traversed.
- the created object is a directory and a top level of the directory is traversed.
- the created object is a file and a directory that includes the file is traversed.
- the created file may be associated with a third primary snapshot to be performed at a later time.
- the created file may be associated with the second primary snapshot 204 or the first primary snapshot 202 if the created object is included in the directory.
- a secondary backup corresponding to the first primary snapshot 202 may be analyzed to determine if the created file is present in the secondary backup corresponding to the first primary snapshot 202 .
- Metadata associated with the secondary backup corresponding to the first primary snapshot 202 may indicate whether the created object is present. For example, an index may list the file name associated with the created object or directory name associated with the created object, and a creation timestamp. If present, then the created object is not associated with the second primary snapshot 204 and not included in a secondary backup of the second primary snapshot 204 . If the object is not present, then the created object is associated with the second primary snapshot and included in the secondary backup of the second primary snapshot 204 .
- the event corresponding to the object deletion is associated with the third primary snapshot to be performed at a later time.
- the deleted object may be associated with the second primary snapshot 204 or the first primary snapshot 202 if the deleted object is not included in the directory.
- a secondary backup corresponding to the first primary snapshot 202 may be analyzed to determine if the deleted object is present in the secondary backup corresponding to the first primary snapshot 202 .
- Metadata associated with the secondary backup corresponding to the first primary snapshot 202 may indicate whether the deleted object is present.
- an index may list the file name associated with the deleted file or a directory name associated with the deleted directory. If present, then the deleted object is associated with the second primary snapshot 204 and is included in a change list corresponding to the secondary backup of the second primary snapshot 204 . If the object is not present, then the deleted object is associated with the first primary snapshot 202 and is not included in the change list corresponding to the secondary backup of the second primary snapshot 204 .
- the modified object may be associated with second primary snapshot 204 .
- An event in the storage log may indicate that an object was modified at a particular point in time that occurred after a capture time associated with the first primary snapshot 202 .
- a directory associated with the object included in the second primary snapshot 204 may be traversed (i.e., either the directory itself or the directory of a file) to verify that the object is present in the second primary snapshot 204 . If the object is included in the directory, then the metadata of the object may be inspected to determine a modification timestamp.
- the modification occurred before or after the second primary snapshot 204 .
- the object may have been modified within the time range of t 1 to t 3 .
- the metadata of the object included in a secondary backup corresponding to the first primary snapshot 202 may be inspected to determine a modification timestamp. In the event the modification timestamp included in the second primary snapshot 204 matches the modification timestamp included in the secondary backup corresponding to the first primary snapshot 202 , then the object modification is determined not to be associated with the second primary snapshot 204 and the modified object is not included in a secondary backup of the second primary snapshot 204 .
- the object modification is determined to be associated with the second primary snapshot 204 and the modified object is added to a change list.
- the objects included in the change list are obtained and included in a secondary backup of the second primary snapshot 204 .
- Identified changed objects that are determined to be associated with the second primary snapshot 204 are added to a change list.
- the objects included in the change list that are associated with create or modify operations are obtained and included in a secondary backup of the second primary snapshot, that is, an incremental backup of the primary storage system.
- FIG. 2 B is a diagram illustrating an embodiment of a timeline associated with an incremental backup in accordance with some embodiments.
- timeline 250 illustrates a first primary snapshot 202 being taken at time t 2 and a second primary snapshot 204 being taken at time t 5 .
- the amount of time and resources needed to identify the changed objects to include in the incremental backup may be further reduced by selectively traversing the file directory structures for changed objects that occurred near the previous primary snapshot (e.g., within a first threshold time window 252 ) and changed objects that occurred near the new primary snapshot (e.g., within a second threshold time window 256 ).
- Directories associated with the changed objects that occurred between the first threshold time window 252 and the second threshold time window 256 i.e., the time window represented by 254
- the changed objects that occurred between the first threshold time window 252 and the second threshold time window 256 have a high confidence level (e.g., confidence level greater than a threshold confidence level) that they are to be included in a secondary backup of the new primary snapshot.
- Threshold time windows 252 , 256 may be referred to as a “snapshot time window.”
- a capture time associated with primary snapshot 202 is a midpoint of threshold time window 252 .
- Time markers t 1 and t 3 may be an equal amount of time (e.g., 2 minutes) from the capture time associated with primary snapshot 202 .
- a capture time associated with primary snapshot 204 is a midpoint of threshold time window 256 .
- Time markers t 4 and t 6 may be an equal amount of time (e.g., 2 minutes) from the capture time associated with primary snapshot 204 .
- a time marker corresponds to one of the events included in the storage log.
- time marker t 1 may correspond to a last logged event having a timestamp before a capture time associated with primary snapshot 202 and time marker t 3 may correspond to a first logged event having a timestamp after the capture time associated with primary snapshot 202 .
- a first known event e.g., file creation
- a second known event e.g., deletion of the created file
- the primary snapshot is initiated after the first trigger event has occurred, and the second trigger event is not initiated until the primary backup is completed.
- the primary snapshot occurred at a time that is bounded by the trigger events.
- the first known event and the second known event are associated with the same object.
- the first known event and the second known event are associated with different objects.
- the first known event, the second known event, and associated timestamps are recorded in the storage log.
- a length of the threshold time window associated with a primary snapshot is refined. For example, the length of the threshold time window associated with a primary snapshot may be reduced from four minutes (e.g., 11:58 AM-12:02 PM) to two minutes (e.g., 11:59 AM-12:01 PM). This reduces the number of directory traversals performed by a primary system, which reduces the amount of time and resources to generate an incremental backup.
- the length of the threshold time window associated with a primary snapshot may also be reduced to determine a point in time at which the primary snapshot was performed.
- the length of the threshold time window associated with a primary snapshot may also be reduced to determine a high confidence time range within which the primary snapshot was performed. For example, a storage log may include 10 events that occurred in between t 1 and t 3 . The length of the time range associated with the primary snapshot may be reduced to the point in time between events #6 and #7.
- An event included in threshold time windows 252 and 256 does not have a high confidence level (e.g., confidence level greater than a threshold confidence level) that indicates the event is associated with the second primary snapshot 204 .
- An event included in time window 254 has a high confidence level that indicates the event is associated with the second primary snapshot.
- the storage log is analyzed to identify events that occurred in the first threshold time window 252 and the second threshold time window 256 .
- the identified events correspond to changed objects that may be associated with the first primary snapshot 202 , the second primary snapshot 204 , or a subsequent primary snapshot.
- the directories associated with the changed objects corresponding to the identified events are traversed to determine whether each of the changed objects is associated with the first primary snapshot 202 , the second primary snapshot 204 , or the subsequent primary snapshot.
- Directories associated with changed objects included in the first threshold time window 252 or second threshold time window 256 are traversed because the clock skew between the snapshot service clock and storage log clock may cause a data integrity problem, that is, changed objects included in the first threshold time window 252 or second threshold time window 256 cannot be determined to be included in the new primary snapshot with a high confidence level (e.g., confidence level greater than a threshold confidence level) by using the timestamps of the different clocks.
- Changed objects that are determined to be associated with the new primary snapshot are added to a change list. The objects included in the change list are obtained and included in an incremental backup of the primary storage system.
- the storage log is further analyzed to identify changed objects that occurred in time window 254 .
- the identified events correspond to changed objects that are likely to have been captured by the second primary snapshot 204 .
- the changed objects are aggregated in the change list.
- directories associated with changed objects corresponding to the identified events that occurred in time window 254 do not need to be traversed because the clock skew between the snapshot service clock and storage log clock is unlikely to be great enough to cause a data integrity problem.
- a secondary storage system is configured to send to the primary storage system a request for the items included on the change list.
- the primary storage system is configured to send or provide access to the data and/or metadata associated with the requested changed objects.
- the secondary storage system is configured to ingest and store the data and/or metadata associated with the requested changed objects.
- FIG. 3 is a diagram illustrating a process for generating an incremental backup in accordance with some embodiments.
- process 300 may be implemented by a storage system, such as secondary storage system 112 .
- an identification of a new primary snapshot created for a primary storage system is received.
- a storage log associated with the primary storage system may be analyzed to determine the number of changed objects associated with the new primary snapshot. In the event the number of changed objects associated with the new primary snapshot is greater than or equal to the threshold number of changed objects associated with the new primary snapshot, process 300 proceeds to 306 . In the event the number of changed objects associated with the new primary snapshot is not greater than the threshold number of changed objects associated with the new primary snapshot, process 300 proceeds to 308 .
- a full backup of the new primary snapshot is performed.
- the storage system requests the primary storage system to provide all of the data associated with the new primary snapshot.
- a threshold time window is determined.
- the boundaries associated with the threshold time window include a first point in time based on the storage log clock that occurred before the capture time associated with a previous primary snapshot and a second point in time based on the storage log clock that occurred after the capture time associated with a new primary snapshot.
- the amount of time between the first point in time and the capture time associated with the previous primary snapshot may be based on an estimated amount of clock skew between a clock associated with the primary snapshots and a clock associated with the storage log.
- the amount of time between the second point in time and the capture time associated with the new primary snapshot may also be based on the estimated amount of clock skew between the clock associated with the primary snapshots and the clock associated with the storage log.
- a timestamp associated with a first event included in the storage log is selected as the first point in time that occurred before the capture time associated with a previous primary snapshot and a timestamp associated with a second event included in the storage log is selected as the second point in time that occurred after the capture time associated with the new primary snapshot.
- the first and second events are associated with the same object. In some embodiments, the first and second events are associated with different objects.
- the threshold time window includes the first point in time that occurred before the capture time associated with the previous primary snapshot and a first point in time that occurred after the capture time associated with the previous primary snapshot. In some embodiments, the threshold time window includes the first point in time that occurred before the capture time associated with the new primary snapshot and the second point in time that occurred after the capture time associated with the new primary snapshot.
- entries of a storage log of the primary storage system occurring within the threshold time window are analyzed to identify changed objects.
- Some of the entries stored in the storage log correspond to a change event.
- a change event may occur when an object is created, deleted, modified, and/or moved.
- Some of the entries included in the storage log correspond to other events associated with the primary storage system, such as when a user logged in, the number of failed login attempts associated with a device, the last time a software update was performed, the last time a password was changed, etc.
- changed objects to capture in a new secondary backup are identified.
- the new secondary backup is a backup of the new primary snapshot. Entries of the storage log occurring within the threshold time window are analyzed to identify changed objects. Data and/or metadata included in the new secondary backup is backed up to a secondary storage system.
- Directories associated with the identified changed objects are added to a list of directories to traverse.
- a plurality of the identified changed objects are associated with the same directory.
- the list of directories to traverse may be deduped to include a single entry that corresponds to the directory that is shared by a plurality of entries.
- the entries are deduped in-line (e.g., while the directories are being added to the list) or after the entire list of directories to traverse is completed.
- directories associated with all of the identified changed objects are traversed to verify that the identified changed objects are to be included in a secondary backup of the primary storage system. Identified changed objects that are verified are added to a change list. The objects included in the change list are obtained and included in the secondary backup of the new primary snapshot.
- the identified changed objects may be verified to be included in the secondary backup by comparing metadata of the new primary snapshot and metadata of a previous secondary backup to determine for each of the objects of the primary storage system identified as being changed during the threshold time window whether a change to the object since the previous secondary backup is captured in the new primary snapshot.
- an event in the storage log may indicate that an object was created at a particular point in time that occurred after a capture time associated with a previous primary snapshot.
- a directory associated with the created object included in the new primary snapshot may be traversed to verify that the created object is present in the new primary snapshot.
- the created object is a directory and a top level of the directory is traversed.
- the created object is a file and a directory that includes the file is traversed.
- the new primary snapshot was generated before the event and the new object is not included in the secondary backup of the primary storage system. If the created object is included in the directory, then the new primary snapshot was generated after the event.
- a secondary backup corresponding to the previous primary snapshot may be analyzed to determine if the object was created before the previous primary snapshot or after the previous primary snapshot.
- Metadata associated with the secondary backup corresponding to the previous primary snapshot may indicate whether the created object is present. For example, an index may list the file name associated with the created file or a directory name associated with a created object, and a creation timestamp.
- the created object is not associated with the new primary snapshot and not added to a change list of changed objects to include in a secondary backup of the new primary snapshot. If the object is not present, then the created object is associated with the new primary snapshot, added to the change list, and included in the secondary backup of the new primary snapshot.
- an event in the storage log may indicate that an object was deleted at a particular point in time that occurred after a capture time associated with a previous primary snapshot.
- a directory associated with the object included in the new primary snapshot may be traversed (e.g., a top level of the directory or the directory of a file) to verify that the object is not present in the new primary snapshot. If the object is included in the directory, then the new primary snapshot was generated before the event (e.g., the object was deleted after t 3 of FIG. 2 A or deleted after t 5 of FIG. 2 B , or deleted before t 2 of FIGS.
- the new primary snapshot was generated after the event (e.g., the object was deleted before t 3 of FIG. 2 A or t 5 of FIG. 2 B ).
- a secondary backup corresponding to the previous primary snapshot may be analyzed to determine if the object was deleted before the previous primary snapshot or after the previous primary snapshot.
- Metadata associated with the secondary backup corresponding to the previous primary snapshot may indicate whether the deleted object is present. For example, an index may list the file name associated with the deleted file or a directory name associated with the deleted directory. If present, then the deleted object is associated with the new primary snapshot and is added to a change list of changed objects. If the object is not present, then the deleted object is associated with the previous primary snapshot and is not added to the change list of changed objects.
- an event in the storage log may indicate that an object was modified at a particular point in time that occurred after a capture time associated with a previous primary snapshot.
- a directory associated with the object included in the new primary snapshot may be traversed (i.e., a top level of the directory or the directory of a file) to verify that the object is present in the new primary snapshot. If the object is included in the directory, then the metadata of the object may be inspected to determine a modification timestamp. In some instances, it may not be clear if the modification occurred before or after the second primary snapshot 204 . For example, the object may have been modified within the time range of t 1 to t 3 of FIG. 2 B .
- the metadata of the file included in a secondary backup corresponding to a previous primary snapshot may be inspected to determine a modification timestamp.
- the modification timestamp included in the new primary snapshot matches the modification timestamp included in the secondary backup corresponding to the previous primary snapshot
- the object modification is determined not to be associated with the new primary snapshot and the modified object is not included in a secondary backup of the new primary snapshot.
- the modification timestamp included in the new primary snapshot does not match the modification timestamp included in the secondary backup corresponding to the previous primary snapshot and there are no subsequent delete entries associated with the object in the storage log, then the object modification is determined to be associated with the new primary snapshot and the modified object is included in a secondary backup of the new primary snapshot.
- the amount of time and resources needed to generate the incremental backup is further reduced by selectively traversing the file directory structures for changed objects that occurred near the previous primary snapshot (e.g., within a first threshold time window) and changed objects that occurred near the new primary snapshot (e.g., within a second threshold time window).
- Directories associated with the changed objects that occurred between the first threshold time window and the second threshold time window do not need to be traversed because the clock skew between the snapshot service clock and storage log clock is unlikely to be great enough to cause a data integrity problem for these changed objects.
- the changed objects that occurred between the first threshold time window and the second threshold time window have a high confidence level (e.g., confidence level greater than a threshold confidence level) that they are to be included in a secondary backup of the new primary snapshot.
- the first threshold time window corresponds to events that occurred near the previous primary snapshot.
- the first threshold time window includes a pre-marker that occurred before a capture time associated with the previous primary snapshot and a post-marker that occurred after the capture time associated with the previous primary snapshot.
- the markers provide consistency points for enabling correlation of the relevant storage log events and the primary snapshot from which data is being backed up.
- Events included in the first threshold time window correspond to events that do not have a high confidence level that indicates the event is associated with the new primary snapshot.
- Directories of changed objects included in the first threshold time window are traversed to verify that the identified changed objects are to be included in a secondary backup of the primary storage system. Identified changed objects that are verified are added to a change list of changed objects and included in the secondary backup of the new primary snapshot.
- the second threshold time window corresponds to events that occurred near the new primary snapshot.
- the second threshold time window includes a pre-marker that occurred before a capture time associated with the new primary snapshot and a post-marker that occurred after the capture time associated with the new primary snapshot.
- the markers provide consistency points for enabling correlation of the relevant storage log events and the primary snapshot from which data is being backed up.
- Events included in the second threshold time window correspond to events that do not have a high confidence level that indicates the event is associated with the new primary snapshot.
- Directories of changed objects included in the second threshold time window are traversed to verify that the identified changed objects are to be included in a secondary backup of the primary storage system. Identified changed objects that are verified are added to a change list of changed objects.
- the objects included in the change list that are associated with create or modify operations are obtained and included in the secondary backup of the new primary snapshot.
- Objects included in the change list that are associated with delete or move operations are not obtained, but an indication of the delete or move operations is stored.
- the secondary storage system may use the indication to update its own metadata that represents a state of the primary storage system at a point in time corresponding to the new primary snapshot.
- the storage log is further analyzed to identify events that occurred between the first and second threshold time windows.
- the identified events correspond to changed objects that are likely to have been captured by the new primary snapshot.
- the changed objects are aggregated in the change list.
- directories associated with changed objects corresponding to the identified events that occurred between the first and second threshold time windows do not need to be traversed because the clock skew between the snapshot service clock and storage log clock is unlikely to be great enough to cause a data integrity problem.
- an incremental backup of the primary storage system is generated.
- the secondary backup of the new primary snapshot is the incremental backup of the primary storage system and includes identified changed objects that are determined to be associated with the new primary snapshot.
- a secondary storage system is configured to send to the primary storage system a request for the identified changed objects.
- the primary storage system is configured to send or provide access to the data and/or metadata associated with the identified changed objects.
- the secondary storage system is configured to ingest and store the received data and/or metadata.
- FIG. 4 is a diagram illustrating a process for identifying changed objects to include in an incremental backup in accordance with some embodiments.
- process 400 may be implemented by a storage system, such as secondary storage system 112 .
- process 400 is implemented to perform some of step 312 of process 300 .
- an object of the primary storage system that has changed during a snapshot time window is identified.
- a snapshot time window corresponds to a time near a primary snapshot.
- the boundaries of the snapshot time window include a pre-marker that occurs before a primary snapshot, such as pre-markers occurring at times t 1 and t 4 of FIG. 2 B , and a post-marker that occurs after a primary snapshot, such as post-markers occurring at time t 3 and t 6 of FIG. 2 B .
- a changed object is identified by analyzing a storage log and determining whether a timestamp associated with the changed object occurred within the snapshot time window.
- the changed object is a created file, a deleted file, a modified file (e.g., data of the file was modified, an attribute of the file was modified), a moved file, or a combination thereof.
- the changed object is a created directory, a deleted directory, a moved directory, or a combination thereof.
- Directories associated with the identified changed objects are added to a list of directories to traverse.
- a plurality of the identified changed objects are associated with the same directory.
- the list of directories to traverse may be deduped to include a single entry that corresponds to the directory that is shared by a plurality of entries.
- the entries are deduped in-line (e.g., while the directories are being added to the list) or after the entire list of directories to traverse is completed.
- a directory associated with the identified changed object is traversed.
- a primary snapshot includes a file directory structure. The file directory structure of the primary snapshot is traversed to determine whether the identified changed object is associated with a new primary snapshot.
- the identified changed object is a directory and a top level of the directory is traversed.
- the identified changed object is a file and a directory that includes the file is traversed.
- an identified changed object is associated with the new primary snapshot in the event the change to the identified changed object occurred after a previous primary snapshot and before the new primary snapshot.
- process 400 proceeds to 408 where the identified changed object is included in a secondary backup of the new primary snapshot. In the event it is determined that the identified changed object is not associated with the new primary snapshot, process 400 proceeds to 410 where the identified changed object is excluded from the secondary backup of the new primary snapshot.
- FIG. 5 is a diagram illustrating a process for identifying changed objects to include in an incremental backup in accordance with some embodiments.
- process 500 may be implemented by a storage system, such as secondary storage system 112 .
- process 500 is implemented to perform some of step 312 of process 300 .
- a storage log is used to identify objects that have changed.
- the storage log may be used to identify objects that have changed for events that occurred between snapshot time windows, such as between post-time marker t 3 and pre-time marker t 4 of FIG. 2 B .
- Identified changed objects included between snapshot time windows have a high confidence level that indicates the identified changed objects are associated with a new secondary backup.
- the identified changed objects are added to a change list that indicates one or more changed objects that are to be included in a secondary backup.
- the invention can be implemented in numerous ways, including as a process; an apparatus; a system; a composition of matter; a computer program product embodied on a computer readable storage medium; and/or a processor, such as a processor configured to execute instructions stored on and/or provided by a memory coupled to the processor.
- these implementations, or any other form that the invention may take, may be referred to as techniques.
- the order of the steps of disclosed processes may be altered within the scope of the invention.
- a component such as a processor or a memory described as being configured to perform a task may be implemented as a general component that is temporarily configured to perform the task at a given time or a specific component that is manufactured to perform the task.
- the term ‘processor’ refers to one or more devices, circuits, and/or processing cores configured to process data, such as computer program instructions.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Quality & Reliability (AREA)
- Data Mining & Analysis (AREA)
- Databases & Information Systems (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
Claims (16)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US17/218,619 US11886298B2 (en) | 2021-03-31 | 2021-03-31 | Using a storage log to generate an incremental backup |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US17/218,619 US11886298B2 (en) | 2021-03-31 | 2021-03-31 | Using a storage log to generate an incremental backup |
Publications (2)
Publication Number | Publication Date |
---|---|
US20220318095A1 US20220318095A1 (en) | 2022-10-06 |
US11886298B2 true US11886298B2 (en) | 2024-01-30 |
Family
ID=83449785
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US17/218,619 Active 2041-10-22 US11886298B2 (en) | 2021-03-31 | 2021-03-31 | Using a storage log to generate an incremental backup |
Country Status (1)
Country | Link |
---|---|
US (1) | US11886298B2 (en) |
Families Citing this family (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US11606111B2 (en) | 2021-05-26 | 2023-03-14 | Getac Technology Corporation | Adaptive power and communication routing for body-worn devices |
US11808823B2 (en) | 2021-06-02 | 2023-11-07 | Getac Technology Corporation | Detection of device dislocation using power and non-powered dislocation sensors |
US11696247B2 (en) * | 2021-06-22 | 2023-07-04 | Getac Technology Corporation | Clock synchronization and data redundancy for a mesh network of user devices |
US11775396B1 (en) * | 2021-08-24 | 2023-10-03 | Veritas Technologies Llc | Methods and systems for improved backup performance |
US11864271B2 (en) | 2021-09-21 | 2024-01-02 | Getac Technology Corporation | Mobile device ID tracking for automatic incident data association and correlation |
Citations (25)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5522037A (en) * | 1993-09-20 | 1996-05-28 | Fujitsu Limited | Backup control apparatus and method of data processing system |
US6434681B1 (en) | 1999-12-02 | 2002-08-13 | Emc Corporation | Snapshot copy facility for a data storage system permitting continued host read/write access |
US20040260726A1 (en) | 2003-06-19 | 2004-12-23 | Namik Hrle | DBMS backup without suspending updates and corresponding recovery using separately stored log and data files |
US20050182953A1 (en) * | 2004-02-04 | 2005-08-18 | Alacritus, Inc. | Method and system for browsing objects on a protected volume in a continuous data protection system |
US6981114B1 (en) | 2002-10-16 | 2005-12-27 | Veritas Operating Corporation | Snapshot reconstruction from an existing snapshot and one or more modification logs |
US20070266062A1 (en) * | 2006-05-05 | 2007-11-15 | Hybir Inc. | Group based complete and incremental computer file backup system, process and apparatus |
US20080168567A1 (en) | 2007-01-04 | 2008-07-10 | Timothy James Hahn | Secure audit log access for federation compliance |
US20090300080A1 (en) * | 2008-05-30 | 2009-12-03 | Symantec Corporation | Systems and methods for tracking changes to a volume |
US7925631B1 (en) | 2007-08-08 | 2011-04-12 | Network Appliance, Inc. | Method and system for reporting inconsistency of file system persistent point in time images and automatically thawing a file system |
US20120124649A1 (en) | 2009-07-17 | 2012-05-17 | Zte Corporation | Attachment method and system for Id-Loc-Split in an NGN |
US8412688B1 (en) | 2009-06-29 | 2013-04-02 | Emc Corporation | Delegated reference count base file versioning |
US20130132346A1 (en) * | 2011-11-18 | 2013-05-23 | Appassure Software, Inc. | Method of and system for merging, storing and retrieving incremental backup data |
US20140089264A1 (en) | 2012-09-24 | 2014-03-27 | Fusion-Io, Inc. | Snapshots for a non-volatile device |
US20150227575A1 (en) * | 2014-02-07 | 2015-08-13 | International Business Machines Corporation | Using a repository having a full copy of source data and point-in-time information from point-in-time copies of the source data to restore the source data at different points-in-time |
US9501487B1 (en) * | 2014-06-30 | 2016-11-22 | Emc Corporation | Change tree incremental backup |
US20160364156A1 (en) | 2015-06-15 | 2016-12-15 | International Business Machines Corporation | Self-adjusting backup operations |
US9697268B1 (en) | 2014-09-16 | 2017-07-04 | Amazon Technologies, Inc. | Bulk data distribution system |
US10102144B2 (en) | 2013-04-16 | 2018-10-16 | Sandisk Technologies Llc | Systems, methods and interfaces for data virtualization |
US20190026187A1 (en) * | 2017-07-20 | 2019-01-24 | Vmware, Inc. | Multi-virtual machine time consistent snapshots |
US10324798B1 (en) * | 2014-09-25 | 2019-06-18 | EMC IP Holding Company LLC | Restoring active areas of a logical unit |
US10621049B1 (en) * | 2018-03-12 | 2020-04-14 | Amazon Technologies, Inc. | Consistent backups based on local node clock |
US20200125531A1 (en) | 2018-10-19 | 2020-04-23 | Oracle International Corporation | Entity snapshots partitioning and combining |
US10761941B1 (en) | 2014-09-30 | 2020-09-01 | Acronis International Gmbh | Changed blocks tracking methods and systems for writable snapshots |
US10853182B1 (en) * | 2015-12-21 | 2020-12-01 | Amazon Technologies, Inc. | Scalable log-based secondary indexes for non-relational databases |
US11556501B2 (en) | 2019-03-20 | 2023-01-17 | Cohesity, Inc. | Determining differences between two versions of a file directory tree structure |
-
2021
- 2021-03-31 US US17/218,619 patent/US11886298B2/en active Active
Patent Citations (25)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5522037A (en) * | 1993-09-20 | 1996-05-28 | Fujitsu Limited | Backup control apparatus and method of data processing system |
US6434681B1 (en) | 1999-12-02 | 2002-08-13 | Emc Corporation | Snapshot copy facility for a data storage system permitting continued host read/write access |
US6981114B1 (en) | 2002-10-16 | 2005-12-27 | Veritas Operating Corporation | Snapshot reconstruction from an existing snapshot and one or more modification logs |
US20040260726A1 (en) | 2003-06-19 | 2004-12-23 | Namik Hrle | DBMS backup without suspending updates and corresponding recovery using separately stored log and data files |
US20050182953A1 (en) * | 2004-02-04 | 2005-08-18 | Alacritus, Inc. | Method and system for browsing objects on a protected volume in a continuous data protection system |
US20070266062A1 (en) * | 2006-05-05 | 2007-11-15 | Hybir Inc. | Group based complete and incremental computer file backup system, process and apparatus |
US20080168567A1 (en) | 2007-01-04 | 2008-07-10 | Timothy James Hahn | Secure audit log access for federation compliance |
US7925631B1 (en) | 2007-08-08 | 2011-04-12 | Network Appliance, Inc. | Method and system for reporting inconsistency of file system persistent point in time images and automatically thawing a file system |
US20090300080A1 (en) * | 2008-05-30 | 2009-12-03 | Symantec Corporation | Systems and methods for tracking changes to a volume |
US8412688B1 (en) | 2009-06-29 | 2013-04-02 | Emc Corporation | Delegated reference count base file versioning |
US20120124649A1 (en) | 2009-07-17 | 2012-05-17 | Zte Corporation | Attachment method and system for Id-Loc-Split in an NGN |
US20130132346A1 (en) * | 2011-11-18 | 2013-05-23 | Appassure Software, Inc. | Method of and system for merging, storing and retrieving incremental backup data |
US20140089264A1 (en) | 2012-09-24 | 2014-03-27 | Fusion-Io, Inc. | Snapshots for a non-volatile device |
US10102144B2 (en) | 2013-04-16 | 2018-10-16 | Sandisk Technologies Llc | Systems, methods and interfaces for data virtualization |
US20150227575A1 (en) * | 2014-02-07 | 2015-08-13 | International Business Machines Corporation | Using a repository having a full copy of source data and point-in-time information from point-in-time copies of the source data to restore the source data at different points-in-time |
US9501487B1 (en) * | 2014-06-30 | 2016-11-22 | Emc Corporation | Change tree incremental backup |
US9697268B1 (en) | 2014-09-16 | 2017-07-04 | Amazon Technologies, Inc. | Bulk data distribution system |
US10324798B1 (en) * | 2014-09-25 | 2019-06-18 | EMC IP Holding Company LLC | Restoring active areas of a logical unit |
US10761941B1 (en) | 2014-09-30 | 2020-09-01 | Acronis International Gmbh | Changed blocks tracking methods and systems for writable snapshots |
US20160364156A1 (en) | 2015-06-15 | 2016-12-15 | International Business Machines Corporation | Self-adjusting backup operations |
US10853182B1 (en) * | 2015-12-21 | 2020-12-01 | Amazon Technologies, Inc. | Scalable log-based secondary indexes for non-relational databases |
US20190026187A1 (en) * | 2017-07-20 | 2019-01-24 | Vmware, Inc. | Multi-virtual machine time consistent snapshots |
US10621049B1 (en) * | 2018-03-12 | 2020-04-14 | Amazon Technologies, Inc. | Consistent backups based on local node clock |
US20200125531A1 (en) | 2018-10-19 | 2020-04-23 | Oracle International Corporation | Entity snapshots partitioning and combining |
US11556501B2 (en) | 2019-03-20 | 2023-01-17 | Cohesity, Inc. | Determining differences between two versions of a file directory tree structure |
Also Published As
Publication number | Publication date |
---|---|
US20220318095A1 (en) | 2022-10-06 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US11886298B2 (en) | Using a storage log to generate an incremental backup | |
US11741048B2 (en) | Distributed write journals that support fast snapshotting for a distributed file system | |
US20240394276A1 (en) | Selective synchronization of content items in a content management system | |
US11481289B2 (en) | Method and apparatus for reading and writing committed data | |
US11272002B1 (en) | Systems and methods for replicating data | |
US10013312B2 (en) | Method and system for a safe archiving of data | |
US8606759B2 (en) | Apparatus, system and method for recovering meta data using fragmentary information | |
US10754731B1 (en) | Compliance audit logging based backup | |
US20090016190A1 (en) | Method and system for function-specific time-configurable replication of data | |
KR101674176B1 (en) | Method and apparatus for fsync system call processing using ordered mode journaling with file unit | |
US20230273897A1 (en) | Managing expiration times of archived objects | |
US11822806B2 (en) | Using a secondary storage system to implement a hierarchical storage management plan | |
US20230385157A1 (en) | Snapshot comparison with metadata compaction | |
CN113849119A (en) | Storage method, storage device, and computer-readable storage medium | |
US11954066B2 (en) | Coalescing storage log entries | |
CN107169126A (en) | A kind of log processing method and relevant device | |
US11645333B1 (en) | Garbage collection integrated with physical file verification | |
CN120596440A (en) | Directory management method, device, electronic device and storage medium | |
CN119902692A (en) | Data processing method, device and storage medium | |
HK40061780B (en) | Metadata processing method, apparatus, device and readable storage medium |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
FEPP | Fee payment procedure |
Free format text: ENTITY STATUS SET TO UNDISCOUNTED (ORIGINAL EVENT CODE: BIG.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: DOCKETED NEW CASE - READY FOR EXAMINATION |
|
AS | Assignment |
Owner name: SILICON VALLEY BANK, AS ADMINISTRATIVE AGENT, CALIFORNIA Free format text: SECURITY INTEREST;ASSIGNOR:COHESITY, INC.;REEL/FRAME:061509/0818 Effective date: 20220922 |
|
AS | Assignment |
Owner name: COHESITY, INC., CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:GAUTAM, AMANDEEP;ARUN, ANAND;GARAI, DEBASISH;AND OTHERS;SIGNING DATES FROM 20210525 TO 20221207;REEL/FRAME:062093/0730 |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: NON FINAL ACTION MAILED |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: FINAL REJECTION MAILED |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: DOCKETED NEW CASE - READY FOR EXAMINATION |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: NOTICE OF ALLOWANCE MAILED -- APPLICATION RECEIVED IN OFFICE OF PUBLICATIONS |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: PUBLICATIONS -- ISSUE FEE PAYMENT RECEIVED |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: PUBLICATIONS -- ISSUE FEE PAYMENT VERIFIED |
|
STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
AS | Assignment |
Owner name: JPMORGAN CHASE BANK. N.A., NEW YORK Free format text: SECURITY INTEREST;ASSIGNORS:VERITAS TECHNOLOGIES LLC;COHESITY, INC.;REEL/FRAME:069890/0001 Effective date: 20241209 |
|
AS | Assignment |
Owner name: COHESITY, INC., CALIFORNIA Free format text: TERMINATION AND RELEASE OF INTELLECTUAL PROPERTY SECURITY AGREEMENT;ASSIGNOR:FIRST-CITIZENS BANK & TRUST COMPANY (AS SUCCESSOR TO SILICON VALLEY BANK);REEL/FRAME:069584/0498 Effective date: 20241209 |