Skip to content

Commit 49dba21

Browse files
committed
[zh] polish etcd backup doc
Signed-off-by: Peter Pan <[email protected]>
1 parent f541eb9 commit 49dba21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/zh-cn/docs/tasks/administer-cluster/configure-upgrade-etcd.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -487,8 +487,8 @@ that is not currently used by an etcd process. Creating the snapshot will
487487
not affect the performance of the member.
488488
-->
489489
etcd 支持内置快照。快照可以从使用 `etcdctl snapshot save` 命令的活动成员中创建,
490-
也可以通过从 etcd [数据目录](https://etcd.io/docs/current/op-guide/configuration/#--data-dir)
491-
复制 `member/snap/db` 文件,该 etcd 数据目录目前没有被 etcd 进程使用。创建快照不会影响成员的性能
490+
也可以通过从目前没有被 etcd 进程使用的 etcd [数据目录](https://etcd.io/docs/current/op-guide/configuration/#--data-dir)
491+
中拷贝 `member/snap/db` 文件。创建快照并不会影响 etcd 成员的性能
492492

493493
<!--
494494
Below is an example for creating a snapshot of the keyspace served by

0 commit comments

Comments
 (0)