blumeops/docs/reference/storage/backups.md
Erich Blume b294caa734 Fix wiki-link paths in reference docs
Links like [[services/foo]] need to be [[reference/services/foo]]
to resolve correctly from the docs root.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 14:41:55 -08:00

1.9 KiB

title tags
Backup Policy
storage
backup

Backup Policy

Daily automated backups from reference/infrastructure/indri to reference/storage/sifaka NAS.

Schedule

Time Frequency System
2:00 AM Daily [[reference/services/borgmatic

What Gets Backed Up

Directories

Path Description Priority
~/code/personal/zk Zettelkasten notes Critical
/opt/homebrew/var/forgejo Git repositories Critical
~/.config/borgmatic Backup config High
~/Documents Personal documents High
~/Pictures Photos Medium

Databases

Database Host Method
miniflux [[reference/services/postgresql pg.ops.eblu.me]]
teslamate [[reference/services/postgresql pg.ops.eblu.me]]

What Is NOT Backed Up

Data Reason
ZIM archives (~/transmission/) Re-downloadable via torrent
Prometheus metrics Ephemeral, in k8s PVC
Loki logs Ephemeral, in k8s PVC
devpi cache Re-fetchable from PyPI

Retention Policy

Period Retention
Daily 7 backups
Monthly 12 backups
Yearly 1000 backups

Backup Target

Repository: /Volumes/backups/borg/ on reference/storage/sifaka

Monitoring

Metrics exposed to reference/services/prometheus:

  • borgmatic_up - Repository accessible
  • borgmatic_last_archive_timestamp - Last backup time
  • borgmatic_repo_deduplicated_size_bytes - Disk usage

Dashboard: "Borgmatic Backups" in reference/services/grafana