From c4d10aacfee8262cc88701b43beff3d7c99f2502 Mon Sep 17 00:00:00 2001 From: vincent Date: Wed, 21 Feb 2024 19:02:37 +0100 Subject: [PATCH] fix: change path --- nomad-job/borgmatic.nomad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nomad-job/borgmatic.nomad b/nomad-job/borgmatic.nomad index 40c5027..0f7e76b 100644 --- a/nomad-job/borgmatic.nomad +++ b/nomad-job/borgmatic.nomad @@ -22,10 +22,10 @@ job "borgmatic" { config { image = "ghcr.io/borgmatic-collective/borgmatic" volumes = [ - "/var/local/volume1:/var/local/volume1", + "/exports:/volume1", "local/borgmatic.d:/etc/borgmatic.d", "secret/id_rsa:/root/.ssh/id_rsa", - "/mnt/diskstation/nomad/borgmatic:/root/.cache/borg", + "/exports/nomad/borgmatic:/root/.cache/borg", ] }