2026-01-17 09:22:01 -08:00
|
|
|
---
|
2026-03-27 19:43:05 -07:00
|
|
|
# Borg repositories to collect metrics from
|
|
|
|
|
# Each entry needs a path (local or ssh://) and a label for Prometheus metrics
|
|
|
|
|
borgmatic_metrics_repos:
|
|
|
|
|
- path: /Volumes/backups/borg/
|
|
|
|
|
label: sifaka-local
|
|
|
|
|
- path: ssh://xcrtl5tg@xcrtl5tg.repo.borgbase.com/./repo
|
|
|
|
|
label: borgbase-immich-photos
|
|
|
|
|
|
2026-01-17 09:22:01 -08:00
|
|
|
borgmatic_metrics_passcommand: cat /Users/erichblume/.borg/config.yaml
|
2026-03-27 19:43:05 -07:00
|
|
|
borgmatic_metrics_ssh_key: /Users/erichblume/.ssh/borgbase_ed25519
|
2026-01-17 09:22:01 -08:00
|
|
|
borgmatic_metrics_dir: /opt/homebrew/var/node_exporter/textfile
|
2026-01-29 09:59:38 -08:00
|
|
|
borgmatic_metrics_script: /Users/erichblume/.local/bin/borgmatic-metrics
|
2026-01-17 09:22:01 -08:00
|
|
|
borgmatic_metrics_interval: 3600 # seconds between metric collection (hourly)
|
|
|
|
|
borgmatic_metrics_log_dir: /opt/homebrew/var/log
|