Replies: 1 comment 1 reply
-
|
Hi did you manage to have healthchecks working? I am struggling too |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I used the example from here: https://autorestic.vercel.app/examples#use-hooks-to-integrate-with-healthchecks and this is how autorestic is triggered via crontab:
*/5 * * * * autorestic -c /root/autorestic/.autorestic.yml --ci cron >/dev/null 2>&1here is my .autorestic.yml with redacted sensitive information:
And just in case you are wondering who butchered this yml file, it wasn't me, that was autorestic's doing when it generated the keys.
Beta Was this translation helpful? Give feedback.
All reactions