From 309073fe4de243348ef4bd7a394e462c9e5ad005 Mon Sep 17 00:00:00 2001 From: Ben Jones Date: Thu, 23 Jul 2020 23:26:31 +1200 Subject: [PATCH] Update available.md --- docs/md/backend/available.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/md/backend/available.md b/docs/md/backend/available.md index f911f15..1b4a1ce 100644 --- a/docs/md/backend/available.md +++ b/docs/md/backend/available.md @@ -48,4 +48,15 @@ backends: path: my-host:/remote/path/on/the/server ``` +## Rest Server + +See [here](https://github.com/restic/rest-server) for how to install a rest server backend and [here](https://restic.readthedocs.io/en/latest/030_preparing_a_new_repo.html#rest-server) for further documentation. + +```yaml +backends: + name-of-backend: + type: rest + path: http://localhost:8000/repo_name +``` + > :ToCPrevNext