fix: change path
This commit is contained in:
parent
e10830e028
commit
c4d10aacfe
@ -22,10 +22,10 @@ job "borgmatic" {
|
|||||||
config {
|
config {
|
||||||
image = "ghcr.io/borgmatic-collective/borgmatic"
|
image = "ghcr.io/borgmatic-collective/borgmatic"
|
||||||
volumes = [
|
volumes = [
|
||||||
"/var/local/volume1:/var/local/volume1",
|
"/exports:/volume1",
|
||||||
"local/borgmatic.d:/etc/borgmatic.d",
|
"local/borgmatic.d:/etc/borgmatic.d",
|
||||||
"secret/id_rsa:/root/.ssh/id_rsa",
|
"secret/id_rsa:/root/.ssh/id_rsa",
|
||||||
"/mnt/diskstation/nomad/borgmatic:/root/.cache/borg",
|
"/exports/nomad/borgmatic:/root/.cache/borg",
|
||||||
]
|
]
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user