From 9d0ff790e6360b347fcf5d447912c3cc713c5ac9 Mon Sep 17 00:00:00 2001 From: Wayne Scott Date: Sun, 10 Sep 2017 09:36:36 -0400 Subject: [PATCH] Add a hint of how to make restic use this server. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16d2d43..dc27d7c 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ 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 -data remotely, using [restic](https://github.com/restic/restic) backup client. +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). ## Requirements