Backups

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/13

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

14 Terms

1
New cards

Backups

  • backing up data to protect against data loss by creating copies that can be restored.

  • Three types

    • Full

    • Differential

    • Incremental

2
New cards

Full Backups

  • backups all files every time

  • level 0 backup

3
New cards

Differential Backups

  • backs up files that have been changed or added since the last FULL backup

  • easier to restore than incremental

  • level 1 backup

4
New cards

Incremental Backups

  • backs up files that have been changed or added since the last backup of any kind

  • most difficult to restore

  • level 2 backup

5
New cards

Custom Backups

  • enables the configuration of backups differently for each volume

6
New cards

Individual server-based backup

  • fastest for indiv servers

  • requires a separate backup drive in each server

7
New cards

Centralized Backup

  • allows multiple servers and worksatops to be backed up using a single backup server

8
New cards

Individual Drives Backups

  • commonly placed in each server and used for indiv server backups

9
New cards

Media Libraries Backup

  • containts at least one drive mechanism and multiple media units

  • library can swap media using a robotic arm

10
New cards

Magnetic Tape

  • most common type of media

  • slow r/w transfer rates

  • sequential instead of random access

11
New cards

Optical Storage

  • typically faster than magnetic tape

  • random access

  • fewer libraries available

12
New cards

Media Rotation

  • media is rotated so no single set is always in use

  • Methods:

    • Simple

    • GFS

13
New cards

Simple Media Rotation

  • weekly full backups, followed by a daily incremental

  • requires one media set for each day

14
New cards

GFS Media Rotation

  • grandfather, father, son

  • differential backups daily, followed by one full backup each week

  • previous weekly full backup is promoted to monthly backup