Redundancy for Data
Video Activity
Join over 3 million cybersecurity professionals advancing their career
Sign up with
Required fields are marked with an *
or
Already have an account? Sign In »

Time
35 hours 25 minutes
Difficulty
Advanced
Video Transcription
00:00
>> Now a few sections ago we talked about RAID,
00:00
Redundant Array of Independent Disks or Devices.
00:00
We said that varies.
00:00
But the idea behind RAID
00:00
is it protects us against a hardware failure.
00:00
It doesn't provide data redundancy that we need
00:00
because if malware were
00:00
to infect OneDrive in a RAID array,
00:00
it would affect them all.
00:00
We have to make sure that we have data backups,
00:00
which really is our primary means
00:00
for having redundancy of data.
00:00
We'll look at in this section the redundancy,
00:00
and then we'll talk about
00:00
>> the different types of backups.
00:00
>> We can have full, incremental,
00:00
differential, and we'll also talk about copies also.
00:00
Like I said, your data,
00:00
that's one of our primary resources
00:00
and we want to be able to restore our data in
00:00
the event of a failure like a hard drive
00:00
certainly in the event of a disaster like a hurricane,
00:00
fire, flood, and
00:00
then we also consider things like malware,
00:00
or corruption, or any of the numerous ways
00:00
that our data can lose its integrity.
00:00
When we talk about backups,
00:00
there are different types we
00:00
can run and what I'm talking about
00:00
here is primarily in the realm of Windows.
00:00
But let's talk a little bit about how backups happen.
00:00
You have built-in applications for
00:00
Windows systems or you can buy
00:00
>> third-party applications.
00:00
>> But the way in Windows systems
00:00
it's determined whether or not a file needs
00:00
to be backed up is it has a bit called the archive bit.
00:00
That archive bit, you can think of it
00:00
just as a flag that says, "Hey.
00:00
I've changed back me up."
00:00
When you run your system backup,
00:00
anything with the flag sense is going to get back down.
00:00
When I do my full backup once a week,
00:00
everything with that archive bit gets back down.
00:00
The backup backs up everything and
00:00
then it clears the archive bit.
00:00
Essentially, that's the way of
00:00
saying everything is taken care of,
00:00
backed it all up.
00:00
Now, the thing about
00:00
a full backup though is it can
00:00
take a lot of time to do a full backup.
00:00
It can take a lot of media.
00:00
You need a lot of storage space,
00:00
and you generally don't want to be
00:00
backing up data while users are working on the drives.
00:00
There are ways around that, that's not critical.
00:00
But as a general rule,
00:00
we are not going to do 15 hours with backup a night.
00:00
As matter of fact,
00:00
you could have it take
00:00
30 hours to back up one day worth of data.
00:00
It takes longer than that.
00:00
We want to use our full backups,
00:00
but we have to combine them usually
00:00
with incremental or differentials.
00:00
Now, incrementals backup everything that's
00:00
changed since the last backup of any kind.
00:00
Differential backups,
00:00
backup everything that's changed since
00:00
the last full backup.
00:00
For instance, let's say I do full on Sunday.
00:00
Files change on Monday.
00:00
Monday's incremental backs up which's changed?
00:00
Clears the archives bit,
00:00
so everything is been backed up.
00:00
But Tuesday morning files get change and
00:00
the new archive bits pop-up will
00:00
choose this incremental backs
00:00
up everything that's changed that day.
00:00
Clears the bit, wins this incremental,
00:00
new files change,
00:00
their archive bits popup, Wednesday.
00:00
Wednesday's incremental backup or resets all the bits.
00:00
Your incremental backups and your full backups,
00:00
reset the bits afterwards.
00:00
What that means is we're not going to
00:00
go back and pick up things
00:00
that have already been backed up,
00:00
so you get a quicker backup.
00:00
Actually, that's not the best way to say it.
00:00
Yeah, that's probably good.
00:00
I'll get a quicker backup.
00:00
The thing though about an incremental backup
00:00
is because it only backs up each day's files.
00:00
When you need to restore,
00:00
you have to go back to the full,
00:00
then you have to restore Monday state,
00:00
Tuesday state, Wednesday state to
00:00
get back to the point where
00:00
you have everything that could have been lost.
00:00
That incremental backup backs up what's changed
00:00
since the last backup of
00:00
any kind whether it's full or incremental.
00:00
Now the differential backup
00:00
is different than the other two,
00:00
it does not clear the archives bit.
00:00
Monday's differential backs up
00:00
what changed in Sunday's full.
00:00
Tuesday's differential backs up
00:00
what's changed since Sunday's full.
00:00
Wednesday's differential backs up
00:00
what's changed since Sunday's full backup.
00:00
When I have to do a restore on Thursday,
00:00
I get a quicker restore.
00:00
All I have to do is restore Sunday's
00:00
full and the most recent differential,
00:00
and I'm back to full operations.
00:00
The incrementals a little quicker to
00:00
backup but it's slower to restore,
00:00
and differential is just the opposite.
00:00
It all has to do with that archive bit.
00:00
If the archive bit is set,
00:00
then the files are going to get backed
00:00
up and it depends on
00:00
what type of backup is going to
00:00
happen as to whether or not the bit reset.
00:00
I will mention there are a couple of ways
00:00
they could allude to that on the exam.
00:00
If the archive bit is set to one,
00:00
that's an indication that the file
00:00
>> needs to be backed up.
00:00
>> They might say, which form
00:00
of backup resets the bit to zero.
00:00
Anyone that resets the bit,
00:00
that's saying, "No, this doesn't need to be backed up."
00:00
So both full and incremental reset the bit to zero.
00:00
Or you could hear them describe differential is saying,
00:00
"Sets the bit to one or doesn't change
00:00
>> the bit from one."
00:00
>> Basically, resets the bit
00:00
full and incremental, doesn't reset differential.
00:00
One additional thing to consider here.
00:00
Let's say that it's four o'clock in the afternoon and
00:00
I'm getting ready to install
00:00
an update maybe and I decide,
00:00
hey, I better do a quick backup
00:00
before I do this update just in case there's a problem.
00:00
Well, I want to back up the full system,
00:00
but if I do
00:00
a full backup that will reset the archive bit.
00:00
What that means when I do
00:00
my nightly backup at midnight or whenever it is,
00:00
it's not going to have the complete day's data.
00:00
It's only going to have what's changed
00:00
since four o'clock when I did that backup.
00:00
In order to make sure
00:00
my nightly backup contains
00:00
>> the full day's worth of data.
00:00
>> I'll do a copy.
00:00
Anytime I do a backup on the fly
00:00
>> and unscheduled backup,
00:00
>> it should be a copy.
00:00
With the copy, it doesn't look for or
00:00
reset the archive bit but
00:00
I could use it to back up the entire system.
00:00
Anytime you do a backup on the fly,
00:00
a copy backup is the best way to go about it.
00:00
Now, don't forget, you need more than
00:00
just the type of backup
00:00
to be determined in your strategy.
00:00
We've got to figure out, first of all,
00:00
what needs to be backed up.
00:00
I know that sounds very basic,
00:00
but yeah, that's our first step.
00:00
What's are we going to backup?
00:00
Then we want to make sure that we
00:00
have a rotation scheme for
00:00
our media so that we're not recording
00:00
today's backup over yesterday's tapes.
00:00
There are a couple of different media
00:00
rotations you can look them up.
00:00
I don't think they're testable,
00:00
but there's one called the Grandfather-Father-Son,
00:00
which basically just means long-term,
00:00
mid-term, and short-term backups.
00:00
Then the Tower of Hanoi media rotation scheme
00:00
requires seven backup tapes.
00:00
I don't know Finney if you've played
00:00
the Tower of Hanoi, the game.
00:00
But they swear to me if you'd played the
00:00
>> Tower of Hanoi,
00:00
>> the backup strategy would make sense.
00:00
But if you haven't,
00:00
it seems a little bit strange because you have
00:00
seven individual backups and
00:00
you use those tapes rotating on a basis.
00:00
Again, they promised me it makes sense.
00:00
I'm not 100 percent convinced of that.
00:00
I've always been more fan
00:00
at the Grandfather-Father-Son method.
00:00
We got to figure out the media rotation.
00:00
I've got to figure out how often we
00:00
need to backup and how often I need to
00:00
backup is going to be a direct result
00:00
of what my recovery point objectives are.
00:00
How much data am I willing to lose?
00:00
You have to take all of
00:00
these considerations in when
00:00
we're determining our backup strategy,
00:00
specifically in relation to timing.
00:00
We've got a backup our data so that
00:00
we get that additional redundancy.
00:00
But we also have to remember that
00:00
>> the different types of
00:00
>> backups will impact what
00:00
we're able to restore and how quickly
Up Next
Instructed By
Similar Content