Files
autorestic/src
Ben Jones 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
..
2020-06-25 09:36:11 +02:00
2020-05-17 18:13:50 +02:00
2020-05-17 15:37:38 +02:00
2020-05-17 14:48:45 +02:00
2020-05-17 18:13:50 +02:00
2020-05-17 18:13:50 +02:00
2020-06-25 09:33:08 +02:00