소스 검색

Add notification in docs re backup command

Barak Michener 11 년 전
부모
커밋
9f84be81a2
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      Documentation/2.0/admin_guide.md

+ 2 - 0
Documentation/2.0/admin_guide.md

@@ -116,6 +116,8 @@ To recover from such scenarios, etcd provides functionality to backup and restor
 
 
 #### Backing up the datastore
 #### Backing up the datastore
 
 
+**NB:** Windows users must stop etcd before running the backup command.
+
 The first step of the recovery is to backup the data directory on a functioning etcd node. To do this, use the `etcdctl backup` command, passing in the original data directory used by etcd. For example:
 The first step of the recovery is to backup the data directory on a functioning etcd node. To do this, use the `etcdctl backup` command, passing in the original data directory used by etcd. For example:
 
 
 ```sh
 ```sh