A full backup copies all selected files and data every time it runs, regardless of what has changed since the last backup. This approach simplifies restoration by capturing a complete snapshot at each backup interval.
Full Backup
A full backup is pretty straightforward. If we have 10 files inside of a folder and we're modifying those throughout time, every time we take a backup we're doing a full backup. So what's happening? At 9:00 a.m., we're backing up all 10 files. At 10:00 a.m., we're backing up all 10 files. At 11:00 a.m., backing up all 10 files. So we're always backing up all the files.
If these are the files that we're looking at and some of them have been changed, what happens is that when it does a backup, it still unchecks these. So now everything is unchecked. It says, "Yes, I've done a backup on these."
When we're looking at databases that have transaction logs, what happens? It backs up both the main file and all of these transaction logs, and what it will do is roll all the transaction logs back into the main database file. So everything is rolled up into one database file.
This makes restoration easy. Let's say it is 5:00 p.m. now, and we want to do a restore from back here at 1:00 p.m. We just do one restore and it will restore all 10 files the way they were at 1:00 p.m. So restoring is pretty straightforward.
TechKnowSurge builds IT and cybersecurity professionals through hands-on, concept-first training built around real understanding — not memorization. Free interactive tools, structured programs, and 25+ years of real-world experience, all in one place.
Explore free tools and programs →