- 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>
11 lines
261 B
Desktop File
11 lines
261 B
Desktop File
[Unit]
|
|
Description=Daily backup: PVC snapshots + SQLite + pfsense to sda
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/local/bin/weekly-backup
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
SyslogIdentifier=weekly-backup
|
|
TimeoutStartSec=3600
|