Commit Graph

12 Commits

Author SHA1 Message Date
cupcakearmy 60d7e0b561
rewrite with commander 2020-11-06 23:51:23 +01:00
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
cupcakearmy 9acb6296e4
add cron command 2020-05-17 11:13:02 +02:00
cupcakearmy abeaacf182
check config in the beginning to avoid doing it all over the place 2020-05-17 09:11:33 +02:00
cupcakearmy e3506e44b5 enable sftp 2020-01-08 00:32:33 +01:00
cupcakearmy a8af085d9c dont' get stuck if backend is not supported 2020-01-08 00:22:49 +01:00
cupcakearmy e80db74af4 ordered gitignore 2019-12-24 16:52:27 +01:00
cupcakearmy 88059fe405 method to get all the backends from a list of locations 2019-12-04 20:37:50 +01:00
cupcakearmy 352754dad9 formatting & trailing commas 2019-12-03 23:37:55 +01:00
Eliot Berriot 671542cd30
Fix #1: fixed broken initialization check under S3 2019-12-02 11:14:02 +01:00
cupcakearmy de27034b94 config optional if not required for current operation 2019-10-26 20:52:17 +02:00
cupcakearmy 8c8d48ccde source 2019-06-20 23:09:47 +02:00