summaryrefslogtreecommitdiffstats
path: root/roles/backup/README.md
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-06-23 10:16:33 +0200
committerAhmed Abdelhalim <[email protected]>2026-06-23 10:16:33 +0200
commit9170f70f83d34a7dcac1a326aaef1d876dc86dfb (patch)
tree3360cf4aa75ed772d3074f7c41dd9a95248db783 /roles/backup/README.md
parent1a7d06d83d41b343a48c181cb47c4c9974a5626a (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 'roles/backup/README.md')
-rw-r--r--roles/backup/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/backup/README.md b/roles/backup/README.md
index 9984c4bd..62cada76 100644
--- a/roles/backup/README.md
+++ b/roles/backup/README.md
@@ -17,7 +17,7 @@ backup_device: "PARTLABEL=backup" # no default — must set in host_vars
### Optional Variables
```yaml
-backup_mount_point: "/mnt/backup"
+backup_mount_point: "/backup"
backup_fstype: "ext4"
backup_mount_options: "defaults,noatime"
```