diff options
| author | Ahmed AbdelHalim <[email protected]> | 2026-06-23 10:16:33 +0200 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2026-06-23 10:16:33 +0200 |
| commit | 02248e89f1965f2bc17abc890f46c000ea0e7b4e (patch) | |
| tree | 3360cf4aa75ed772d3074f7c41dd9a95248db783 /host_vars/rpi5.local.yml.example | |
| parent | d7338c90633138f2f84275ac218648d23a832d3b (diff) | |
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
Diffstat (limited to 'host_vars/rpi5.local.yml.example')
| -rw-r--r-- | host_vars/rpi5.local.yml.example | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
