From 9170f70f83d34a7dcac1a326aaef1d876dc86dfb Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Tue, 23 Jun 2026 10:16:33 +0200 Subject: Update backup path to /backup The /mnt/* paths were ignored from the default grafana disk monitoring so moving the backup dir to a separate directory that follows the linux practices solves the issue and follows better practice --- host_vars/rpi5.local.yml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host_vars/rpi5.local.yml.example') diff --git a/host_vars/rpi5.local.yml.example b/host_vars/rpi5.local.yml.example index 14372b7f..b8a86f63 100644 --- a/host_vars/rpi5.local.yml.example +++ b/host_vars/rpi5.local.yml.example @@ -81,7 +81,7 @@ grafana_dashboards: - key: "${DS_prometheus}" value: "prometheus" -backup_device: "UUID=changeme" +backup_device: "PARTLABEL=backup" garage_rpc_secret: "changeme" garage_access_key_id: "GK_changeme" -- cgit v1.2.3