mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2025-09-01 16:20:40 +00:00
Update available.md
This commit is contained in:
@@ -48,4 +48,15 @@ backends:
|
|||||||
path: my-host:/remote/path/on/the/server
|
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
|
> :ToCPrevNext
|
||||||
|
Reference in New Issue
Block a user