From ff5fbf34e171d418e17259752ed7a4b41fd3ae97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatko=20=C4=8Calu=C5=A1i=C4=87?= Date: Wed, 4 Jan 2017 00:21:02 +0100 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 021cc3c..6f7642d 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ data remotely, using [restic](https://github.com/restic/restic) backup client. ## Installation -Rest server requires Go 1.7 or higher to build. The only tested compiler is the official Go compiler. Building server +Rest Server requires Go 1.7 or higher to build. The only tested compiler is the official Go compiler. Building server with gccgo may work, but is not supported. Run ```go run build.go```, afterwards you'll find the binary in the current directory. You can move it anywhere you @@ -67,6 +67,12 @@ keys with the following commands: % openssl req -new -x509 -key private_key -out public_key -days 365 ``` +Rest Server uses exactly the same directory structure as local backend, so you should be able to access it both locally +and via HTTP, even simultaneously. + +To learn how to use restic backup client with REST backend, please consult [restic +manual](https://github.com/restic/restic/blob/master/doc/Manual.md#create-a-rest-server-repository). + ## Contributors Contributors are welcome, just open a new issue / pull request.