switch backup + offsite sync from weekly to daily — RPO 7d → 1d [ci skip]

- weekly-backup.timer: Sun 05:00 → daily 05:00
- offsite-sync-backup.timer: Sun 08:00 → daily 06:00
- Monthly full rsync --delete unchanged (1st-7th of month)
- Total daily I/O cost: ~20GB sdc reads, ~3.5GB sda writes, seconds of network
- Updated script headers and service descriptions

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Viktor Barzin 2026-04-13 18:24:38 +00:00
parent b45cee5c4a
commit ca5039f8aa
6 changed files with 9 additions and 9 deletions

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
# weekly-backup — 3-2-1 backup: NFS mirror + PVC file copy + pfsense + PVE config
# weekly-backup — 3-2-1 backup: PVC file copy + SQLite + pfsense + PVE config to sda
# Deploy to PVE host at /usr/local/bin/weekly-backup
# Schedule: Weekly Sunday 05:00 via systemd timer
# Schedule: Daily 05:00 via systemd timer
set -euo pipefail
# --- Configuration ---