Job scheduler for Restic backups
Go to file
IamTheFij 84095f9875
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
Remove patch version from Nomad binary
2023-05-09 14:31:44 -07:00
test Add health apis 2022-04-12 22:28:28 -07:00
.drone.yml Bump go version up to 1.20 2023-05-09 14:19:21 -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 Remove patch version from Nomad binary 2023-05-09 14:31:44 -07:00
LICENSE Initial commit 2022-02-18 22:36:19 +00:00
Makefile Remove darwin binaries from build targets 2023-05-09 14:30: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 Bump go version up to 1.20 2023-05-09 14:19:21 -07:00
go.sum Add support for prometheus push gateway on single runs 2023-01-06 15:38:05 -08:00
job.go Clean up error messages 2023-05-09 14:16:08 -07:00
job_test.go Add DefaultConfig 2022-11-27 21:05:02 -08:00
main.go Add ability to restore specific snapshots 2023-04-25 14:02:28 -07:00
main_test.go Remove failure for coverage 2023-05-09 14:23:22 -07:00
metrics.go Add support for prometheus push gateway on single runs 2023-01-06 15:38:05 -08:00
restic.go Split returned stdout and stderr from Restic commands to improve parsing 2023-04-25 13:59:32 -07:00
restic_test.go Update golangci-lint linters 2022-11-10 13:30:30 -08:00
scheduler.go Serve metrics from registry 2023-05-09 14:16:39 -07:00
shell.go Split returned stdout and stderr from Restic commands to improve parsing 2023-04-25 13:59:32 -07:00
shell_test.go Add more tests and update config examples 2022-03-28 22:01:18 -07:00
tasks.go Clean up error messages 2023-05-09 14:16:08 -07: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