Skip to content

Commit 518506b

Browse files
DeepAnchorjameswpm
authored andcommitted
Fix translation of summary for 12.4.md
1 parent a144607 commit 518506b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

en/12.4.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -178,13 +178,13 @@ Redis is one of the most popular NoSQL databases, and both hot and cold backup t
178178

179179
## Redis recovery
180180

181-
Similarly, Redis recovery can be divided into hot and cold backup recovery. The methods and objectives of recovering data from a hot backup of a Redis database are the same as those mentioned above for MySQL, as long as the Redis application is using the appropriate database connection.
181+
Similarly, Redis recovery can be divided into hot and cold backup recovery. The methods and objectives of recovering data from a hot backup of a Redis database are the same as those mentioned above for MySQL, as long as the Redis application is using the appropriate database connection.
182182

183183
A Redis cold backup recovery simply involves copying backed-up database files into the working directory, then starting Redis on it. The database files are automatically loaded into memory at boot time; the speed with which Redis boots will depend on the size of the database files.
184184

185185
## Summary
186186

187-
This section describes the application of part of our backup and recovery, that is, how to do disaster recovery, including file backup, database backup. Also introduced different systems using rsync file synchronization, MySQL database and Redis database backup and recovery, hope that through the introduction of this section, you can give as a developer of products for online disaster recovery program provides a reference solution.
187+
In this section, we looked at some techniques for backing up data as well as recovering from disasters, after deploying our applications. We also introduced rsync, a tool which can be used to synchronize files on different systems. Using rsync, we can easily perform backup and restoration procedures for both MySQL and Redis databases, among others. We hope that by being introduced to some of these concepts, you will be able to develop disaster recovery procedures to better protect the data in your web applications.
188188

189189
## Links
190190

0 commit comments

Comments
 (0)