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:
@@ -7,8 +7,9 @@
|
|||||||
[](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.rst). It provides secure and efficient way to backup
|
API](http://restic.readthedocs.io/en/latest/100_references.html#rest-backend). It provides secure and efficient way to
|
||||||
data remotely, using [restic](https://github.com/restic/restic) backup client via the [rest: URL](https://restic.readthedocs.io/en/latest/manual.html#rest-server).
|
backup data remotely, using [restic](https://github.com/restic/restic) backup client via the [rest:
|
||||||
|
URL](http://restic.readthedocs.io/en/latest/030_preparing_a_new_repo.html#rest-server).
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
@@ -96,7 +97,7 @@ Rest Server uses exactly the same directory structure as local backend, so you s
|
|||||||
and via HTTP, even simultaneously.
|
and via HTTP, even simultaneously.
|
||||||
|
|
||||||
To learn how to use restic backup client with REST backend, please consult [restic
|
To learn how to use restic backup client with REST backend, please consult [restic
|
||||||
manual](https://restic.readthedocs.io/en/latest/manual.html#rest-server).
|
manual](http://restic.readthedocs.io/en/latest/030_preparing_a_new_repo.html#rest-server).
|
||||||
|
|
||||||
### Using Docker image
|
### Using Docker image
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user