mirror of https://gitlab.com/dabruh/dotfiles.git
21 lines
475 B
Plaintext
21 lines
475 B
Plaintext
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/borgmatic-wrapper/LastBackupPrettyTimestamp"
|
|
}
|
|
|
|
order += "disk /mnt/das/hdd2tb-1-main"
|
|
order += "disk /mnt/das/hdd4tb-1-main"
|
|
order += "read_file borg_backup"
|