Implement Backup and Recovery Flashcards

lesson 19B (27 cards)

1
Q
A

Configuring File History backup options via Windows Settings.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q
A

Using File History to restore to an alternate location.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Backup is essential for

A

protecting data and system settings, but its effectiveness depends on thorough planning, regular testing, and adaptability to unexpected disaster scenarios.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Backup operations involve

A

storing copies of critical data to prevent loss due to corruption or hardware failure, ensuring efficient recovery when needed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Home users and small workgroups without a central file server

A

rely on personal backups:

  • Windows’ built-in tools
  • external hard drives
  • cloud storage
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Windows provides user data backup through

A

File History feature:
* accessible via Settings > Update & Security > Backup.
* designate a local drive or network folder
* select specific files and folders for inclusion or exclusion
* schedule automated backup tasks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

In Windows, users can restore lost or modified files using

A

the Previous Versions tab in an object’s Properties dialog or the File History applet for multiple file recovery.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Backup and Restore Center in Windows offers

A

an alternative backup solution, allowing users to manage data backups and create full system image backups for comprehensive recovery.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Backup methods for file and database servers

A

must be strategically planned to balance storage limitations with effective data protection, ensuring that backup jobs capture essential recovery points while minimizing unnecessary data redundancy.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Backup frequency

A

determines how often data is saved, balancing the ability to recover lost work with operational efficiency—daily backups may suffice for easily reconstructed tasks, while critical edits require more frequent snapshots.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Retention

A

determines how long backup data is stored, balancing short-term needs like version control and malware recovery with long-term legal, policy, and industry compliance requirements.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Backup chains

A

help balance frequency, retention, storage capacity, and job completion time by using different backup types: full only, full with incremental, and full with differential.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

full-only backup

A

captures all data from the source, creating a file equal in size to the original, though compression can reduce its footprint; it requires significant storage and time but simplifies recovery since only a single file is needed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

full with incremental

A

backup starts with a full backup, followed by incremental jobs that capture only new or modified files since the last backup, minimizing time and storage use but increasing recovery complexity due to multiple dependencies across different media.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

synthetic backup

A

reduces data transfer requirements by creating a full backup from previously stored backup jobs rather than directly from the original data, optimizing efficiency while maintaining recovery integrity.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

GFS

backup rotation scheme

A

enables media reuse after the retention period expires, with the grandfather-father-son (GFS) method being the most common, categorizing tapes into generations where
* son tapes store recent data (short retention)
* grandfather tapes keep older backups (long retention).

17
Q

GFS

weekly full backup

A

is conducted each Friday night using Father tapes, requiring five tapes to account for months with five Fridays, ensuring consistent data retention.

18
Q

GFS

Incremental backups

A

are performed daily on Son tapes, with backup frequency set based on operational needs (e.g., every 15 minutes or hourly), and the five tapes are reused each week in a predefined sequence.

19
Q

GFS

monthly full backup

A

is conducted on the last working day using Grandfather tapes, requiring twelve tapes to ensure long-term data retention.

20
Q

GFS

Father tapes

A

are reused each month in the same sequence, ensuring continuity, while at the end of the year, the first Grandfather tape is overwritten to maintain the rotation cycle.

21
Q

GFS

longer version-control window

A

can be achieved by using bi-weekly Son tape rotation, doubling the number of tapes, while Father tapes can employ synthetic backups for efficient storage management.

22
Q

On-site storage

A

keeps production systems and backup media together, increasing disaster risks, while off-site storage—enabled by GFS rotation or cloud solutions—enhances data safety and recovery reliability.

23
Q

Online backups

A

offer immediate access for backup and recovery without manual intervention, while offline backups require manual connection but provide better security against threats like crypto-ransomware, which can encrypt connected storage.
A media rotation scheme, such as GFS, ensures at least one backup copy remains offline to prevent data loss from malware.

24
Q

3-2-1 backup rule

A

It ensures resilience by maintaining:
* three copies of data (including the original), stored on
* two different media types, with
* one copy kept offline and off-site, minimizing the risk of total data loss in various disaster scenarios.

25
**Regular backup testing**
* ensures reliability by verifying restoration, * data integrity, and completeness * prevent media failures or misconfigurations.
26
hard drive image backup
It's a snapshot of your drive at a specific point in time and allows for a full system recovery in case of a disaster or hardware failure.
27
File Explorer vs. File History
File Explorer is the file management application for navigating and accessing files and folders, while File History is a backup feature that automatically saves copies of your files to an external drive or network location, allowing you to restore older versions.