From 31f1c2182fdbf6503f209c702bbcd02c09ae517a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?yJan=20Christian=20Gr=C3=BCnhage?= Date: Tue, 25 Apr 2017 19:59:28 +0200 Subject: [PATCH] Changed URL of go tool --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8088df2..3246697 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ It takes in requires config file in json format, that is used to generate the au ### Volumes This container has three volumes: - - ```/backup/config```, which should contain a file called ```hosts.json```, that contains the hosts allowed to connect to this server. For an example, look at the repo of the generation go script at https://git.jcg.re/jcgruenhage/borg-gen-auth-keys. Please note, that the folder variable in the beginning must be set to the next volume: + - ```/backup/config```, which should contain a file called ```hosts.json```, that contains the hosts allowed to connect to this server. For an example, look at the repo of the generation go script at https://git.jcg.re/jcgruenhage/borgocli. Please note, that the folder variable in the beginning must be set to the next volume: - ```/backup/storage```, where the actual backups will be located in. - ```/backup/keys```, where the host keys of the ssh daemon will be stored, so that replacing the container won't make it untrusted, because of changing keys.