mirror of
https://github.com/restic/rest-server.git
synced 2025-10-19 15:43:21 +00:00
Update README.md
This commit is contained in:
parent
87ebe10300
commit
ff5fbf34e1
1 changed files with 7 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue