Skip to content

Backup NAS Recovery

Last Updated: Status: ⚠️ Untested — must be verified Purpose: Restore the backup Unraid NAS after failure.


Impact of Backup NAS Failure

  • Local documentation mirror unavailable → use cloud docs:
  • Backup storage unavailable → primary NAS data is unprotected until restored
  • Priority: restore quickly to re-establish backup protection

Scenario A — Boot USB Failure

  1. Download Unraid and flash a new USB
  2. Restore config from Flash Backup:
  3. Boot and verify array
  4. Restart nginx Docker container for local docs
  5. Verify local docs accessible at:

Scenario B — Full Hardware Replacement

  1. Obtain replacement hardware
  2. Install Unraid on new USB
  3. Restore Flash Backup
  4. Connect drives
  5. Boot and verify
  6. Restart all containers
  7. Verify backup sync from primary NAS resumes
  8. Verify local docs mirror is running and accessible

Restoring the Local Docs Mirror

After recovery, verify the docs mirror is working:

# SSH into backup NAS
ssh root@<!-- IP -->

# Check nginx container is running
docker ps | grep nginx

# Check cron job is present
crontab -l

# Manually trigger a sync to verify
cd /mnt/user/docs/homelab-docs && git pull && mkdocs build

Post-Recovery Checklist

  • [ ] Array started and parity valid
  • [ ] Backup sync from primary NAS resuming
  • [ ] Local docs accessible at
  • [ ] Nginx container running
  • [ ] Cron job running

⚠️ This procedure has not been tested. Test it before you need it.