mirror of
https://gitlab.com/dabruh/dotfiles.git
synced 2025-03-11 18:28:11 +01:00
20 lines
448 B
Text
20 lines
448 B
Text
disk "/mnt/das/hdd2tb-1-main" {
|
|
format = "2TB: %percentage_used"
|
|
low_threshold = 70
|
|
threshold_type = "percentage_used"
|
|
}
|
|
|
|
disk "/mnt/das/hdd4tb-1-main" {
|
|
format = "4TB: %percentage_used"
|
|
low_threshold = 70
|
|
threshold_type = "percentage_used"
|
|
}
|
|
|
|
read_file borg_backup {
|
|
format = "B: %content"
|
|
path = "/var/tmp/last_borg_backup"
|
|
}
|
|
|
|
order += "disk /mnt/das/hdd2tb-1-main"
|
|
order += "disk /mnt/das/hdd4tb-1-main"
|
|
order += "read_file borg_backup"
|