mirror of
https://github.com/restic/rest-server.git
synced 2025-12-07 09:36:13 -08:00
Update README.md
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user