itest
|
Add postgres support for backup and restore
|
2023-08-02 15:58:41 -07:00 |
test
|
Add health apis
|
2022-04-12 22:28:28 -07:00 |
.drone.yml
|
Pin pre-commit plugin to specific sha
|
2024-01-06 15:12:27 -08:00 |
.gitignore
|
Ignore binary
|
2023-08-02 15:41:15 -07:00 |
.golangci.yml
|
Update linters and fumpt all files
|
2024-01-06 15:10:29 -08:00 |
.pre-commit-config.yaml
|
Update linters and fumpt all files
|
2024-01-06 15:10:29 -08:00 |
config.hcl
|
Add more tests and update config examples
|
2022-03-28 22:01:18 -07:00 |
Dockerfile
|
More loosly pin tzdata
|
2024-01-06 15:34:02 -08: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_test.go
|
Update linters and fumpt all files
|
2024-01-06 15:10:29 -08:00 |
job.go
|
Fix index out of range when reading snapshots list
|
2023-11-07 11:03:18 -08:00 |
LICENSE
|
Initial commit
|
2022-02-18 22:36:19 +00:00 |
main_test.go
|
Update linters and fumpt all files
|
2024-01-06 15:10:29 -08:00 |
main.go
|
Log when attempting to push metrics to gateway
|
2024-01-23 12:26:10 -08:00 |
Makefile
|
Add integration testing to verify backup and restoration
|
2023-08-02 14:55:14 -07:00 |
metrics.go
|
Update linters and fumpt all files
|
2024-01-06 15:10:29 -08:00 |
README.md
|
Initial commit
|
2022-02-18 22:36:19 +00:00 |
restic_test.go
|
Update linters and fumpt all files
|
2024-01-06 15:10:29 -08:00 |
restic.go
|
Add some more basic docstrings
|
2024-10-08 17:02:30 -07:00 |
scheduler.go
|
Move log line to the proper location
|
2024-01-22 08:50:49 -08:00 |
shell_test.go
|
Add more tests and update config examples
|
2022-03-28 22:01:18 -07:00 |
shell.go
|
Split returned stdout and stderr from Restic commands to improve parsing
|
2023-04-25 13:59:32 -07:00 |
tasks_test.go
|
Add postgres support for backup and restore
|
2023-08-02 15:58:41 -07:00 |
tasks.go
|
Add postgres support for backup and restore
|
2023-08-02 15:58:41 -07:00 |
utils_test.go
|
Add integration test for restic methods
|
2022-03-24 14:59:40 -07:00 |
utils.go
|
Move util func to utils
|
2024-10-08 16:59:12 -07:00 |