Job scheduler for Restic backups
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
IamTheFij 9cdf37c680
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
Fix wrapped snapshot json output
If there are a lot of snapshots, the JSON output can sometimes be wrapped to
multiple console lines and need to be joined.
4 weeks ago
test Add health apis 1 year ago
.drone.yml Bump go version up to 1.20 4 weeks ago
.gitignore Ignore data dir that is sometimes used for local testing 1 year ago
.golangci.yml Update golangci-lint linters 7 months ago
.pre-commit-config.yaml Increase golangci-lint timeout 7 months ago
Dockerfile Remove patch version from Nomad binary 4 weeks ago
LICENSE Initial commit 1 year ago
Makefile Remove darwin binaries from build targets 4 weeks ago
README.md Initial commit 1 year ago
config.hcl Add more tests and update config examples 1 year ago
go.mod Bump go version up to 1.20 4 weeks ago
go.sum Add support for prometheus push gateway on single runs 5 months ago
job.go Clean up error messages 4 weeks ago
job_test.go Add DefaultConfig 6 months ago
main.go Add ability to restore specific snapshots 1 month ago
main_test.go Remove failure for coverage 4 weeks ago
metrics.go Add support for prometheus push gateway on single runs 5 months ago
restic.go Fix wrapped snapshot json output 4 weeks ago
restic_test.go Update golangci-lint linters 7 months ago
scheduler.go Serve metrics from registry 4 weeks ago
shell.go Split returned stdout and stderr from Restic commands to improve parsing 1 month ago
shell_test.go Add more tests and update config examples 1 year ago
tasks.go Clean up error messages 4 weeks ago
tasks_test.go Update golangci-lint linters 7 months ago
utils.go Add validation and a lot more testing 1 year ago
utils_test.go Add integration test for restic methods 1 year ago

README.md

restic-scheduler

Job scheduler for Restic backups