Skip to content
Snippets Groups Projects
Commit 153afbaf authored by jurgenhaas's avatar jurgenhaas
Browse files

Fix healthchecks

parent ffcd9ad4
No related branches found
No related tags found
No related merge requests found
55 */6 * * * PATH=$PATH:/usr/bin /usr/bin/borgmatic --stats -v 0 2>&1 && ${HEALTHCHECK1}
30 23 1 * * PATH=$PATH:/usr/bin /usr/bin/borgmatic --check -v 0 2>&1 && ${HEALTHCHECK2}
55 */6 * * * /usr/bin/borgmatic --stats -v 0 2>&1 && ${HEALTHCHECK1}
30 23 1 * * /usr/bin/borgmatic --check -v 0 2>&1 && ${HEALTHCHECK2}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment