cupcakearmy
|
fde4edc05f
|
use version from package, stricter compiler
|
4 years ago |
cupcakearmy
|
7e6cc7bb32
|
lock only if config required
|
4 years ago |
cupcakearmy
|
878a7bd752
|
disable colors in ci mode
|
4 years ago |
cupcakearmy
|
f6860115a3
|
remove ununsed log
|
4 years ago |
cupcakearmy
|
f43e73ce41
|
process end in exit
|
4 years ago |
cupcakearmy
|
d4b8a7223f
|
don't require config for update
|
4 years ago |
cupcakearmy
|
1fd009b819
|
add ci mode
|
4 years ago |
cupcakearmy
|
b690c1c3a9
|
correct link
|
4 years ago |
cupcakearmy
|
b025aeeeab
|
version bump
|
4 years ago |
cupcakearmy
|
60d7e0b561
|
rewrite with commander
|
4 years ago |
Ben Jones
|
e61c940d23
|
fix typo on skipping/scheduled log message
|
4 years ago |
cupcakearmy
|
7fb0fbd467
|
new version
|
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
|
995f2250a1
|
version bump
|
4 years ago |
cupcakearmy
|
3498e6da7b
|
fix check for executable
|
4 years ago |
cupcakearmy
|
ea8bf83799
|
always unlock
|
4 years ago |
cupcakearmy
|
b332897713
|
upgrade packages, included lock file, fixed types
|
4 years ago |
cupcakearmy
|
5c0b67b7fb
|
version bump
|
5 years ago |
cupcakearmy
|
1520e10a59
|
do not allow multiple instances
|
5 years ago |
cupcakearmy
|
f9c645120b
|
run in shell to set paths and find restic
|
5 years ago |
cupcakearmy
|
da7b70c7a7
|
rebuild links
|
5 years ago |
cupcakearmy
|
8dcd0b1f12
|
add cron to format
|
5 years ago |
cupcakearmy
|
9acb6296e4
|
add cron command
|
5 years ago |
cupcakearmy
|
82f6942ff1
|
remove async
|
5 years ago |
cupcakearmy
|
22f5f61ee0
|
check if cron is valid & give better feedback on init. also make sync
|
5 years ago |
cupcakearmy
|
abeaacf182
|
check config in the beginning to avoid doing it all over the place
|
5 years ago |
cupcakearmy
|
7e577c439a
|
notify user if config file was overwritten and make a copy of it as backup
|
5 years ago |
cupcakearmy
|
f620bb1764
|
version bump and help command in addition to flag
|
5 years ago |
cupcakearmy
|
e3506e44b5
|
enable sftp
|
5 years ago |
cupcakearmy
|
a8af085d9c
|
dont' get stuck if backend is not supported
|
5 years ago |
cupcakearmy
|
d13d4f7cf1
|
if there is an error while backing up, show it to the user
|
5 years ago |
cupcakearmy
|
886b6362cd
|
remove duplicated code and make the forget function compatible with the new docker mounts options
|
5 years ago |
cupcakearmy
|
9ece1d867d
|
typo
|
5 years ago |
cupcakearmy
|
e80db74af4
|
ordered gitignore
|
5 years ago |
cupcakearmy
|
2fd9e2dd22
|
typo
|
5 years ago |
cupcakearmy
|
8fdf5188ff
|
cleaner error handling & version bump
|
5 years ago |
cupcakearmy
|
22d93f0b9c
|
fix self update in Debian systems
|
5 years ago |
cupcakearmy
|
f940f23338
|
tidy up imports
|
5 years ago |
cupcakearmy
|
678aa96c06
|
version bump
|
5 years ago |
cupcakearmy
|
e51eacf13c
|
support for tilde in optional arguments
|
5 years ago |
cupcakearmy
|
b40adcae1f
|
added command to display some info about the config file
|
5 years ago |
cupcakearmy
|
ad5afab355
|
version bump
|
5 years ago |
cupcakearmy
|
5b0011330c
|
now shows elapsed time on each backup and some depulication of code
|
5 years ago |
cupcakearmy
|
f09cf90653
|
hooks for backups
|
5 years ago |
cupcakearmy
|
d352aced37
|
version bump
|
5 years ago |
cupcakearmy
|
563d4ffb96
|
remove duplicate code
|
5 years ago |
cupcakearmy
|
1c6a061dd1
|
cleanup types
|
5 years ago |
cupcakearmy
|
504ad639ab
|
function to convert a variable to an array if its not already
|
5 years ago |
cupcakearmy
|
1026e68b68
|
version bump
|
5 years ago |
cupcakearmy
|
9669b70e20
|
refactor forget and make compatible with new options api
|
5 years ago |