Browse Source

Update README.md

Wolfgang Ortmann 9 years ago
parent
commit
9be0d5aa47
1 changed files with 5 additions and 5 deletions
  1. 5 5
      README.md

+ 5 - 5
README.md

@@ -42,10 +42,10 @@ copy the statically linked binary (for x86-64) from directory bin to the server.
     bank=/disk1/kind
     bank=/disk1/kind
 - Create a subdirectory of the bank as "vault" for one backup
 - Create a subdirectory of the bank as "vault" for one backup
 - Create a subdirectory kind in the vault directory
 - Create a subdirectory kind in the vault directory
-- Create a vault config file /<bank>/<vault>/kind/vault.conf, containing
-    host=<client host>
-    user=<backup user>
+- Create a vault config file /[bank]/[vault]/kind/vault.conf, containing
+    host=[client host]
+    user=[backup user]
 - Run kind (on server) first time:
 - Run kind (on server) first time:
-    kind -f <vault>
+    kind -f [vault]
 - Run kind regularly (with cron):
 - Run kind regularly (with cron):
-    kind <vault>
+    kind [vault]