diff --git a/templates/datacore/borg-crontab.txt b/templates/datacore/borg-crontab.txt index 34bb174129eb4ccbde1302b3a5e5b4efbfc600af..e6b8a4ae136413c41cc4138d50ec9cde4c8fc95a 100644 --- a/templates/datacore/borg-crontab.txt +++ b/templates/datacore/borg-crontab.txt @@ -1,2 +1,2 @@ -55 */6 * * * /usr/bin/borgmatic --stats -v 0 2>&1 && ${HEALTHCHECK1} -30 23 1 * * /usr/bin/borgmatic --check -v 0 2>&1 && ${HEALTHCHECK2} +55 */6 * * * /usr/local/bin/borgmatic --stats -v 0 2>&1 && ${HEALTHCHECK1} +30 23 1 * * /usr/local/bin/borgmatic check -v 0 2>&1 && ${HEALTHCHECK2} diff --git a/templates/datacore/docker-compose.yml b/templates/datacore/docker-compose.yml index 75078c9b653cc205226d3b3eb3b951d48953141c..5c233454b1829bf8ef529e0d01f46c7c87f95fa3 100644 --- a/templates/datacore/docker-compose.yml +++ b/templates/datacore/docker-compose.yml @@ -38,7 +38,7 @@ services: - /apps/datacore/${CI_PROJECT_ID}/${CI_COMMIT_REF_NAME}/crontabs/jobs.ini:/etc/ofelia/config.ini borgmatic: - image: b3vis/borgmatic:base-1.2.0-1.6.0 + image: b3vis/borgmatic:1.8 restart: unless-stopped volumes: - /etc/timezone:/etc/timezone:ro