From 7d3399c49ec9624c0e0370e0167c44b284f008c5 Mon Sep 17 00:00:00 2001 From: tianci li <86754294+jimcat8@users.noreply.github.com> Date: Sun, 10 Nov 2024 11:22:31 +0800 Subject: [PATCH 1/3] Remove the factors already mentioned --- docs/books/admin_guide/09-backups.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/books/admin_guide/09-backups.md b/docs/books/admin_guide/09-backups.md index ef5c421cb..292be18c3 100644 --- a/docs/books/admin_guide/09-backups.md +++ b/docs/books/admin_guide/09-backups.md @@ -65,7 +65,7 @@ Backups require a lot of discipline and rigor from the system administrator. Sys * How long will it be kept? * Is there a cost issue to consider? -In addition to these issues, system administrators should also consider factors such as cost, performance, data importance, bandwidth consumption, and maintenance complexity based on actual situations. +In addition to these issues, system administrators should also consider factors such as performance, data importance, bandwidth consumption, and maintenance complexity based on actual situations. ### Backup methods From 2e45b2f99bb84ccf6c29ad4c7b8b26e79c76a998 Mon Sep 17 00:00:00 2001 From: tianci Date: Sun, 10 Nov 2024 12:16:16 +0800 Subject: [PATCH 2/3] Replace specific words --- docs/books/admin_guide/09-backups.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/books/admin_guide/09-backups.md b/docs/books/admin_guide/09-backups.md index 292be18c3..93d1f0bc5 100644 --- a/docs/books/admin_guide/09-backups.md +++ b/docs/books/admin_guide/09-backups.md @@ -77,10 +77,10 @@ In addition to these issues, system administrators should also consider factors * **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. * **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. -### Periodicity +### Frequency of backups -* **Pre-current**: at a given time (before a system update, ...). -* **Periodic**: Daily, weekly, monthly, ... +* **aperiodic**: Backup within a specific time period before a major system update (usually in the early morning hours) +* **cycle**: Backup in units of days, weeks, months, etc !!! Tip From ff088c439df927cd59e3c85c44ffc6d3d7cb141b Mon Sep 17 00:00:00 2001 From: sspencerwire Date: Thu, 14 Nov 2024 09:11:45 -0600 Subject: [PATCH 3/3] Update 09-backups.md Changes so that it can be merged --- docs/books/admin_guide/09-backups.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/books/admin_guide/09-backups.md b/docs/books/admin_guide/09-backups.md index 93d1f0bc5..3d35e063e 100644 --- a/docs/books/admin_guide/09-backups.md +++ b/docs/books/admin_guide/09-backups.md @@ -79,7 +79,7 @@ In addition to these issues, system administrators should also consider factors ### Frequency of backups -* **aperiodic**: Backup within a specific time period before a major system update (usually in the early morning hours) +* **Periodic**: Backup within a specific time period before a major system update (usually during off-peak hours) * **cycle**: Backup in units of days, weeks, months, etc !!! Tip