{"id":5713,"date":"2020-10-09T14:26:53","date_gmt":"2020-10-09T12:26:53","guid":{"rendered":"https:\/\/tekmart.co.za\/t-blog\/?p=5713"},"modified":"2020-10-09T14:26:55","modified_gmt":"2020-10-09T12:26:55","slug":"incremental-backup-a-tech-definition","status":"publish","type":"post","link":"https:\/\/tekmart.co.za\/t-blog\/incremental-backup-a-tech-definition\/","title":{"rendered":"Incremental Backup-a tech definition"},"content":{"rendered":"<span class=\"span-reading-time rt-reading-time\" style=\"display: block;\"><span class=\"rt-label rt-prefix\">Reading Time-approximately:<\/span> <span class=\"rt-time\"> 6<\/span> <span class=\"rt-label rt-postfix\">minutes<\/span><\/span>\n<h2 class=\"wp-block-heading\"><strong>An incremental backup is a\u00a0backup type\u00a0that only copies data that has been changed or created since the previous backup activity was conducted. An incremental backup approach is used when the amount of data that has to be protected is too voluminous to do a full backup of that data every day.<\/strong><\/h2>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/cdn.ttgtmedia.com\/rms\/onlineImages\/rouse_margaret.jpg\" alt=\"\"\/><\/figure>\n\n\n\n<p>Posted by:\u00a0<a href=\"https:\/\/www.techtarget.com\/contributor\/Margaret-Rouse\">Margaret Rouse<\/a><\/p>\n\n\n\n<p><a href=\"https:\/\/whatis.techtarget.com\/\">WhatIs.com<\/a><\/p>\n\n\n\n<p>Contributor(s): Rich Castagna and Brien Posey<\/p>\n\n\n\n<p>By only backing up changed data, incremental backups save restore time and disk space. Incremental is a common method for\u00a0cloud backup\u00a0as it tends to use fewer resources.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>How incremental backups work<\/strong><\/h3>\n\n\n\n<p>An incremental backup scenario requires one\u00a0full backup\u00a0and then subsequent incrementals over a period of time. For example, if a full backup was performed on Monday, Tuesday&#8217;s incremental will take a snapshot and back up all new or changed files since Monday&#8217;s backup. However, Wednesday&#8217;s incremental will only back up files that have changed since Tuesday&#8217;s incremental backup and so on until another full backup is performed.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>There are many intricate parts to even the simplest cloud backup strategies that IT staff should be aware of to fully reap all of the benefits. This 30-page guide will help get you started with cloud backup by identifying key pros vs. cons of cloud backup, types of backup, vendors in the space, and more.<\/p><\/blockquote>\n\n\n\n<p>Because the initial full backup may take some time to complete, companies will often execute the full backup over a weekend when the data is less likely to be needed by the business.<\/p>\n\n\n\n<p>To be able to restore up-to-date data or a full copy of the data, each of the incremental backups that were performed since the last full backup, must be applied to that initial full backup. It may take some time to effectively reconstruct a new full backup to use for\u00a0disaster recovery, but ostensibly the overall restorate process would still be faster and more efficient that trying to do full backups on a daily basis.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Common types of incremental backups<\/strong><\/h3>\n\n\n\n<p>There are various types of incremental backups and different scenarios for updating data or creating new full backups of the data. Some of these variations include:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Synthetic full backup:<\/strong>\u00a0A synthetic full backup is made by reading the previous full backup and subsequent incremental backups rather than doing another full backup that would require reading and copying the data from the\u00a0primary storage. This approach helps avoid having to do traditional full backups, generally because the amount of data to be protected is so great that there would not be enough time to complete a full backup without disrupting the business. Most companies today have such large data stores that full backups are simply unmanageable. Traditionally, backup admins relied on the slice of time between the end of the workday and the following morning when the new workday begins\u2014the backup window\u2014to complete all necessary backups. Today, with so many companies running round-the-clock operations or doing business internationally, the backup window has effectively disappeared.<\/li><li><strong>File-level incremental backup<\/strong>: A file-level incremental backs up data on a simple, granular scale and works well with small datasets. When an incremental file is modified or updated, it is sent to a backup repository.<\/li><li><strong>Block-level incremental backup:<\/strong>\u00a0A block-level incremental is a common form of incremental backup in which the\u00a0backup software\u00a0backs up storage blocks that have been written rather than backing up files and folders. The written blocks will contain either new or modified data. Block-level backups are more efficient than file-level backups because only the changed blocks are backed up as opposed to the software having to back up the entire file. Block-level access is how some storage systems\u2014notably\u00a0storage area networks\u00a0(SAN)\u2014access data, so this approach may also provide faster backups.<\/li><li><strong>Byte-level incremental backup:<\/strong>\u00a0Byte-level incremental backups are even more granular than block-level incrementals. With a byte-level incremental, the file system is monitored for individual bytes that have changed and then those bytes are backed up on an incremental basis. Because it deals with such small data elements, this approach yields the smallest possible backups.<\/li><li><strong>Incremental forever backup:<\/strong>\u00a0Also known as progressive incremental backups, this variation is designed to work on disk-based backup systems. After an initial copy of the data is made, the software only backs up new and modified data. Because the backup is disk-based, there is no need to create periodic full backups as the incremental changes can easily be applied to the disk-based full copy.<\/li><li><strong>Enhanced incremental backup:<\/strong>\u00a0Some backup vendors tout a feature often referred to as \u201cenhanced incremental backup\u201d that adds another layer of oversight to help ensure that backups are up-to-date and comprehensive. The \u201cenhanced\u201d part of these incrementals indicates that, in addition to identifying and backing up new and modified files, these backup apps can also recognize other changes such as files that have been moved or renamed.<\/li><li><strong>Reverse incremental backup:<\/strong>\u00a0A reverse incremental backup methodology is similar to a synthetic full approach. In a reverse incremental scenario, the process begins with the initial full backup (as with all other forms of incremental backups). When the first incremental is created, it is applied to the initial full to produce a new full backup copy, without altering the original full backup. The next incremental is prepared by capturing the changes against the new full, and then are used to create yet another, more up-to-date full backup. In this manner, a full backup copy will always be available, without having to go through the process of applying each incremental separately. Also, this approach makes it possible to revert to an earlier full copy if needed, to deal with incidents such as virus contamination.<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Incremental vs. differential backups<\/h3>\n\n\n\n<p><a href=\"https:\/\/tekmart.co.za\/t-blog\/differential-backup-a-tech-definition\/\">Differential backups<\/a>\u00a0represent a twist on the traditional full-plus-incrementals backup scenario. As noted, a typical incremental process involves comparing the daily changes to the data to the state of the data on the previous day to create a series of backup data sets that would all have to be applied to the original full backup copy to come up with an up-to-date full backup copy. With differentials, each day\u2019s changes are compared to the original full backup and those changes are retained, so the effect is more cumulative than with incremental backups. It also means that a full backup copy should be available for data recovery with having to apply a series of changed data files to the full copy.<\/p>\n\n\n\n<p>Multi-level incremental backups are a variation of the differential backup methodology. In a multi-level incremental, backup levels are defined as a way to decrease the amount of time it takes to restore a backup. Suppose an administrator creates a full backup, defined as Level 0, on Monday. Then they create a Level 1 backup on Tuesday and a Level 2 backup on Wednesday. Under normal circumstances, if a user created and then restored an incremental backup on Thursday, it would require the backups from Monday, Tuesday and Wednesday to also be restored. <\/p>\n\n\n\n<p>As an alternative, a backup administrator might create a Level 1 incremental backup on Thursday, which would include all the data created or modified since the last Level 1 backup was made (in this case on Tuesday). Consequently, a full restoration would require restoring the backups from Monday, Tuesday and Thursday rather than restoring the backups from Monday, Tuesday, Wednesday and Thursday.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/cdn.ttgtmedia.com\/rms\/onlineimages\/whatis-pillar_full_incremental_differential_backup.png\" alt=\"\"\/><figcaption><strong>How full, incremental and differential backups compare to each other.<\/strong><\/figcaption><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Incremental vs. continuous data protection (CDP)<\/strong><\/h3>\n\n\n\n<p><strong>Continuous data protection\u00a0(CDP)<\/strong> is a backup method that is related to incremental backups\u2014particularly the incremental forever approach\u2014in that only new and modified data needs to be captured and saved. The major difference between incrementals and CDP, however, is the time period between those data backup activities.<\/p>\n\n\n\n<p>CDP captures data changes as they occur\u2014or at very short intervals, such as every 10 minutes\u2014as opposed to incremental backup activities which tend to occur every 24 hours. The changes that CDP grabs and saves are usually applied quickly to the full data backup copy, so an up-to-date full backup is available almost instantly.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Advantages and disadvantages of incremental backups<\/strong><\/h3>\n\n\n\n<p>The main advantage of incremental backups is that\u00a0there are\u00a0fewer\u00a0daily\u00a0backup\u00a0files, allowing for shorter backup windows and lower storage space. The principal disadvantage is that during a complete\u00a0restore, the latest full backup and all subsequent incremental backups must be restored, which can take significantly longer than restoring a full backup. Even if only a single file must be restored, the series of incrementals must be applied to ensure that the latest version of the file is being recovered.<\/p>\n\n\n\n<p>It is also imperative to check each incremental to make sure it is clean, uncorrupted and can be restored. If one incremental in a series is corrupted or otherwise unrecoverable, the process of recreating a full backup will be disrupted. This will require effectively abandoning the questionable incrementals and starting over with a new full backup. Many backup apps incorporate some level of virus or\u00a0malware\u00a0detection during the backup process which can help avoid ending up with corrupted incremental copies.<\/p>\n\n\n\n<p>And as with all data backup&nbsp;and restore&nbsp;activities, the process will need to be managed and monitored very carefully to keep track of when&nbsp;a full or incremental backup&nbsp;was&nbsp;run and where&nbsp;it&#8217;s&nbsp;stored, and which copies of the data are safely stashed at an offsite location. In most cases, the backup software that is used for the incremental backup process will provide detailed logs and other tracking information.<\/p>\n","protected":false},"excerpt":{"rendered":"<p><span class=\"span-reading-time rt-reading-time\" style=\"display: block;\"><span class=\"rt-label rt-prefix\">Reading Time-approximately:<\/span> <span class=\"rt-time\"> 6<\/span> <span class=\"rt-label rt-postfix\">minutes<\/span><\/span>An incremental backup is a\u00a0backup type\u00a0that only copies data that has been changed or created since the previous backup activity was conducted. An incremental backup approach is used when the amount of data that has to be protected is too voluminous to do a full backup of that data every day. Posted by:\u00a0Margaret Rouse WhatIs.com Contributor(s): Rich Castagna and Brien<\/p>\n<p><a class=\"more-link\" href=\"https:\/\/tekmart.co.za\/t-blog\/incremental-backup-a-tech-definition\/\">Read More<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4,30,131,3,9],"tags":[],"class_list":["post-5713","post","type-post","status-publish","format-standard","hentry","category-datacenter-news","category-expert-advise-and-opinion","category-incremental-backup","category-industry-news-and-expert-advise","category-tech-definitions"],"_links":{"self":[{"href":"https:\/\/tekmart.co.za\/t-blog\/wp-json\/wp\/v2\/posts\/5713","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tekmart.co.za\/t-blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tekmart.co.za\/t-blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tekmart.co.za\/t-blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tekmart.co.za\/t-blog\/wp-json\/wp\/v2\/comments?post=5713"}],"version-history":[{"count":1,"href":"https:\/\/tekmart.co.za\/t-blog\/wp-json\/wp\/v2\/posts\/5713\/revisions"}],"predecessor-version":[{"id":5714,"href":"https:\/\/tekmart.co.za\/t-blog\/wp-json\/wp\/v2\/posts\/5713\/revisions\/5714"}],"wp:attachment":[{"href":"https:\/\/tekmart.co.za\/t-blog\/wp-json\/wp\/v2\/media?parent=5713"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tekmart.co.za\/t-blog\/wp-json\/wp\/v2\/categories?post=5713"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tekmart.co.za\/t-blog\/wp-json\/wp\/v2\/tags?post=5713"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}