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
46d38fb861
commit
d74e19b13d
1 changed files with 4 additions and 4 deletions
|
@ -6,13 +6,13 @@
|
||||||
[](https://github.com/zcalusic/restic-server/blob/master/LICENSE)
|
[](https://github.com/zcalusic/restic-server/blob/master/LICENSE)
|
||||||
[](https://golang.org/)
|
[](https://golang.org/)
|
||||||
|
|
||||||
Restic Server is a sample server that implements restic's REST backend API.
|
Restic Server is a sample server that implements restic's REST backend API. It has been developed for demonstration
|
||||||
It has been developed for demonstration purpose and is not intended to be used in production.
|
purpose and is not intended to be used in production.
|
||||||
|
|
||||||
## Getting started
|
## Getting started
|
||||||
|
|
||||||
By default the server persists backup data in `/tmp/restic`.
|
By default the server persists backup data in `/tmp/restic`. Build and start the server with a custom persistence
|
||||||
Build and start the server with a custom persistence directory:
|
directory:
|
||||||
|
|
||||||
```
|
```
|
||||||
go install
|
go install
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue