From 044ec5e65fb851dc63548c19fc3c514e5867f47e Mon Sep 17 00:00:00 2001 From: Jef Roosens Date: Sun, 26 Jan 2025 17:18:58 +0100 Subject: [PATCH] calathea: fix backup script --- roles/calathea/files/calathea.data.backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/calathea/files/calathea.data.backup.sh b/roles/calathea/files/calathea.data.backup.sh index 0161e32..a5f8e73 100644 --- a/roles/calathea/files/calathea.data.backup.sh +++ b/roles/calathea/files/calathea.data.backup.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -data_dir='/mnt/data1/calathea' +data_dir='/mnt/data1/calathea/data' snapshot_dir="${data_dir}.snapshot" # Read-only snapshot for atomic backup