## Summary - Quartz's "shortest" path mode resolves wiki-links by **filename**, not frontmatter title - Previous PR used title-based links like `[[Grafana Alloy]]` which looked for non-existent `Grafana-Alloy.md` - Now using filename-based links like `[[alloy|Grafana Alloy]]` which correctly resolve ## Changes - Rename zk duplicate files with `-log` suffix (e.g., `argocd.md` → `argocd-log.md`) - Rename `reference/storage/postgresql.md` to `postgresql-storage.md` - Convert all 175 wiki-links from `[[Title]]` to `[[filename|Title]]` format - Rename `doc-card-titles` task to `doc-filenames` (checks filename uniqueness, not titles) - Update pre-commit hook for renamed task ## Deployment and Testing - [x] Pre-commit hooks pass - [x] `mise run doc-filenames` shows no duplicate filenames - [ ] Verify wiki-links work correctly in Quartz build 🤖 Generated with [Claude Code](https://claude.com/claude-code) Reviewed-on: https://forge.ops.eblu.me/eblume/blumeops/pulls/90
1.7 KiB
1.7 KiB
| title | tags | ||
|---|---|---|---|
| Backup Policy |
|
Backup Policy
Daily automated backups from indri to sifaka NAS.
Schedule
| Time | Frequency | System |
|---|---|---|
| 2:00 AM | Daily | [[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 | [[postgresql | pg.ops.eblu.me]] |
| teslamate | [[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 sifaka
Monitoring
Metrics exposed to prometheus:
borgmatic_up- Repository accessibleborgmatic_last_archive_timestamp- Last backup timeborgmatic_repo_deduplicated_size_bytes- Disk usage
Dashboard: "Borgmatic Backups" in grafana
Related
- borgmatic - Backup system details
- sifaka - Backup storage
- postgresql - Database backups