cupcakearmy
|
60d7e0b561
|
rewrite with commander
|
4 years ago |
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
```
|
4 years ago |
cupcakearmy
|
9acb6296e4
|
add cron command
|
5 years ago |
cupcakearmy
|
abeaacf182
|
check config in the beginning to avoid doing it all over the place
|
5 years ago |
cupcakearmy
|
e3506e44b5
|
enable sftp
|
5 years ago |
cupcakearmy
|
a8af085d9c
|
dont' get stuck if backend is not supported
|
5 years ago |
cupcakearmy
|
e80db74af4
|
ordered gitignore
|
5 years ago |
cupcakearmy
|
88059fe405
|
method to get all the backends from a list of locations
|
5 years ago |
cupcakearmy
|
352754dad9
|
formatting & trailing commas
|
5 years ago |
Eliot Berriot
|
671542cd30
|
Fix #1: fixed broken initialization check under S3
|
5 years ago |
cupcakearmy
|
de27034b94
|
config optional if not required for current operation
|
5 years ago |
cupcakearmy
|
8c8d48ccde
|
source
|
6 years ago |