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

#67 Udate borgmatic version and execution path

parent 79d845e4
No related branches found
Tags v3.7.55
1 merge request!80Merging develop into main
Pipeline #1155788 passed
......@@ -198,7 +198,7 @@ class Handler extends BaseHandler {
],
'backup' => [
'enable' => FALSE,
'version' => 'base-1.2.0-1.6.0',
'version' => '1.8',
'crontime' => '50 */6 * * *',
'crontimecheck' => '30 23 1 * *',
'remoterepo' => FALSE,
......
{{ backup.crontime }} PATH=$PATH:/usr/bin /usr/bin/borgmatic --stats -v 0 2>&1 && curl -fsS --retry 5 --retry-delay 9 -o /dev/null {{ backup.healthckeck_url.backup }}
{{ backup.crontimecheck }} PATH=$PATH:/usr/bin /usr/bin/borgmatic --check -v 0 2>&1 && curl -fsS --retry 5 --retry-delay 9 -o /dev/null {{ backup.healthckeck_url.check }}
{{ backup.crontime }} PATH=$PATH:/usr/bin /usr/local/bin/borgmatic --stats -v 0 2>&1 && curl -fsS --retry 5 --retry-delay 9 -o /dev/null {{ backup.healthckeck_url.backup }}
{{ backup.crontimecheck }} PATH=$PATH:/usr/bin /usr/local/bin/borgmatic --check -v 0 2>&1 && curl -fsS --retry 5 --retry-delay 9 -o /dev/null {{ backup.healthckeck_url.check }}
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