// Define dataLayer and the gtag function. window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} // Set default consent to 'denied' as a placeholder // Determine actual values based on your own requirements gtag('consent', 'default', { 'ad_storage': 'denied', 'ad_user_data': 'denied', 'ad_personalization': 'denied', 'analytics_storage': 'grated' });
Types of data backup are principal for selecting a right backup strategy. When you determine what to back up and what backup media storage fits the best, then you need to decide how to process the files. The main things to consider here is how many types of data backup you have at hand.
Any file backup software provides at least one method of saving data, full backup, for copying a complete dataset to a last bit. However, other data backup types also exist, often for saving time and space for regular backup. These backup types are:
The full backup is a base for any differential backup or incremental backups, as well as for mixed backup. Let us demonstrate all different types of data backup techniques.
In the next table, we summarize all different types of data backup and recovery by key features. Note than these are only the three basic types of data backup strategies, as mixed incremental and mixed differential backup mostly inherit all features of corresponding non-mixed (continuous) methods.
Full | Incremental | Differential | |
Storage Consumption | Max | Significantly lower | Min |
Data Integrity | Max | Min | Average |
Time Consumption | Max | Significantly lower | Min |
Recovering Time | Average | Max | Min |
Database Friendly | Yes | No | Yes |
Preferred Frequency | Moderate | Up to max | Significantly higher |
Let us explain these features for types of data backup.
The last parameter is very sensitive for increment-based types of data backup methods, as incremental backup consumes too much of system resources and provides no file attributes for incremental backups. Therefore, we recommend always selecting other types of database backup than incremental.
Full backup assumes that each time you execute the task, the entire set of data is copied to the chosen place. Full backup takes much space, time and PC resources, and often makes many redundant data copies, as most data in the dataset bear no changes between backups.
Note: For some types of data, e.g. when you create a complete disk image backup, full backup is the only effective option.
Incremental backup processes only files that appeared or changed since the previous incremental backup. After a first full backup, any next backup will be incremental, saving only a difference between current dataset and a previous incremental copy.
Example: If you initiated a task to backup My Documents folder and conducted an incremental backup right after completing a full backup, the task wouldn't copy any files. However, if you modify some files and then run an incremental backup, the task will copy only these modified files in your dataset.
Differential backup is very much like incremental backup but utilizes different types of data backup strategies. After a first full backup, any next backup will be incremental, saving only a difference between current dataset and a previous incremental copy.
Example: Make a database backup task with differential backup. Let us assume that there are 100 tables in a database, and one table will change per minute. After 10 minutes of task execution we will have a full copy of an entire database and a differential copy containing only those 10 tables that was changed.
This approach is a combination of the two different types of backup: full and partial backup (either incremental or differential). It also resembles a versioned backup technique. By this method, a full backup takes place, followed by some fixed quantity of partial backups.
Note: For these types of backup in data warehouse, a chain length can be either a count for partial backups, or a time interval to repeat an entire cycle from starting point. After finishing a cycle by reaching a preset endpoint, a new cycle will start. To use a procedure of mixed backup, you must work in an Advanced Task Wizard mode.
It is a combination of full backup and a couple of subsequent incremental backups, which will continue until finishing a preset length of a mixed backup chain. After a first full backup, any next backup will be incremental, saving only a difference between current dataset and a previous incremental copy.
Where to use: The mixed incremental type of backup will be efficient for such tasks as backing up projects, user folders. Windows libraries and shared resources, where frequent changes neighbor with an occasional need to restore a particular previous data version.
It is a sequence of full backup and a multiple subsequent differential backups. It will continue until reaching a preset length of a mixed backup chain. After a first full backup, any next backup will be differential, saving only a difference between current dataset and a previous full copy.
Where to use: The mixed differential type of backup can work especially effective to the databases and dynamic website content, where stability and regularity are most important attributes of perfect backup. It is also an efficient part of different strategies such as Grandfather-Father-Son backup.
In many cases when the size of stored backup files has matter, it seems reasonable to enable automatic compression for saving both space in storage and data transferring time (may be important if you back up online, or back up to FTP locations).
Note: You may compress your files as a whole, or zip each file separately. The first method often saves more space, as the second is less time-consuming and significantly faster.
After choosing a backup type, it is important to choose how often the task will be performed, and specify a backup schedule.
Handy Backup supports and manages all types of data backup described in this article, as well as many other great features and options, providing a total automation of your backup strategy for any data existed!