mirror of
https://github.com/restic/rest-server.git
synced 2026-09-25 21:41:25 -07:00
Update README.md
This commit is contained in:
@@ -7,14 +7,20 @@
|
|||||||
[](https://golang.org/)
|
[](https://golang.org/)
|
||||||
|
|
||||||
Rest Server is a high performance HTTP server that implements restic's [REST backend
|
Rest Server is a high performance HTTP server that implements restic's [REST backend
|
||||||
API](https://github.com/restic/restic/blob/master/doc/REST_backend.md). It provides secure and efficient way to backup
|
API](https://github.com/restic/restic/blob/master/doc/rest_backend.rst). It provides secure and efficient way to backup
|
||||||
data remotely, using [restic](https://github.com/restic/restic) backup client.
|
data remotely, using [restic](https://github.com/restic/restic) backup client.
|
||||||
|
|
||||||
## Installation
|
## Requirements
|
||||||
|
|
||||||
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.
|
with gccgo may work, but is not supported.
|
||||||
|
|
||||||
|
The minimum supported version of restic backup client is [v0.6.0](https://github.com/restic/restic/releases/tag/v0.6.0),
|
||||||
|
due to some [changes](https://github.com/restic/restic/commit/1a538509d0232f1a532266e07da509875fe9e0d6) in the REST
|
||||||
|
backend API.
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
Run ```go run build.go```, afterwards you'll find the binary in the current directory. You can move it anywhere you
|
Run ```go run build.go```, afterwards you'll find the binary in the current directory. You can move it anywhere you
|
||||||
want. There's also an [example systemd service
|
want. There's also an [example systemd service
|
||||||
file](https://github.com/restic/rest-server/blob/master/etc/rest-server.service) included, so you can get it up &
|
file](https://github.com/restic/rest-server/blob/master/etc/rest-server.service) included, so you can get it up &
|
||||||
|
|||||||
Reference in New Issue
Block a user