소스 검색

small corrections

Wolfgang Ortmann 9 년 전
부모
커밋
dc518cb6dd
1개의 변경된 파일5개의 추가작업 그리고 4개의 파일을 삭제
  1. 5 4
      README.md

+ 5 - 4
README.md

@@ -23,14 +23,15 @@ server to read the modules to backup.
 
 
 ##Installation
 ##Installation
 
 
-Make sure, that rsync, ssh and find is installed correctly on server and clients.
+Make sure, that rsync, ssh and find are installed correctly on server and clients.
 
 
-Make sure, that the backup user can login from server to the client host[s] without password (using public key authentication)
+Make sure, that the backup user can login from server to the client host[s] 
+without password (using public key authentication)
 
 
 clone the repository and build kind using
 clone the repository and build kind using
 ```
 ```
 - make dep
 - make dep
-- make 
+- make
 ```
 ```
 in the directory src. Copy kind to a directory on server (e.g. /usr/sbin)
 in the directory src. Copy kind to a directory on server (e.g. /usr/sbin)
 
 
@@ -55,7 +56,7 @@ copy man/kind.conf.5 to /usr/share/man/man5
 - Create a vault config file /[bank]/[vault]/kind/vault.conf, containing
 - Create a vault config file /[bank]/[vault]/kind/vault.conf, containing
 ```
 ```
     host=[client host]
     host=[client host]
-    user=[backup user]
+    user=[backup user on client]
 ```
 ```
 - Run kind (on server) first time:
 - Run kind (on server) first time:
 ```
 ```