Skip to content

Commit 836aeed

Browse files
authored
Supplement the backup content (#2471)
* Supplement the backup content * Modify the content of the backup method
1 parent b6bc0df commit 836aeed

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

docs/books/admin_guide/09-backups.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ These operations consist of saving information in a file, on a peripheral or a s
5252

5353
### The process
5454

55-
Backups require a lot of discipline and rigor from the system administrator. It is necessary to ask the following questions:
55+
Backups require a lot of discipline and rigor from the system administrator. System administrator need to consider the following issues before performing backup operations:
5656

5757
* What is the appropriate medium?
5858
* What should be backed up?
@@ -63,13 +63,19 @@ Backups require a lot of discipline and rigor from the system administrator. It
6363
* Automatic or manual?
6464
* Where to store it?
6565
* How long will it be kept?
66+
* Is there a cost issue to consider?
67+
68+
In addition to the above mentioned issues, system administrator should also consider the economic cost, performance, data importance, bandwidth usage and other factors according to the actual use scenario.
6669

6770
### Backup methods
6871

69-
* **Complete**: one or more **filesystems** are backed up (kernel, data, utilities, ...).
70-
* **Partial**: one or more **files** are backed up (configurations, directories, ...).
71-
* **Differential**: only files modified since the last **complete** backup are backed up.
72-
* **Incremental**: only files modified since the last backup are backed up.
72+
* **Full backup**: refers to a one-time copy of all files, folders or data in the hard disk or database.
73+
* **Incremental backup**: refers to the backup of the data updated after the last Full backup or Incremental backup.
74+
* **Differential backup**: Refers to the backup of the changed files after the Full backup.
75+
* **Selective backup (Partial backup)**: Refers to backing up a part of the system.
76+
* **Cold backup**: refers to the backup when the system is in shutdown or maintenance state. The backed up data is exactly the same as the data in the system during this period.
77+
* **Hot backup**: Refers to the backup when the system is in normal operation. As the data in the system is updated at any time, the backed-up data has a certain lag relative to the real data of the system.
78+
* **Remote backup**: refers to backing up data in another geographic location to avoid data loss and service interruption caused by fire, natural disasters, theft, etc.
7379

7480
### Periodicity
7581

0 commit comments

Comments
 (0)