Job scheduler for Restic backups
Go to file
IamTheFij 5ccf2d8c95
continuous-integration/drone/push Build is failing Details
add DefaultConfig
Adds DefaultConfig to the config format so that a single config can be
defined for all jobs
2022-11-27 20:56:23 -08:00
test Add health apis 2022-04-12 22:28:28 -07:00
.drone.yml Buildx 2022-04-11 13:00:22 -07:00
.gitignore Ignore data dir that is sometimes used for local testing 2022-03-28 22:03:25 -07:00
.golangci.yml Update golangci-lint linters 2022-11-10 13:30:30 -08:00
.pre-commit-config.yaml Increase golangci-lint timeout 2022-11-10 13:24:48 -08:00
Dockerfile Add rclone to Docker image 2022-07-27 20:16:25 -07:00
LICENSE Initial commit 2022-02-18 22:36:19 +00:00
Makefile Add make docker-build target 2022-04-15 12:10:04 -07:00
README.md Initial commit 2022-02-18 22:36:19 +00:00
config.hcl Add more tests and update config examples 2022-03-28 22:01:18 -07:00
go.mod Add prom metrics export 2022-04-15 12:09:14 -07:00
go.sum Add prom metrics export 2022-04-15 12:09:14 -07:00
job.go add DefaultConfig 2022-11-27 20:56:23 -08:00
job_test.go add DefaultConfig 2022-11-27 20:56:23 -08:00
main.go Fix error when passing no names 2022-11-16 09:52:29 -08:00
main_test.go Update golangci-lint linters 2022-11-10 13:30:30 -08:00
metrics.go Fix metric help and register failure count metric 2022-11-07 21:01:07 -08:00
restic.go Run linters and fixers 2022-11-04 15:18:50 -07:00
restic_test.go Update golangci-lint linters 2022-11-10 13:30:30 -08:00
scheduler.go Run linters and fixers 2022-11-04 15:18:50 -07:00
shell.go Run linters and fixers 2022-11-04 15:18:50 -07:00
shell_test.go Add more tests and update config examples 2022-03-28 22:01:18 -07:00
tasks.go Update golangci-lint linters 2022-11-10 13:30:30 -08:00
tasks_test.go Update golangci-lint linters 2022-11-10 13:30:30 -08:00
utils.go Add validation and a lot more testing 2022-02-23 14:13:00 -08:00
utils_test.go Add integration test for restic methods 2022-03-24 14:59:40 -07:00

README.md

restic-scheduler

Job scheduler for Restic backups