5. Backup and Restoration Procedures Flashcards
(3 cards)
1
Q
What is a Full backup?
A
- A full backup is a copy of every file in a file system
- It serves as a baseline for subsequent backups
- In Incremental backup terminology, a full backup is considered level 0.
2
Q
What is a Incremental backup?
A
- An incremental backup is a copy of only those files which have changed since the last backup was taken
- (0,1,2,3) Concept of levels
- At each increment, you backup everything that has change since the most recent lower-level backup (level n-1)
3
Q
What are relevant commands for backups?
A
tar, dd and rsync (specifically for incremental backups)