Skip to content

Commit

Permalink
Complete update
Browse files Browse the repository at this point in the history
  • Loading branch information
jimcat8 committed Nov 17, 2024
1 parent 51a9a1e commit b2e2991
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/books/admin_guide/09-backups.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,11 @@ In some relational database management systems, the corresponding operations of
* **Full recover**: Data recovery based on Full backup or "Full backup + Incremental backup" or "Full backup + Differential backup".
* **Selective recover**: Data recovery based on Selective backup (Partial backup).

It is possible to recover a whole backup or only a part of it. However, when restoring a directory, the files created after the backup are not deleted.
It is not recommended to directly delete directories or files in the currently active operating system before performing a recovery operation (unless you know what will happen after deletion). If you don't know what will happen, you can perform a 'snapshot' operation on the current operating system.

!!! Tip

For security reasons, it is recommended that you store the restored directory or file in the /tmp directory before performing the recovery operation to avoid situations where old files (old directory) overwrite new files (new directory). It is not recommended to directly delete directories or files in the currently active operating system before performing a recovery operation.
For security reasons, it is recommended that you store the restored directory or file in the /tmp directory before performing the recovery operation to avoid situations where old files (old directory) overwrite new files (new directory).

### The tools and related technologies

Expand Down

0 comments on commit b2e2991

Please sign in to comment.