Knowledge base
You are viewing 5 articles with the tag "backup types" and author "Lorant (Softland)"
View all articles (reset filter)Types of backup
Backing-up is a crucial process that everyone should do in order to have a fail-safe, for when the inevitable happens. The principle is to make copies of particular data in order to use those copies for restoring the information if a failure occurs (a data loss event due to deletion, corruption, theft, viruses, etc.)
What is a Mirror Backup?
Mirror backup is identical to a full backup, with the exception that the files can be compressed/encrypted only individually. Mirror backups keep only the latest file versions in the destination (no versioning). A mirror backup is most frequently used to create an exact copy of your data in the destination.
What is an Incremental Backup?
Incremental backup stores all files changed since the last FULL, DIFFERENTIAL OR INCREMENTAL backup. The advantage of an incremental backup is that it takes the least time to finish. The disadvantage is that during a restore operation, each increment is processed and this could result in a lengthy restore job.
What is a Full Backup?
The full backup type copies all selected files and folders. Full backup is time consuming (when compared to incremental and differential backup types), but it allows the fastest and easiest restore. It is the starting point of all other backup types.
Differential backup
The differential backup contains all files that have changed since the last FULL backup. The advantage of a differential backup is that it shortens restore time compared to a full backup or an incremental backup. However, if you perform the differential backup too many times, the size of the differential backup might grow to be larger than the baseline full backup.