From 5866ca879b4751ef62140667eaeab870849444f1 Mon Sep 17 00:00:00 2001 From: satoshi Date: Mon, 1 Jun 2026 12:02:23 +0300 Subject: [PATCH] Fix backup failing --- manifest.yaml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/manifest.yaml b/manifest.yaml index 7a94bec..10a2553 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -130,12 +130,11 @@ backup: - duplicity - create - /mnt/backup - - /root/.kamado - - /root/.ckpool + - /root/data mounts: BACKUP: /mnt/backup - main: /root/.kamado - ckpool: /root/.ckpool + main: /root/data/kamado + ckpool: /root/data/ckpool restore: type: docker image: compat @@ -145,12 +144,11 @@ backup: - duplicity - restore - /mnt/backup - - /root/.kamado - - /root/.ckpool + - /root/data mounts: BACKUP: /mnt/backup - main: /root/.kamado - ckpool: /root/.ckpool + main: /root/data/kamado + ckpool: /root/data/ckpool actions: stratum-smoke-test: