summaryrefslogtreecommitdiff
path: root/genesishosting/backups/backup-integrity.md
diff options
context:
space:
mode:
authordoc <doc@filenotfound.org>2025-06-30 20:06:28 +0000
committerdoc <doc@filenotfound.org>2025-06-30 20:06:28 +0000
commit717fcb9c81d2bc3cc7a84a3ebea6572d7ff0f5cf (patch)
tree7cbd6a8d5046409a82b22d34b01aac93b3e24818 /genesishosting/backups/backup-integrity.md
parent8368ff389ec596dee6212ebeb85e01c638364fb3 (diff)
uploading documentationHEADmaster
Diffstat (limited to 'genesishosting/backups/backup-integrity.md')
-rw-r--r--genesishosting/backups/backup-integrity.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/genesishosting/backups/backup-integrity.md b/genesishosting/backups/backup-integrity.md
new file mode 100644
index 0000000..ced96f2
--- /dev/null
+++ b/genesishosting/backups/backup-integrity.md
@@ -0,0 +1,23 @@
+# Backup Integrity
+
+We verify all backups regularly to ensure they are complete, uncorrupted, and restorable.
+
+## Weekly Tasks
+
+- ZFS scrubs for all pools
+- Hash checks (SHA-256) for tarballs and dumps
+- rsync `--checksum` verification for remote mirrors
+
+## Alerts
+
+- Email/Mastodon alert if:
+ - ZFS reports checksum errors
+ - Scheduled backup is missing
+ - Remote sync fails or lags > 24h
+
+## Tools Used
+
+- `zfs scrub`
+- `sha256sum` + custom validation script
+- rclone sync logs
+- Telegram bot and Genesis Shield notifications