changed scrub details

This commit is contained in:
phixxy 2025-11-01 18:51:02 -07:00 committed by GitHub
parent ebdc56fc77
commit 087aac6599
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
# Unraid Backup & Recovery Plan
_Last revised:_ 2025-10-31
_Last revised:_ 2025-11-01
_Server name:_ Gyarados
---
@ -41,7 +41,7 @@ _Server name:_ Gyarados
|------|------------|----------------|-------|
| **Parity Check (non-correcting)** | Monthly | Unraid Checker | Run before external backup |
| **External Backup (rsync)** | Monthly | 28TB External Userscript | Rotate drive offsite if possible |
| **btrfs Scrub (cache pools)** | Monthly | `btrfs scrub start -Bd /mnt/cache_protected` and `/mnt/cache_appdata` | Detects and repairs bitrot |
| **btrfs Scrub (cache pools)** | Monthly | `/mnt/cache_protected` and `/mnt/cache_appdata` | Detects and repairs bitrot, just click the pool and then "scrub" |
| **Duplicacy Check** | Monthly | `duplicacy check -a -tabular` | Confirms remote chunks are valid |
| **File Integrity Verification** | Monthly | Offsite Verify Userscript | Grab random files, checksum them and compare vs. backup |
| **Recovery Test** | Every 90 days | Manual | Restore 3-5 files from each backup source |
@ -77,3 +77,4 @@ _Server name:_ Gyarados
- Duplicacy or rclone (Backblaze) for critical data if External is damaged