 Ben JonesandGitHub
|
1243721a7e
|
add support for rest server backends
Backend configuration would be;
```
rest_repo:
type: rest
path: http://backup:8001/repo_name
```
Would result in the following env var;
```
RESTIC_REPOSITORY=rest:http://backup:8001/repo_name
```
|
2020-07-23 15:21:55 +12:00 |
|